source: rtems/c/src/lib/libcpu/i960/i960ca/Makefile.am @ bd5efa92

4.104.114.84.95
Last change on this file since bd5efa92 was bd5efa92, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:32:11

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
i960ca/Makefile.am: Reflect having moved automake.
i960ka/Makefile.am: Reflect having moved automake.
i960rp/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 417 bytes
Line 
1##
2## $Id$
3##
4
5
6include $(top_srcdir)/../../../automake/compile.am
7include $(top_srcdir)/../../../automake/lib.am
8
9C_FILES = cpu_install_intr_stack.c cpu_install_raw_isr.c
10OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
11
12#
13# (OPTIONAL) Add local stuff here using +=
14#
15
16if i960ca
17all-local: $(ARCH) $(OBJS)
18endif
19
20EXTRA_DIST = cpu_install_intr_stack.c cpu_install_raw_isr.c
21
22include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.