|
@@ -1,5 +1,5 @@
|
|
|
#
|
|
|
-# Makefile generated by fpcmake v0.99.15 [2000/07/02]
|
|
|
+# Makefile generated by fpcmake v1.00 [2000/08/14]
|
|
|
#
|
|
|
|
|
|
defaultrule: all
|
|
@@ -184,7 +184,7 @@ endif
|
|
|
|
|
|
# Targets
|
|
|
|
|
|
-override UNITOBJECTS+=paszlib adler crc crcasm gzio infblock infcodes inffast inftrees infutil strutils trees zcompres zdeflate zinflate zbase zuncompr zutil
|
|
|
+override UNITOBJECTS+=paszlib adler gzcrc gzcrcasm gzio infblock infcodes inffast inftrees infutil strutils trees zcompres zdeflate zinflate zbase zuncompr zutil
|
|
|
override EXAMPLEOBJECTS+=example minigzip
|
|
|
|
|
|
# Clean
|
|
@@ -911,7 +911,7 @@ ifdef INSTALLPPUFILES
|
|
|
ifdef PPUFILES
|
|
|
INSTALLPPULINKFILES:=$(shell $(PPUFILES) -S -O $(INSTALLPPUFILES))
|
|
|
else
|
|
|
-INSTALLPPULINKFILES:=$(wildcard $(subst $(PPUEXT),$(OEXT),$(INSTALLPPUFILES)))
|
|
|
+INSTALLPPULINKFILES:=$(wildcard $(subst $(PPUEXT),$(OEXT),$(INSTALLPPUFILES)) $(addprefix $(LIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT),$(INSTALLPPUFILES))))
|
|
|
endif
|
|
|
endif
|
|
|
|
|
@@ -1076,7 +1076,7 @@ ifdef CLEANPPUFILES
|
|
|
ifdef PPUFILES
|
|
|
CLEANPPULINKFILES:=$(shell $(PPUFILES) $(CLEANPPUFILES))
|
|
|
else
|
|
|
-CLEANPPULINKFILES:=$(wildcard $(subst $(PPUEXT),$(OEXT),$(CLEANPPUFILES)))
|
|
|
+CLEANPPULINKFILES:=$(wildcard $(subst $(PPUEXT),$(OEXT),$(CLEANPPUFILES)) $(addprefix $(LIBPREFIX),$(subst $(PPUEXT),$(STATICLIBEXT),$(CLEANPPUFILES))))
|
|
|
endif
|
|
|
endif
|
|
|
|