summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/mips/r46xx/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove.Ralf Corsepius2005-05-101-30/+0
|
* 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-071-3/+3
| | | | | * mongoosev/Makefile.am, r46xx/Makefile.am, shared/Makefile.am, tx39/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
* 2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-021-33/+4
| | | | | * mongoosev/Makefile.am, r46xx/Makefile.am, shared/Makefile.am, tx39/Makefile.am: Remove build-variant support.
* 2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-02-061-3/+0
| | | | | | * mongoosev/Makefile.am, r46xx/Makefile.am, tx39/Makefile.am: Don't include .../lib.am. Remove ACLOCAL_AMFLAGS. * shared/Makefile.am: Don't include .../lib.am.
* 2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-211-0/+32
| | | | | | | | | | | | * clock/Makefile.am, timer/Makefile.am: Remove. * r46xx/Makefile.am: Built timer.rel, clock.rel. Add PREINSTALL_DIRS. * Makefile.am: Remove timer, clock. * tx39/Makefile.am, mongoosev/Makefile.am, shared/Makefile.am: Add PREINSTALL_DIRS. * configure.ac: Reflect removing clock/Makefile.am, timer/Makefile.am. Add subdir-objects to AUTOMAKE_OPTIONS.
* 2004-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-181-19/+17
| | | | | | | | | | | | * 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.
* 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-161-2/+24
| | | | | | | | | | | | | | | | * mongoosev/duart/Makefile.am: Remove. * mongoosev/vectorisrs/Makefile.am: Remove. * mongoosev/Makefile.am: Merge-in vectorisrs/Makefile.am, duart/Makefile.am. * r46xx/vectorisrs/Makefile.am: Remove. * r46xx/Makefile.am: Merge-in vectorisrs/Makefile.am. * shared/cache/Makefile.am: Remove. * shared/interrupts/Makefile.am: Remove. * shared/Makefile.am: Merge-in cache/Makefile.am, interrupts/Makefile.am. * tx39/vectorisrs/Makefile.am: Remove. * tx39/Makefile.am: Merge-in vectorisrs/Makefile.am. * configure.ac: Reflect changes above.
* 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-161-2/+2
| | | | | | | | | | | | | | | | | Makefile.am: Reflect having moved automake. clock/Makefile.am: Reflect having moved automake. mongoosev/Makefile.am: Reflect having moved automake. mongoosev/duart/Makefile.am: Reflect having moved automake. mongoosev/vectorisrs/Makefile.am: Reflect having moved automake. r46xx/Makefile.am: Reflect having moved automake. r46xx/vectorisrs/Makefile.am: Reflect having moved automake. shared/Makefile.am: Reflect having moved automake. shared/cache/Makefile.am: Reflect having moved automake. shared/interrupts/Makefile.am: Reflect having moved automake. timer/Makefile.am: Reflect having moved automake. tx39/Makefile.am: Reflect having moved automake. tx39/include/Makefile.am: Reflect having moved automake. tx39/vectorisrs/Makefile.am: Reflect having moved automake.
* 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-03-281-1/+0
| | | | | | | | | | | | | | | | | | | | | * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * mongoosev/duart/Makefile.am: Remove AUTOMAKE_OPTIONS. * mongoosev/Makefile.am: Remove AUTOMAKE_OPTIONS. * mongoosev/include/Makefile.am: Remove AUTOMAKE_OPTIONS. * mongoosev/vectorisrs/Makefile.am: Remove AUTOMAKE_OPTIONS. * r46xx/vectorisrs/Makefile.am: Remove AUTOMAKE_OPTIONS. * r46xx/Makefile.am: Remove AUTOMAKE_OPTIONS. * shared/cache/Makefile.am: Remove AUTOMAKE_OPTIONS. * shared/Makefile.am: Remove AUTOMAKE_OPTIONS. * shared/interrupts/Makefile.am: Remove AUTOMAKE_OPTIONS. * timer/Makefile.am: Remove AUTOMAKE_OPTIONS. * tx39/include/Makefile.am: Remove AUTOMAKE_OPTIONS. * tx39/Makefile.am: Remove AUTOMAKE_OPTIONS. * tx39/vectorisrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
* 2001-01-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-01-081-0/+11
* Added r46xx directory. * Makefile.am, configure.in: Modified to reflect addition of r46xx. * shared/interrupts/installisrentries.c: Fixed typo. * r46xx/.cvsignore, r46xx/Makefile.am, r46xx/vectorisrs/.cvsignore, r46xx/vectorisrs/Makefile.am, r46xx/vectorisrs/vectorisrs.c: New files.