source: rtems/c/src/lib/libcpu/mips/clock/Makefile.am @ 9a87463

4.104.114.84.95
Last change on this file since 9a87463 was 9a87463, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/18/04 at 09:18:06

2004-01-18 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Convert to using automake compilation rules.
  • mongoosev/Makefile.am: Ditto.
  • r46xx/Makefile.am: Ditto.
  • shared/Makefile.am: Ditto.
  • timer/Makefile.am: Ditto.
  • tx39/Makefile.am: Ditto.
  • Makefile.am: Remove conditional subdirs.
  • configure.ac: Add subdir-object to AUTOMAKE_OPTIONS. Require automake-1.8.2. Add AM_PROG_CC_C_O.
  • Property mode set to 100644
File size: 656 bytes
RevLine 
[df49c60]1##
[bc2f04f]2## $Id$
[df49c60]3##
[bc2f04f]4
[9a87463]5EXTRA_PROGRAMS =
6CLEANFILES =
7noinst_DATA =
[bc2f04f]8
[29993bb]9include $(top_srcdir)/../../../automake/compile.am
10include $(top_srcdir)/../../../automake/lib.am
[bc2f04f]11
[9a87463]12if r46xx
13EXTRA_PROGRAMS += clock.rel
14CLEANFILES += clock.rel
15clock_rel_SOURCES = ckinit.c clock.S clock.h
16clock_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
17clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
18
19EXTRA_PROGRAMS += clock_g.rel
20CLEANFILES += clock_g.rel
21clock_g_rel_SOURCES = $(clock_rel_SOURCES)
22clock_g_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
23clock_g_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
24
25noinst_DATA += clock$(LIB_VARIANT).rel
26endif
[bc2f04f]27
[29993bb]28include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.