summaryrefslogtreecommitdiffstats
path: root/testsuites/automake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove depend-am.Ralf Corsepius2005-11-071-3/+2
|
* Remove depend.Ralf Corsepius2005-11-071-2/+0
|
* Remove depend-recursive.Ralf Corsepius2005-11-071-4/+0
|
* Take contents of amcompile.am.Ralf Corsepius2005-11-071-64/+18
|
* RemoveRalf Corsepius2005-11-071-71/+0
|
* New.Ralf Corsepius2005-11-071-0/+71
|
* 2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-061-3/+1
| | | | | * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS (Implicitly handled by automake).
* Remove duplicate CCAS.Ralf Corsepius2005-01-061-1/+0
|
* 2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-061-57/+5
| | | | | | | | * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS, CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*. Cleanup comments.
* 2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-061-57/+3
| | | | | * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused). Remove build-variants. Hard-code ARCH=o-optimize.
* Remove stray white spaces.Ralf Corsepius2004-04-204-13/+12
|
* 2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-171-1/+1
| | | | * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
* 2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-151-2/+2
| | | | | * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB. * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
* 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-121-3/+0
| | | | * automake/compila.am: Remove ARCH.
* 2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-011-3/+7
| | | | | | | * automake/compile.am: Add $(ARCH)/$(dirstamp) rules. * aclocal/lead-dot.m4: New (from automake-1.7f). * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add AC_SUBST(dirstamp).
* 2003-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-172-16/+0
| | | | * automake/local.am, automake/host.am: Remove "debug".
* 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-165-0/+318
* automake/compile.am, automake/host.am, automake/leaf.am automake/local.am, automake/subdirs.am: New (copied from ../../../automake).