source: rtems/c/src/lib/libcpu/i960/i960ka/Makefile.am @ 92aaf3d

4.104.114.84.95
Last change on this file since 92aaf3d was 92aaf3d, checked in by Joel Sherrill <joel.sherrill@…>, on 03/05/01 at 22:47:30

2001-02-27 Ralf Corsepius <corsepiu@…>

  • i960ca/Makefile.am, i960ka/Makefile.am, i960rp/Makefile.am: Remove H_FILES.
  • include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
  • Property mode set to 100644
File size: 534 bytes
RevLine 
[bc85fd5a]1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[e96ad433]8include $(top_srcdir)/../../../../../automake/compile.am
[bc85fd5a]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
14OBJS = $(C_O_FILES)
15
16#
17# (OPTIONAL) Add local stuff here using +=
18#
19
20if i960ka
21all-local: $(ARCH) $(OBJS)
22endif
23
24EXTRA_DIST = cpu_install_intr_stack.c cpu_install_raw_isr.c
25
26include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.