Workaround for the header file copying dependency hell

This commit is contained in:
Hans Lambermont
2003-01-04 15:07:25 +00:00
parent 302399b9d0
commit 45b243ac47
12 changed files with 47 additions and 47 deletions

View File

@@ -24,7 +24,7 @@
#
# The Original Code is: all of this file.
#
# Contributor(s): none yet.
# Contributor(s): Hans Lambermont
#
# ***** END GPL/BL DUAL LICENSE BLOCK *****
# blender keyreader-library makefile
@@ -71,8 +71,8 @@ install: all debug
@[ -d $(LCGDIR)/$(LIBNAME) ] || mkdir $(LCGDIR)/$(LIBNAME)
@[ -d $(LCGDIR)/$(LIBNAME)/include ] || mkdir $(LCGDIR)/$(LIBNAME)/include
@[ -d $(LCGDIR)/$(LIBNAME)/lib ] || mkdir $(LCGDIR)/$(LIBNAME)/lib
cp -f blenkey.h $(LCGDIR)/$(LIBNAME)/include/blenkey.h
cp -f $(LIB_a) $(LCGDIR)/$(LIBNAME)/lib/
@../tools/cpifdiff.sh blenkey.h $(LCGDIR)/$(LIBNAME)/include/blenkey.h
@../tools/cpifdiff.sh $(LIB_a) $(LCGDIR)/$(LIBNAME)/lib/
ifeq ($(OS),darwin)
ranlib $(LCGDIR)/$(LIBNAME)/lib/lib$(LIBNAME).a
endif