4.104.114.84.95
Last change
on this file since f79ea0b was
f79ea0b,
checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 15:57:55
|
2003-12-03 Ralf Corsepius <corsepiu@…>
- Makefile.am: Cosmetics.
- console/Makefile.am: Cosmetics.
- i2c/Makefile.am: Cosmetics.
- nvram/Makefile.am: Cosmetics.
- start/Makefile.am: Cosmetics.
- startup/Makefile.am: Cosmetics.
- tod/Makefile.am: Cosmetics.
- wrapup/Makefile.am: Cosmetics.
|
-
Property mode set to
100644
|
File size:
764 bytes
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | S_FILES = start.S |
---|
6 | S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) |
---|
7 | |
---|
8 | OBJS = $(S_O_FILES) |
---|
9 | |
---|
10 | include $(top_srcdir)/../../../../automake/compile.am |
---|
11 | include $(top_srcdir)/../../../../automake/lib.am |
---|
12 | |
---|
13 | # |
---|
14 | # (OPTIONAL) Add local stuff here using += |
---|
15 | # |
---|
16 | |
---|
17 | install-data-local: $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT) |
---|
18 | @$(mkinstalldirs) $(DESTDIR)$(bsplibdir) |
---|
19 | $(INSTALL_DATA) $< $(DESTDIR)$(bsplibdir) |
---|
20 | |
---|
21 | $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT): $(ARCH)/start.$(OBJEXT) |
---|
22 | $(INSTALL_DATA) $< $@ |
---|
23 | |
---|
24 | TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).$(OBJEXT) |
---|
25 | |
---|
26 | all-local: $(OBJS) $(ARCH)/start.$(OBJEXT) $(TMPINSTALL_FILES) |
---|
27 | |
---|
28 | .PRECIOUS: $(ARCH)/start.$(OBJEXT) |
---|
29 | |
---|
30 | EXTRA_DIST = start.S |
---|
31 | |
---|
32 | include $(top_srcdir)/../../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.