Changeset dfbb492 in rtems
- Timestamp:
- 01/11/04 05:54:47 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- f035132
- Parents:
- 6ac4e84f
- Location:
- cpukit/libcsupport
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libcsupport/ChangeLog
r6ac4e84f rdfbb492 1 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Include compile.am, again. 4 Eliminate DOC_FILES. 5 1 6 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
cpukit/libcsupport/Makefile.am
r6ac4e84f rdfbb492 4 4 5 5 include $(top_srcdir)/automake/multilib.am 6 include $(top_srcdir)/automake/ amcompile.am6 include $(top_srcdir)/automake/compile.am 7 7 8 8 include_HEADERS = include/chain.h include/console.h include/clockdrv.h \ … … 132 132 libcsupport_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V) 133 133 134 DOC_FILES = src/TODO src/CASES 135 136 EXTRA_DIST = $(DOC_FILES) $(COMMON_C_FILES) $(EMBEDDED_C_FILES) \ 137 $(UNIX_C_FILES) 134 EXTRA_DIST = src/TODO src/CASES src/README 138 135 139 136 PREINSTALL_FILES =
Note: See TracChangeset
for help on using the changeset viewer.