4.104.114.84.95
Last change
on this file since 9a87463 was
9a87463,
checked in by Ralf Corsepius <ralf.corsepius@…>, on Jan 18, 2004 at 9:18:06 AM
|
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:
649 bytes
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | EXTRA_PROGRAMS = |
---|
6 | CLEANFILES = |
---|
7 | noinst_DATA = |
---|
8 | |
---|
9 | include $(top_srcdir)/../../../automake/compile.am |
---|
10 | include $(top_srcdir)/../../../automake/lib.am |
---|
11 | |
---|
12 | if r46xx |
---|
13 | EXTRA_PROGRAMS += timer.rel |
---|
14 | CLEANFILES += timer.rel |
---|
15 | timer_rel_SOURCES = timer.c gettime.S |
---|
16 | timer_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) |
---|
17 | timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) |
---|
18 | |
---|
19 | EXTRA_PROGRAMS += timer_g.rel |
---|
20 | CLEANFILES += timer_g.rel |
---|
21 | timer_g_rel_SOURCES = $(timer_rel_SOURCES) |
---|
22 | timer_g_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V) |
---|
23 | timer_g_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) |
---|
24 | |
---|
25 | noinst_DATA += timer$(LIB_VARIANT).rel |
---|
26 | endif |
---|
27 | |
---|
28 | include $(top_srcdir)/../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.