From f61198b1c38f11453b3a5206ace46dbb18dc97c2 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 28 Nov 2003 00:30:10 +0000 Subject: 2003-11-27 Ralf Corsepius * wrapup/Makefile.am: Remove. * wrapup/.cvsignore: Remove. * Makefile.am: Reflect changes above. --- cpukit/libmisc/ChangeLog | 6 +++++ cpukit/libmisc/Makefile.am | 2 +- cpukit/libmisc/wrapup/.cvsignore | 2 -- cpukit/libmisc/wrapup/Makefile.am | 47 --------------------------------------- 4 files changed, 7 insertions(+), 50 deletions(-) delete mode 100644 cpukit/libmisc/wrapup/.cvsignore delete mode 100644 cpukit/libmisc/wrapup/Makefile.am (limited to 'cpukit/libmisc') diff --git a/cpukit/libmisc/ChangeLog b/cpukit/libmisc/ChangeLog index 7fbe479981..35747e671e 100644 --- a/cpukit/libmisc/ChangeLog +++ b/cpukit/libmisc/ChangeLog @@ -1,3 +1,9 @@ +2003-11-27 Ralf Corsepius + + * wrapup/Makefile.am: Remove. + * wrapup/.cvsignore: Remove. + * Makefile.am: Reflect changes above. + 2003-11-20 Ralf Corsepius * capture/config.h: Remove. diff --git a/cpukit/libmisc/Makefile.am b/cpukit/libmisc/Makefile.am index fc8f64005e..2812f16030 100644 --- a/cpukit/libmisc/Makefile.am +++ b/cpukit/libmisc/Makefile.am @@ -3,7 +3,7 @@ ## SUBDIRS = capture cpuuse devnull dummy dumpbuf monitor mw-fb shell \ - rtmonuse serdbg stackchk untar fsmount wrapup + rtmonuse serdbg stackchk untar fsmount EXTRA_DIST = README diff --git a/cpukit/libmisc/wrapup/.cvsignore b/cpukit/libmisc/wrapup/.cvsignore deleted file mode 100644 index 282522db03..0000000000 --- a/cpukit/libmisc/wrapup/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/cpukit/libmisc/wrapup/Makefile.am b/cpukit/libmisc/wrapup/Makefile.am deleted file mode 100644 index 5360ee5c35..0000000000 --- a/cpukit/libmisc/wrapup/Makefile.am +++ /dev/null @@ -1,47 +0,0 @@ -## -## $Id$ -## - -LIB = $(ARCH)/libmisc.a - -include $(top_srcdir)/automake/compile.am -include $(top_srcdir)/automake/lib.am - -TMP_LIBS = ../monitor/$(ARCH)/libmonitor.a -TMP_LIBS += ../untar/$(ARCH)/libuntar.a -TMP_LIBS += ../stackchk/$(ARCH)/libstackchk.a -TMP_LIBS += ../cpuuse/$(ARCH)/libcpuuse.a -TMP_LIBS += ../rtmonuse/$(ARCH)/librtmonuse.a - -## XXX temporarily remove this from the list because it causes a -## XXX number of BSPs to not link "main(){}" used by autoconf -# if LIBSERDBG -# TMP_LIBS += ../serdbg/$(ARCH)/libserdbg.a -# endif - -if LIBSHELL -TMP_LIBS += ../shell/$(ARCH)/libshell.a -endif - -TMP_LIBS += ../dumpbuf/$(ARCH)/libdumpbuf.a -TMP_LIBS += ../devnull/$(ARCH)/libdevnull.a -TMP_LIBS += ../dummy/$(ARCH)/libdummy.a -TMP_LIBS += ../mw-fb/$(ARCH)/libmw-fb.a -TMP_LIBS += ../capture/$(ARCH)/libcapture.a -TMP_LIBS += ../fsmount/$(ARCH)/libfsmount.a - -# -# (OPTIONAL) Add local stuff here using += -# - -$(LIB): $(TMP_LIBS) - $(RM) $@ - $(RM) -r $(ARCH) - mkdir $(ARCH) - cd $(ARCH); for lib in $^; do $(AR) -xv ../$$lib; done - $(AR) ruv $@ $(ARCH)/* - $(RANLIB) $@ - -all-local: $(ARCH) $(LIB) - -include $(top_srcdir)/automake/local.am -- cgit v1.2.3