Changeset 44c889a in rtems
- Timestamp:
- 07/08/03 15:25:04 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 07da959
- Parents:
- b422de6c
- Location:
- cpukit/libcsupport
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libcsupport/ChangeLog
rb422de6c r44c889a 1 2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Remove (Merged-in into ../configure.ac) 4 * Makefile.am: DOC_FILES = src/TODO src/CASES, 5 Reflect having merged configure.ac into ../configure.ac. 6 * src/config.h: New. 7 1 8 2003-07-02 Chris Johns <cjohns@cybertec.com.au> 2 9 -
cpukit/libcsupport/Makefile.am
rb422de6c r44c889a 3 3 ## 4 4 5 ACLOCAL_AMFLAGS = -I ../aclocal 6 7 include $(top_srcdir)/../automake/multilib.am 8 include $(top_srcdir)/../automake/compile.am 9 include $(top_srcdir)/../automake/lib.am 5 include $(top_srcdir)/automake/multilib.am 6 include $(top_srcdir)/automake/compile.am 7 include $(top_srcdir)/automake/lib.am 10 8 11 9 include_HEADERS = include/chain.h include/console.h include/clockdrv.h \ … … 99 97 LIB = ${ARCH}/libcsupport.a 100 98 101 AM_CPPFLAGS += -I src99 AM_CPPFLAGS += -I$(srcdir)/src 102 100 103 101 ERROR_C_FILES = src/error.c … … 175 173 $(make-library) 176 174 177 DOC_FILES = TODOCASES175 DOC_FILES = src/TODO src/CASES 178 176 179 177 EXTRA_DIST = $(DOC_FILES) $(COMMON_C_FILES) $(EMBEDDED_C_FILES) \ 180 178 $(UNIX_C_FILES) 181 179 182 include $(top_srcdir)/ ../automake/local.am180 include $(top_srcdir)/automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.