2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* wrapup/Makefile.am: Don't preinstall libfs.a.
This commit is contained in:
Ralf Corsepius
2002-06-26 15:28:42 +00:00
parent 996a0385ef
commit 8e7d260c26
4 changed files with 10 additions and 14 deletions

View File

@@ -1,3 +1,7 @@
2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Don't preinstall libfs.a.
2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/dosfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.

View File

@@ -2,7 +2,6 @@
## $Id$
##
LIBNAME = libfs
LIB = $(ARCH)/$(LIBNAME).a
@@ -18,9 +17,6 @@ endif
TMP_LIBS = $(IMFSLIB) $(DOSFSLIB)
$(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
$(INSTALL_DATA) $< $@
#
# (OPTIONAL) Add local stuff here using +=
#
@@ -33,9 +29,7 @@ $(LIB): $(TMP_LIBS)
$(AR) ruv $@ $(ARCH)/*
$(RANLIB) $@
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
all-local: $(ARCH) $(LIB) $(TMPINSTALL_FILES)
all-local: $(ARCH) $(LIB)
.PRECIOUS: $(LIB)

View File

@@ -1,3 +1,7 @@
2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Don't preinstall libfs.a.
2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/dosfs/Makefile.am: Include $(top_srcdir)/../automake/*.am.

View File

@@ -2,7 +2,6 @@
## $Id$
##
LIBNAME = libfs
LIB = $(ARCH)/$(LIBNAME).a
@@ -18,9 +17,6 @@ endif
TMP_LIBS = $(IMFSLIB) $(DOSFSLIB)
$(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
$(INSTALL_DATA) $< $@
#
# (OPTIONAL) Add local stuff here using +=
#
@@ -33,9 +29,7 @@ $(LIB): $(TMP_LIBS)
$(AR) ruv $@ $(ARCH)/*
$(RANLIB) $@
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
all-local: $(ARCH) $(LIB) $(TMPINSTALL_FILES)
all-local: $(ARCH) $(LIB)
.PRECIOUS: $(LIB)