source: rtems/c/src/lib/libcpu/i960/i960rp/Makefile.am @ 7577f266

4.104.114.84.95
Last change on this file since 7577f266 was e96ad433, checked in by Joel Sherrill <joel.sherrill@…>, on 09/05/00 at 16:01:12

2000-09-04 Ralf Corsepius <corsepiu@…>

  • i960ca/Makefile.am, i960ka/Makefile.am, i960rp/Makefile.am: Include compile.am
  • Property mode set to 100644
File size: 545 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
8include $(top_srcdir)/../../../../../automake/compile.am
9include $(top_srcdir)/../../../../../automake/lib.am
10
11C_FILES = cpu_install_intr_stack.c cpu_install_raw_isr.c
12C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
13
14H_FILES =
15
16OBJS = $(C_O_FILES)
17
18#
19# (OPTIONAL) Add local stuff here using +=
20#
21
22if i960rp
23all-local: $(ARCH) $(OBJS)
24endif
25
26EXTRA_DIST = cpu_install_intr_stack.c cpu_install_raw_isr.c
27
28include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.