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

4.104.114.84.95
Last change on this file since ad9721e was ad9721e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 11:26:09

2003-12-01 Ralf Corsepius <corsepiu@…>

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