Ralf Corsepius
3d5483771c
Eliminate _exe_/.exe.
2009-04-03 12:55:13 +00:00
Ralf Corsepius
d4f5ddcb85
Eliminate scndir, docdir. Use rtems_testsdir instead.
2006-07-11 04:54:10 +00:00
Ralf Corsepius
a6b588d649
Convert to using *_PROGRAMS.
2005-11-13 06:46:05 +00:00
Ralf Corsepius
3bb5d94490
Rework.
2005-11-11 14:33:33 +00:00
Ralf Corsepius
4024e57803
Cosmetics.
2005-11-11 10:26:50 +00:00
Ralf Corsepius
7e3887773a
Eliminate TEST.
2005-11-11 09:03:24 +00:00
Ralf Corsepius
ca845309d2
Expand libtests.am.
2005-11-11 07:39:49 +00:00
Ralf Corsepius
cb2818800d
Eliminate DOCTYPES.
2005-11-10 22:21:20 +00:00
Ralf Corsepius
d65005e414
AM_CPPFLAGS += -I..../support/include.
2005-11-09 12:44:35 +00:00
Ralf Corsepius
39767d0c6b
Remove SRC, PRINT_SRC.
2005-11-07 09:43:59 +00:00
Ralf Corsepius
d66557fac4
Switch back to include compile.am instead of amcompile.am
2005-11-07 09:09:26 +00:00
Ralf Corsepius
0acb58f764
Partial conversion to automake.
2005-11-07 07:36:35 +00:00
Ralf Corsepius
7010db3dc6
2005-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>
...
* rtems++/Makefile.am: Remove LIB_VARIANT.
2005-01-06 10:55:13 +00:00
Ralf Corsepius
08bfed20d0
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
Add PRE/TMPINSTALL_FILES to CLEANFILES.
* malloctest/Makefile.am: Ditto.
* monitor/Makefile.am: Ditto.
* putenvtest/Makefile.am: Ditto.
* rtems++/Makefile.am: Ditto.
* rtmonuse/Makefile.am: Ditto.
* stackchk/Makefile.am: Ditto.
* termios/Makefile.am: Ditto.
2004-01-14 07:49:06 +00:00
Ralf Corsepius
6895c06855
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* cpuuse/Makefile.am: Remove all-local: $(ARCH).
* malloctest/Makefile.am: Remove all-local: $(ARCH).
* monitor/Makefile.am: Remove all-local: $(ARCH).
* putenvtest/Makefile.am: Remove all-local: $(ARCH).
* rtems++/Makefile.am: Remove all-local: $(ARCH).
* rtmonuse/Makefile.am: Remove all-local: $(ARCH).
* stackchk/Makefile.am: Remove all-local: $(ARCH).
* termios/Makefile.am: Remove all-local: $(ARCH).
2003-12-01 21:25:08 +00:00
Ralf Corsepius
1053dcdce7
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
Makefile.am: Reflect having moved automake.
cpuuse/Makefile.am: Reflect having moved automake.
malloctest/Makefile.am: Reflect having moved automake.
monitor/Makefile.am: Reflect having moved automake.
putenvtest/Makefile.am: Reflect having moved automake.
rtems++/Makefile.am: Reflect having moved automake.
rtmonuse/Makefile.am: Reflect having moved automake.
stackchk/Makefile.am: Reflect having moved automake.
termios/Makefile.am: Reflect having moved automake.
2003-08-16 16:26:59 +00:00
Ralf Corsepius
06908af6b0
2003-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac: Unconditionally check for CXX.
Require autoconf-2.57, automake-1.7.2.
* rtems++: Eliminate CC_O_FILES.
2003-02-04 01:16:14 +00:00
Ralf Corsepius
9f33e26163
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
* malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
* monitor/Makefile.am: Use $(OBJEXT) instead of .o.
* putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
* rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
* rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
* stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
* termios/Makefile.am: Use $(OBJEXT) instead of .o.
2002-08-11 04:56:59 +00:00
Joel Sherrill
8b695b93da
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* configure.ac:
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
* cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
* Makefile.am: Remove AUTOMAKE_OPTIONS.
* malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
* monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
* putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
* rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
* rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
* stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
* termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
2002-03-28 00:44:08 +00:00
Joel Sherrill
38c0f98ee2
2001-11-01 Joel Sherrill <joel@OARcorp.com>
...
* rtems++/Makefile.am: Make sure debug variant of librtems++
is linked against. Reported by Jerry Needell <jerry.needell@unh.edu >
and processed as PR78.
2001-11-01 18:00:00 +00:00
Joel Sherrill
2098cef4c6
2001-10-25 Joel Sherrill <joel@OARcorp.com>
...
* rtems++/Makefile.am: Pick up -lrtems++ even when debug.
2001-10-25 22:11:22 +00:00
Joel Sherrill
4fec22e738
2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
* rtems++/Makefile.am: LD_FLAGS = -lrtems++.
2001-09-27 13:28:35 +00:00
Joel Sherrill
99139ff19c
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
* rtems++/Makefile: Remove LD_LIBS.
2001-09-24 18:27:37 +00:00
Joel Sherrill
682c7fd272
2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
* monitor/Makefile.am: include leaf.am instead of leaf.cfg.
* termios/Makefile.am: include leaf.am instead of leaf.cfg.
* putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
* rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
make-cxx-exe.
* stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
* rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
* cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
2001-09-19 17:20:39 +00:00
Joel Sherrill
78f76ac50a
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
* cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
stackchk/Makefile.am, termios/Makefile.am: Include compile.am
2000-09-05 16:06:10 +00:00
Joel Sherrill
df49c60c96
Merged from 4.5.0-beta3a
2000-06-12 15:00:15 +00:00
Joel Sherrill
8fbdf07b62
Patch rtems-rc-20000118-2.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
that contains cosmetical changes to the Makefile.ams below tests (removes
old, now invalid comments from these Makefile.ams).
2000-01-31 15:22:23 +00:00
Joel Sherrill
e5a76ee505
Patch rtems-rc-19991117-13.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
...
to convert the libtests directory from Makefile.in to Makefile.am.
1999-11-23 13:35:45 +00:00