source: rtems/c/src/lib/libcpu/mips/r46xx/Makefile.am @ 2546d29

4.104.114.84.95
Last change on this file since 2546d29 was c8db773, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/02/05 at 12:35:07

2005-01-02 Ralf Corsepius <ralf.corsepius@…>

  • mongoosev/Makefile.am, r46xx/Makefile.am, shared/Makefile.am, tx39/Makefile.am: Remove build-variant support.
  • Property mode set to 100644
File size: 777 bytes
Line 
1##
2## $Id$
3##
4
5noinst_PROGRAMS =
6
7include $(top_srcdir)/../../../automake/compile.am
8
9if r46xx
10noinst_PROGRAMS += vectorisrs.rel
11vectorisrs_rel_SOURCES = vectorisrs/maxvectors.c vectorisrs/vectorisrs.c
12vectorisrs_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
13vectorisrs_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
14endif
15
16if r46xx
17noinst_PROGRAMS += timer.rel
18timer_rel_SOURCES = ../timer/timer.c ../timer/gettime.S
19timer_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
20timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
21endif
22
23if r46xx
24noinst_PROGRAMS += clock.rel
25clock_rel_SOURCES = ../clock/ckinit.c ../clock/clock.S ../clock/clock.h
26clock_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
27clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
28endif
29
30include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.