summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips64orion/p4000/wrapup/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2004-01-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-01-071-21/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mips64orion/.cvsignore, mips64orion/ChangeLog, mips64orion/Makefile.am, mips64orion/README, mips64orion/acinclude.m4, mips64orion/configure.ac, mips64orion/p4000/.cvsignore, mips64orion/p4000/ChangeLog, mips64orion/p4000/Makefile.am, mips64orion/p4000/README, mips64orion/p4000/bsp_specs, mips64orion/p4000/configure.ac, mips64orion/p4000/times, mips64orion/p4000/console/.cvsignore, mips64orion/p4000/console/Makefile.am, mips64orion/p4000/console/console.c, mips64orion/p4000/console/led.S, mips64orion/p4000/include/.cvsignore, mips64orion/p4000/include/bsp.h, mips64orion/p4000/include/coverhd.h, mips64orion/p4000/liblnk/.cvsignore, mips64orion/p4000/liblnk/Makefile.am, mips64orion/p4000/liblnk/lnklib.S, mips64orion/p4000/start/.cvsignore, mips64orion/p4000/start/Makefile.am, mips64orion/p4000/start/start.S, mips64orion/p4000/startup/.cvsignore, mips64orion/p4000/startup/Makefile.am, mips64orion/p4000/startup/bspclean.c, mips64orion/p4000/startup/bspstart.c, mips64orion/p4000/startup/ghlinkcmds, mips64orion/p4000/startup/idtmem.S, mips64orion/p4000/startup/idttlb.S, mips64orion/p4000/startup/inittlb.c, mips64orion/p4000/startup/linkcmds, mips64orion/p4000/startup/setvec.c, mips64orion/p4000/wrapup/.cvsignore, mips64orion/p4000/wrapup/Makefile.am: Removed.
* 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-051-7/+2
| | | | | * wrapup/Makefile.am: Eliminate $(LIB). Use noinst_DATA to trigger building libbsp.a.
* 2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-091-2/+2
| | | | | | * start/Makefile.am: Misc cleanups and fixes. * startup/Makefile.am: Misc cleanups and fixes. * wrapup/Makefile.am: Misc cleanups and fixes.
* 2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-031-2/+3
| | | | | | | | * Makefile.am: Add preinstallation dirstamp support. * console/Makefile.am: Cosmetics. * liblnk/Makefile.am: Cosmetics. * startup/Makefile.am: Cosmetics. * wrapup/Makefile.am: Cosmetics.
* 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-021-1/+1
| | | | | | | | * console/Makefile.am: Remove all-local: $(ARCH). * liblnk/Makefile.am: Remove all-local: $(ARCH). * start/Makefile.am: Remove all-local: $(ARCH). * startup/Makefile.am: Remove all-local: $(ARCH). * wrapup/Makefile.am: Remove all-local: $(ARCH).
* 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-161-3/+3
| | | | | | | | | | Makefile.am: Reflect having moved automake. console/Makefile.am: Reflect having moved automake. include/Makefile.am: Reflect having moved automake. liblnk/Makefile.am: Reflect having moved automake. start/Makefile.am: Reflect having moved automake. startup/Makefile.am: Reflect having moved automake. wrapup/Makefile.am: Reflect having moved automake.
* 2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-12-101-1/+0
| | | | * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
* 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-111-1/+1
| | | | | | | | * console/Makefile.am: Use .$(OBJEXT) instead of .o. * liblnk/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
* 2002-07-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-041-1/+1
| | | | | * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES. Remove $(OBJS) from all-local.
* 2002-06-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-301-8/+0
| | | | * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
* 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]). * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * liblnk/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
* 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-051-0/+1
| | | | | * console/Makefile.am, liblnk/Makefile.am, start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am: Include compile.am
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-121-2/+2
|
* Patches rtems-rc-20000118-3.diff and rtems-rc-20000118-4.diff fromJoel Sherrill2000-01-311-0/+34
Ralf Corsepius <corsepiu@faw.uni-ulm.de> that contain: * Modifications, (minor) corrections, cleanups to most existing Makefile.ams * Adds automake support to all remaining BSPs which have not yet been converted to automake. * Makefile.am for all remaining wrapup/Makefile.ams