|
@@ -1,11 +1,11 @@
|
|
#
|
|
#
|
|
-# Don't edit, this file is generated by FPCMake Version 2.0.0 [2015-09-05 rev 31523]
|
|
|
|
|
|
+# Don't edit, this file is generated by FPCMake Version 2.0.0 [2014/03/03]
|
|
#
|
|
#
|
|
default: all
|
|
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 i386-aros 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 x86_64-iphonesim x86_64-aros x86_64-dragonfly 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 mipsel-embedded mipsel-android jvm-java jvm-android i8086-msdos i8086-win16 aarch64-linux aarch64-darwin
|
|
|
|
-BSDs = freebsd netbsd openbsd darwin dragonfly
|
|
|
|
-UNIXs = linux $(BSDs) solaris qnx haiku aix
|
|
|
|
-LIMIT83fs = go32v2 os2 emx watcom msdos win16
|
|
|
|
|
|
+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
|
|
|
|
+LIMIT83fs = go32v2 os2 emx watcom
|
|
OSNeedsComspecToRunBatch = go32v2 watcom
|
|
OSNeedsComspecToRunBatch = go32v2 watcom
|
|
FORCE:
|
|
FORCE:
|
|
.PHONY: FORCE
|
|
.PHONY: FORCE
|
|
@@ -178,24 +178,6 @@ else
|
|
ARCH=$(CPU_TARGET)
|
|
ARCH=$(CPU_TARGET)
|
|
endif
|
|
endif
|
|
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
|
|
|
|
-ifeq ($(FULL_TARGET),avr-embedded)
|
|
|
|
-ifeq ($(SUBARCH),)
|
|
|
|
-$(error When compiling for avr-embedded, a sub-architecture (e.g. SUBARCH=avr25 or SUBARCH=avr35) must be defined)
|
|
|
|
-endif
|
|
|
|
-override FPCOPT+=-Cp$(SUBARCH)
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),mipsel-embedded)
|
|
|
|
-ifeq ($(SUBARCH),)
|
|
|
|
-$(error When compiling for mipsel-embedded, a sub-architecture (e.g. SUBARCH=pic32mx) must be defined)
|
|
|
|
-endif
|
|
|
|
-override FPCOPT+=-Cp$(SUBARCH)
|
|
|
|
-endif
|
|
|
|
ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),)
|
|
ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),)
|
|
TARGETSUFFIX=$(OS_TARGET)
|
|
TARGETSUFFIX=$(OS_TARGET)
|
|
SOURCESUFFIX=$(OS_SOURCE)
|
|
SOURCESUFFIX=$(OS_SOURCE)
|
|
@@ -221,14 +203,6 @@ endif
|
|
ifeq ($(OS_TARGET),linux)
|
|
ifeq ($(OS_TARGET),linux)
|
|
linuxHier=1
|
|
linuxHier=1
|
|
endif
|
|
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
|
|
export OS_TARGET OS_SOURCE ARCH CPU_TARGET CPU_SOURCE FULL_TARGET FULL_SOURCE TARGETSUFFIX SOURCESUFFIX CROSSCOMPILE
|
|
ifdef FPCDIR
|
|
ifdef FPCDIR
|
|
override FPCDIR:=$(subst \,/,$(FPCDIR))
|
|
override FPCDIR:=$(subst \,/,$(FPCDIR))
|
|
@@ -277,27 +251,8 @@ endif
|
|
ifndef BINUTILSPREFIX
|
|
ifndef BINUTILSPREFIX
|
|
ifndef CROSSBINDIR
|
|
ifndef CROSSBINDIR
|
|
ifdef CROSSCOMPILE
|
|
ifdef CROSSCOMPILE
|
|
-ifneq ($(OS_TARGET),msdos)
|
|
|
|
ifndef DARWIN2DARWIN
|
|
ifndef DARWIN2DARWIN
|
|
-ifneq ($(CPU_TARGET),jvm)
|
|
|
|
BINUTILSPREFIX=$(CPU_TARGET)-$(OS_TARGET)-
|
|
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),mipsel)
|
|
|
|
-BINUTILSPREFIX=mipsel-linux-android-
|
|
|
|
-endif
|
|
|
|
-endif
|
|
|
|
-endif
|
|
|
|
-endif
|
|
|
|
-endif
|
|
|
|
-endif
|
|
|
|
-else
|
|
|
|
-BINUTILSPREFIX=$(OS_TARGET)-
|
|
|
|
endif
|
|
endif
|
|
endif
|
|
endif
|
|
endif
|
|
endif
|
|
@@ -331,251 +286,205 @@ FPMAKE_SKIP_CONFIG=-n
|
|
FPCFPMAKE=$(FPC)
|
|
FPCFPMAKE=$(FPC)
|
|
endif
|
|
endif
|
|
endif
|
|
endif
|
|
|
|
+ifneq ($(findstring dosbox_wrapper,$(EMULATOR)),)
|
|
|
|
+ MSDOSPROG=dosbox/dosbox_wrapper$(SRCEXEEXT)
|
|
|
|
+else
|
|
|
|
+ MSDOSPROG=
|
|
|
|
+endif
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-go32v2)
|
|
ifeq ($(FULL_TARGET),i386-go32v2)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) prepup
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG) prepup
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-win32)
|
|
ifeq ($(FULL_TARGET),i386-win32)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) prepup
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG) prepup
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-os2)
|
|
ifeq ($(FULL_TARGET),i386-os2)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-freebsd)
|
|
ifeq ($(FULL_TARGET),i386-freebsd)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-beos)
|
|
ifeq ($(FULL_TARGET),i386-beos)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-haiku)
|
|
ifeq ($(FULL_TARGET),i386-haiku)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-netbsd)
|
|
ifeq ($(FULL_TARGET),i386-netbsd)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-solaris)
|
|
ifeq ($(FULL_TARGET),i386-solaris)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-qnx)
|
|
ifeq ($(FULL_TARGET),i386-qnx)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-netware)
|
|
ifeq ($(FULL_TARGET),i386-netware)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-openbsd)
|
|
ifeq ($(FULL_TARGET),i386-openbsd)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-wdosx)
|
|
ifeq ($(FULL_TARGET),i386-wdosx)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-darwin)
|
|
ifeq ($(FULL_TARGET),i386-darwin)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-emx)
|
|
ifeq ($(FULL_TARGET),i386-emx)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-watcom)
|
|
ifeq ($(FULL_TARGET),i386-watcom)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-netwlibc)
|
|
ifeq ($(FULL_TARGET),i386-netwlibc)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-wince)
|
|
ifeq ($(FULL_TARGET),i386-wince)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-embedded)
|
|
ifeq ($(FULL_TARGET),i386-embedded)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-symbian)
|
|
ifeq ($(FULL_TARGET),i386-symbian)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-nativent)
|
|
ifeq ($(FULL_TARGET),i386-nativent)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-iphonesim)
|
|
ifeq ($(FULL_TARGET),i386-iphonesim)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),i386-android)
|
|
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),i386-aros)
|
|
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),m68k-freebsd)
|
|
ifeq ($(FULL_TARGET),m68k-freebsd)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),m68k-netbsd)
|
|
ifeq ($(FULL_TARGET),m68k-netbsd)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),m68k-amiga)
|
|
ifeq ($(FULL_TARGET),m68k-amiga)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),m68k-atari)
|
|
ifeq ($(FULL_TARGET),m68k-atari)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),m68k-openbsd)
|
|
ifeq ($(FULL_TARGET),m68k-openbsd)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),m68k-palmos)
|
|
ifeq ($(FULL_TARGET),m68k-palmos)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),m68k-embedded)
|
|
ifeq ($(FULL_TARGET),m68k-embedded)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc-linux)
|
|
ifeq ($(FULL_TARGET),powerpc-linux)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc-netbsd)
|
|
ifeq ($(FULL_TARGET),powerpc-netbsd)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc-amiga)
|
|
ifeq ($(FULL_TARGET),powerpc-amiga)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc-macos)
|
|
ifeq ($(FULL_TARGET),powerpc-macos)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc-darwin)
|
|
ifeq ($(FULL_TARGET),powerpc-darwin)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc-morphos)
|
|
ifeq ($(FULL_TARGET),powerpc-morphos)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc-embedded)
|
|
ifeq ($(FULL_TARGET),powerpc-embedded)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc-wii)
|
|
ifeq ($(FULL_TARGET),powerpc-wii)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),powerpc-aix)
|
|
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),sparc-linux)
|
|
ifeq ($(FULL_TARGET),sparc-linux)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),sparc-netbsd)
|
|
ifeq ($(FULL_TARGET),sparc-netbsd)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),sparc-solaris)
|
|
ifeq ($(FULL_TARGET),sparc-solaris)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),sparc-embedded)
|
|
ifeq ($(FULL_TARGET),sparc-embedded)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),x86_64-linux)
|
|
ifeq ($(FULL_TARGET),x86_64-linux)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),x86_64-freebsd)
|
|
ifeq ($(FULL_TARGET),x86_64-freebsd)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),x86_64-netbsd)
|
|
ifeq ($(FULL_TARGET),x86_64-netbsd)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),x86_64-solaris)
|
|
ifeq ($(FULL_TARGET),x86_64-solaris)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),x86_64-openbsd)
|
|
ifeq ($(FULL_TARGET),x86_64-openbsd)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),x86_64-darwin)
|
|
ifeq ($(FULL_TARGET),x86_64-darwin)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),x86_64-win64)
|
|
ifeq ($(FULL_TARGET),x86_64-win64)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) prepup
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG) prepup
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),x86_64-embedded)
|
|
ifeq ($(FULL_TARGET),x86_64-embedded)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),x86_64-iphonesim)
|
|
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),x86_64-aros)
|
|
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),x86_64-dragonfly)
|
|
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),arm-linux)
|
|
ifeq ($(FULL_TARGET),arm-linux)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),arm-palmos)
|
|
ifeq ($(FULL_TARGET),arm-palmos)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),arm-darwin)
|
|
ifeq ($(FULL_TARGET),arm-darwin)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),arm-wince)
|
|
ifeq ($(FULL_TARGET),arm-wince)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),arm-gba)
|
|
ifeq ($(FULL_TARGET),arm-gba)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),arm-nds)
|
|
ifeq ($(FULL_TARGET),arm-nds)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),arm-embedded)
|
|
ifeq ($(FULL_TARGET),arm-embedded)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),arm-symbian)
|
|
ifeq ($(FULL_TARGET),arm-symbian)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),arm-android)
|
|
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc64-darwin)
|
|
ifeq ($(FULL_TARGET),powerpc64-darwin)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),powerpc64-aix)
|
|
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),avr-embedded)
|
|
ifeq ($(FULL_TARGET),avr-embedded)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),armeb-linux)
|
|
ifeq ($(FULL_TARGET),armeb-linux)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),armeb-embedded)
|
|
ifeq ($(FULL_TARGET),armeb-embedded)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),mips-linux)
|
|
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),mipsel-linux)
|
|
ifeq ($(FULL_TARGET),mipsel-linux)
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),mipsel-embedded)
|
|
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),mipsel-android)
|
|
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),jvm-java)
|
|
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),jvm-android)
|
|
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),i8086-msdos)
|
|
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),i8086-win16)
|
|
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),aarch64-linux)
|
|
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),aarch64-darwin)
|
|
|
|
-override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST)
|
|
|
|
|
|
+override TARGET_PROGRAMS+=dotest fptime fail testfail digest concat $(DBDIGEST) $(MSDOSPROG)
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
ifeq ($(FULL_TARGET),i386-linux)
|
|
override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
@@ -643,12 +552,6 @@ endif
|
|
ifeq ($(FULL_TARGET),i386-iphonesim)
|
|
ifeq ($(FULL_TARGET),i386-iphonesim)
|
|
override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
endif
|
|
endif
|
|
-ifeq ($(FULL_TARGET),i386-android)
|
|
|
|
-override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),i386-aros)
|
|
|
|
-override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
|
|
-endif
|
|
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
ifeq ($(FULL_TARGET),m68k-linux)
|
|
override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
endif
|
|
endif
|
|
@@ -697,9 +600,6 @@ endif
|
|
ifeq ($(FULL_TARGET),powerpc-wii)
|
|
ifeq ($(FULL_TARGET),powerpc-wii)
|
|
override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
endif
|
|
endif
|
|
-ifeq ($(FULL_TARGET),powerpc-aix)
|
|
|
|
-override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
|
|
-endif
|
|
|
|
ifeq ($(FULL_TARGET),sparc-linux)
|
|
ifeq ($(FULL_TARGET),sparc-linux)
|
|
override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
endif
|
|
endif
|
|
@@ -736,15 +636,6 @@ endif
|
|
ifeq ($(FULL_TARGET),x86_64-embedded)
|
|
ifeq ($(FULL_TARGET),x86_64-embedded)
|
|
override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
endif
|
|
endif
|
|
-ifeq ($(FULL_TARGET),x86_64-iphonesim)
|
|
|
|
-override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),x86_64-aros)
|
|
|
|
-override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),x86_64-dragonfly)
|
|
|
|
-override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
|
|
-endif
|
|
|
|
ifeq ($(FULL_TARGET),arm-linux)
|
|
ifeq ($(FULL_TARGET),arm-linux)
|
|
override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
endif
|
|
endif
|
|
@@ -769,9 +660,6 @@ endif
|
|
ifeq ($(FULL_TARGET),arm-symbian)
|
|
ifeq ($(FULL_TARGET),arm-symbian)
|
|
override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
endif
|
|
endif
|
|
-ifeq ($(FULL_TARGET),arm-android)
|
|
|
|
-override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
|
|
-endif
|
|
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
|
override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
endif
|
|
endif
|
|
@@ -781,9 +669,6 @@ endif
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
endif
|
|
endif
|
|
-ifeq ($(FULL_TARGET),powerpc64-aix)
|
|
|
|
-override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
|
|
-endif
|
|
|
|
ifeq ($(FULL_TARGET),avr-embedded)
|
|
ifeq ($(FULL_TARGET),avr-embedded)
|
|
override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
endif
|
|
endif
|
|
@@ -793,36 +678,9 @@ endif
|
|
ifeq ($(FULL_TARGET),armeb-embedded)
|
|
ifeq ($(FULL_TARGET),armeb-embedded)
|
|
override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
endif
|
|
endif
|
|
-ifeq ($(FULL_TARGET),mips-linux)
|
|
|
|
-override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
|
|
-endif
|
|
|
|
ifeq ($(FULL_TARGET),mipsel-linux)
|
|
ifeq ($(FULL_TARGET),mipsel-linux)
|
|
override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
endif
|
|
endif
|
|
-ifeq ($(FULL_TARGET),mipsel-embedded)
|
|
|
|
-override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),mipsel-android)
|
|
|
|
-override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),jvm-java)
|
|
|
|
-override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),jvm-android)
|
|
|
|
-override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),i8086-msdos)
|
|
|
|
-override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),i8086-win16)
|
|
|
|
-override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),aarch64-linux)
|
|
|
|
-override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
|
|
-endif
|
|
|
|
-ifeq ($(FULL_TARGET),aarch64-darwin)
|
|
|
|
-override CLEAN_PROGRAMS+=dbdigest dbconfig
|
|
|
|
-endif
|
|
|
|
override INSTALL_FPCPACKAGE=y
|
|
override INSTALL_FPCPACKAGE=y
|
|
ifdef REQUIRE_UNITSDIR
|
|
ifdef REQUIRE_UNITSDIR
|
|
override UNITSDIR+=$(REQUIRE_UNITSDIR)
|
|
override UNITSDIR+=$(REQUIRE_UNITSDIR)
|
|
@@ -1052,26 +910,12 @@ SHAREDLIBEXT=.dll
|
|
SHORTSUFFIX=wat
|
|
SHORTSUFFIX=wat
|
|
IMPORTLIBPREFIX=
|
|
IMPORTLIBPREFIX=
|
|
endif
|
|
endif
|
|
-ifneq ($(CPU_TARGET),jvm)
|
|
|
|
-ifeq ($(OS_TARGET),android)
|
|
|
|
-BATCHEXT=.sh
|
|
|
|
-EXEEXT=
|
|
|
|
-HASSHAREDLIB=1
|
|
|
|
-SHORTSUFFIX=lnx
|
|
|
|
-endif
|
|
|
|
-endif
|
|
|
|
ifeq ($(OS_TARGET),linux)
|
|
ifeq ($(OS_TARGET),linux)
|
|
BATCHEXT=.sh
|
|
BATCHEXT=.sh
|
|
EXEEXT=
|
|
EXEEXT=
|
|
HASSHAREDLIB=1
|
|
HASSHAREDLIB=1
|
|
SHORTSUFFIX=lnx
|
|
SHORTSUFFIX=lnx
|
|
endif
|
|
endif
|
|
-ifeq ($(OS_TARGET),dragonfly)
|
|
|
|
-BATCHEXT=.sh
|
|
|
|
-EXEEXT=
|
|
|
|
-HASSHAREDLIB=1
|
|
|
|
-SHORTSUFFIX=df
|
|
|
|
-endif
|
|
|
|
ifeq ($(OS_TARGET),freebsd)
|
|
ifeq ($(OS_TARGET),freebsd)
|
|
BATCHEXT=.sh
|
|
BATCHEXT=.sh
|
|
EXEEXT=
|
|
EXEEXT=
|
|
@@ -1117,11 +961,6 @@ EXEEXT=
|
|
SHAREDLIBEXT=.library
|
|
SHAREDLIBEXT=.library
|
|
SHORTSUFFIX=amg
|
|
SHORTSUFFIX=amg
|
|
endif
|
|
endif
|
|
-ifeq ($(OS_TARGET),aros)
|
|
|
|
-EXEEXT=
|
|
|
|
-SHAREDLIBEXT=.library
|
|
|
|
-SHORTSUFFIX=aros
|
|
|
|
-endif
|
|
|
|
ifeq ($(OS_TARGET),morphos)
|
|
ifeq ($(OS_TARGET),morphos)
|
|
EXEEXT=
|
|
EXEEXT=
|
|
SHAREDLIBEXT=.library
|
|
SHAREDLIBEXT=.library
|
|
@@ -1195,40 +1034,6 @@ EXEEXT=.dol
|
|
SHAREDLIBEXT=.so
|
|
SHAREDLIBEXT=.so
|
|
SHORTSUFFIX=wii
|
|
SHORTSUFFIX=wii
|
|
endif
|
|
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=.a
|
|
|
|
-SHORTSUFFIX=d16
|
|
|
|
-endif
|
|
|
|
-ifeq ($(OS_TARGET),embedded)
|
|
|
|
-EXEEXT=.bin
|
|
|
|
-SHORTSUFFIX=emb
|
|
|
|
-endif
|
|
|
|
-ifeq ($(OS_TARGET),win16)
|
|
|
|
-STATICLIBPREFIX=
|
|
|
|
-STATICLIBEXT=.a
|
|
|
|
-SHAREDLIBEXT=.dll
|
|
|
|
-SHORTSUFFIX=w16
|
|
|
|
-endif
|
|
|
|
ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),)
|
|
ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),)
|
|
FPCMADE=fpcmade.$(SHORTSUFFIX)
|
|
FPCMADE=fpcmade.$(SHORTSUFFIX)
|
|
ZIPSUFFIX=$(SHORTSUFFIX)
|
|
ZIPSUFFIX=$(SHORTSUFFIX)
|
|
@@ -1418,7 +1223,6 @@ ASNAME=$(BINUTILSPREFIX)as
|
|
LDNAME=$(BINUTILSPREFIX)ld
|
|
LDNAME=$(BINUTILSPREFIX)ld
|
|
ARNAME=$(BINUTILSPREFIX)ar
|
|
ARNAME=$(BINUTILSPREFIX)ar
|
|
RCNAME=$(BINUTILSPREFIX)rc
|
|
RCNAME=$(BINUTILSPREFIX)rc
|
|
-NASMNAME=$(BINUTILSPREFIX)nasm
|
|
|
|
ifndef ASPROG
|
|
ifndef ASPROG
|
|
ifdef CROSSBINDIR
|
|
ifdef CROSSBINDIR
|
|
ASPROG=$(CROSSBINDIR)/$(ASNAME)$(SRCEXEEXT)
|
|
ASPROG=$(CROSSBINDIR)/$(ASNAME)$(SRCEXEEXT)
|
|
@@ -1447,23 +1251,11 @@ else
|
|
ARPROG=$(ARNAME)
|
|
ARPROG=$(ARNAME)
|
|
endif
|
|
endif
|
|
endif
|
|
endif
|
|
-ifndef NASMPROG
|
|
|
|
-ifdef CROSSBINDIR
|
|
|
|
-NASMPROG=$(CROSSBINDIR)/$(NASMNAME)$(SRCEXEEXT)
|
|
|
|
-else
|
|
|
|
-NASMPROG=$(NASMNAME)
|
|
|
|
-endif
|
|
|
|
-endif
|
|
|
|
AS=$(ASPROG)
|
|
AS=$(ASPROG)
|
|
LD=$(LDPROG)
|
|
LD=$(LDPROG)
|
|
RC=$(RCPROG)
|
|
RC=$(RCPROG)
|
|
AR=$(ARPROG)
|
|
AR=$(ARPROG)
|
|
-NASM=$(NASMPROG)
|
|
|
|
-ifdef inUnix
|
|
|
|
-PPAS=./ppas$(SRCBATCHEXT)
|
|
|
|
-else
|
|
|
|
PPAS=ppas$(SRCBATCHEXT)
|
|
PPAS=ppas$(SRCBATCHEXT)
|
|
-endif
|
|
|
|
ifdef inUnix
|
|
ifdef inUnix
|
|
LDCONFIG=ldconfig
|
|
LDCONFIG=ldconfig
|
|
else
|
|
else
|
|
@@ -1495,7 +1287,6 @@ endif
|
|
ifeq ($(OS_SOURCE),openbsd)
|
|
ifeq ($(OS_SOURCE),openbsd)
|
|
override FPCOPT+=-FD$(NEW_BINUTILS_PATH)
|
|
override FPCOPT+=-FD$(NEW_BINUTILS_PATH)
|
|
override FPCMAKEOPT+=-FD$(NEW_BINUTILS_PATH)
|
|
override FPCMAKEOPT+=-FD$(NEW_BINUTILS_PATH)
|
|
-override FPMAKE_BUILD_OPT+=-FD$(NEW_BINUTILS_PATH)
|
|
|
|
endif
|
|
endif
|
|
ifndef CROSSBOOTSTRAP
|
|
ifndef CROSSBOOTSTRAP
|
|
ifneq ($(BINUTILSPREFIX),)
|
|
ifneq ($(BINUTILSPREFIX),)
|
|
@@ -1508,7 +1299,6 @@ endif
|
|
ifndef CROSSCOMPILE
|
|
ifndef CROSSCOMPILE
|
|
ifneq ($(BINUTILSPREFIX),)
|
|
ifneq ($(BINUTILSPREFIX),)
|
|
override FPCMAKEOPT+=-XP$(BINUTILSPREFIX)
|
|
override FPCMAKEOPT+=-XP$(BINUTILSPREFIX)
|
|
-override FPMAKE_BUILD_OPT+=-XP$(BINUTILSPREFIX)
|
|
|
|
endif
|
|
endif
|
|
endif
|
|
endif
|
|
ifdef UNITDIR
|
|
ifdef UNITDIR
|
|
@@ -1597,20 +1387,22 @@ endif
|
|
endif
|
|
endif
|
|
ifdef CREATESHARED
|
|
ifdef CREATESHARED
|
|
override FPCOPT+=-Cg
|
|
override FPCOPT+=-Cg
|
|
|
|
+ifeq ($(CPU_TARGET),i386)
|
|
|
|
+override FPCOPT+=-Aas
|
|
endif
|
|
endif
|
|
-ifneq ($(findstring $(OS_TARGET),dragonfly freebsd openbsd netbsd linux solaris),)
|
|
|
|
-ifneq ($(findstring $(CPU_TARGET),x86_64 mips mipsel),)
|
|
|
|
|
|
+endif
|
|
|
|
+ifeq ($(findstring 2.0.,$(FPC_VERSION)),)
|
|
|
|
+ifneq ($(findstring $(OS_TARGET),freebsd openbsd netbsd linux solaris),)
|
|
|
|
+ifeq ($(CPU_TARGET),x86_64)
|
|
override FPCOPT+=-Cg
|
|
override FPCOPT+=-Cg
|
|
endif
|
|
endif
|
|
endif
|
|
endif
|
|
|
|
+endif
|
|
ifdef LINKSHARED
|
|
ifdef LINKSHARED
|
|
endif
|
|
endif
|
|
ifdef OPT
|
|
ifdef OPT
|
|
override FPCOPT+=$(OPT)
|
|
override FPCOPT+=$(OPT)
|
|
endif
|
|
endif
|
|
-ifdef FPMAKEBUILDOPT
|
|
|
|
-override FPMAKE_BUILD_OPT+=$(FPMAKEBUILDOPT)
|
|
|
|
-endif
|
|
|
|
ifdef FPCOPTDEF
|
|
ifdef FPCOPTDEF
|
|
override FPCOPT+=$(addprefix -d,$(FPCOPTDEF))
|
|
override FPCOPT+=$(addprefix -d,$(FPCOPTDEF))
|
|
endif
|
|
endif
|
|
@@ -1630,24 +1422,18 @@ endif
|
|
ifdef ACROSSCOMPILE
|
|
ifdef ACROSSCOMPILE
|
|
override FPCOPT+=$(CROSSOPT)
|
|
override FPCOPT+=$(CROSSOPT)
|
|
endif
|
|
endif
|
|
-override COMPILER:=$(strip $(FPC) $(FPCOPT))
|
|
|
|
-ifneq (,$(findstring -sh ,$(COMPILER)))
|
|
|
|
-UseEXECPPAS=1
|
|
|
|
-endif
|
|
|
|
-ifneq (,$(findstring -s ,$(COMPILER)))
|
|
|
|
-ifeq ($(FULL_SOURCE),$(FULL_TARGET))
|
|
|
|
-UseEXECPPAS=1
|
|
|
|
-endif
|
|
|
|
-endif
|
|
|
|
-ifneq ($(UseEXECPPAS),1)
|
|
|
|
|
|
+override COMPILER:=$(FPC) $(FPCOPT)
|
|
|
|
+ifeq (,$(findstring -s ,$(COMPILER)))
|
|
EXECPPAS=
|
|
EXECPPAS=
|
|
else
|
|
else
|
|
|
|
+ifeq ($(FULL_SOURCE),$(FULL_TARGET))
|
|
ifdef RUNBATCH
|
|
ifdef RUNBATCH
|
|
EXECPPAS:=@$(RUNBATCH) $(PPAS)
|
|
EXECPPAS:=@$(RUNBATCH) $(PPAS)
|
|
else
|
|
else
|
|
EXECPPAS:=@$(PPAS)
|
|
EXECPPAS:=@$(PPAS)
|
|
endif
|
|
endif
|
|
endif
|
|
endif
|
|
|
|
+endif
|
|
.PHONY: fpc_exes
|
|
.PHONY: fpc_exes
|
|
ifndef CROSSINSTALL
|
|
ifndef CROSSINSTALL
|
|
ifneq ($(TARGET_PROGRAMS),)
|
|
ifneq ($(TARGET_PROGRAMS),)
|
|
@@ -1802,7 +1588,7 @@ endif
|
|
fpc_sourceinstall: distclean
|
|
fpc_sourceinstall: distclean
|
|
$(MKDIR) $(INSTALL_SOURCEDIR)
|
|
$(MKDIR) $(INSTALL_SOURCEDIR)
|
|
$(COPYTREE) $(BASEDIR)/* $(INSTALL_SOURCEDIR)
|
|
$(COPYTREE) $(BASEDIR)/* $(INSTALL_SOURCEDIR)
|
|
-fpc_exampleinstall: $(EXAMPLEINSTALLTARGET) $(addsuffix _distclean,$(TARGET_EXAMPLEDIRS))
|
|
|
|
|
|
+fpc_exampleinstall: $(addsuffix _distclean,$(TARGET_EXAMPLEDIRS))
|
|
ifdef HASEXAMPLES
|
|
ifdef HASEXAMPLES
|
|
$(MKDIR) $(INSTALL_EXAMPLEDIR)
|
|
$(MKDIR) $(INSTALL_EXAMPLEDIR)
|
|
endif
|
|
endif
|
|
@@ -1888,10 +1674,6 @@ endif
|
|
ifdef DEBUGSYMEXT
|
|
ifdef DEBUGSYMEXT
|
|
-$(DEL) *$(DEBUGSYMEXT)
|
|
-$(DEL) *$(DEBUGSYMEXT)
|
|
endif
|
|
endif
|
|
-ifdef LOCALFPMAKEBIN
|
|
|
|
- -$(DEL) $(LOCALFPMAKEBIN)
|
|
|
|
- -$(DEL) $(FPMAKEBINOBJ)
|
|
|
|
-endif
|
|
|
|
fpc_distclean: cleanall
|
|
fpc_distclean: cleanall
|
|
.PHONY: fpc_baseinfo
|
|
.PHONY: fpc_baseinfo
|
|
override INFORULES+=fpc_baseinfo
|
|
override INFORULES+=fpc_baseinfo
|
|
@@ -2026,7 +1808,7 @@ include fpcmake.loc
|
|
endif
|
|
endif
|
|
.NOTPARALLEL:
|
|
.NOTPARALLEL:
|
|
utils: all
|
|
utils: all
|
|
-dosbox_wrapper$(SRCEXEEXT): dosbox/dosbox_wrapper.pas
|
|
|
|
|
|
+dosbox/dosbox_wrapper$(SRCEXEEXT): dosbox/dosbox_wrapper.pas
|
|
$(COMPILER) -FE./dosbox $<
|
|
$(COMPILER) -FE./dosbox $<
|
|
utilsdb:
|
|
utilsdb:
|
|
$(MAKE) utils DBDIGEST="dbdigest dbconfig"
|
|
$(MAKE) utils DBDIGEST="dbdigest dbconfig"
|