summaryrefslogtreecommitdiffstats
path: root/c/src/exec/wrapup/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove, moved to cpukit.Ralf Corsepius2002-07-221-87/+0
|
* 2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-07-011-3/+2
| | | | * wrapup/Makefile.am: Install by using cpulibdir, cpulib_DATA.
* 2002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-251-1/+1
| | | | * wrapup/Makefile.am: Fix stupid typo in previous patch.
* 2002-06-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-251-3/+5
| | | | | | | * configure.ac: Add librpc. AC_PROG_RANLIB. * wrapup/Makefile.am: Add librpc. Use relative path to lib*.a for POSIX_OBJS, ITRON_OBJS, NETWORKING_OBJS.
* 2002-06-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-181-4/+4
| | | | | * wrapup/Makefile.am: Use relative path to lib*.a for LIBCSUPPORT_OBJS, LIBBLOCK_OBJS, LIBDOSFS_OBJS, LIBIMFS_OBJS.
* 2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2002-06-171-4/+4
| | | | * Include $(top_srcdir)/automake/*.am.
* 2002-05-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-05-291-5/+39
| | | | | * configure.ac: Add libnetworking. * wrapup/Makefile.am: Ditto.
* 2002-05-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-05-281-1/+8
| | | | | * configure.ac: Add libblock. Add libfs. Add AM_CONDITIONAL(UNIX). * wrapup/Makefile.am: Add libblock, libfs/dosfs, libfs/imfs.
* 2002-05-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-05-171-1/+3
| | | | | * configure.ac: Add libcsupport. * wrapup/Makefile.am: Ditto.
* 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]). * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
* 2002-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-081-2/+4
| | | | | | | * wrapup/Makefile.am: Add install-hook. Remove SIZE_RTEMS. * include/rtems/fs.h: New, extracted from libio_.h. * include/rtems/userenv.h: New. extracted from libio_.h.
* 2002-01-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-061-0/+42
| | | | | * wrapup/.cvsignore: Readded. * include/.cvsignore: New file.
* 2001-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-041-18/+0
| | | | | | | | | | | | | | | | * configure.ac: Use AS_IF instead of if/then/else. Add AC_DEFINE_UNQUOTED(RTEMS_UNIX) for RTEMS_CPU==unix. Add AC_DEFINE_UNQUOTED(RTEMS_UNIXLIB) for RTEMS_CPU==unix. Add include/Makefile to CONFIG_FILES. Add AC_ENABLE_MULITLIB. Remove wrapup/rtems, wrapup/itron, wrapup/posix. Remove */optman/Makefile from CONFIG_FILES. * Makefile.am: Add include to SUBDIRS. * rtems/Makefile.am: Remove optman from SUBDIRS. * sapi/Makefile.am: Remove optman from SUBDIRS. * include/Makefile.am: New file. * include/rtems/bspIo.h: Relocated from lib/include. * include/rtems/libio_.h: Relocated from lib/include.
* This patch adds the basic framework for the ITRON 3.0 API implementationJoel Sherrill1999-11-091-1/+5
| | | | for RTEMS.
* Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to make fix bugJoel Sherrill1999-10-041-3/+3
| | | | where wrapup left pieces out of the librtemsall.a.
* Applied patch rtems-rc-19990820-6.diff.gz fromJoel Sherrill1999-09-071-0/+14
Ralf Corsepius <corsepiu@faw.uni-ulm.de> which converted many Makefile.in's to Makefile.am's. This added a lot of files.