summaryrefslogtreecommitdiffstats
path: root/cpukit/automake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-041-2/+0
| | | | * automake/compile.am: Remove depend: (Redundant).
* 2005-01-28 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-281-2/+2
| | | | * automake/compile.am: Remove RTEMS_CPPFLAGS.
* 2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-051-18/+1
| | | | | | | | | | * aclocal/env-rtemscpu.m4: Remove CFLAGS_OPTIMIZE_V. Remove CPU_CFLAGS. * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up RTEMS_CFLAGS. * automake/compile.am: AM_CFLAGS = RTEMS_CFLAGS. Remove CPPFLAGS, CFLAGS, CPU_CFLAGS, CFLAGS_OPTIMIZE. Cleanup comments.
* 2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-051-22/+0
| | | | | | * aclocal/env-rtemscpu.m4: Remove CFLAGS_DEBUG_V. * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. * automake/compile.am: Cleanup comments. Remove ASFLAGS.
* 2005-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-011-19/+0
| | | | | | | | | * automake/compile.am, httpd/Makefile.am, itron/Makefile.am, libblock/Makefile.am, libcsupport/Makefile.am, libfs/Makefile.am, libmisc/Makefile.am, libnetworking/Makefile.am, librpc/Makefile.am, posix/Makefile.am, rtems/Makefile.am, sapi/Makefile.am, score/Makefile.am, wrapup/Makefile.am: Remove build-variant support.
* 2004-10-20 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-10-211-13/+0
| | | | * automake/compile.am: Remove RTEMS_CFLAGS_*_V.
* 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-142-8/+2
| | | | | | | * Makefile.am: Re-add dirstamps to PREINSTALL_FILES. Add PREINSTALL_FILES to CLEANFILES. * automake/local.am: Remove depend-am. * automake/subdirs.am: Remove depend-recursive.
* 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-113-172/+4
| | | | | | | * Makefile.am: Remove AUTOMAKE_FILES. * automake/compile.am: Replace contents with contents of automake/amcompile.am. * automake/amcompile.am, automake/lib.am: Remove.
* 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-111-6/+2
| | | | | | | | | | * configure.ac, aclocal/enable-bare.m4, aclocal/enable-inlines.m4, aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4, aclocal/enable-posix.m4, aclocal/enable-rtems-debug.m4, aclocal/multi.m4, aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING (deprecated in autoconf-2.59) * automake/local.am: Remove clean-local, depend-gcc.
* 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-091-7/+0
| | | | | | | | | * aclocal/enable-networking.m4: Don't AC_SUBST(RTEMS_HAS_NETWORKING). * aclocal/check-networking.m4: Don't AC_SUBST(HAS_NETWORKING). * automake/amcompile.am: Remove $(ARCH). * wrapup/Makefile.am: Add $(ARCH). Remove compile.am, lib.am. Include amcompile.am.
* 2004-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-071-0/+87
| | | | | * automake/amcompile.am: New. * configure.ac: Add subdir-objects, AM_PROG_CC_C_O.
* 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-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-121-6/+1
| | | | | | | * aclocal/lead-dot.m4: Remove (Use the version in automake-1.8). * automake/lib.am: Remove $(project_libdir)$(MULTISUBDIR). * aclocal/env-rtemscpu.m4: Reflect new definition of project_lib. * Makefile.am: Remove BUILT_SOURCES.
* 2003-11-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-011-4/+5
| | | | | * automake/compile.am: Add $(ARCH)/$(dirstamp) rules. * wrapup/Makefile.am: Reflect $(dirstamp) changes.
* 2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-181-8/+0
| | | | * automake/local.am: Remove "debug".
* 2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-05-272-20/+6
| | | | | | | PR 321: * aclocal/env-rtemscpu.m4: Remove support for profile-variant. * automake/compile.am: Ditto. * automake/local.am: Ditto.
* 2003-05-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-05-141-1/+0
| | | | * automake/compile.am: Remove LIBSUFFIX_VA (unused).
* Merger from rtems-4-6-branch.Ralf Corsepius2003-02-282-22/+9
|
* 2003-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-231-5/+0
| | | | | * automake/local.am: Remove distclean-local. Remove PROJECT_TOOLS.
* 2003-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-211-3/+0
| | | | | * automake/compile.am: Remove CLEAN_DEPEND (Unused). Remove CLOBBER_DEPEND (Unused).
* 2002-12-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-191-1/+1
| | | | * automake/compile.am: Remove $(RTEMS_BSP_CFLAGS).
* 2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-061-7/+3
| | | | * automake/compile.am: Rework *FLAGS, AM_*FLAGS handling.
* 2002-12-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-062-9/+5
| | | | | | | | | | | | * automake/multilib.am: Don't include @RTEMS_BSP@.cfg. * automake/compile.am: Remove hard-coded CFLAGS_PROFILE_V. Add autoconf-supplied CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V. Hard-code RTEMS_CFLAGS_PROFILE = -pg * aclocal/prog-cc.m4: Sync with toplevel/aclocal/prog-cc.m4. Remove GCCSED. * aclocal/env-rtemsbsp.m4: Add AC_ARG_VAR for CPU_CFLAGS, CFLAGS_OPTIMIZE_V, CFLAGS_DEBUG_V, CFLAGS_PROFILE_V.
* 2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-11-201-5/+0
| | | | * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused).
* 2002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-11-151-3/+1
| | | | | | * aclocal/prog-cc.m4: Acknowledge configuration-time CFLAGS. * automake/compile.am: Acknowledge configuration-time CFLAGS. Remove CFLAGS_DEFAULT.
* 2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-311-1/+0
| | | | | | * aclocal/canonicalize-tools.m4: Remove LD. * automake/lib.am: Remove LD. * Makefile.am: Put preinstall-stamp into CLEANFILES.
* 2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-261-5/+5
| | | | * automake/compile.am: Use .$(OBJEXT) instead of .o.
* 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-221-2/+2
| | | | | * automake/lib.am: Use project_libdir instead of $(PROJECT_RELEASE)/lib.
* 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-221-27/+2
| | | | | | | | | | | * aclocal/env-rtemsbsp.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE. Add project_libdir, libdir. New GCC_SPECS. Various cleanups. * aclocal/env-rtemscpu.m4: Remove RTEMS_BSP_SPECS, PROJECT_RELEASE. Add project_libdir, libdir. New GCC_SPECS. Various cleanups. * aclocal/rtems-top.m4: New PROJECT_ROOT handling. * automake/compile.am: Remove RTEMS_BSP_SPECS, LD* flags, LINK, references to bsp_specs. Use project_libdir instead of $(PROJECT_RELEASE)/lib.
* 2002-07-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-051-1/+6
| | | | | | | | | | | * automake/multilib.am: Add install-multi. * aclocal/rtems-top.m4: Reflect new RTEMS_TOPdir to detecting version.m4. Add --with-project-root. Reflect --with-project-root to setting up PROJECT_ROOT. * aclocal/env-rtemscpu.m4: Reflect new RTEMS_TOPdir (HACK). * aclocal/check-cpu.m4: Reflect new RTEMS_TOPdir. * aclocal/check-bsps.m4: Reflect new RTEMS_TOPdir.
* 2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-271-53/+6
| | | | | | | | | * aclocal/prog-ccas.m4: New. * aclocal/canonicalize-tools.m4: Remove AS, OBJCOPY, NM, SIZE, STRIP. RTEMS_GCC_PRINT * aclocal/check-multiprocessing.m4: Fix typo. * automake/compile.am: Remove CXX support. Replace AS by CCAS. Remove LINK_LIBS, LINK_OBJS, LINK_FILES.
* Copied over from the automake/Ralf Corsepius2002-06-155-0/+385