4.104.114.84.95
Last change
on this file since e3355c71 was
f48c0106,
checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:47:58
|
2002-03-27 Ralf Corsepius <corsepiu@…>
- configure.ac:
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
- i960ca/Makefile.am: Remove AUTOMAKE_OPTIONS.
- Makefile.am: Remove AUTOMAKE_OPTIONS.
- i960ka/Makefile.am: Remove AUTOMAKE_OPTIONS.
- i960rp/Makefile.am: Remove AUTOMAKE_OPTIONS.
- include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
-
Property mode set to
100644
|
File size:
503 bytes
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | |
---|
6 | include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg |
---|
7 | include $(top_srcdir)/../../../../../automake/compile.am |
---|
8 | include $(top_srcdir)/../../../../../automake/lib.am |
---|
9 | |
---|
10 | C_FILES = cpu_install_intr_stack.c cpu_install_raw_isr.c |
---|
11 | C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) |
---|
12 | |
---|
13 | OBJS = $(C_O_FILES) |
---|
14 | |
---|
15 | # |
---|
16 | # (OPTIONAL) Add local stuff here using += |
---|
17 | # |
---|
18 | |
---|
19 | if i960ka |
---|
20 | all-local: $(ARCH) $(OBJS) |
---|
21 | endif |
---|
22 | |
---|
23 | EXTRA_DIST = cpu_install_intr_stack.c cpu_install_raw_isr.c |
---|
24 | |
---|
25 | include $(top_srcdir)/../../../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.