mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-01 03:59:25 +02:00
+ clean required package units
This commit is contained in:
parent
0496e8deba
commit
d00669487e
14
fcl/Makefile
14
fcl/Makefile
@ -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
|
||||||
|
@ -12,6 +12,10 @@ packages_linux=inet
|
|||||||
packages_freebsd=inet
|
packages_freebsd=inet
|
||||||
packages_netbsd=inet
|
packages_netbsd=inet
|
||||||
|
|
||||||
|
# clean package units
|
||||||
|
[clean]
|
||||||
|
units=adler gzcrc gzio infblock infcodes inffast inftrees infutil minigzip paszlib trees zbase zcompres zdeflate zinflate zuncompr zutil
|
||||||
|
|
||||||
[target]
|
[target]
|
||||||
dirs=xml db shedit
|
dirs=xml db shedit
|
||||||
units=classes inifiles registry ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls
|
units=classes inifiles registry ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls
|
||||||
|
@ -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
|
||||||
@ -199,6 +199,7 @@ PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages/base $(FPCDIR)/packages/ext
|
|||||||
override PACKAGE_NAME=fcl
|
override PACKAGE_NAME=fcl
|
||||||
override TARGET_UNITS+=interbase
|
override TARGET_UNITS+=interbase
|
||||||
override TARGET_EXAMPLES+=testib
|
override TARGET_EXAMPLES+=testib
|
||||||
|
override CLEAN_UNITS+=ibas40 ibase60
|
||||||
override INSTALL_FPCPACKAGE=y
|
override INSTALL_FPCPACKAGE=y
|
||||||
override COMPILER_OPTIONS+=-S2
|
override COMPILER_OPTIONS+=-S2
|
||||||
override COMPILER_TARGETDIR+=../../$(OS_TARGET)
|
override COMPILER_TARGETDIR+=../../$(OS_TARGET)
|
||||||
@ -252,7 +253,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
|
||||||
@ -314,7 +314,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
|
||||||
@ -973,7 +973,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:
|
||||||
@ -1055,7 +1055,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)
|
||||||
|
@ -9,6 +9,9 @@ main=fcl
|
|||||||
units=interbase
|
units=interbase
|
||||||
examples=testib
|
examples=testib
|
||||||
|
|
||||||
|
[clean]
|
||||||
|
units=ibas40 ibase60
|
||||||
|
|
||||||
[require]
|
[require]
|
||||||
packages=ibase
|
packages=ibase
|
||||||
|
|
||||||
|
@ -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
|
||||||
@ -199,6 +199,7 @@ PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages/base $(FPCDIR)/packages/ext
|
|||||||
override PACKAGE_NAME=fcl
|
override PACKAGE_NAME=fcl
|
||||||
override TARGET_UNITS+=mysqldb
|
override TARGET_UNITS+=mysqldb
|
||||||
override TARGET_EXAMPLES+=testm
|
override TARGET_EXAMPLES+=testm
|
||||||
|
override CLEAN_UNITS+=mysql mysql_com mysql_version
|
||||||
override INSTALL_FPCPACKAGE=y
|
override INSTALL_FPCPACKAGE=y
|
||||||
override COMPILER_OPTIONS+=-S2
|
override COMPILER_OPTIONS+=-S2
|
||||||
override COMPILER_TARGETDIR+=../../$(OS_TARGET)
|
override COMPILER_TARGETDIR+=../../$(OS_TARGET)
|
||||||
@ -252,7 +253,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
|
||||||
@ -314,7 +314,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
|
||||||
@ -973,7 +973,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:
|
||||||
@ -1055,7 +1055,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)
|
||||||
|
@ -9,6 +9,9 @@ main=fcl
|
|||||||
units=mysqldb
|
units=mysqldb
|
||||||
examples=testm
|
examples=testm
|
||||||
|
|
||||||
|
[clean]
|
||||||
|
units=mysql mysql_com mysql_version
|
||||||
|
|
||||||
[require]
|
[require]
|
||||||
packages=mysql
|
packages=mysql
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user