mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 15:47:51 +02:00
* regenerated for i386-darwin support
git-svn-id: trunk@3162 -
This commit is contained in:
parent
cc67c1ea2d
commit
81d0c485f8
76
fcl/Makefile
76
fcl/Makefile
@ -1,8 +1,8 @@
|
|||||||
#
|
#
|
||||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2006/04/05]
|
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2006/04/07]
|
||||||
#
|
#
|
||||||
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-emx i386-watcom i386-netwlibc i386-wince m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos powerpc-linux powerpc-netbsd powerpc-macos powerpc-darwin powerpc-morphos sparc-linux sparc-netbsd sparc-solaris x86_64-linux x86_64-freebsd x86_64-win64 arm-linux arm-palmos arm-wince powerpc64-linux
|
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 m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos powerpc-linux powerpc-netbsd powerpc-macos powerpc-darwin powerpc-morphos sparc-linux sparc-netbsd sparc-solaris x86_64-linux x86_64-freebsd x86_64-win64 arm-linux arm-palmos arm-wince powerpc64-linux
|
||||||
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
|
||||||
@ -268,6 +268,9 @@ endif
|
|||||||
ifeq ($(FULL_TARGET),i386-wdosx)
|
ifeq ($(FULL_TARGET),i386-wdosx)
|
||||||
override TARGET_DIRS+=xml image db shedit passrc net fpcunit
|
override TARGET_DIRS+=xml image db shedit passrc net fpcunit
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(FULL_TARGET),i386-darwin)
|
||||||
|
override TARGET_DIRS+=xml image db shedit passrc net fpcunit
|
||||||
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-emx)
|
ifeq ($(FULL_TARGET),i386-emx)
|
||||||
override TARGET_DIRS+=xml image db shedit passrc net fpcunit
|
override TARGET_DIRS+=xml image db shedit passrc net fpcunit
|
||||||
endif
|
endif
|
||||||
@ -382,6 +385,9 @@ 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 xmlreg registry eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex
|
override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree xmlreg registry eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(FULL_TARGET),i386-darwin)
|
||||||
|
override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree xmlreg registry eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex process ssockets resolve fpasync syncobjs simpleipc dbugmsg dbugintf
|
||||||
|
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 xmlreg registry eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex resolve ssockets
|
override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree xmlreg registry eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex resolve ssockets
|
||||||
endif
|
endif
|
||||||
@ -496,6 +502,9 @@ endif
|
|||||||
ifeq ($(FULL_TARGET),i386-wdosx)
|
ifeq ($(FULL_TARGET),i386-wdosx)
|
||||||
override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc
|
override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(FULL_TARGET),i386-darwin)
|
||||||
|
override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc
|
||||||
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-emx)
|
ifeq ($(FULL_TARGET),i386-emx)
|
||||||
override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc
|
override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc
|
||||||
endif
|
endif
|
||||||
@ -610,6 +619,9 @@ endif
|
|||||||
ifeq ($(FULL_TARGET),i386-wdosx)
|
ifeq ($(FULL_TARGET),i386-wdosx)
|
||||||
override TARGET_EXAMPLEDIRS+=tests
|
override TARGET_EXAMPLEDIRS+=tests
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(FULL_TARGET),i386-darwin)
|
||||||
|
override TARGET_EXAMPLEDIRS+=tests
|
||||||
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-emx)
|
ifeq ($(FULL_TARGET),i386-emx)
|
||||||
override TARGET_EXAMPLEDIRS+=tests
|
override TARGET_EXAMPLEDIRS+=tests
|
||||||
endif
|
endif
|
||||||
@ -724,6 +736,9 @@ endif
|
|||||||
ifeq ($(FULL_TARGET),i386-wdosx)
|
ifeq ($(FULL_TARGET),i386-wdosx)
|
||||||
override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutil minigzip paszlib trees zbase zcompres zdeflate zinflate zuncompr zutil pthreads streamio
|
override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutil minigzip paszlib trees zbase zcompres zdeflate zinflate zuncompr zutil pthreads streamio
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(FULL_TARGET),i386-darwin)
|
||||||
|
override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutil minigzip paszlib trees zbase zcompres zdeflate zinflate zuncompr zutil pthreads streamio
|
||||||
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-emx)
|
ifeq ($(FULL_TARGET),i386-emx)
|
||||||
override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutil minigzip paszlib trees zbase zcompres zdeflate zinflate zuncompr zutil pthreads streamio
|
override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutil minigzip paszlib trees zbase zcompres zdeflate zinflate zuncompr zutil pthreads streamio
|
||||||
endif
|
endif
|
||||||
@ -839,6 +854,9 @@ endif
|
|||||||
ifeq ($(FULL_TARGET),i386-wdosx)
|
ifeq ($(FULL_TARGET),i386-wdosx)
|
||||||
override COMPILER_OPTIONS+=-S2
|
override COMPILER_OPTIONS+=-S2
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(FULL_TARGET),i386-darwin)
|
||||||
|
override COMPILER_OPTIONS+=-S2
|
||||||
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-emx)
|
ifeq ($(FULL_TARGET),i386-emx)
|
||||||
override COMPILER_OPTIONS+=-S2
|
override COMPILER_OPTIONS+=-S2
|
||||||
endif
|
endif
|
||||||
@ -953,6 +971,9 @@ endif
|
|||||||
ifeq ($(FULL_TARGET),i386-wdosx)
|
ifeq ($(FULL_TARGET),i386-wdosx)
|
||||||
override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc
|
override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(FULL_TARGET),i386-darwin)
|
||||||
|
override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc unix
|
||||||
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-emx)
|
ifeq ($(FULL_TARGET),i386-emx)
|
||||||
override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc os2
|
override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc os2
|
||||||
endif
|
endif
|
||||||
@ -1067,6 +1088,9 @@ endif
|
|||||||
ifeq ($(FULL_TARGET),i386-wdosx)
|
ifeq ($(FULL_TARGET),i386-wdosx)
|
||||||
override COMPILER_SOURCEDIR+=$(OS_TARGET) inc
|
override COMPILER_SOURCEDIR+=$(OS_TARGET) inc
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(FULL_TARGET),i386-darwin)
|
||||||
|
override COMPILER_SOURCEDIR+=$(OS_TARGET) inc
|
||||||
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-emx)
|
ifeq ($(FULL_TARGET),i386-emx)
|
||||||
override COMPILER_SOURCEDIR+=$(OS_TARGET) inc
|
override COMPILER_SOURCEDIR+=$(OS_TARGET) inc
|
||||||
endif
|
endif
|
||||||
@ -1816,12 +1840,17 @@ endif
|
|||||||
endif
|
endif
|
||||||
export ZIPPROG
|
export ZIPPROG
|
||||||
ifndef TARPROG
|
ifndef TARPROG
|
||||||
|
TARPROG:=$(strip $(wildcard $(addsuffix /gtar$(SRCEXEEXT),$(SEARCHPATH))))
|
||||||
|
ifeq ($(TARPROG),)
|
||||||
TARPROG:=$(strip $(wildcard $(addsuffix /tar$(SRCEXEEXT),$(SEARCHPATH))))
|
TARPROG:=$(strip $(wildcard $(addsuffix /tar$(SRCEXEEXT),$(SEARCHPATH))))
|
||||||
ifeq ($(TARPROG),)
|
ifeq ($(TARPROG),)
|
||||||
TARPROG= __missing_command_TARPROG
|
TARPROG= __missing_command_TARPROG
|
||||||
else
|
else
|
||||||
TARPROG:=$(firstword $(TARPROG))
|
TARPROG:=$(firstword $(TARPROG))
|
||||||
endif
|
endif
|
||||||
|
else
|
||||||
|
TARPROG:=$(firstword $(TARPROG))
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
export TARPROG
|
export TARPROG
|
||||||
ASNAME=$(BINUTILSPREFIX)as
|
ASNAME=$(BINUTILSPREFIX)as
|
||||||
@ -2031,6 +2060,21 @@ REQUIRE_PACKAGES_PASZLIB=1
|
|||||||
REQUIRE_PACKAGES_PASJPEG=1
|
REQUIRE_PACKAGES_PASJPEG=1
|
||||||
REQUIRE_PACKAGES_NETDB=1
|
REQUIRE_PACKAGES_NETDB=1
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(FULL_TARGET),i386-darwin)
|
||||||
|
REQUIRE_PACKAGES_RTL=1
|
||||||
|
REQUIRE_PACKAGES_HASH=1
|
||||||
|
REQUIRE_PACKAGES_PASZLIB=1
|
||||||
|
REQUIRE_PACKAGES_NETDB=1
|
||||||
|
REQUIRE_PACKAGES_LIBASYNC=1
|
||||||
|
REQUIRE_PACKAGES_PTHREADS=1
|
||||||
|
REQUIRE_PACKAGES_PASJPEG=1
|
||||||
|
REQUIRE_PACKAGES_IBASE=1
|
||||||
|
REQUIRE_PACKAGES_POSTGRES=1
|
||||||
|
REQUIRE_PACKAGES_MYSQL=1
|
||||||
|
REQUIRE_PACKAGES_ODBC=1
|
||||||
|
REQUIRE_PACKAGES_ORACLE=1
|
||||||
|
REQUIRE_PACKAGES_SQLITE=1
|
||||||
|
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_HASH=1
|
||||||
@ -2699,14 +2743,15 @@ override FPCOPT+=-gl
|
|||||||
override FPCOPTDEF+=DEBUG
|
override FPCOPTDEF+=DEBUG
|
||||||
endif
|
endif
|
||||||
ifdef RELEASE
|
ifdef RELEASE
|
||||||
|
ifneq ($(findstring 2.0.,$(FPC_VERSION)),)
|
||||||
ifeq ($(CPU_TARGET),i386)
|
ifeq ($(CPU_TARGET),i386)
|
||||||
FPCCPUOPT:=-OG2p3
|
FPCCPUOPT:=-OG2p3
|
||||||
else
|
endif
|
||||||
ifeq ($(CPU_TARGET),powerpc)
|
ifeq ($(CPU_TARGET),powerpc)
|
||||||
FPCCPUOPT:=-O1r
|
FPCCPUOPT:=-O1r
|
||||||
else
|
|
||||||
FPCCPUOPT:=
|
|
||||||
endif
|
endif
|
||||||
|
else
|
||||||
|
FPCCPUOPT:=-O2
|
||||||
endif
|
endif
|
||||||
override FPCOPT+=-Ur -Xs $(FPCCPUOPT) -n
|
override FPCOPT+=-Ur -Xs $(FPCCPUOPT) -n
|
||||||
override FPCOPTDEF+=RELEASE
|
override FPCOPTDEF+=RELEASE
|
||||||
@ -2715,9 +2760,7 @@ ifdef STRIP
|
|||||||
override FPCOPT+=-Xs
|
override FPCOPT+=-Xs
|
||||||
endif
|
endif
|
||||||
ifdef OPTIMIZE
|
ifdef OPTIMIZE
|
||||||
ifeq ($(CPU_TARGET),i386)
|
override FPCOPT+=-O2
|
||||||
override FPCOPT+=-OG2p3
|
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
ifdef VERBOSE
|
ifdef VERBOSE
|
||||||
override FPCOPT+=-vwni
|
override FPCOPT+=-vwni
|
||||||
@ -2761,11 +2804,6 @@ override COMPILER_UNITTARGETDIR=$(COMPILER_TARGETDIR)
|
|||||||
override UNITTARGETDIRPREFIX=$(TARGETDIRPREFIX)
|
override UNITTARGETDIRPREFIX=$(TARGETDIRPREFIX)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(OS_TARGET),linux)
|
|
||||||
ifeq ($(FPC_VERSION),1.0.6)
|
|
||||||
override FPCOPTDEF+=HASUNIX
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
ifdef CREATESHARED
|
ifdef CREATESHARED
|
||||||
override FPCOPT+=-Cg
|
override FPCOPT+=-Cg
|
||||||
ifeq ($(CPU_TARGET),i386)
|
ifeq ($(CPU_TARGET),i386)
|
||||||
@ -3347,6 +3385,15 @@ TARGET_DIRS_PASSRC=1
|
|||||||
TARGET_DIRS_NET=1
|
TARGET_DIRS_NET=1
|
||||||
TARGET_DIRS_FPCUNIT=1
|
TARGET_DIRS_FPCUNIT=1
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(FULL_TARGET),i386-darwin)
|
||||||
|
TARGET_DIRS_XML=1
|
||||||
|
TARGET_DIRS_IMAGE=1
|
||||||
|
TARGET_DIRS_DB=1
|
||||||
|
TARGET_DIRS_SHEDIT=1
|
||||||
|
TARGET_DIRS_PASSRC=1
|
||||||
|
TARGET_DIRS_NET=1
|
||||||
|
TARGET_DIRS_FPCUNIT=1
|
||||||
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-emx)
|
ifeq ($(FULL_TARGET),i386-emx)
|
||||||
TARGET_DIRS_XML=1
|
TARGET_DIRS_XML=1
|
||||||
TARGET_DIRS_IMAGE=1
|
TARGET_DIRS_IMAGE=1
|
||||||
@ -3932,6 +3979,9 @@ endif
|
|||||||
ifeq ($(FULL_TARGET),i386-wdosx)
|
ifeq ($(FULL_TARGET),i386-wdosx)
|
||||||
TARGET_EXAMPLEDIRS_TESTS=1
|
TARGET_EXAMPLEDIRS_TESTS=1
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(FULL_TARGET),i386-darwin)
|
||||||
|
TARGET_EXAMPLEDIRS_TESTS=1
|
||||||
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-emx)
|
ifeq ($(FULL_TARGET),i386-emx)
|
||||||
TARGET_EXAMPLEDIRS_TESTS=1
|
TARGET_EXAMPLEDIRS_TESTS=1
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user