source: rtems/c/src/lib/libcpu/i960/i960rp/Makefile.am @ 34174c72

4.104.114.84.95
Last change on this file since 34174c72 was c75dbae3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/16/02 at 06:12:40

2002-12-16 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Remove CPU_MODEL_SUBDIR.
  • configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP).
  • i960ca/Makefile.am: Eliminate *_O_FILES. Don't include @RTEMS_BSP@.cfg.
  • i960ka/Makefile.am: Ditto.
  • i960rp/Makefile.am: Ditto.
  • Property mode set to 100644
File size: 435 bytes
RevLine 
[bc85fd5a]1##
2## $Id$
3##
4
5
[e96ad433]6include $(top_srcdir)/../../../../../automake/compile.am
[bc85fd5a]7include $(top_srcdir)/../../../../../automake/lib.am
8
9C_FILES = cpu_install_intr_stack.c cpu_install_raw_isr.c
[c75dbae3]10OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
[bc85fd5a]11
12#
13# (OPTIONAL) Add local stuff here using +=
14#
15
16if i960rp
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.