|
@@ -1,5 +1,5 @@
|
|
#
|
|
#
|
|
-# Don't edit, this file is generated by FPCMake Version 1.1 [2002/02/28]
|
|
|
|
|
|
+# Don't edit, this file is generated by FPCMake Version 1.1 [2002/02/27]
|
|
#
|
|
#
|
|
default: all
|
|
default: all
|
|
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx
|
|
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx
|
|
@@ -108,7 +108,7 @@ ifndef FPC_VERSION
|
|
FPC_VERSION:=$(shell $(FPC) -iV)
|
|
FPC_VERSION:=$(shell $(FPC) -iV)
|
|
endif
|
|
endif
|
|
export FPC FPC_VERSION
|
|
export FPC FPC_VERSION
|
|
-unexport CHECKDEPEND ALLDEPENDENCIES
|
|
|
|
|
|
+unexport CHECKDEPEND ALL_DEPENDENCIES
|
|
ifeq ($(findstring 1.0.,$(FPC_VERSION)),)
|
|
ifeq ($(findstring 1.0.,$(FPC_VERSION)),)
|
|
COMPILERINFO:=$(shell $(FPC) -iSP -iTP -iSO -iTO)
|
|
COMPILERINFO:=$(shell $(FPC) -iSP -iTP -iSO -iTO)
|
|
ifndef CPU_SOURCE
|
|
ifndef CPU_SOURCE
|
|
@@ -214,6 +214,7 @@ override TARGET_UNITS+=process asyncio ssockets http
|
|
endif
|
|
endif
|
|
override TARGET_RSTS+=classes ssockets cachecls
|
|
override TARGET_RSTS+=classes ssockets cachecls
|
|
override TARGET_EXAMPLEDIRS+=tests
|
|
override TARGET_EXAMPLEDIRS+=tests
|
|
|
|
+override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutil minigzip paszlib trees zbase zcompres zdeflate zinflate zuncompr zutil
|
|
override INSTALL_FPCPACKAGE=y
|
|
override INSTALL_FPCPACKAGE=y
|
|
override COMPILER_OPTIONS+=-S2
|
|
override COMPILER_OPTIONS+=-S2
|
|
override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc
|
|
override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc
|
|
@@ -284,7 +285,6 @@ endif
|
|
endif
|
|
endif
|
|
endif
|
|
endif
|
|
export INSTALL_PREFIX
|
|
export INSTALL_PREFIX
|
|
-export INSTALL_SOURCESUBDIR
|
|
|
|
ifndef DIST_DESTDIR
|
|
ifndef DIST_DESTDIR
|
|
DIST_DESTDIR:=$(BASEDIR)
|
|
DIST_DESTDIR:=$(BASEDIR)
|
|
endif
|
|
endif
|
|
@@ -346,7 +346,7 @@ endif
|
|
endif
|
|
endif
|
|
else
|
|
else
|
|
ifdef INSTALL_FPCPACKAGE
|
|
ifdef INSTALL_FPCPACKAGE
|
|
-INSTALL_SOURCEDIR:=$(INSTALL_BASEDIR)/source/$(INSTALL_SOURCESUBDIR)/$(PACKAGE_NAME)
|
|
|
|
|
|
+INSTALL_SOURCEDIR:=$(INSTALL_BASEDIR)/source/$(PACKAGE_NAME)
|
|
else
|
|
else
|
|
INSTALL_SOURCEDIR:=$(INSTALL_BASEDIR)/source
|
|
INSTALL_SOURCEDIR:=$(INSTALL_BASEDIR)/source
|
|
endif
|
|
endif
|
|
@@ -1092,7 +1092,7 @@ HASEXAMPLES=1
|
|
endif
|
|
endif
|
|
fpc_examples: all $(EXAMPLEFILES) $(addsuffix _all,$(TARGET_EXAMPLEDIRS))
|
|
fpc_examples: all $(EXAMPLEFILES) $(addsuffix _all,$(TARGET_EXAMPLEDIRS))
|
|
.PHONY: fpc_all fpc_smart fpc_debug fpc_release
|
|
.PHONY: fpc_all fpc_smart fpc_debug fpc_release
|
|
-$(FPCMADE): $(ALLDEPENDENCIES) $(ALLTARGET)
|
|
|
|
|
|
+$(FPCMADE): $(ALL_DEPENDENCIES) $(ALLTARGET)
|
|
@$(ECHOREDIR) Compiled > $(FPCMADE)
|
|
@$(ECHOREDIR) Compiled > $(FPCMADE)
|
|
fpc_all: $(FPCMADE)
|
|
fpc_all: $(FPCMADE)
|
|
fpc_smart:
|
|
fpc_smart:
|
|
@@ -1174,7 +1174,7 @@ ifdef INSTALL_FILES
|
|
endif
|
|
endif
|
|
fpc_sourceinstall: distclean
|
|
fpc_sourceinstall: distclean
|
|
$(MKDIR) $(INSTALL_SOURCEDIR)
|
|
$(MKDIR) $(INSTALL_SOURCEDIR)
|
|
- $(COPYTREE) $(BASEDIR)/* $(INSTALL_SOURCEDIR)
|
|
|
|
|
|
+ $(COPYTREE) $(BASEDIR) $(INSTALL_SOURCEDIR)
|
|
fpc_exampleinstall: $(addsuffix _distclean,$(TARGET_EXAMPLEDIRS))
|
|
fpc_exampleinstall: $(addsuffix _distclean,$(TARGET_EXAMPLEDIRS))
|
|
ifdef HASEXAMPLES
|
|
ifdef HASEXAMPLES
|
|
$(MKDIR) $(INSTALL_EXAMPLEDIR)
|
|
$(MKDIR) $(INSTALL_EXAMPLEDIR)
|
|
@@ -1190,7 +1190,7 @@ fpc_distinstall: install exampleinstall
|
|
.PHONY: fpc_zipinstall fpc_zipsourceinstall fpc_zipexampleinstall
|
|
.PHONY: fpc_zipinstall fpc_zipsourceinstall fpc_zipexampleinstall
|
|
ifndef PACKDIR
|
|
ifndef PACKDIR
|
|
ifndef inUnix
|
|
ifndef inUnix
|
|
-PACKDIR=$(BASEDIR)/../fpc-pack
|
|
|
|
|
|
+PACKDIR=$(BASEDIR)/fpc-pack
|
|
else
|
|
else
|
|
PACKDIR=/tmp/fpc-pack
|
|
PACKDIR=/tmp/fpc-pack
|
|
endif
|
|
endif
|