|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
#
|
|
|
|
|
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2013-05-26 rev 24621]
|
|
|
|
|
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2014/02/05]
|
|
|
|
|
#
|
|
|
|
|
default: all
|
|
|
|
|
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-haiku 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 i386-nativent i386-iphonesim i386-android 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 powerpc-wii powerpc-aix sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-netbsd x86_64-solaris x86_64-openbsd x86_64-darwin x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-darwin arm-wince arm-gba arm-nds arm-embedded arm-symbian arm-android powerpc64-linux powerpc64-darwin powerpc64-embedded powerpc64-aix avr-embedded armeb-linux armeb-embedded mips-linux mipsel-linux jvm-java jvm-android i8086-msdos
|
|
|
|
|
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-haiku 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 i386-nativent i386-iphonesim 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 powerpc-wii sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-netbsd x86_64-solaris x86_64-openbsd x86_64-darwin x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-darwin arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-darwin powerpc64-embedded avr-embedded armeb-linux armeb-embedded mipsel-linux
|
|
|
|
|
BSDs = freebsd netbsd openbsd darwin
|
|
|
|
|
UNIXs = linux $(BSDs) solaris qnx haiku aix
|
|
|
|
|
LIMIT83fs = go32v2 os2 emx watcom msdos
|
|
|
|
|
UNIXs = linux $(BSDs) solaris qnx haiku
|
|
|
|
|
LIMIT83fs = go32v2 os2 emx watcom
|
|
|
|
|
OSNeedsComspecToRunBatch = go32v2 watcom
|
|
|
|
|
FORCE:
|
|
|
|
|
.PHONY: FORCE
|
|
|
|
@ -177,12 +177,6 @@ else
|
|
|
|
|
ARCH=$(CPU_TARGET)
|
|
|
|
|
endif
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),arm-embedded)
|
|
|
|
|
ifeq ($(SUBARCH),)
|
|
|
|
|
$(error When compiling for arm-embedded, a sub-architecture (e.g. SUBARCH=armv4t or SUBARCH=armv7m) must be defined)
|
|
|
|
|
endif
|
|
|
|
|
override FPCOPT+=-Cp$(SUBARCH)
|
|
|
|
|
endif
|
|
|
|
|
ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),)
|
|
|
|
|
TARGETSUFFIX=$(OS_TARGET)
|
|
|
|
|
SOURCESUFFIX=$(OS_SOURCE)
|
|
|
|
@ -208,14 +202,6 @@ endif
|
|
|
|
|
ifeq ($(OS_TARGET),linux)
|
|
|
|
|
linuxHier=1
|
|
|
|
|
endif
|
|
|
|
|
ifndef CROSSCOMPILE
|
|
|
|
|
BUILDFULLNATIVE=1
|
|
|
|
|
export BUILDFULLNATIVE
|
|
|
|
|
endif
|
|
|
|
|
ifdef BUILDFULLNATIVE
|
|
|
|
|
BUILDNATIVE=1
|
|
|
|
|
export BUILDNATIVE
|
|
|
|
|
endif
|
|
|
|
|
export OS_TARGET OS_SOURCE ARCH CPU_TARGET CPU_SOURCE FULL_TARGET FULL_SOURCE TARGETSUFFIX SOURCESUFFIX CROSSCOMPILE
|
|
|
|
|
ifdef FPCDIR
|
|
|
|
|
override FPCDIR:=$(subst \,/,$(FPCDIR))
|
|
|
|
@ -264,27 +250,8 @@ endif
|
|
|
|
|
ifndef BINUTILSPREFIX
|
|
|
|
|
ifndef CROSSBINDIR
|
|
|
|
|
ifdef CROSSCOMPILE
|
|
|
|
|
ifneq ($(OS_TARGET),msdos)
|
|
|
|
|
ifndef DARWIN2DARWIN
|
|
|
|
|
ifneq ($(CPU_TARGET),jvm)
|
|
|
|
|
BINUTILSPREFIX=$(CPU_TARGET)-$(OS_TARGET)-
|
|
|
|
|
ifeq ($(OS_TARGET),android)
|
|
|
|
|
ifeq ($(CPU_TARGET),arm)
|
|
|
|
|
BINUTILSPREFIX=arm-linux-androideabi-
|
|
|
|
|
else
|
|
|
|
|
ifeq ($(CPU_TARGET),i386)
|
|
|
|
|
BINUTILSPREFIX=i686-linux-android-
|
|
|
|
|
else
|
|
|
|
|
ifeq ($(CPU_TARGET),mips)
|
|
|
|
|
BINUTILSPREFIX=mipsel-linux-android-
|
|
|
|
|
endif
|
|
|
|
|
endif
|
|
|
|
|
endif
|
|
|
|
|
endif
|
|
|
|
|
endif
|
|
|
|
|
endif
|
|
|
|
|
else
|
|
|
|
|
BINUTILSPREFIX=$(OS_TARGET)-
|
|
|
|
|
endif
|
|
|
|
|
endif
|
|
|
|
|
endif
|
|
|
|
@ -397,9 +364,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-iphonesim)
|
|
|
|
|
override TARGET_DIRS+=interfaces
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-android)
|
|
|
|
|
override TARGET_DIRS+=interfaces
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
|
|
|
override TARGET_DIRS+=interfaces
|
|
|
|
|
endif
|
|
|
|
@ -448,9 +412,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc-wii)
|
|
|
|
|
override TARGET_DIRS+=interfaces
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc-aix)
|
|
|
|
|
override TARGET_DIRS+=interfaces
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),sparc-linux)
|
|
|
|
|
override TARGET_DIRS+=interfaces
|
|
|
|
|
endif
|
|
|
|
@ -511,9 +472,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),arm-symbian)
|
|
|
|
|
override TARGET_DIRS+=interfaces
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),arm-android)
|
|
|
|
|
override TARGET_DIRS+=interfaces
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
|
|
|
override TARGET_DIRS+=interfaces
|
|
|
|
|
endif
|
|
|
|
@ -523,9 +481,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
|
|
|
override TARGET_DIRS+=interfaces
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-aix)
|
|
|
|
|
override TARGET_DIRS+=interfaces
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),avr-embedded)
|
|
|
|
|
override TARGET_DIRS+=interfaces
|
|
|
|
|
endif
|
|
|
|
@ -535,21 +490,9 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),armeb-embedded)
|
|
|
|
|
override TARGET_DIRS+=interfaces
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),mips-linux)
|
|
|
|
|
override TARGET_DIRS+=interfaces
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),mipsel-linux)
|
|
|
|
|
override TARGET_DIRS+=interfaces
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),jvm-java)
|
|
|
|
|
override TARGET_DIRS+=interfaces
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),jvm-android)
|
|
|
|
|
override TARGET_DIRS+=interfaces
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i8086-msdos)
|
|
|
|
|
override TARGET_DIRS+=interfaces
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
|
|
|
override TARGET_UNITS+=alllclunits
|
|
|
|
|
endif
|
|
|
|
@ -616,9 +559,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-iphonesim)
|
|
|
|
|
override TARGET_UNITS+=alllclunits
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-android)
|
|
|
|
|
override TARGET_UNITS+=alllclunits
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
|
|
|
override TARGET_UNITS+=alllclunits
|
|
|
|
|
endif
|
|
|
|
@ -667,9 +607,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc-wii)
|
|
|
|
|
override TARGET_UNITS+=alllclunits
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc-aix)
|
|
|
|
|
override TARGET_UNITS+=alllclunits
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),sparc-linux)
|
|
|
|
|
override TARGET_UNITS+=alllclunits
|
|
|
|
|
endif
|
|
|
|
@ -730,9 +667,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),arm-symbian)
|
|
|
|
|
override TARGET_UNITS+=alllclunits
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),arm-android)
|
|
|
|
|
override TARGET_UNITS+=alllclunits
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
|
|
|
override TARGET_UNITS+=alllclunits
|
|
|
|
|
endif
|
|
|
|
@ -742,9 +676,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
|
|
|
override TARGET_UNITS+=alllclunits
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-aix)
|
|
|
|
|
override TARGET_UNITS+=alllclunits
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),avr-embedded)
|
|
|
|
|
override TARGET_UNITS+=alllclunits
|
|
|
|
|
endif
|
|
|
|
@ -754,21 +685,9 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),armeb-embedded)
|
|
|
|
|
override TARGET_UNITS+=alllclunits
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),mips-linux)
|
|
|
|
|
override TARGET_UNITS+=alllclunits
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),mipsel-linux)
|
|
|
|
|
override TARGET_UNITS+=alllclunits
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),jvm-java)
|
|
|
|
|
override TARGET_UNITS+=alllclunits
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),jvm-android)
|
|
|
|
|
override TARGET_UNITS+=alllclunits
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i8086-msdos)
|
|
|
|
|
override TARGET_UNITS+=alllclunits
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
|
|
|
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
|
|
|
|
|
endif
|
|
|
|
@ -835,9 +754,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-iphonesim)
|
|
|
|
|
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-android)
|
|
|
|
|
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
|
|
|
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
|
|
|
|
|
endif
|
|
|
|
@ -886,9 +802,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc-wii)
|
|
|
|
|
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc-aix)
|
|
|
|
|
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),sparc-linux)
|
|
|
|
|
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
|
|
|
|
|
endif
|
|
|
|
@ -949,9 +862,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),arm-symbian)
|
|
|
|
|
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),arm-android)
|
|
|
|
|
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
|
|
|
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
|
|
|
|
|
endif
|
|
|
|
@ -961,9 +871,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
|
|
|
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-aix)
|
|
|
|
|
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),avr-embedded)
|
|
|
|
|
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
|
|
|
|
|
endif
|
|
|
|
@ -973,21 +880,9 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),armeb-embedded)
|
|
|
|
|
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),mips-linux)
|
|
|
|
|
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),mipsel-linux)
|
|
|
|
|
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),jvm-java)
|
|
|
|
|
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),jvm-android)
|
|
|
|
|
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i8086-msdos)
|
|
|
|
|
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
|
|
|
override TARGET_RSTS+=lclstrconsts
|
|
|
|
|
endif
|
|
|
|
@ -1054,9 +949,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-iphonesim)
|
|
|
|
|
override TARGET_RSTS+=lclstrconsts
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-android)
|
|
|
|
|
override TARGET_RSTS+=lclstrconsts
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
|
|
|
override TARGET_RSTS+=lclstrconsts
|
|
|
|
|
endif
|
|
|
|
@ -1105,9 +997,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc-wii)
|
|
|
|
|
override TARGET_RSTS+=lclstrconsts
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc-aix)
|
|
|
|
|
override TARGET_RSTS+=lclstrconsts
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),sparc-linux)
|
|
|
|
|
override TARGET_RSTS+=lclstrconsts
|
|
|
|
|
endif
|
|
|
|
@ -1168,9 +1057,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),arm-symbian)
|
|
|
|
|
override TARGET_RSTS+=lclstrconsts
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),arm-android)
|
|
|
|
|
override TARGET_RSTS+=lclstrconsts
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
|
|
|
override TARGET_RSTS+=lclstrconsts
|
|
|
|
|
endif
|
|
|
|
@ -1180,9 +1066,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
|
|
|
override TARGET_RSTS+=lclstrconsts
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-aix)
|
|
|
|
|
override TARGET_RSTS+=lclstrconsts
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),avr-embedded)
|
|
|
|
|
override TARGET_RSTS+=lclstrconsts
|
|
|
|
|
endif
|
|
|
|
@ -1192,21 +1075,9 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),armeb-embedded)
|
|
|
|
|
override TARGET_RSTS+=lclstrconsts
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),mips-linux)
|
|
|
|
|
override TARGET_RSTS+=lclstrconsts
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),mipsel-linux)
|
|
|
|
|
override TARGET_RSTS+=lclstrconsts
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),jvm-java)
|
|
|
|
|
override TARGET_RSTS+=lclstrconsts
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),jvm-android)
|
|
|
|
|
override TARGET_RSTS+=lclstrconsts
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i8086-msdos)
|
|
|
|
|
override TARGET_RSTS+=lclstrconsts
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
|
|
|
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
|
|
|
|
endif
|
|
|
|
@ -1273,9 +1144,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-iphonesim)
|
|
|
|
|
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-android)
|
|
|
|
|
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
|
|
|
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
|
|
|
|
endif
|
|
|
|
@ -1324,9 +1192,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc-wii)
|
|
|
|
|
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc-aix)
|
|
|
|
|
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),sparc-linux)
|
|
|
|
|
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
|
|
|
|
endif
|
|
|
|
@ -1387,9 +1252,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),arm-symbian)
|
|
|
|
|
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),arm-android)
|
|
|
|
|
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
|
|
|
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
|
|
|
|
endif
|
|
|
|
@ -1399,9 +1261,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
|
|
|
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-aix)
|
|
|
|
|
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),avr-embedded)
|
|
|
|
|
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
|
|
|
|
endif
|
|
|
|
@ -1411,21 +1270,9 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),armeb-embedded)
|
|
|
|
|
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),mips-linux)
|
|
|
|
|
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),mipsel-linux)
|
|
|
|
|
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),jvm-java)
|
|
|
|
|
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),jvm-android)
|
|
|
|
|
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i8086-msdos)
|
|
|
|
|
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
|
|
|
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
|
|
|
|
|
endif
|
|
|
|
@ -1492,9 +1339,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-iphonesim)
|
|
|
|
|
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-android)
|
|
|
|
|
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
|
|
|
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
|
|
|
|
|
endif
|
|
|
|
@ -1543,9 +1387,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc-wii)
|
|
|
|
|
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc-aix)
|
|
|
|
|
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),sparc-linux)
|
|
|
|
|
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
|
|
|
|
|
endif
|
|
|
|
@ -1606,9 +1447,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),arm-symbian)
|
|
|
|
|
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),arm-android)
|
|
|
|
|
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
|
|
|
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
|
|
|
|
|
endif
|
|
|
|
@ -1618,9 +1456,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
|
|
|
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-aix)
|
|
|
|
|
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),avr-embedded)
|
|
|
|
|
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
|
|
|
|
|
endif
|
|
|
|
@ -1630,21 +1465,9 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),armeb-embedded)
|
|
|
|
|
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),mips-linux)
|
|
|
|
|
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),mipsel-linux)
|
|
|
|
|
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),jvm-java)
|
|
|
|
|
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),jvm-android)
|
|
|
|
|
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i8086-msdos)
|
|
|
|
|
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
|
|
|
override COMPILER_INCLUDEDIR+=include
|
|
|
|
|
endif
|
|
|
|
@ -1711,9 +1534,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-iphonesim)
|
|
|
|
|
override COMPILER_INCLUDEDIR+=include
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-android)
|
|
|
|
|
override COMPILER_INCLUDEDIR+=include
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
|
|
|
override COMPILER_INCLUDEDIR+=include
|
|
|
|
|
endif
|
|
|
|
@ -1762,9 +1582,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc-wii)
|
|
|
|
|
override COMPILER_INCLUDEDIR+=include
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc-aix)
|
|
|
|
|
override COMPILER_INCLUDEDIR+=include
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),sparc-linux)
|
|
|
|
|
override COMPILER_INCLUDEDIR+=include
|
|
|
|
|
endif
|
|
|
|
@ -1825,9 +1642,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),arm-symbian)
|
|
|
|
|
override COMPILER_INCLUDEDIR+=include
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),arm-android)
|
|
|
|
|
override COMPILER_INCLUDEDIR+=include
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
|
|
|
override COMPILER_INCLUDEDIR+=include
|
|
|
|
|
endif
|
|
|
|
@ -1837,9 +1651,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
|
|
|
override COMPILER_INCLUDEDIR+=include
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-aix)
|
|
|
|
|
override COMPILER_INCLUDEDIR+=include
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),avr-embedded)
|
|
|
|
|
override COMPILER_INCLUDEDIR+=include
|
|
|
|
|
endif
|
|
|
|
@ -1849,21 +1660,9 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),armeb-embedded)
|
|
|
|
|
override COMPILER_INCLUDEDIR+=include
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),mips-linux)
|
|
|
|
|
override COMPILER_INCLUDEDIR+=include
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),mipsel-linux)
|
|
|
|
|
override COMPILER_INCLUDEDIR+=include
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),jvm-java)
|
|
|
|
|
override COMPILER_INCLUDEDIR+=include
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),jvm-android)
|
|
|
|
|
override COMPILER_INCLUDEDIR+=include
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i8086-msdos)
|
|
|
|
|
override COMPILER_INCLUDEDIR+=include
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
|
|
|
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
|
|
|
|
|
endif
|
|
|
|
@ -1930,9 +1729,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-iphonesim)
|
|
|
|
|
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-android)
|
|
|
|
|
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
|
|
|
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
|
|
|
|
|
endif
|
|
|
|
@ -1981,9 +1777,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc-wii)
|
|
|
|
|
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc-aix)
|
|
|
|
|
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),sparc-linux)
|
|
|
|
|
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
|
|
|
|
|
endif
|
|
|
|
@ -2044,9 +1837,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),arm-symbian)
|
|
|
|
|
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),arm-android)
|
|
|
|
|
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
|
|
|
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
|
|
|
|
|
endif
|
|
|
|
@ -2056,9 +1846,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
|
|
|
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-aix)
|
|
|
|
|
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),avr-embedded)
|
|
|
|
|
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
|
|
|
|
|
endif
|
|
|
|
@ -2068,21 +1855,9 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),armeb-embedded)
|
|
|
|
|
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),mips-linux)
|
|
|
|
|
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),mipsel-linux)
|
|
|
|
|
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),jvm-java)
|
|
|
|
|
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),jvm-android)
|
|
|
|
|
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i8086-msdos)
|
|
|
|
|
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
|
|
|
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
|
|
|
|
|
endif
|
|
|
|
@ -2149,9 +1924,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-iphonesim)
|
|
|
|
|
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-android)
|
|
|
|
|
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
|
|
|
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
|
|
|
|
|
endif
|
|
|
|
@ -2200,9 +1972,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc-wii)
|
|
|
|
|
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc-aix)
|
|
|
|
|
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),sparc-linux)
|
|
|
|
|
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
|
|
|
|
|
endif
|
|
|
|
@ -2263,9 +2032,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),arm-symbian)
|
|
|
|
|
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),arm-android)
|
|
|
|
|
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
|
|
|
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
|
|
|
|
|
endif
|
|
|
|
@ -2275,9 +2041,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
|
|
|
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-aix)
|
|
|
|
|
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),avr-embedded)
|
|
|
|
|
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
|
|
|
|
|
endif
|
|
|
|
@ -2287,21 +2050,9 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),armeb-embedded)
|
|
|
|
|
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),mips-linux)
|
|
|
|
|
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),mipsel-linux)
|
|
|
|
|
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),jvm-java)
|
|
|
|
|
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),jvm-android)
|
|
|
|
|
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i8086-msdos)
|
|
|
|
|
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
|
|
|
|
|
endif
|
|
|
|
|
ifdef REQUIRE_UNITSDIR
|
|
|
|
|
override UNITSDIR+=$(REQUIRE_UNITSDIR)
|
|
|
|
|
endif
|
|
|
|
@ -2530,14 +2281,6 @@ SHAREDLIBEXT=.dll
|
|
|
|
|
SHORTSUFFIX=wat
|
|
|
|
|
IMPORTLIBPREFIX=
|
|
|
|
|
endif
|
|
|
|
|
ifneq ($(CPU_TARGET),jvm)
|
|
|
|
|
ifeq ($(OS_TARGET),android)
|
|
|
|
|
BATCHEXT=.sh
|
|
|
|
|
EXEEXT=
|
|
|
|
|
HASSHAREDLIB=1
|
|
|
|
|
SHORTSUFFIX=lnx
|
|
|
|
|
endif
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(OS_TARGET),linux)
|
|
|
|
|
BATCHEXT=.sh
|
|
|
|
|
EXEEXT=
|
|
|
|
@ -2662,30 +2405,6 @@ EXEEXT=.dol
|
|
|
|
|
SHAREDLIBEXT=.so
|
|
|
|
|
SHORTSUFFIX=wii
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(OS_TARGET),aix)
|
|
|
|
|
BATCHEXT=.sh
|
|
|
|
|
EXEEXT=
|
|
|
|
|
SHORTSUFFIX=aix
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(OS_TARGET),java)
|
|
|
|
|
OEXT=.class
|
|
|
|
|
ASMEXT=.j
|
|
|
|
|
SHAREDLIBEXT=.jar
|
|
|
|
|
SHORTSUFFIX=java
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(CPU_TARGET),jvm)
|
|
|
|
|
ifeq ($(OS_TARGET),android)
|
|
|
|
|
OEXT=.class
|
|
|
|
|
ASMEXT=.j
|
|
|
|
|
SHAREDLIBEXT=.jar
|
|
|
|
|
SHORTSUFFIX=android
|
|
|
|
|
endif
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(OS_TARGET),msdos)
|
|
|
|
|
STATICLIBPREFIX=
|
|
|
|
|
STATICLIBEXT=.lib
|
|
|
|
|
SHORTSUFFIX=d16
|
|
|
|
|
endif
|
|
|
|
|
ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),)
|
|
|
|
|
FPCMADE=fpcmade.$(SHORTSUFFIX)
|
|
|
|
|
ZIPSUFFIX=$(SHORTSUFFIX)
|
|
|
|
@ -2907,11 +2626,7 @@ AS=$(ASPROG)
|
|
|
|
|
LD=$(LDPROG)
|
|
|
|
|
RC=$(RCPROG)
|
|
|
|
|
AR=$(ARPROG)
|
|
|
|
|
ifdef inUnix
|
|
|
|
|
PPAS=./ppas$(SRCBATCHEXT)
|
|
|
|
|
else
|
|
|
|
|
PPAS=ppas$(SRCBATCHEXT)
|
|
|
|
|
endif
|
|
|
|
|
ifdef inUnix
|
|
|
|
|
LDCONFIG=ldconfig
|
|
|
|
|
else
|
|
|
|
@ -2998,9 +2713,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-iphonesim)
|
|
|
|
|
REQUIRE_PACKAGES_RTL=1
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-android)
|
|
|
|
|
REQUIRE_PACKAGES_RTL=1
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
|
|
|
REQUIRE_PACKAGES_RTL=1
|
|
|
|
|
endif
|
|
|
|
@ -3049,9 +2761,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc-wii)
|
|
|
|
|
REQUIRE_PACKAGES_RTL=1
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc-aix)
|
|
|
|
|
REQUIRE_PACKAGES_RTL=1
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),sparc-linux)
|
|
|
|
|
REQUIRE_PACKAGES_RTL=1
|
|
|
|
|
endif
|
|
|
|
@ -3112,9 +2821,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),arm-symbian)
|
|
|
|
|
REQUIRE_PACKAGES_RTL=1
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),arm-android)
|
|
|
|
|
REQUIRE_PACKAGES_RTL=1
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
|
|
|
REQUIRE_PACKAGES_RTL=1
|
|
|
|
|
endif
|
|
|
|
@ -3124,9 +2830,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
|
|
|
REQUIRE_PACKAGES_RTL=1
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-aix)
|
|
|
|
|
REQUIRE_PACKAGES_RTL=1
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),avr-embedded)
|
|
|
|
|
REQUIRE_PACKAGES_RTL=1
|
|
|
|
|
endif
|
|
|
|
@ -3136,21 +2839,9 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),armeb-embedded)
|
|
|
|
|
REQUIRE_PACKAGES_RTL=1
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),mips-linux)
|
|
|
|
|
REQUIRE_PACKAGES_RTL=1
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),mipsel-linux)
|
|
|
|
|
REQUIRE_PACKAGES_RTL=1
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),jvm-java)
|
|
|
|
|
REQUIRE_PACKAGES_RTL=1
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),jvm-android)
|
|
|
|
|
REQUIRE_PACKAGES_RTL=1
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i8086-msdos)
|
|
|
|
|
REQUIRE_PACKAGES_RTL=1
|
|
|
|
|
endif
|
|
|
|
|
ifdef REQUIRE_PACKAGES_RTL
|
|
|
|
|
PACKAGEDIR_RTL:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /rtl/Makefile.fpc,$(PACKAGESDIR))))))
|
|
|
|
|
ifneq ($(PACKAGEDIR_RTL),)
|
|
|
|
@ -3301,12 +2992,17 @@ endif
|
|
|
|
|
endif
|
|
|
|
|
ifdef CREATESHARED
|
|
|
|
|
override FPCOPT+=-Cg
|
|
|
|
|
ifeq ($(CPU_TARGET),i386)
|
|
|
|
|
override FPCOPT+=-Aas
|
|
|
|
|
endif
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(findstring 2.0.,$(FPC_VERSION)),)
|
|
|
|
|
ifneq ($(findstring $(OS_TARGET),freebsd openbsd netbsd linux solaris),)
|
|
|
|
|
ifeq ($(CPU_TARGET),x86_64)
|
|
|
|
|
override FPCOPT+=-Cg
|
|
|
|
|
endif
|
|
|
|
|
endif
|
|
|
|
|
endif
|
|
|
|
|
ifdef LINKSHARED
|
|
|
|
|
endif
|
|
|
|
|
ifdef OPT
|
|
|
|
@ -3833,9 +3529,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-iphonesim)
|
|
|
|
|
TARGET_DIRS_INTERFACES=1
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i386-android)
|
|
|
|
|
TARGET_DIRS_INTERFACES=1
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
|
|
|
TARGET_DIRS_INTERFACES=1
|
|
|
|
|
endif
|
|
|
|
@ -3884,9 +3577,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc-wii)
|
|
|
|
|
TARGET_DIRS_INTERFACES=1
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc-aix)
|
|
|
|
|
TARGET_DIRS_INTERFACES=1
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),sparc-linux)
|
|
|
|
|
TARGET_DIRS_INTERFACES=1
|
|
|
|
|
endif
|
|
|
|
@ -3947,9 +3637,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),arm-symbian)
|
|
|
|
|
TARGET_DIRS_INTERFACES=1
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),arm-android)
|
|
|
|
|
TARGET_DIRS_INTERFACES=1
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
|
|
|
TARGET_DIRS_INTERFACES=1
|
|
|
|
|
endif
|
|
|
|
@ -3959,9 +3646,6 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
|
|
|
TARGET_DIRS_INTERFACES=1
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-aix)
|
|
|
|
|
TARGET_DIRS_INTERFACES=1
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),avr-embedded)
|
|
|
|
|
TARGET_DIRS_INTERFACES=1
|
|
|
|
|
endif
|
|
|
|
@ -3971,21 +3655,9 @@ endif
|
|
|
|
|
ifeq ($(FULL_TARGET),armeb-embedded)
|
|
|
|
|
TARGET_DIRS_INTERFACES=1
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),mips-linux)
|
|
|
|
|
TARGET_DIRS_INTERFACES=1
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),mipsel-linux)
|
|
|
|
|
TARGET_DIRS_INTERFACES=1
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),jvm-java)
|
|
|
|
|
TARGET_DIRS_INTERFACES=1
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),jvm-android)
|
|
|
|
|
TARGET_DIRS_INTERFACES=1
|
|
|
|
|
endif
|
|
|
|
|
ifeq ($(FULL_TARGET),i8086-msdos)
|
|
|
|
|
TARGET_DIRS_INTERFACES=1
|
|
|
|
|
endif
|
|
|
|
|
ifdef TARGET_DIRS_INTERFACES
|
|
|
|
|
interfaces_all:
|
|
|
|
|
$(MAKE) -C interfaces all
|
|
|
|
@ -4046,10 +3718,9 @@ zipsourceinstall: fpc_zipsourceinstall
|
|
|
|
|
zipexampleinstall: fpc_zipexampleinstall $(addsuffix _zipexampleinstall,$(TARGET_DIRS))
|
|
|
|
|
zipdistinstall: fpc_zipdistinstall
|
|
|
|
|
clean: fpc_clean $(addsuffix _clean,$(TARGET_DIRS))
|
|
|
|
|
distclean: fpc_distclean $(addsuffix _distclean,$(TARGET_DIRS))
|
|
|
|
|
info: fpc_info
|
|
|
|
|
makefiles: fpc_makefiles
|
|
|
|
|
.PHONY: debug smart release units examples shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean distclean info makefiles
|
|
|
|
|
.PHONY: debug smart release units examples shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean info makefiles
|
|
|
|
|
ifneq ($(wildcard fpcmake.loc),)
|
|
|
|
|
include fpcmake.loc
|
|
|
|
|
endif
|
|
|
|
@ -4102,3 +3773,5 @@ cleanall: clean
|
|
|
|
|
$(MAKE) -C interfaces/qt clean
|
|
|
|
|
$(MAKE) -C interfaces/win32 clean
|
|
|
|
|
$(MAKE) -C interfaces/wince clean
|
|
|
|
|
distclean: clean
|
|
|
|
|
${DELTREE} units/*
|
|
|
|
|