4.104.114.84.95
Last change
on this file since 63c5ce45 was
8b9acbf0,
checked in by Joel Sherrill <joel.sherrill@…>, on 09/13/00 at 19:42:20
|
2000-09-13 Joel Sherrill <joel@…>
- Makefile.am, bsp_specs, configure.in, console/Makefile.am,
include/Makefile.am, irq/Makefile.am, irq/irq.c, start/Makefile.am,
startup/Makefile.am, startup/exit.c, wrapup/Makefile.am:
Made to conform to current practice concerning automake and
autoconf. Corrected minor warnings.
|
-
Property mode set to
100644
|
File size:
649 bytes
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | AUTOMAKE_OPTIONS = foreign 1.4 |
---|
6 | |
---|
7 | PGMS = $(ARCH)/start.o |
---|
8 | |
---|
9 | S_FILES = start.S |
---|
10 | S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o) |
---|
11 | |
---|
12 | OBJS = $(S_O_FILES) |
---|
13 | |
---|
14 | include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg |
---|
15 | include $(top_srcdir)/../../../../../../automake/compile.am |
---|
16 | include $(top_srcdir)/../../../../../../automake/lib.am |
---|
17 | |
---|
18 | # |
---|
19 | # (OPTIONAL) Add local stuff here using += |
---|
20 | # |
---|
21 | |
---|
22 | $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o: $(ARCH)/start.o |
---|
23 | $(INSTALL_DATA) $< $@ |
---|
24 | |
---|
25 | TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o |
---|
26 | |
---|
27 | all: $(ARCH) $(OBJS) $(PGMS) $(TMPINSTALL_FILES) |
---|
28 | |
---|
29 | EXTRA_DIST = start.S |
---|
30 | |
---|
31 | include $(top_srcdir)/../../../../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.