summaryrefslogtreecommitdiffstats
path: root/cpukit/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2008-05-01 Chris Johns <chrisj@rtems.org>Chris Johns2008-05-011-0/+1
| | | | | | | | | * libblock/include/rtems/nvdisk-sram.h, libblock/include/rtems/nvdisk.h, libblock/src/nvdisk-sram.c, libblock/src/nvdisk.c: New. A Non-volatile memory disk drive. * Makefile.am, preinstall.am, libblock/Makefile.am: Updated for the NV disk driver.
* 2007-12-12 Chris Johns <chrisj@rtems.org>Chris Johns2007-12-141-1/+1
| | | | | | | | * Makefile.am, preinstall.am: Added libblock/include/rtems/flashdisk.h to the installed header list. * libblock/Makefile.am: Add flashdisk.c to the files to build. * libblock/include/rtems/flashdisk.h, libblock/src/flashdisk.c: New.
* 2007-12-12 Chris Johns <chrisj@rtems.org>Chris Johns2007-12-121-1/+1
| | | | | | | | | * Makefile.am: Added libmisc/shell/shellconfig.h to the installed header list. * libmisc/shell/shell_cmdset.c: Let the Initial command add occur in any order rather than before any commands have been added. Also made the command's strings be copies rather than references. * sapi/src/ioregisterdriver.c: Return the I/O initialise calls result.
* 2007-12-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-12-121-0/+1
| | | | | | | | | | | | * Makefile.am, configure.ac, posix/Makefile.am, wrapup/Makefile.am: Move Ada support code that is untestable from the Standard RTEMS Test Suite into its own directory. All code in score, posix, rtems, and sapi should be testable by the Standard RTEMS Test Suites. It was buried under POSIX before so this should be a clearer location anyway. * libgnat/.cvsignore, libgnat/Makefile.am, libgnat/ada_intrsupp.c, libgnat/adasupp.c: New files. * posix/src/ada_intrsupp.c, posix/src/adasupp.c: Removed.
* 2007-06-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-06-121-0/+1
| | | | * configure.ac, Makefile.am: Add libmd.
* Add shttpd.Ralf Corsepius2007-06-111-0/+1
|
* 2007-05-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-05-151-3/+0
| | | | | | | | | | | | | | | | | | | | | | * Makefile.am, preinstall.am, libmisc/Makefile.am, rtems/Makefile.am, rtems/include/rtems.h, rtems/include/rtems/rtems/ratemon.h, rtems/inline/rtems/rtems/ratemon.inl, rtems/src/ratemoncancel.c, rtems/src/ratemoncreate.c, rtems/src/ratemondelete.c, rtems/src/ratemongetstatus.c, rtems/src/ratemonident.c, rtems/src/ratemonperiod.c, rtems/src/ratemontimeout.c, score/Makefile.am, score/include/rtems/score/object.h, score/src/threadhandler.c, wrapup/Makefile.am: Integrate Rate Monotonic Statistics and Period Usage into Rate Monotonic Manager. Added the following directives: rtems_rate_monotonic_get_statistics, rtems_rate_monotonic_reset_statistics, rtems_rate_montonic_reset_all_statistics, rtems_rate_montonic_report_statistics, and rtems_object_get_name. Obsoleted the rtems/rtmonuse.h file as a public interface. * rtems/src/ratemongetstatistics.c, rtems/src/ratemonreportstatistics.c, rtems/src/ratemonresetall.c, rtems/src/ratemonresetstatistics.c, rtems/src/rtemsobjectgetname.c, score/src/objectgetnameasstring.c: New files. * libmisc/rtmonuse/rtmonuse.c, libmisc/rtmonuse/rtmonuse.h: Removed.
* 2007-05-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-05-101-2/+1
| | | | * Makefile.am: Remove libcsupport/include/sys/cdefs.h.
* Reflect introduction of include/rtems/bsd/sys/cdefs.h.Ralf Corsepius2007-05-101-0/+1
|
* 2007-05-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-05-101-0/+3
| | | | * Makefile.am: Reflect addition of include/rtems/bsd/sys/queue.h.
* 2007-05-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2007-05-091-0/+2
| | | | * Makefile.am: Add include/rtems/endian.h.
* Abandon DEPRECATED_TYPES.Ralf Corsepius2006-12-131-30/+0
|
* 2006-11-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-201-2/+0
| | | | * Makefile.am: Remove ampolish3.
* Replace AM_CONDITIONAL(HAS_NETWORKING) with AM_CONDITIONAL(LIBNETWORKING).Ralf Corsepius2006-11-181-3/+3
|
* Introduce AM_CONDITIONAL(LIBITRON).Ralf Corsepius2006-11-171-1/+1
| | | | Remove AM_CONDITIONAL(HAS_ITRON).
* 2006-11-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-11-171-2/+2
| | | | | * configure.ac, Makefile.am, libfs/Makefile.am: Introduce AM_CONDITIONAL(LIBDOSFS).
* Remove RTEMS_PROVIDES_STDINT_H, RTEMS_PROVIDES_INTTYPES_H.Ralf Corsepius2006-11-121-6/+0
|
* 2006-06-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-06-291-0/+2
| | | | * Makefile.am: Add ampolish3.
* 2006-01-13 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-01-131-10/+0
| | | | | * Makefile.am: Remove doxygen support having accidentially slipped into, though yesterday's patch.
* Remove all-local.Ralf Corsepius2006-01-121-2/+0
|
* CleanupsRalf Corsepius2006-01-121-5/+11
|
* 2005-11-02 straumanatslacdotstanford.eduTill Straumann2005-11-031-0/+4
| | | | | | | | * libi2c/Makefile.am, libi2c/Makefile.in, libi2c/libi2c.c, libi2c/libi2c.h: New files. * Makefile.am, configure.ac, preinstall.am, wrapup/Makefile.am: added a simple API/library for i2c devices and drivers for i2c 2-byte eeproms and a ds1621 temperature sensor; API is documented in libi2c.h
* Add zlib.Ralf Corsepius2005-10-301-0/+2
|
* Cosmetics.Ralf Corsepius2005-10-271-2/+4
|
* Add pppd.Ralf Corsepius2005-10-261-0/+1
|
* 2005-10-26 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-10-261-0/+2
| | | | | * backward/rtemspppd.h, backward/rtemsdialer.h: New. * Makefile.am: Add backward/rtemspppd.h, backward/rtemsdialer.h.
* Add telnetd.Ralf Corsepius2005-10-251-0/+1
|
* 2005-08-05 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-08-051-0/+2
| | | | | * Makefile.am: Add libnetworking/memory.h * libnetworking/Makefile.am: Remove memory.h
* Remove ada.Ralf Corsepius2005-05-231-1/+1
|
* 2005-05-17 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-171-0/+3
| | | | | * Makefile.am, preinstall.am: Added a common irq.h * include/rtems/irq.h: New file.
* Add rtems_bsdnet_HEADERS.Ralf Corsepius2005-05-091-0/+7
|
* 2005-03-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-03-041-0/+4
| | | | | | * configure.ac: Check for newlib with stdint.h/inttypes.h. * Makefile.am: Conditionally use external stdint.h/inttypes.h for newlib.
* Split preinstallation rules in to separate files (preinstall.am).Ralf Corsepius2005-02-081-305/+13
|
* 2005-02-08 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-081-0/+58
| | | | | | | * configure.ac: Add new header guard to cpuopts.h. * Makefile.am: Add libfs, libblock, ftpd header install rules. * libfs/Makefile.am, libblock/Makefile.am, ftpd/Makefile.am: Remove header install rules.
* 2005-02-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-071-1/+120
| | | | | | | | * Makefile.am: Add include/rtems/tar.h. Merge-in header rules from libmisc/Makefile.am * libmisc/Makefile.am: Remove header rules. Remove lib-specific CPPFLAGS. * configure.ac: Add checks for <tar.h>
* 2005-02-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-041-0/+10
| | | | | | | * libcsupport/include/rtems/libio.h: Use rtems_id for semaphores. Use char* for buffer. * backward/ftpd.h: New. * Makefile.am: Reflect having added backward/ftpd.h.
* 2005-02-03 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-02-041-0/+1
| | | | | | | | | | PR 756/rtems * ftpd/ftpd.c, ftpd/ftpd.h, ftpd/Makefile.am: New (relocated from /c/src/libnetworking/ftpd) * ftpd/ftd.h: New header guards. * ftpd/Makefile.am: Install libftd.a, install ftp.h to rtems/ftp.h. * configure.ac: Add ftpd/Makefile. * Makefile.am: Add ftpd.
* 2005-01-27 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-271-0/+66
| | | | | | | * libcsupport/include/tar.h: New (SUSv3). * Makefile.am: Integrate newlib-specific headers. Add libcsupport/include/tar.h. * libcsupport/Makefile.am: Remove newlib-specific headers.
* Add httpd.Ralf Corsepius2004-10-271-0/+1
|
* 2004-04-12 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-121-0/+38
| | | | | | | | * acinclude.m4 (RTEMS_CPUOPT): Use AC_DEFINE_UNQUOTED. * backward/motorola/mc68681.h, backward/motorola/mc68230.h, backward/zilog/z8536.h, backward/zilog/z8036.h, backward/zilog/z8030.h: New. * Makefile.am: Reflect having added new files above.
* 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-011-4/+14
| | | | | | | | * backward/confdefs.h: New. * Makefile.am: Add backward/confdefs.h. Add conditional DEPRECATED. * configure.ac: Add --enable-deprecated. Add conditional DEPRECATED.
* 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-011-0/+74
| | | | | | | | | * Makefile.am: Add backward/*.h headers. * itron/Makefile.am: Install itron.h to $(includedir)/rtems. * libcsupport/Makefile.am: Install RTEMS specific headers to $(includedir)/rtems. * libfs/Makefile.am: Install imfs.h and dosfs.h to $(includedir)/rtems.
* 2004-03-29 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-03-291-1/+11
| | | | | | | | | | | | PR 561/rtems * include/rtems/concat.h: New. * Makefile.am: Add include/rtems/concat.h. PR/589 rtems * Makefile.am: Add include/rtems/pci.h. * Makefile.am: Include automake/compile.am. * configure.ac: RTEMS_TOP([..],[]).
* 2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-191-1/+3
| | | | * Makefile.am: Add PREINSTALL_DIRS.
* 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2004-01-141-0/+3
| | | | | | | * 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-111-4/+0
| | | | | | | * Makefile.am: Remove AUTOMAKE_FILES. * automake/compile.am: Replace contents with contents of automake/amcompile.am. * automake/amcompile.am, automake/lib.am: Remove.
* 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-121-2/+1
| | | | | * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES. * wrapup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
* 2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-121-2/+0
| | | | | | | * 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-11-301-10/+11
| | | | * Makefile.am: Add $(dirstamp) to preinstallation rules.
* 2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-11-261-16/+24
| | | | | | | | * acinclude.m4: New. * configure.ac: Don't use AUTOHEADER to generate cpuopts.h. Add local autoheader config.h. * aclocal/canonical-target-name.m4: Require AC_CANONICAL_HOST. * aclocal/enable-inlines.m4: Remove USE_MACROS (Unused).