summaryrefslogtreecommitdiffstats
path: root/c/src/tests/libtests/cpuuse/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2003-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-11-111-42/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cpuuse/.cvsignore: Remove. * cpuuse/Makefile.am: Remove. * cpuuse/cpuuse.scn: Remove. * cpuuse/init.c: Remove. * cpuuse/system.h: Remove. * cpuuse/task1.c: Remove. * cpuuse/task2.c: Remove. * cpuuse/task3.c: Remove. * cpuuse/tswitch.c: Remove. * .cvsignore: Remove. * ChangeLog: Remove. * Makefile.am: Remove. * README: Remove. * configure.ac: Remove. * libtests.am: Remove. * malloctest/.cvsignore: Remove. * malloctest/Makefile.am: Remove. * malloctest/init.c: Remove. * malloctest/malloctest.scn: Remove. * malloctest/system.h: Remove. * malloctest/task1.c: Remove. * monitor/.cvsignore: Remove. * monitor/Makefile.am: Remove. * monitor/init.c: Remove. * monitor/system.h: Remove. * putenvtest/.cvsignore: Remove. * putenvtest/Makefile.am: Remove. * putenvtest/init.c: Remove. * rtems++/.cvsignore: Remove. * rtems++/Init.cc: Remove. * rtems++/Makefile.am: Remove. * rtems++/System.h: Remove. * rtems++/Task1.cc: Remove. * rtems++/Task2.cc: Remove. * rtems++/Task3.cc: Remove. * rtems++/rtems++.doc: Remove. * rtems++/rtems++.scn: Remove. * rtmonuse/.cvsignore: Remove. * rtmonuse/Makefile.am: Remove. * rtmonuse/getall.c: Remove. * rtmonuse/init.c: Remove. * rtmonuse/rtmonuse.scn: Remove. * rtmonuse/system.h: Remove. * rtmonuse/task1.c: Remove. * stackchk/.cvsignore: Remove. * stackchk/Makefile.am: Remove. * stackchk/blow.c: Remove. * stackchk/init.c: Remove. * stackchk/stackchk.scn: Remove. * stackchk/system.h: Remove. * stackchk/task1.c: Remove. * termios/.cvsignore: Remove. * termios/Makefile.am: Remove. * termios/README: Remove. * termios/init.c: Remove.
* 2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-08-161-3/+3
| | | | | | | | | | | | Makefile.am: Reflect having moved automake. cpuuse/Makefile.am: Reflect having moved automake. malloctest/Makefile.am: Reflect having moved automake. monitor/Makefile.am: Reflect having moved automake. putenvtest/Makefile.am: Reflect having moved automake. rtems++/Makefile.am: Reflect having moved automake. rtmonuse/Makefile.am: Reflect having moved automake. stackchk/Makefile.am: Reflect having moved automake. termios/Makefile.am: Reflect having moved automake.
* 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-08-111-1/+1
| | | | | | | | | | | * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o. * malloctest/Makefile.am: Use $(OBJEXT) instead of .o. * monitor/Makefile.am: Use $(OBJEXT) instead of .o. * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o. * rtems++/Makefile.am: Use $(OBJEXT) instead of .o. * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o. * stackchk/Makefile.am: Use $(OBJEXT) instead of .o. * termios/Makefile.am: Use $(OBJEXT) instead of .o.
* 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]). * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS. * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS. * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS. * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS. * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS. * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS. * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
* 2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2001-09-191-1/+1
| | | | | | | | | | | | * malloctest/Makefile.am: include leaf.am instead of leaf.cfg. * monitor/Makefile.am: include leaf.am instead of leaf.cfg. * termios/Makefile.am: include leaf.am instead of leaf.cfg. * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg. * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use make-cxx-exe. * stackchk/Makefile.am: include leaf.am instead of leaf.cfg. * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg. * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
* 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-09-051-0/+1
| | | | | | * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Include compile.am
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-121-3/+4
|
* Patch rtems-rc-20000118-2.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-01-311-1/+0
| | | | | that contains cosmetical changes to the Makefile.ams below tests (removes old, now invalid comments from these Makefile.ams).
* Patch rtems-rc-19991117-13.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1999-11-231-0/+42
to convert the libtests directory from Makefile.in to Makefile.am.