forked from Imagelibrary/rtems
2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Don't preinstall libfs.a.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user