summaryrefslogtreecommitdiffstats
path: root/testsuites/automake (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-11-22Remove .objRalf Corsepius1-1/+1
2005-11-222005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* automake/compile.am: Remove .coff.
2005-11-13Remove depend.Ralf Corsepius2-7/+0
2005-11-13Remove preinstall, preinstall-recursive.Ralf Corsepius1-31/+0
2005-11-13Remove preinstall-am.Ralf Corsepius1-3/+2
2005-11-132005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-33/+1
* automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES. Remove ARCH. Remove LINK_LIBS. Extend clean-local to catch most temporary files make-exe is creating.
2005-11-09Assume PROJECT_ROOT to contain RTEMS_BSP.Ralf Corsepius1-2/+2
2005-11-09Eliminate PROJECT_LIB.Ralf Corsepius1-4/+2
Remove START_FILE, OBJS from LINK_FILES.
2005-11-08Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS, RTEMS_CXXFLAGS.Ralf Corsepius1-3/+3
2005-11-08Cleanup.Ralf Corsepius1-2/+0
2005-11-08Remove RTEMS_BSP_SPECS, GCC_SPECS.Ralf Corsepius1-8/+0
Don't manually set up GCCSPEC (Now setup from inside configure). Remove RTEMS_RELLDFLAGS (Used).
2005-11-08Remove CCAS support.Ralf Corsepius1-4/+0
2005-11-07Remove depend-am.Ralf Corsepius1-3/+2
2005-11-07Remove depend.Ralf Corsepius1-2/+0
2005-11-07Remove depend-recursive.Ralf Corsepius1-4/+0
2005-11-07Take contents of amcompile.am.Ralf Corsepius1-64/+18
2005-11-07RemoveRalf Corsepius1-71/+0
2005-11-07New.Ralf Corsepius1-0/+71
2005-01-062004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-3/+1
* automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS (Implicitly handled by automake).
2005-01-06Remove duplicate CCAS.Ralf Corsepius1-1/+0
2005-01-062004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-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.
2005-01-062004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-57/+3
* automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused). Remove build-variants. Hard-code ARCH=o-optimize.
2004-04-20Remove stray white spaces.Ralf Corsepius4-13/+12
2003-12-172003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-1/+1
* automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
2003-12-152003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-2/+2
* aclocal/env-rtemsbsp.m4: Add PROJECT_LIB. * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
2003-12-122003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-3/+0
* automake/compila.am: Remove ARCH.
2003-12-012003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-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-172003-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2-16/+0
* automake/local.am, automake/host.am: Remove "debug".
2003-08-162003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius5-0/+318
* automake/compile.am, automake/host.am, automake/leaf.am automake/local.am, automake/subdirs.am: New (copied from ../../../automake).