source: rtems/c/src/lib/libcpu/mips/r46xx/Makefile.am @ 83a0a8a

4.104.114.84.95
Last change on this file since 83a0a8a was 83a0a8a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/05 at 06:23:52

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

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