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

4.104.114.84.95
Last change on this file since ebe9aef 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
6include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
7include $(top_srcdir)/../../../../../automake/compile.am
8include $(top_srcdir)/../../../../../automake/lib.am
9
10C_FILES = cpu_install_intr_stack.c cpu_install_raw_isr.c
11C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
12
13OBJS = $(C_O_FILES)
14
15#
16# (OPTIONAL) Add local stuff here using +=
17#
18
19if i960ka
20all-local: $(ARCH) $(OBJS)
21endif
22
23EXTRA_DIST = cpu_install_intr_stack.c cpu_install_raw_isr.c
24
25include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.