|
@@ -1,11 +1,12 @@
|
|
#
|
|
#
|
|
-# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/08/22]
|
|
|
|
|
|
+# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/10/25]
|
|
#
|
|
#
|
|
default: all
|
|
default: all
|
|
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-darwin powerpc64-embedded
|
|
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-darwin powerpc64-embedded
|
|
BSDs = freebsd netbsd openbsd darwin
|
|
BSDs = freebsd netbsd openbsd darwin
|
|
UNIXs = linux $(BSDs) solaris qnx
|
|
UNIXs = linux $(BSDs) solaris qnx
|
|
LIMIT83fs = go32v2 os2 emx watcom
|
|
LIMIT83fs = go32v2 os2 emx watcom
|
|
|
|
+OSNeedsComspecToRunBatch = go32v2 watcom
|
|
FORCE:
|
|
FORCE:
|
|
.PHONY: FORCE
|
|
.PHONY: FORCE
|
|
override PATH:=$(patsubst %/,%,$(subst \,/,$(PATH)))
|
|
override PATH:=$(patsubst %/,%,$(subst \,/,$(PATH)))
|
|
@@ -56,6 +57,11 @@ else
|
|
SRCBATCHEXT=.bat
|
|
SRCBATCHEXT=.bat
|
|
endif
|
|
endif
|
|
endif
|
|
endif
|
|
|
|
+ifdef COMSPEC
|
|
|
|
+ifneq ($(findstring $(OS_SOURCE),$(OSNeedsComspecToRunBatch)),)
|
|
|
|
+RUNBATCH=$(COMSPEC) /C
|
|
|
|
+endif
|
|
|
|
+endif
|
|
ifdef inUnix
|
|
ifdef inUnix
|
|
PATHSEP=/
|
|
PATHSEP=/
|
|
else
|
|
else
|
|
@@ -102,7 +108,7 @@ ifndef FPC
|
|
FPCPROG:=$(strip $(wildcard $(addsuffix /fpc$(SRCEXEEXT),$(SEARCHPATH))))
|
|
FPCPROG:=$(strip $(wildcard $(addsuffix /fpc$(SRCEXEEXT),$(SEARCHPATH))))
|
|
ifneq ($(FPCPROG),)
|
|
ifneq ($(FPCPROG),)
|
|
FPCPROG:=$(firstword $(FPCPROG))
|
|
FPCPROG:=$(firstword $(FPCPROG))
|
|
-FPC:=$(shell $(FPCPROG) -PB)
|
|
|
|
|
|
+FPC:=$(shell $(FPCPROG) -P$(CPU_TARGET) -PB)
|
|
ifneq ($(findstring Error,$(FPC)),)
|
|
ifneq ($(findstring Error,$(FPC)),)
|
|
override FPC=$(firstword $(strip $(wildcard $(addsuffix /ppc386$(SRCEXEEXT),$(SEARCHPATH)))))
|
|
override FPC=$(firstword $(strip $(wildcard $(addsuffix /ppc386$(SRCEXEEXT),$(SEARCHPATH)))))
|
|
endif
|
|
endif
|
|
@@ -233,160 +239,160 @@ PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages $(FPCDIR)/packages/base $(F
|
|
override PACKAGE_NAME=fcl-base
|
|
override PACKAGE_NAME=fcl-base
|
|
override PACKAGE_VERSION=2.0.0
|
|
override PACKAGE_VERSION=2.0.0
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll process resolve ssockets fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll process resolve ssockets fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-go32v2)
|
|
ifeq ($(FULL_TARGET),i386-go32v2)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-win32)
|
|
ifeq ($(FULL_TARGET),i386-win32)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll process fileinfo resolve ssockets syncobjs simpleipc dbugmsg dbugintf daemonapp ServiceManager fptimer
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll process fileinfo resolve ssockets syncobjs simpleipc dbugmsg dbugintf daemonapp ServiceManager fptimer
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-os2)
|
|
ifeq ($(FULL_TARGET),i386-os2)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll resolve ssockets
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll resolve ssockets
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-freebsd)
|
|
ifeq ($(FULL_TARGET),i386-freebsd)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-beos)
|
|
ifeq ($(FULL_TARGET),i386-beos)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync syncobjs simpleipc dbugmsg dbugintf
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync syncobjs simpleipc dbugmsg dbugintf
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-netbsd)
|
|
ifeq ($(FULL_TARGET),i386-netbsd)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-solaris)
|
|
ifeq ($(FULL_TARGET),i386-solaris)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-qnx)
|
|
ifeq ($(FULL_TARGET),i386-qnx)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-netware)
|
|
ifeq ($(FULL_TARGET),i386-netware)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll resolve ssockets syncobjs
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll resolve ssockets syncobjs
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-openbsd)
|
|
ifeq ($(FULL_TARGET),i386-openbsd)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-wdosx)
|
|
ifeq ($(FULL_TARGET),i386-wdosx)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-darwin)
|
|
ifeq ($(FULL_TARGET),i386-darwin)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-emx)
|
|
ifeq ($(FULL_TARGET),i386-emx)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll resolve ssockets
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll resolve ssockets
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-watcom)
|
|
ifeq ($(FULL_TARGET),i386-watcom)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-netwlibc)
|
|
ifeq ($(FULL_TARGET),i386-netwlibc)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll resolve ssockets syncobjs
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll resolve ssockets syncobjs
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-wince)
|
|
ifeq ($(FULL_TARGET),i386-wince)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll process fileinfo resolve ssockets syncobjs simpleipc dbugmsg dbugintf fptimer
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll process fileinfo resolve ssockets syncobjs simpleipc dbugmsg dbugintf fptimer
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-embedded)
|
|
ifeq ($(FULL_TARGET),i386-embedded)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-symbian)
|
|
ifeq ($(FULL_TARGET),i386-symbian)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll process resolve ssockets fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll process resolve ssockets fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),m68k-freebsd)
|
|
ifeq ($(FULL_TARGET),m68k-freebsd)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),m68k-netbsd)
|
|
ifeq ($(FULL_TARGET),m68k-netbsd)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),m68k-amiga)
|
|
ifeq ($(FULL_TARGET),m68k-amiga)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),m68k-atari)
|
|
ifeq ($(FULL_TARGET),m68k-atari)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),m68k-openbsd)
|
|
ifeq ($(FULL_TARGET),m68k-openbsd)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),m68k-palmos)
|
|
ifeq ($(FULL_TARGET),m68k-palmos)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),m68k-embedded)
|
|
ifeq ($(FULL_TARGET),m68k-embedded)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc-linux)
|
|
ifeq ($(FULL_TARGET),powerpc-linux)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll process resolve ssockets fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll process resolve ssockets fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc-netbsd)
|
|
ifeq ($(FULL_TARGET),powerpc-netbsd)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc-amiga)
|
|
ifeq ($(FULL_TARGET),powerpc-amiga)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc-macos)
|
|
ifeq ($(FULL_TARGET),powerpc-macos)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc-darwin)
|
|
ifeq ($(FULL_TARGET),powerpc-darwin)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc-morphos)
|
|
ifeq ($(FULL_TARGET),powerpc-morphos)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc-embedded)
|
|
ifeq ($(FULL_TARGET),powerpc-embedded)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),sparc-linux)
|
|
ifeq ($(FULL_TARGET),sparc-linux)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll process resolve ssockets fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll process resolve ssockets fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),sparc-netbsd)
|
|
ifeq ($(FULL_TARGET),sparc-netbsd)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),sparc-solaris)
|
|
ifeq ($(FULL_TARGET),sparc-solaris)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),sparc-embedded)
|
|
ifeq ($(FULL_TARGET),sparc-embedded)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),x86_64-linux)
|
|
ifeq ($(FULL_TARGET),x86_64-linux)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll process resolve ssockets fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll process resolve ssockets fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),x86_64-freebsd)
|
|
ifeq ($(FULL_TARGET),x86_64-freebsd)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),x86_64-win64)
|
|
ifeq ($(FULL_TARGET),x86_64-win64)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll process fileinfo resolve ssockets syncobjs simpleipc dbugmsg dbugintf daemonapp ServiceManager fptimer
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll process fileinfo resolve ssockets syncobjs simpleipc dbugmsg dbugintf daemonapp ServiceManager fptimer
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),x86_64-embedded)
|
|
ifeq ($(FULL_TARGET),x86_64-embedded)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),arm-linux)
|
|
ifeq ($(FULL_TARGET),arm-linux)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll process resolve ssockets fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll process resolve ssockets fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),arm-palmos)
|
|
ifeq ($(FULL_TARGET),arm-palmos)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),arm-wince)
|
|
ifeq ($(FULL_TARGET),arm-wince)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll process fileinfo resolve ssockets syncobjs simpleipc dbugmsg dbugintf fptimer
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll process fileinfo resolve ssockets syncobjs simpleipc dbugmsg dbugintf fptimer
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),arm-gba)
|
|
ifeq ($(FULL_TARGET),arm-gba)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),arm-nds)
|
|
ifeq ($(FULL_TARGET),arm-nds)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),arm-embedded)
|
|
ifeq ($(FULL_TARGET),arm-embedded)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),arm-symbian)
|
|
ifeq ($(FULL_TARGET),arm-symbian)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll process resolve ssockets fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll process resolve ssockets fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc64-darwin)
|
|
ifeq ($(FULL_TARGET),powerpc64-darwin)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll process ssockets resolve fpasync syncobjs simpleipc dbugmsg dbugintf daemonapp fptimer
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
-override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll
|
|
|
|
|
|
+override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream cachecls avl_tree eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish streamio inicol pooledmm libtar streamcoll
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc streamcoll inicol
|
|
override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc streamcoll inicol
|
|
@@ -544,162 +550,6 @@ endif
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc streamcoll inicol
|
|
override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc streamcoll inicol
|
|
endif
|
|
endif
|
|
-ifeq ($(FULL_TARGET),i386-linux)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),i386-go32v2)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),i386-win32)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),i386-os2)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),i386-freebsd)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),i386-beos)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),i386-netbsd)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),i386-solaris)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),i386-qnx)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),i386-netware)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),i386-openbsd)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),i386-wdosx)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),i386-darwin)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),i386-emx)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),i386-watcom)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),i386-netwlibc)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),i386-wince)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),i386-embedded)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),i386-symbian)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),m68k-linux)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),m68k-freebsd)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),m68k-netbsd)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),m68k-amiga)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),m68k-atari)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),m68k-openbsd)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),m68k-palmos)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),m68k-embedded)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),powerpc-linux)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),powerpc-netbsd)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),powerpc-amiga)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),powerpc-macos)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),powerpc-darwin)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),powerpc-morphos)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),powerpc-embedded)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),sparc-linux)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),sparc-netbsd)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),sparc-solaris)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),sparc-embedded)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),x86_64-linux)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),x86_64-freebsd)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),x86_64-win64)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),x86_64-embedded)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),arm-linux)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),arm-palmos)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),arm-wince)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),arm-gba)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),arm-nds)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),arm-embedded)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),arm-symbian)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),powerpc64-darwin)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
|
|
-override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit
|
|
|
|
-endif
|
|
|
|
override INSTALL_FPCPACKAGE=y
|
|
override INSTALL_FPCPACKAGE=y
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
override COMPILER_OPTIONS+=-S2h
|
|
override COMPILER_OPTIONS+=-S2h
|
|
@@ -1919,333 +1769,333 @@ endif
|
|
override REQUIRE_PACKAGES=rtl paszlib hash
|
|
override REQUIRE_PACKAGES=rtl paszlib hash
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-go32v2)
|
|
ifeq ($(FULL_TARGET),i386-go32v2)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-win32)
|
|
ifeq ($(FULL_TARGET),i386-win32)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_WINUNITS=1
|
|
REQUIRE_PACKAGES_WINUNITS=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-os2)
|
|
ifeq ($(FULL_TARGET),i386-os2)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-freebsd)
|
|
ifeq ($(FULL_TARGET),i386-freebsd)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-beos)
|
|
ifeq ($(FULL_TARGET),i386-beos)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-netbsd)
|
|
ifeq ($(FULL_TARGET),i386-netbsd)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-solaris)
|
|
ifeq ($(FULL_TARGET),i386-solaris)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-qnx)
|
|
ifeq ($(FULL_TARGET),i386-qnx)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-netware)
|
|
ifeq ($(FULL_TARGET),i386-netware)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-openbsd)
|
|
ifeq ($(FULL_TARGET),i386-openbsd)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-wdosx)
|
|
ifeq ($(FULL_TARGET),i386-wdosx)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-darwin)
|
|
ifeq ($(FULL_TARGET),i386-darwin)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-emx)
|
|
ifeq ($(FULL_TARGET),i386-emx)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-watcom)
|
|
ifeq ($(FULL_TARGET),i386-watcom)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-netwlibc)
|
|
ifeq ($(FULL_TARGET),i386-netwlibc)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-wince)
|
|
ifeq ($(FULL_TARGET),i386-wince)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-embedded)
|
|
ifeq ($(FULL_TARGET),i386-embedded)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-symbian)
|
|
ifeq ($(FULL_TARGET),i386-symbian)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),m68k-freebsd)
|
|
ifeq ($(FULL_TARGET),m68k-freebsd)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),m68k-netbsd)
|
|
ifeq ($(FULL_TARGET),m68k-netbsd)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),m68k-amiga)
|
|
ifeq ($(FULL_TARGET),m68k-amiga)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),m68k-atari)
|
|
ifeq ($(FULL_TARGET),m68k-atari)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),m68k-openbsd)
|
|
ifeq ($(FULL_TARGET),m68k-openbsd)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),m68k-palmos)
|
|
ifeq ($(FULL_TARGET),m68k-palmos)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),m68k-embedded)
|
|
ifeq ($(FULL_TARGET),m68k-embedded)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc-linux)
|
|
ifeq ($(FULL_TARGET),powerpc-linux)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc-netbsd)
|
|
ifeq ($(FULL_TARGET),powerpc-netbsd)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc-amiga)
|
|
ifeq ($(FULL_TARGET),powerpc-amiga)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc-macos)
|
|
ifeq ($(FULL_TARGET),powerpc-macos)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc-darwin)
|
|
ifeq ($(FULL_TARGET),powerpc-darwin)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc-morphos)
|
|
ifeq ($(FULL_TARGET),powerpc-morphos)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc-embedded)
|
|
ifeq ($(FULL_TARGET),powerpc-embedded)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),sparc-linux)
|
|
ifeq ($(FULL_TARGET),sparc-linux)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),sparc-netbsd)
|
|
ifeq ($(FULL_TARGET),sparc-netbsd)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),sparc-solaris)
|
|
ifeq ($(FULL_TARGET),sparc-solaris)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),sparc-embedded)
|
|
ifeq ($(FULL_TARGET),sparc-embedded)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),x86_64-linux)
|
|
ifeq ($(FULL_TARGET),x86_64-linux)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),x86_64-freebsd)
|
|
ifeq ($(FULL_TARGET),x86_64-freebsd)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),x86_64-win64)
|
|
ifeq ($(FULL_TARGET),x86_64-win64)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_WINUNITS=1
|
|
REQUIRE_PACKAGES_WINUNITS=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),x86_64-embedded)
|
|
ifeq ($(FULL_TARGET),x86_64-embedded)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),arm-linux)
|
|
ifeq ($(FULL_TARGET),arm-linux)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),arm-palmos)
|
|
ifeq ($(FULL_TARGET),arm-palmos)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),arm-wince)
|
|
ifeq ($(FULL_TARGET),arm-wince)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),arm-gba)
|
|
ifeq ($(FULL_TARGET),arm-gba)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),arm-nds)
|
|
ifeq ($(FULL_TARGET),arm-nds)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),arm-embedded)
|
|
ifeq ($(FULL_TARGET),arm-embedded)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),arm-symbian)
|
|
ifeq ($(FULL_TARGET),arm-symbian)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc64-darwin)
|
|
ifeq ($(FULL_TARGET),powerpc64-darwin)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_NETDB=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_LIBASYNC=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
REQUIRE_PACKAGES_PTHREADS=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
REQUIRE_PACKAGES_RTL=1
|
|
REQUIRE_PACKAGES_RTL=1
|
|
-REQUIRE_PACKAGES_HASH=1
|
|
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
REQUIRE_PACKAGES_PASZLIB=1
|
|
|
|
+REQUIRE_PACKAGES_HASH=1
|
|
endif
|
|
endif
|
|
ifdef REQUIRE_PACKAGES_RTL
|
|
ifdef REQUIRE_PACKAGES_RTL
|
|
PACKAGEDIR_RTL:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /rtl/Makefile.fpc,$(PACKAGESDIR))))))
|
|
PACKAGEDIR_RTL:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /rtl/Makefile.fpc,$(PACKAGESDIR))))))
|
|
@@ -2273,32 +2123,6 @@ ifdef UNITDIR_RTL
|
|
override COMPILER_UNITDIR+=$(UNITDIR_RTL)
|
|
override COMPILER_UNITDIR+=$(UNITDIR_RTL)
|
|
endif
|
|
endif
|
|
endif
|
|
endif
|
|
-ifdef REQUIRE_PACKAGES_HASH
|
|
|
|
-PACKAGEDIR_HASH:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /hash/Makefile.fpc,$(PACKAGESDIR))))))
|
|
|
|
-ifneq ($(PACKAGEDIR_HASH),)
|
|
|
|
-ifneq ($(wildcard $(PACKAGEDIR_HASH)/units/$(TARGETSUFFIX)),)
|
|
|
|
-UNITDIR_HASH=$(PACKAGEDIR_HASH)/units/$(TARGETSUFFIX)
|
|
|
|
-else
|
|
|
|
-UNITDIR_HASH=$(PACKAGEDIR_HASH)
|
|
|
|
-endif
|
|
|
|
-ifdef CHECKDEPEND
|
|
|
|
-$(PACKAGEDIR_HASH)/$(FPCMADE):
|
|
|
|
- $(MAKE) -C $(PACKAGEDIR_HASH) $(FPCMADE)
|
|
|
|
-override ALLDEPENDENCIES+=$(PACKAGEDIR_HASH)/$(FPCMADE)
|
|
|
|
-endif
|
|
|
|
-else
|
|
|
|
-PACKAGEDIR_HASH=
|
|
|
|
-UNITDIR_HASH:=$(subst /Package.fpc,,$(strip $(wildcard $(addsuffix /hash/Package.fpc,$(UNITSDIR)))))
|
|
|
|
-ifneq ($(UNITDIR_HASH),)
|
|
|
|
-UNITDIR_HASH:=$(firstword $(UNITDIR_HASH))
|
|
|
|
-else
|
|
|
|
-UNITDIR_HASH=
|
|
|
|
-endif
|
|
|
|
-endif
|
|
|
|
-ifdef UNITDIR_HASH
|
|
|
|
-override COMPILER_UNITDIR+=$(UNITDIR_HASH)
|
|
|
|
-endif
|
|
|
|
-endif
|
|
|
|
ifdef REQUIRE_PACKAGES_PASZLIB
|
|
ifdef REQUIRE_PACKAGES_PASZLIB
|
|
PACKAGEDIR_PASZLIB:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /paszlib/Makefile.fpc,$(PACKAGESDIR))))))
|
|
PACKAGEDIR_PASZLIB:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /paszlib/Makefile.fpc,$(PACKAGESDIR))))))
|
|
ifneq ($(PACKAGEDIR_PASZLIB),)
|
|
ifneq ($(PACKAGEDIR_PASZLIB),)
|
|
@@ -2325,6 +2149,32 @@ ifdef UNITDIR_PASZLIB
|
|
override COMPILER_UNITDIR+=$(UNITDIR_PASZLIB)
|
|
override COMPILER_UNITDIR+=$(UNITDIR_PASZLIB)
|
|
endif
|
|
endif
|
|
endif
|
|
endif
|
|
|
|
+ifdef REQUIRE_PACKAGES_HASH
|
|
|
|
+PACKAGEDIR_HASH:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /hash/Makefile.fpc,$(PACKAGESDIR))))))
|
|
|
|
+ifneq ($(PACKAGEDIR_HASH),)
|
|
|
|
+ifneq ($(wildcard $(PACKAGEDIR_HASH)/units/$(TARGETSUFFIX)),)
|
|
|
|
+UNITDIR_HASH=$(PACKAGEDIR_HASH)/units/$(TARGETSUFFIX)
|
|
|
|
+else
|
|
|
|
+UNITDIR_HASH=$(PACKAGEDIR_HASH)
|
|
|
|
+endif
|
|
|
|
+ifdef CHECKDEPEND
|
|
|
|
+$(PACKAGEDIR_HASH)/$(FPCMADE):
|
|
|
|
+ $(MAKE) -C $(PACKAGEDIR_HASH) $(FPCMADE)
|
|
|
|
+override ALLDEPENDENCIES+=$(PACKAGEDIR_HASH)/$(FPCMADE)
|
|
|
|
+endif
|
|
|
|
+else
|
|
|
|
+PACKAGEDIR_HASH=
|
|
|
|
+UNITDIR_HASH:=$(subst /Package.fpc,,$(strip $(wildcard $(addsuffix /hash/Package.fpc,$(UNITSDIR)))))
|
|
|
|
+ifneq ($(UNITDIR_HASH),)
|
|
|
|
+UNITDIR_HASH:=$(firstword $(UNITDIR_HASH))
|
|
|
|
+else
|
|
|
|
+UNITDIR_HASH=
|
|
|
|
+endif
|
|
|
|
+endif
|
|
|
|
+ifdef UNITDIR_HASH
|
|
|
|
+override COMPILER_UNITDIR+=$(UNITDIR_HASH)
|
|
|
|
+endif
|
|
|
|
+endif
|
|
ifdef REQUIRE_PACKAGES_NETDB
|
|
ifdef REQUIRE_PACKAGES_NETDB
|
|
PACKAGEDIR_NETDB:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /netdb/Makefile.fpc,$(PACKAGESDIR))))))
|
|
PACKAGEDIR_NETDB:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /netdb/Makefile.fpc,$(PACKAGESDIR))))))
|
|
ifneq ($(PACKAGEDIR_NETDB),)
|
|
ifneq ($(PACKAGEDIR_NETDB),)
|
|
@@ -2443,7 +2293,7 @@ override FPCOPT+=-FD$(NEW_BINUTILS_PATH)
|
|
endif
|
|
endif
|
|
ifndef CROSSBOOTSTRAP
|
|
ifndef CROSSBOOTSTRAP
|
|
ifneq ($(BINUTILSPREFIX),)
|
|
ifneq ($(BINUTILSPREFIX),)
|
|
-override FPCOPT+=-XP$(BINUTILSPREFIX)
|
|
|
|
|
|
+override FPCOPT+=-XP$(BINUTILSPREFIX)
|
|
endif
|
|
endif
|
|
ifneq ($(BINUTILSPREFIX),)
|
|
ifneq ($(BINUTILSPREFIX),)
|
|
override FPCOPT+=-Xr$(RLINKPATH)
|
|
override FPCOPT+=-Xr$(RLINKPATH)
|
|
@@ -2575,9 +2425,13 @@ ifeq (,$(findstring -s ,$(COMPILER)))
|
|
EXECPPAS=
|
|
EXECPPAS=
|
|
else
|
|
else
|
|
ifeq ($(FULL_SOURCE),$(FULL_TARGET))
|
|
ifeq ($(FULL_SOURCE),$(FULL_TARGET))
|
|
|
|
+ifdef RUNBATCH
|
|
|
|
+EXECPPAS:=@$(RUNBATCH) $(PPAS)
|
|
|
|
+else
|
|
EXECPPAS:=@$(PPAS)
|
|
EXECPPAS:=@$(PPAS)
|
|
endif
|
|
endif
|
|
endif
|
|
endif
|
|
|
|
+endif
|
|
.PHONY: fpc_units
|
|
.PHONY: fpc_units
|
|
ifneq ($(TARGET_UNITS),)
|
|
ifneq ($(TARGET_UNITS),)
|
|
override ALLTARGET+=fpc_units
|
|
override ALLTARGET+=fpc_units
|
|
@@ -2801,8 +2655,12 @@ else
|
|
endif
|
|
endif
|
|
ifdef inUnix
|
|
ifdef inUnix
|
|
/bin/sh $(ZIPWRAPPER)
|
|
/bin/sh $(ZIPWRAPPER)
|
|
|
|
+else
|
|
|
|
+ifdef RUNBATCH
|
|
|
|
+ $(RUNBATCH) (ZIPWRAPPER)
|
|
else
|
|
else
|
|
$(ZIPWRAPPER)
|
|
$(ZIPWRAPPER)
|
|
|
|
+endif
|
|
endif
|
|
endif
|
|
$(DEL) $(ZIPWRAPPER)
|
|
$(DEL) $(ZIPWRAPPER)
|
|
else
|
|
else
|