source: rtems/c/src/lib/libcpu/mips/mongoosev/vectorisrs/Makefile.am @ 29993bb

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

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

Makefile.am: Reflect having moved automake.
clock/Makefile.am: Reflect having moved automake.
mongoosev/Makefile.am: Reflect having moved automake.
mongoosev/duart/Makefile.am: Reflect having moved automake.
mongoosev/vectorisrs/Makefile.am: Reflect having moved automake.
r46xx/Makefile.am: Reflect having moved automake.
r46xx/vectorisrs/Makefile.am: Reflect having moved automake.
shared/Makefile.am: Reflect having moved automake.
shared/cache/Makefile.am: Reflect having moved automake.
shared/interrupts/Makefile.am: Reflect having moved automake.
timer/Makefile.am: Reflect having moved automake.
tx39/Makefile.am: Reflect having moved automake.
tx39/include/Makefile.am: Reflect having moved automake.
tx39/vectorisrs/Makefile.am: Reflect having moved automake.

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