forked from Imagelibrary/rtems
2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Don't preinstall libmisc.a.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Don't preinstall libmisc.a.
|
||||
|
||||
2002-05-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* coinfigure.ac, Makefile.am: Remove references to rootfs.
|
||||
* configure.ac, Makefile.am: Remove references to rootfs.
|
||||
|
||||
2002-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
|
||||
@@ -17,9 +17,6 @@ TMP_LIBS = ../monitor/$(ARCH)/libmonitor-tmp.a \
|
||||
../devnull/$(ARCH)/libdevnull-tmp.a ../dummy/$(ARCH)/libdummy-tmp.a \
|
||||
../mw-fb/$(ARCH)/libmw-fb-tmp.a ../capture/$(ARCH)/libcapture-tmp.a
|
||||
|
||||
$(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
|
||||
$(INSTALL_DATA) $< $@
|
||||
|
||||
#
|
||||
# (OPTIONAL) Add local stuff here using +=
|
||||
#
|
||||
@@ -32,10 +29,6 @@ $(LIB): $(TMP_LIBS)
|
||||
$(AR) ruv $@ $(ARCH)/*
|
||||
$(RANLIB) $@
|
||||
|
||||
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
|
||||
|
||||
all-local: $(ARCH) $(LIB) $(TMPINSTALL_FILES)
|
||||
|
||||
.PRECIOUS: $(LIB)
|
||||
all-local: $(ARCH) $(LIB)
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* wrapup/Makefile.am: Don't preinstall libmisc.a.
|
||||
|
||||
2002-05-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* coinfigure.ac, Makefile.am: Remove references to rootfs.
|
||||
* configure.ac, Makefile.am: Remove references to rootfs.
|
||||
|
||||
2002-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
|
||||
@@ -17,9 +17,6 @@ TMP_LIBS = ../monitor/$(ARCH)/libmonitor-tmp.a \
|
||||
../devnull/$(ARCH)/libdevnull-tmp.a ../dummy/$(ARCH)/libdummy-tmp.a \
|
||||
../mw-fb/$(ARCH)/libmw-fb-tmp.a ../capture/$(ARCH)/libcapture-tmp.a
|
||||
|
||||
$(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
|
||||
$(INSTALL_DATA) $< $@
|
||||
|
||||
#
|
||||
# (OPTIONAL) Add local stuff here using +=
|
||||
#
|
||||
@@ -32,10 +29,6 @@ $(LIB): $(TMP_LIBS)
|
||||
$(AR) ruv $@ $(ARCH)/*
|
||||
$(RANLIB) $@
|
||||
|
||||
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
|
||||
|
||||
all-local: $(ARCH) $(LIB) $(TMPINSTALL_FILES)
|
||||
|
||||
.PRECIOUS: $(LIB)
|
||||
all-local: $(ARCH) $(LIB)
|
||||
|
||||
include $(top_srcdir)/../../../automake/local.am
|
||||
|
||||
Reference in New Issue
Block a user