source: rtems/c/src/lib/libcpu/mips/tx39/vectorisrs/Makefile.am @ c6c4418c

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

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

  • Makefile.am: Reformat.
  • clock/Makefile.am: Reformat.
  • mongoosev/Makefile.am: Reformat. Use dirstamps for preinstallation.
  • tx39/Makefile.am: Ditto.
  • shared/cache/Makefile.am: Ditto.
  • mongoosev/duart/Makefile.am: Ditto.
  • mongoosev/vectorisrs/Makefile.am: Reformat.
  • r46xx/vectorisrs/Makefile.am: Reformat.
  • shared/Makefile.am: Reformat.
  • shared/interrupts/Makefile.am: Reformat.
  • timer/Makefile.am: Reformat.
  • tx39/vectorisrs/Makefile.am: Reformat.
  • Property mode set to 100644
File size: 486 bytes
Line 
1##
2## $Id$
3##
4
5PGM = $(ARCH)/vectorisrs.rel
6
7C_FILES = maxvectors.c vectorisrs.c
8
9vectorisrs_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
10
11include $(top_srcdir)/../../../automake/compile.am
12include $(top_srcdir)/../../../automake/lib.am
13
14#
15# (OPTIONAL) Add local stuff here using +=
16#
17
18$(PGM): $(vectorisrs_rel_OBJECTS)
19        $(make-rel)
20
21all-local: $(ARCH) $(vectorisrs_rel_OBJECTS) $(PGM)
22
23.PRECIOUS: $(PGM)
24
25EXTRA_DIST = vectorisrs.c
26
27include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.