From 44c889a1703d1087f2822946b71120257e8624ff Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 8 Jul 2003 15:25:04 +0000 Subject: 2003-07-08 Ralf Corsepius * configure.ac: Remove (Merged-in into ../configure.ac) * Makefile.am: DOC_FILES = src/TODO src/CASES, Reflect having merged configure.ac into ../configure.ac. * src/config.h: New. --- cpukit/libcsupport/Makefile.am | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'cpukit/libcsupport/Makefile.am') diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am index d9ea99770b..41497338ad 100644 --- a/cpukit/libcsupport/Makefile.am +++ b/cpukit/libcsupport/Makefile.am @@ -2,11 +2,9 @@ ## $Id$ ## -ACLOCAL_AMFLAGS = -I ../aclocal - -include $(top_srcdir)/../automake/multilib.am -include $(top_srcdir)/../automake/compile.am -include $(top_srcdir)/../automake/lib.am +include $(top_srcdir)/automake/multilib.am +include $(top_srcdir)/automake/compile.am +include $(top_srcdir)/automake/lib.am include_HEADERS = include/chain.h include/console.h include/clockdrv.h \ include/iosupp.h include/ringbuf.h include/rtc.h \ @@ -98,7 +96,7 @@ all-local: $(PREINSTALL_FILES) LIB = ${ARCH}/libcsupport.a -AM_CPPFLAGS += -Isrc +AM_CPPFLAGS += -I$(srcdir)/src ERROR_C_FILES = src/error.c @@ -174,9 +172,9 @@ ${ARCH}/%.$(OBJEXT): src/%.c $(LIB): ${OBJS} $(make-library) -DOC_FILES = TODO CASES +DOC_FILES = src/TODO src/CASES EXTRA_DIST = $(DOC_FILES) $(COMMON_C_FILES) $(EMBEDDED_C_FILES) \ $(UNIX_C_FILES) -include $(top_srcdir)/../automake/local.am +include $(top_srcdir)/automake/local.am -- cgit v1.2.3