|
@@ -1,10 +1,10 @@
|
|
|
#
|
|
|
-# Don't edit, this file is generated by FPCMake Version 2.0.0 [2009/09/29]
|
|
|
+# Don't edit, this file is generated by FPCMake Version 2.0.0 [2010/08/06]
|
|
|
#
|
|
|
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-darwin 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-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 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-solaris 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
|
|
|
+UNIXs = linux $(BSDs) solaris qnx haiku
|
|
|
LIMIT83fs = go32v2 os2 emx watcom
|
|
|
OSNeedsComspecToRunBatch = go32v2 watcom
|
|
|
FORCE:
|
|
@@ -59,9 +59,11 @@ endif
|
|
|
endif
|
|
|
ifdef COMSPEC
|
|
|
ifneq ($(findstring $(OS_SOURCE),$(OSNeedsComspecToRunBatch)),)
|
|
|
+ifndef RUNBATCH
|
|
|
RUNBATCH=$(COMSPEC) /C
|
|
|
endif
|
|
|
endif
|
|
|
+endif
|
|
|
ifdef inUnix
|
|
|
PATHSEP=/
|
|
|
else
|
|
@@ -173,6 +175,17 @@ OS_TARGET:=$(word 5,$(FPC_COMPILERINFO))
|
|
|
endif
|
|
|
FULL_TARGET=$(CPU_TARGET)-$(OS_TARGET)
|
|
|
FULL_SOURCE=$(CPU_SOURCE)-$(OS_SOURCE)
|
|
|
+ifeq ($(CPU_TARGET),armeb)
|
|
|
+ARCH=arm
|
|
|
+override FPCOPT+=-Cb
|
|
|
+else
|
|
|
+ifeq ($(CPU_TARGET),armel)
|
|
|
+ARCH=arm
|
|
|
+override FPCOPT+=-CaEABI
|
|
|
+else
|
|
|
+ARCH=$(CPU_TARGET)
|
|
|
+endif
|
|
|
+endif
|
|
|
ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),)
|
|
|
TARGETSUFFIX=$(OS_TARGET)
|
|
|
SOURCESUFFIX=$(OS_SOURCE)
|
|
@@ -194,7 +207,7 @@ endif
|
|
|
ifeq ($(OS_TARGET),linux)
|
|
|
linuxHier=1
|
|
|
endif
|
|
|
-export OS_TARGET OS_SOURCE CPU_TARGET CPU_SOURCE FULL_TARGET FULL_SOURCE TARGETSUFFIX SOURCESUFFIX CROSSCOMPILE
|
|
|
+export OS_TARGET OS_SOURCE ARCH CPU_TARGET CPU_SOURCE FULL_TARGET FULL_SOURCE TARGETSUFFIX SOURCESUFFIX CROSSCOMPILE
|
|
|
ifdef FPCDIR
|
|
|
override FPCDIR:=$(subst \,/,$(FPCDIR))
|
|
|
ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl units)),)
|
|
@@ -267,163 +280,187 @@ endif
|
|
|
OBJPASDIR=$(RTL)/objpas
|
|
|
GRAPHDIR=$(INC)/graph
|
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),i386-go32v2)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),i386-win32)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),i386-os2)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),i386-freebsd)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),i386-beos)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),i386-haiku)
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),i386-netbsd)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),i386-solaris)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),i386-qnx)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),i386-netware)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),i386-openbsd)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),i386-wdosx)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),i386-darwin)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),i386-emx)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),i386-watcom)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),i386-netwlibc)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),i386-wince)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),i386-embedded)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),i386-symbian)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),i386-nativent)
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),m68k-freebsd)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),m68k-netbsd)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),m68k-amiga)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),m68k-atari)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),m68k-openbsd)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),m68k-palmos)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),m68k-embedded)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),powerpc-linux)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),powerpc-netbsd)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),powerpc-amiga)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),powerpc-macos)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),powerpc-darwin)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),powerpc-morphos)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),powerpc-embedded)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),sparc-linux)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),sparc-netbsd)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),sparc-solaris)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),sparc-embedded)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),x86_64-linux)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),x86_64-freebsd)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),x86_64-solaris)
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),x86_64-darwin)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),x86_64-win64)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),x86_64-embedded)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),arm-linux)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),arm-palmos)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),arm-darwin)
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),arm-wince)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),arm-gba)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),arm-nds)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),arm-embedded)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),arm-symbian)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),powerpc64-darwin)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),avr-embedded)
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),armeb-linux)
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),armeb-embedded)
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),mipsel-linux)
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas iso7185 strings sysutils classes math typinfo varutils fmtbcd ctypes charset ucomplex getopts matrix variants types rtlconsts sysconst dateutil lineinfo fgl
|
|
|
endif
|
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
|
override TARGET_LOADERS+=prt0 cprt0
|
|
@@ -443,6 +480,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),i386-beos)
|
|
|
override TARGET_LOADERS+=prt0 cprt0
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),i386-haiku)
|
|
|
+override TARGET_LOADERS+=prt0 cprt0
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),i386-netbsd)
|
|
|
override TARGET_LOADERS+=prt0 cprt0
|
|
|
endif
|
|
@@ -482,6 +522,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),i386-symbian)
|
|
|
override TARGET_LOADERS+=prt0 cprt0
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),i386-nativent)
|
|
|
+override TARGET_LOADERS+=prt0 cprt0
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
|
override TARGET_LOADERS+=prt0 cprt0
|
|
|
endif
|
|
@@ -545,6 +588,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),x86_64-freebsd)
|
|
|
override TARGET_LOADERS+=prt0 cprt0
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),x86_64-solaris)
|
|
|
+override TARGET_LOADERS+=prt0 cprt0
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),x86_64-darwin)
|
|
|
override TARGET_LOADERS+=prt0 cprt0
|
|
|
endif
|
|
@@ -560,6 +606,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),arm-palmos)
|
|
|
override TARGET_LOADERS+=prt0 cprt0
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),arm-darwin)
|
|
|
+override TARGET_LOADERS+=prt0 cprt0
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),arm-wince)
|
|
|
override TARGET_LOADERS+=prt0 cprt0
|
|
|
endif
|
|
@@ -584,6 +633,18 @@ endif
|
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
|
override TARGET_LOADERS+=prt0 cprt0
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),avr-embedded)
|
|
|
+override TARGET_LOADERS+=prt0 cprt0
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),armeb-linux)
|
|
|
+override TARGET_LOADERS+=prt0 cprt0
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),armeb-embedded)
|
|
|
+override TARGET_LOADERS+=prt0 cprt0
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),mipsel-linux)
|
|
|
+override TARGET_LOADERS+=prt0 cprt0
|
|
|
+endif
|
|
|
override INSTALL_FPCPACKAGE=y
|
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
|
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC)
|
|
@@ -603,6 +664,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),i386-beos)
|
|
|
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),i386-haiku)
|
|
|
+override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC)
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),i386-netbsd)
|
|
|
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC)
|
|
|
endif
|
|
@@ -642,6 +706,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),i386-symbian)
|
|
|
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),i386-nativent)
|
|
|
+override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC)
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
|
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC)
|
|
|
endif
|
|
@@ -705,6 +772,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),x86_64-freebsd)
|
|
|
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),x86_64-solaris)
|
|
|
+override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC)
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),x86_64-darwin)
|
|
|
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC)
|
|
|
endif
|
|
@@ -720,6 +790,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),arm-palmos)
|
|
|
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),arm-darwin)
|
|
|
+override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC)
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),arm-wince)
|
|
|
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC)
|
|
|
endif
|
|
@@ -744,6 +817,18 @@ endif
|
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
|
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),avr-embedded)
|
|
|
+override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC)
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),armeb-linux)
|
|
|
+override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC)
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),armeb-embedded)
|
|
|
+override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC)
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),mipsel-linux)
|
|
|
+override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC)
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
|
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(COMMON)
|
|
|
endif
|
|
@@ -762,6 +847,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),i386-beos)
|
|
|
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(COMMON)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),i386-haiku)
|
|
|
+override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(COMMON)
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),i386-netbsd)
|
|
|
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(COMMON)
|
|
|
endif
|
|
@@ -801,6 +889,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),i386-symbian)
|
|
|
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(COMMON)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),i386-nativent)
|
|
|
+override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(COMMON)
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
|
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(COMMON)
|
|
|
endif
|
|
@@ -864,6 +955,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),x86_64-freebsd)
|
|
|
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(COMMON)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),x86_64-solaris)
|
|
|
+override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(COMMON)
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),x86_64-darwin)
|
|
|
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(COMMON)
|
|
|
endif
|
|
@@ -879,6 +973,9 @@ endif
|
|
|
ifeq ($(FULL_TARGET),arm-palmos)
|
|
|
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(COMMON)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),arm-darwin)
|
|
|
+override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(COMMON)
|
|
|
+endif
|
|
|
ifeq ($(FULL_TARGET),arm-wince)
|
|
|
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(COMMON)
|
|
|
endif
|
|
@@ -903,6 +1000,18 @@ endif
|
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
|
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(COMMON)
|
|
|
endif
|
|
|
+ifeq ($(FULL_TARGET),avr-embedded)
|
|
|
+override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(COMMON)
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),armeb-linux)
|
|
|
+override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(COMMON)
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),armeb-embedded)
|
|
|
+override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(COMMON)
|
|
|
+endif
|
|
|
+ifeq ($(FULL_TARGET),mipsel-linux)
|
|
|
+override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(COMMON)
|
|
|
+endif
|
|
|
ifdef REQUIRE_UNITSDIR
|
|
|
override UNITSDIR+=$(REQUIRE_UNITSDIR)
|
|
|
endif
|
|
@@ -1121,6 +1230,7 @@ endif
|
|
|
ifeq ($(OS_TARGET),go32v2)
|
|
|
STATICLIBPREFIX=
|
|
|
SHORTSUFFIX=dos
|
|
|
+IMPORTLIBPREFIX=
|
|
|
endif
|
|
|
ifeq ($(OS_TARGET),watcom)
|
|
|
STATICLIBPREFIX=
|
|
@@ -1128,6 +1238,7 @@ OEXT=.obj
|
|
|
ASMEXT=.asm
|
|
|
SHAREDLIBEXT=.dll
|
|
|
SHORTSUFFIX=wat
|
|
|
+IMPORTLIBPREFIX=
|
|
|
endif
|
|
|
ifeq ($(OS_TARGET),linux)
|
|
|
BATCHEXT=.sh
|
|
@@ -1164,6 +1275,7 @@ STATICLIBPREFIX=
|
|
|
SHAREDLIBEXT=.dll
|
|
|
SHORTSUFFIX=os2
|
|
|
ECHO=echo
|
|
|
+IMPORTLIBPREFIX=
|
|
|
endif
|
|
|
ifeq ($(OS_TARGET),emx)
|
|
|
BATCHEXT=.cmd
|
|
@@ -1172,6 +1284,7 @@ STATICLIBPREFIX=
|
|
|
SHAREDLIBEXT=.dll
|
|
|
SHORTSUFFIX=emx
|
|
|
ECHO=echo
|
|
|
+IMPORTLIBPREFIX=
|
|
|
endif
|
|
|
ifeq ($(OS_TARGET),amiga)
|
|
|
EXEEXT=
|
|
@@ -1192,6 +1305,11 @@ BATCHEXT=.sh
|
|
|
EXEEXT=
|
|
|
SHORTSUFFIX=be
|
|
|
endif
|
|
|
+ifeq ($(OS_TARGET),haiku)
|
|
|
+BATCHEXT=.sh
|
|
|
+EXEEXT=
|
|
|
+SHORTSUFFIX=hai
|
|
|
+endif
|
|
|
ifeq ($(OS_TARGET),solaris)
|
|
|
BATCHEXT=.sh
|
|
|
EXEEXT=
|
|
@@ -1206,17 +1324,20 @@ ifeq ($(OS_TARGET),netware)
|
|
|
EXEEXT=.nlm
|
|
|
STATICLIBPREFIX=
|
|
|
SHORTSUFFIX=nw
|
|
|
+IMPORTLIBPREFIX=imp
|
|
|
endif
|
|
|
ifeq ($(OS_TARGET),netwlibc)
|
|
|
EXEEXT=.nlm
|
|
|
STATICLIBPREFIX=
|
|
|
SHORTSUFFIX=nwl
|
|
|
+IMPORTLIBPREFIX=imp
|
|
|
endif
|
|
|
ifeq ($(OS_TARGET),macos)
|
|
|
BATCHEXT=
|
|
|
EXEEXT=
|
|
|
DEBUGSYMEXT=.xcoff
|
|
|
SHORTSUFFIX=mac
|
|
|
+IMPORTLIBPREFIX=imp
|
|
|
endif
|
|
|
ifeq ($(OS_TARGET),darwin)
|
|
|
BATCHEXT=.sh
|
|
@@ -1233,6 +1354,10 @@ ifeq ($(OS_TARGET),symbian)
|
|
|
SHAREDLIBEXT=.dll
|
|
|
SHORTSUFFIX=symbian
|
|
|
endif
|
|
|
+ifeq ($(OS_TARGET),NativeNT)
|
|
|
+SHAREDLIBEXT=.dll
|
|
|
+SHORTSUFFIX=nativent
|
|
|
+endif
|
|
|
else
|
|
|
ifeq ($(OS_TARGET),go32v1)
|
|
|
PPUEXT=.pp1
|
|
@@ -1243,14 +1368,17 @@ STATICLIBEXT=.a1
|
|
|
SHAREDLIBEXT=.so1
|
|
|
STATICLIBPREFIX=
|
|
|
SHORTSUFFIX=v1
|
|
|
+IMPORTLIBPREFIX=
|
|
|
endif
|
|
|
ifeq ($(OS_TARGET),go32v2)
|
|
|
STATICLIBPREFIX=
|
|
|
SHORTSUFFIX=dos
|
|
|
+IMPORTLIBPREFIX=
|
|
|
endif
|
|
|
ifeq ($(OS_TARGET),watcom)
|
|
|
STATICLIBPREFIX=
|
|
|
SHORTSUFFIX=wat
|
|
|
+IMPORTLIBPREFIX=
|
|
|
endif
|
|
|
ifeq ($(OS_TARGET),linux)
|
|
|
BATCHEXT=.sh
|
|
@@ -1297,6 +1425,7 @@ STATICLIBEXT=.ao2
|
|
|
SHAREDLIBEXT=.dll
|
|
|
SHORTSUFFIX=os2
|
|
|
ECHO=echo
|
|
|
+IMPORTLIBPREFIX=
|
|
|
endif
|
|
|
ifeq ($(OS_TARGET),amiga)
|
|
|
EXEEXT=
|
|
@@ -1357,6 +1486,7 @@ STATICLIBEXT=.a
|
|
|
SHAREDLIBEXT=.nlm
|
|
|
EXEEXT=.nlm
|
|
|
SHORTSUFFIX=nw
|
|
|
+IMPORTLIBPREFIX=imp
|
|
|
endif
|
|
|
ifeq ($(OS_TARGET),netwlibc)
|
|
|
STATICLIBPREFIX=
|
|
@@ -1368,6 +1498,7 @@ STATICLIBEXT=.a
|
|
|
SHAREDLIBEXT=.nlm
|
|
|
EXEEXT=.nlm
|
|
|
SHORTSUFFIX=nwl
|
|
|
+IMPORTLIBPREFIX=imp
|
|
|
endif
|
|
|
ifeq ($(OS_TARGET),macos)
|
|
|
BATCHEXT=
|
|
@@ -1379,6 +1510,7 @@ STATICLIBEXT=.a
|
|
|
EXEEXT=
|
|
|
DEBUGSYMEXT=.xcoff
|
|
|
SHORTSUFFIX=mac
|
|
|
+IMPORTLIBPREFIX=imp
|
|
|
endif
|
|
|
endif
|
|
|
ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),)
|
|
@@ -1651,13 +1783,13 @@ TAROPT=vz
|
|
|
TAREXT=.tar.gz
|
|
|
endif
|
|
|
ifndef NOCPUDEF
|
|
|
-override FPCOPTDEF=$(CPU_TARGET)
|
|
|
+override FPCOPTDEF=$(ARCH)
|
|
|
endif
|
|
|
ifneq ($(OS_TARGET),$(OS_SOURCE))
|
|
|
override FPCOPT+=-T$(OS_TARGET)
|
|
|
endif
|
|
|
ifneq ($(CPU_TARGET),$(CPU_SOURCE))
|
|
|
-override FPCOPT+=-P$(CPU_TARGET)
|
|
|
+override FPCOPT+=-P$(ARCH)
|
|
|
endif
|
|
|
ifeq ($(OS_SOURCE),openbsd)
|
|
|
override FPCOPT+=-FD$(NEW_BINUTILS_PATH)
|
|
@@ -1991,6 +2123,9 @@ endif
|
|
|
ifdef EXEFILES
|
|
|
override CLEANEXEFILES:=$(addprefix $(TARGETDIRPREFIX),$(CLEANEXEFILES))
|
|
|
endif
|
|
|
+ifdef CLEAN_PROGRAMS
|
|
|
+override CLEANEXEFILES+=$(addprefix $(TARGETDIRPREFIX),$(addsuffix $(EXEEXT), $(CLEAN_PROGRAMS)))
|
|
|
+endif
|
|
|
ifdef CLEAN_UNITS
|
|
|
override CLEANPPUFILES+=$(addsuffix $(PPUEXT),$(CLEAN_UNITS))
|
|
|
endif
|
|
@@ -2037,6 +2172,9 @@ endif
|
|
|
ifdef CLEANRSTFILES
|
|
|
-$(DEL) $(addprefix $(UNITTARGETDIRPREFIX),$(CLEANRSTFILES))
|
|
|
endif
|
|
|
+endif
|
|
|
+ifdef CLEAN_FILES
|
|
|
+ -$(DEL) $(CLEAN_FILES)
|
|
|
endif
|
|
|
-$(DELTREE) units
|
|
|
-$(DEL) *$(OEXT) *$(PPUEXT) *$(RSTEXT) *$(ASMEXT) *$(STATICLIBEXT) *$(SHAREDLIBEXT) *$(PPLEXT)
|