diff --git a/Makefile b/Makefile index 115d6d8595..64e4530375 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: help MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2610,6 +2610,7 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: unexport FPC_VERSION FPC_COMPILERINFO OS_SOURCE override TARGET_DIRS:=$(wildcard $(TARGET_DIRS)) .PHONY: help diff --git a/Makefile.fpc b/Makefile.fpc index f610d180ae..b3b3b4fa8f 100644 --- a/Makefile.fpc +++ b/Makefile.fpc @@ -165,6 +165,8 @@ endif endif [rules] +.NOTPARALLEL: + # These values can change unexport FPC_VERSION FPC_COMPILERINFO OS_SOURCE diff --git a/fcl/Makefile b/fcl/Makefile index ffba9f2fc1..05c6822d59 100644 --- a/fcl/Makefile +++ b/fcl/Makefile @@ -1,8 +1,8 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2006/08/20] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # 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 m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos sparc-linux sparc-netbsd sparc-solaris x86_64-linux x86_64-freebsd x86_64-win64 arm-linux arm-palmos arm-wince arm-gba powerpc64-linux +MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded BSDs = freebsd netbsd openbsd darwin UNIXs = linux $(BSDs) solaris qnx LIMIT83fs = go32v2 os2 emx watcom @@ -283,6 +283,12 @@ endif ifeq ($(FULL_TARGET),i386-wince) override TARGET_DIRS+=xml image db shedit passrc net fpcunit web endif +ifeq ($(FULL_TARGET),i386-embedded) +override TARGET_DIRS+=xml image db shedit passrc net fpcunit +endif +ifeq ($(FULL_TARGET),i386-symbian) +override TARGET_DIRS+=xml image db shedit passrc net fpcunit +endif ifeq ($(FULL_TARGET),m68k-linux) override TARGET_DIRS+=xml image db shedit passrc net fpcunit web endif @@ -304,6 +310,9 @@ endif ifeq ($(FULL_TARGET),m68k-palmos) override TARGET_DIRS+=xml image db shedit passrc net fpcunit endif +ifeq ($(FULL_TARGET),m68k-embedded) +override TARGET_DIRS+=xml image db shedit passrc net fpcunit +endif ifeq ($(FULL_TARGET),powerpc-linux) override TARGET_DIRS+=xml image db shedit passrc net fpcunit web endif @@ -322,6 +331,9 @@ endif ifeq ($(FULL_TARGET),powerpc-morphos) override TARGET_DIRS+=xml image db shedit passrc net fpcunit endif +ifeq ($(FULL_TARGET),powerpc-embedded) +override TARGET_DIRS+=xml image db shedit passrc net fpcunit +endif ifeq ($(FULL_TARGET),sparc-linux) override TARGET_DIRS+=xml image db shedit passrc net fpcunit web endif @@ -331,6 +343,9 @@ endif ifeq ($(FULL_TARGET),sparc-solaris) override TARGET_DIRS+=xml image db shedit passrc net fpcunit web endif +ifeq ($(FULL_TARGET),sparc-embedded) +override TARGET_DIRS+=xml image db shedit passrc net fpcunit +endif ifeq ($(FULL_TARGET),x86_64-linux) override TARGET_DIRS+=xml image db shedit passrc net fpcunit web endif @@ -340,6 +355,9 @@ endif ifeq ($(FULL_TARGET),x86_64-win64) override TARGET_DIRS+=xml image db shedit passrc net fpcunit web endif +ifeq ($(FULL_TARGET),x86_64-embedded) +override TARGET_DIRS+=xml image db shedit passrc net fpcunit +endif ifeq ($(FULL_TARGET),arm-linux) override TARGET_DIRS+=xml image db shedit passrc net fpcunit web endif @@ -352,9 +370,21 @@ endif ifeq ($(FULL_TARGET),arm-gba) override TARGET_DIRS+=xml image db shedit passrc net fpcunit endif +ifeq ($(FULL_TARGET),arm-nds) +override TARGET_DIRS+=xml image db shedit passrc net fpcunit +endif +ifeq ($(FULL_TARGET),arm-embedded) +override TARGET_DIRS+=xml image db shedit passrc net fpcunit +endif +ifeq ($(FULL_TARGET),arm-symbian) +override TARGET_DIRS+=xml image db shedit passrc net fpcunit +endif ifeq ($(FULL_TARGET),powerpc64-linux) override TARGET_DIRS+=xml image db shedit passrc net fpcunit web endif +ifeq ($(FULL_TARGET),powerpc64-embedded) +override TARGET_DIRS+=xml image db shedit passrc net fpcunit +endif ifeq ($(FULL_TARGET),i386-linux) override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree htmldefs testutils fpcunit eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll xmlreg registry process resolve ssockets fpasync syncobjs simpleipc dbugmsg dbugintf endif @@ -406,6 +436,12 @@ endif ifeq ($(FULL_TARGET),i386-wince) override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree htmldefs testutils fpcunit eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll xmlreg registry process fileinfo resolve ssockets syncobjs simpleipc dbugmsg dbugintf endif +ifeq ($(FULL_TARGET),i386-embedded) +override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree htmldefs testutils fpcunit eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll xmlreg registry +endif +ifeq ($(FULL_TARGET),i386-symbian) +override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree htmldefs testutils fpcunit eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll xmlreg registry +endif ifeq ($(FULL_TARGET),m68k-linux) override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree htmldefs testutils fpcunit eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll xmlreg registry process resolve ssockets fpasync syncobjs simpleipc dbugmsg dbugintf endif @@ -427,6 +463,9 @@ endif ifeq ($(FULL_TARGET),m68k-palmos) override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree htmldefs testutils fpcunit eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll xmlreg registry endif +ifeq ($(FULL_TARGET),m68k-embedded) +override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree htmldefs testutils fpcunit eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll xmlreg registry +endif ifeq ($(FULL_TARGET),powerpc-linux) override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree htmldefs testutils fpcunit eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll xmlreg registry process resolve ssockets fpasync syncobjs simpleipc dbugmsg dbugintf endif @@ -445,6 +484,9 @@ endif ifeq ($(FULL_TARGET),powerpc-morphos) override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree htmldefs testutils fpcunit eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll xmlreg registry endif +ifeq ($(FULL_TARGET),powerpc-embedded) +override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree htmldefs testutils fpcunit eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll xmlreg registry +endif ifeq ($(FULL_TARGET),sparc-linux) override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree htmldefs testutils fpcunit eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll xmlreg registry process resolve ssockets fpasync syncobjs simpleipc dbugmsg dbugintf endif @@ -454,6 +496,9 @@ endif ifeq ($(FULL_TARGET),sparc-solaris) override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree htmldefs testutils fpcunit eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll xmlreg registry process ssockets resolve fpasync syncobjs simpleipc dbugmsg dbugintf endif +ifeq ($(FULL_TARGET),sparc-embedded) +override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree htmldefs testutils fpcunit eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll xmlreg registry +endif ifeq ($(FULL_TARGET),x86_64-linux) override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree htmldefs testutils fpcunit eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll xmlreg registry process resolve ssockets fpasync syncobjs simpleipc dbugmsg dbugintf endif @@ -463,6 +508,9 @@ endif ifeq ($(FULL_TARGET),x86_64-win64) override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree htmldefs testutils fpcunit eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll xmlreg registry process fileinfo resolve ssockets syncobjs simpleipc dbugmsg dbugintf endif +ifeq ($(FULL_TARGET),x86_64-embedded) +override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree htmldefs testutils fpcunit eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll xmlreg registry +endif ifeq ($(FULL_TARGET),arm-linux) override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree htmldefs testutils fpcunit eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll xmlreg registry process resolve ssockets fpasync syncobjs simpleipc dbugmsg dbugintf endif @@ -475,9 +523,21 @@ endif ifeq ($(FULL_TARGET),arm-gba) override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree htmldefs testutils fpcunit eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll xmlreg registry endif +ifeq ($(FULL_TARGET),arm-nds) +override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree htmldefs testutils fpcunit eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll xmlreg registry +endif +ifeq ($(FULL_TARGET),arm-embedded) +override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree htmldefs testutils fpcunit eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll xmlreg registry +endif +ifeq ($(FULL_TARGET),arm-symbian) +override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree htmldefs testutils fpcunit eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll xmlreg registry +endif ifeq ($(FULL_TARGET),powerpc64-linux) override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree htmldefs testutils fpcunit eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll xmlreg registry process resolve ssockets fpasync syncobjs simpleipc dbugmsg dbugintf endif +ifeq ($(FULL_TARGET),powerpc64-embedded) +override TARGET_UNITS+=contnrs inifiles ezcgi pipes rtfpars idea base64 gettext iostream zstream cachecls avl_tree htmldefs testutils fpcunit eventlog custapp cgiapp wformat whtml wtex rttiutils bufstream streamex blowfish zipper streamio inicol pooledmm libtar streamcoll xmlreg registry +endif ifeq ($(FULL_TARGET),i386-linux) override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc streamcoll inicol endif @@ -529,6 +589,12 @@ endif ifeq ($(FULL_TARGET),i386-wince) override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc streamcoll inicol endif +ifeq ($(FULL_TARGET),i386-embedded) +override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc streamcoll inicol +endif +ifeq ($(FULL_TARGET),i386-symbian) +override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc streamcoll inicol +endif ifeq ($(FULL_TARGET),m68k-linux) override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc streamcoll inicol endif @@ -550,6 +616,9 @@ endif ifeq ($(FULL_TARGET),m68k-palmos) override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc streamcoll inicol endif +ifeq ($(FULL_TARGET),m68k-embedded) +override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc streamcoll inicol +endif ifeq ($(FULL_TARGET),powerpc-linux) override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc streamcoll inicol endif @@ -568,6 +637,9 @@ endif ifeq ($(FULL_TARGET),powerpc-morphos) override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc streamcoll inicol endif +ifeq ($(FULL_TARGET),powerpc-embedded) +override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc streamcoll inicol +endif ifeq ($(FULL_TARGET),sparc-linux) override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc streamcoll inicol endif @@ -577,6 +649,9 @@ endif ifeq ($(FULL_TARGET),sparc-solaris) override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc streamcoll inicol endif +ifeq ($(FULL_TARGET),sparc-embedded) +override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc streamcoll inicol +endif ifeq ($(FULL_TARGET),x86_64-linux) override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc streamcoll inicol endif @@ -586,6 +661,9 @@ endif ifeq ($(FULL_TARGET),x86_64-win64) override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc streamcoll inicol endif +ifeq ($(FULL_TARGET),x86_64-embedded) +override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc streamcoll inicol +endif ifeq ($(FULL_TARGET),arm-linux) override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc streamcoll inicol endif @@ -598,9 +676,21 @@ endif ifeq ($(FULL_TARGET),arm-gba) override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc streamcoll inicol endif +ifeq ($(FULL_TARGET),arm-nds) +override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc streamcoll inicol +endif +ifeq ($(FULL_TARGET),arm-embedded) +override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc streamcoll inicol +endif +ifeq ($(FULL_TARGET),arm-symbian) +override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc streamcoll inicol +endif ifeq ($(FULL_TARGET),powerpc64-linux) override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc streamcoll inicol endif +ifeq ($(FULL_TARGET),powerpc64-embedded) +override TARGET_RSTS+=ssockets cachecls resolve custapp cgiapp eventlog registry simpleipc streamcoll inicol +endif ifeq ($(FULL_TARGET),i386-linux) override TARGET_EXAMPLEDIRS+=tests endif @@ -652,6 +742,12 @@ endif ifeq ($(FULL_TARGET),i386-wince) override TARGET_EXAMPLEDIRS+=tests endif +ifeq ($(FULL_TARGET),i386-embedded) +override TARGET_EXAMPLEDIRS+=tests +endif +ifeq ($(FULL_TARGET),i386-symbian) +override TARGET_EXAMPLEDIRS+=tests +endif ifeq ($(FULL_TARGET),m68k-linux) override TARGET_EXAMPLEDIRS+=tests endif @@ -673,6 +769,9 @@ endif ifeq ($(FULL_TARGET),m68k-palmos) override TARGET_EXAMPLEDIRS+=tests endif +ifeq ($(FULL_TARGET),m68k-embedded) +override TARGET_EXAMPLEDIRS+=tests +endif ifeq ($(FULL_TARGET),powerpc-linux) override TARGET_EXAMPLEDIRS+=tests endif @@ -691,6 +790,9 @@ endif ifeq ($(FULL_TARGET),powerpc-morphos) override TARGET_EXAMPLEDIRS+=tests endif +ifeq ($(FULL_TARGET),powerpc-embedded) +override TARGET_EXAMPLEDIRS+=tests +endif ifeq ($(FULL_TARGET),sparc-linux) override TARGET_EXAMPLEDIRS+=tests endif @@ -700,6 +802,9 @@ endif ifeq ($(FULL_TARGET),sparc-solaris) override TARGET_EXAMPLEDIRS+=tests endif +ifeq ($(FULL_TARGET),sparc-embedded) +override TARGET_EXAMPLEDIRS+=tests +endif ifeq ($(FULL_TARGET),x86_64-linux) override TARGET_EXAMPLEDIRS+=tests endif @@ -709,6 +814,9 @@ endif ifeq ($(FULL_TARGET),x86_64-win64) override TARGET_EXAMPLEDIRS+=tests endif +ifeq ($(FULL_TARGET),x86_64-embedded) +override TARGET_EXAMPLEDIRS+=tests +endif ifeq ($(FULL_TARGET),arm-linux) override TARGET_EXAMPLEDIRS+=tests endif @@ -721,9 +829,21 @@ endif ifeq ($(FULL_TARGET),arm-gba) override TARGET_EXAMPLEDIRS+=tests endif +ifeq ($(FULL_TARGET),arm-nds) +override TARGET_EXAMPLEDIRS+=tests +endif +ifeq ($(FULL_TARGET),arm-embedded) +override TARGET_EXAMPLEDIRS+=tests +endif +ifeq ($(FULL_TARGET),arm-symbian) +override TARGET_EXAMPLEDIRS+=tests +endif ifeq ($(FULL_TARGET),powerpc64-linux) override TARGET_EXAMPLEDIRS+=tests endif +ifeq ($(FULL_TARGET),powerpc64-embedded) +override TARGET_EXAMPLEDIRS+=tests +endif ifeq ($(FULL_TARGET),i386-linux) override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit endif @@ -775,6 +895,12 @@ endif ifeq ($(FULL_TARGET),i386-wince) override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit endif +ifeq ($(FULL_TARGET),i386-embedded) +override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit +endif +ifeq ($(FULL_TARGET),i386-symbian) +override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit +endif ifeq ($(FULL_TARGET),m68k-linux) override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit endif @@ -796,6 +922,9 @@ endif ifeq ($(FULL_TARGET),m68k-palmos) override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit endif +ifeq ($(FULL_TARGET),m68k-embedded) +override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit +endif ifeq ($(FULL_TARGET),powerpc-linux) override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit endif @@ -814,6 +943,9 @@ endif ifeq ($(FULL_TARGET),powerpc-morphos) override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit endif +ifeq ($(FULL_TARGET),powerpc-embedded) +override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit +endif ifeq ($(FULL_TARGET),sparc-linux) override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit endif @@ -823,6 +955,9 @@ endif ifeq ($(FULL_TARGET),sparc-solaris) override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit endif +ifeq ($(FULL_TARGET),sparc-embedded) +override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit +endif ifeq ($(FULL_TARGET),x86_64-linux) override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit endif @@ -832,6 +967,9 @@ endif ifeq ($(FULL_TARGET),x86_64-win64) override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit endif +ifeq ($(FULL_TARGET),x86_64-embedded) +override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit +endif ifeq ($(FULL_TARGET),arm-linux) override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit endif @@ -844,9 +982,21 @@ endif ifeq ($(FULL_TARGET),arm-gba) override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit endif +ifeq ($(FULL_TARGET),arm-nds) +override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit +endif +ifeq ($(FULL_TARGET),arm-embedded) +override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit +endif +ifeq ($(FULL_TARGET),arm-symbian) +override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit +endif ifeq ($(FULL_TARGET),powerpc64-linux) override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit endif +ifeq ($(FULL_TARGET),powerpc64-embedded) +override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutilminigzip paszlib trees zbase zcompres zdeflate zinflatezuncompr zutil pthreads streamio blowfish testutils fpcunit +endif override INSTALL_FPCPACKAGE=y ifeq ($(FULL_TARGET),i386-linux) override COMPILER_OPTIONS+=-S2 @@ -899,6 +1049,12 @@ endif ifeq ($(FULL_TARGET),i386-wince) override COMPILER_OPTIONS+=-S2 endif +ifeq ($(FULL_TARGET),i386-embedded) +override COMPILER_OPTIONS+=-S2 +endif +ifeq ($(FULL_TARGET),i386-symbian) +override COMPILER_OPTIONS+=-S2 +endif ifeq ($(FULL_TARGET),m68k-linux) override COMPILER_OPTIONS+=-S2 endif @@ -920,6 +1076,9 @@ endif ifeq ($(FULL_TARGET),m68k-palmos) override COMPILER_OPTIONS+=-S2 endif +ifeq ($(FULL_TARGET),m68k-embedded) +override COMPILER_OPTIONS+=-S2 +endif ifeq ($(FULL_TARGET),powerpc-linux) override COMPILER_OPTIONS+=-S2 endif @@ -938,6 +1097,9 @@ endif ifeq ($(FULL_TARGET),powerpc-morphos) override COMPILER_OPTIONS+=-S2 endif +ifeq ($(FULL_TARGET),powerpc-embedded) +override COMPILER_OPTIONS+=-S2 +endif ifeq ($(FULL_TARGET),sparc-linux) override COMPILER_OPTIONS+=-S2 endif @@ -947,6 +1109,9 @@ endif ifeq ($(FULL_TARGET),sparc-solaris) override COMPILER_OPTIONS+=-S2 endif +ifeq ($(FULL_TARGET),sparc-embedded) +override COMPILER_OPTIONS+=-S2 +endif ifeq ($(FULL_TARGET),x86_64-linux) override COMPILER_OPTIONS+=-S2 endif @@ -956,6 +1121,9 @@ endif ifeq ($(FULL_TARGET),x86_64-win64) override COMPILER_OPTIONS+=-S2 endif +ifeq ($(FULL_TARGET),x86_64-embedded) +override COMPILER_OPTIONS+=-S2 +endif ifeq ($(FULL_TARGET),arm-linux) override COMPILER_OPTIONS+=-S2 endif @@ -968,9 +1136,21 @@ endif ifeq ($(FULL_TARGET),arm-gba) override COMPILER_OPTIONS+=-S2 endif +ifeq ($(FULL_TARGET),arm-nds) +override COMPILER_OPTIONS+=-S2 +endif +ifeq ($(FULL_TARGET),arm-embedded) +override COMPILER_OPTIONS+=-S2 +endif +ifeq ($(FULL_TARGET),arm-symbian) +override COMPILER_OPTIONS+=-S2 +endif ifeq ($(FULL_TARGET),powerpc64-linux) override COMPILER_OPTIONS+=-S2 endif +ifeq ($(FULL_TARGET),powerpc64-embedded) +override COMPILER_OPTIONS+=-S2 +endif ifeq ($(FULL_TARGET),i386-linux) override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc unix endif @@ -1022,6 +1202,12 @@ endif ifeq ($(FULL_TARGET),i386-wince) override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc endif +ifeq ($(FULL_TARGET),i386-embedded) +override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc +endif +ifeq ($(FULL_TARGET),i386-symbian) +override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc +endif ifeq ($(FULL_TARGET),m68k-linux) override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc unix endif @@ -1043,6 +1229,9 @@ endif ifeq ($(FULL_TARGET),m68k-palmos) override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc endif +ifeq ($(FULL_TARGET),m68k-embedded) +override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc +endif ifeq ($(FULL_TARGET),powerpc-linux) override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc unix endif @@ -1061,6 +1250,9 @@ endif ifeq ($(FULL_TARGET),powerpc-morphos) override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc endif +ifeq ($(FULL_TARGET),powerpc-embedded) +override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc +endif ifeq ($(FULL_TARGET),sparc-linux) override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc unix endif @@ -1070,6 +1262,9 @@ endif ifeq ($(FULL_TARGET),sparc-solaris) override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc unix endif +ifeq ($(FULL_TARGET),sparc-embedded) +override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc +endif ifeq ($(FULL_TARGET),x86_64-linux) override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc unix endif @@ -1079,6 +1274,9 @@ endif ifeq ($(FULL_TARGET),x86_64-win64) override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc win endif +ifeq ($(FULL_TARGET),x86_64-embedded) +override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc +endif ifeq ($(FULL_TARGET),arm-linux) override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc unix endif @@ -1091,9 +1289,21 @@ endif ifeq ($(FULL_TARGET),arm-gba) override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc endif +ifeq ($(FULL_TARGET),arm-nds) +override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc +endif +ifeq ($(FULL_TARGET),arm-embedded) +override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc +endif +ifeq ($(FULL_TARGET),arm-symbian) +override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc +endif ifeq ($(FULL_TARGET),powerpc64-linux) override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc unix endif +ifeq ($(FULL_TARGET),powerpc64-embedded) +override COMPILER_INCLUDEDIR+=$(OS_TARGET) inc +endif ifeq ($(FULL_TARGET),i386-linux) override COMPILER_SOURCEDIR+=$(OS_TARGET) inc endif @@ -1145,6 +1355,12 @@ endif ifeq ($(FULL_TARGET),i386-wince) override COMPILER_SOURCEDIR+=$(OS_TARGET) inc endif +ifeq ($(FULL_TARGET),i386-embedded) +override COMPILER_SOURCEDIR+=$(OS_TARGET) inc +endif +ifeq ($(FULL_TARGET),i386-symbian) +override COMPILER_SOURCEDIR+=$(OS_TARGET) inc +endif ifeq ($(FULL_TARGET),m68k-linux) override COMPILER_SOURCEDIR+=$(OS_TARGET) inc endif @@ -1166,6 +1382,9 @@ endif ifeq ($(FULL_TARGET),m68k-palmos) override COMPILER_SOURCEDIR+=$(OS_TARGET) inc endif +ifeq ($(FULL_TARGET),m68k-embedded) +override COMPILER_SOURCEDIR+=$(OS_TARGET) inc +endif ifeq ($(FULL_TARGET),powerpc-linux) override COMPILER_SOURCEDIR+=$(OS_TARGET) inc endif @@ -1184,6 +1403,9 @@ endif ifeq ($(FULL_TARGET),powerpc-morphos) override COMPILER_SOURCEDIR+=$(OS_TARGET) inc endif +ifeq ($(FULL_TARGET),powerpc-embedded) +override COMPILER_SOURCEDIR+=$(OS_TARGET) inc +endif ifeq ($(FULL_TARGET),sparc-linux) override COMPILER_SOURCEDIR+=$(OS_TARGET) inc endif @@ -1193,6 +1415,9 @@ endif ifeq ($(FULL_TARGET),sparc-solaris) override COMPILER_SOURCEDIR+=$(OS_TARGET) inc endif +ifeq ($(FULL_TARGET),sparc-embedded) +override COMPILER_SOURCEDIR+=$(OS_TARGET) inc +endif ifeq ($(FULL_TARGET),x86_64-linux) override COMPILER_SOURCEDIR+=$(OS_TARGET) inc endif @@ -1202,6 +1427,9 @@ endif ifeq ($(FULL_TARGET),x86_64-win64) override COMPILER_SOURCEDIR+=$(OS_TARGET) inc endif +ifeq ($(FULL_TARGET),x86_64-embedded) +override COMPILER_SOURCEDIR+=$(OS_TARGET) inc +endif ifeq ($(FULL_TARGET),arm-linux) override COMPILER_SOURCEDIR+=$(OS_TARGET) inc endif @@ -1214,9 +1442,21 @@ endif ifeq ($(FULL_TARGET),arm-gba) override COMPILER_SOURCEDIR+=$(OS_TARGET) inc endif +ifeq ($(FULL_TARGET),arm-nds) +override COMPILER_SOURCEDIR+=$(OS_TARGET) inc +endif +ifeq ($(FULL_TARGET),arm-embedded) +override COMPILER_SOURCEDIR+=$(OS_TARGET) inc +endif +ifeq ($(FULL_TARGET),arm-symbian) +override COMPILER_SOURCEDIR+=$(OS_TARGET) inc +endif ifeq ($(FULL_TARGET),powerpc64-linux) override COMPILER_SOURCEDIR+=$(OS_TARGET) inc endif +ifeq ($(FULL_TARGET),powerpc64-embedded) +override COMPILER_SOURCEDIR+=$(OS_TARGET) inc +endif ifdef REQUIRE_UNITSDIR override UNITSDIR+=$(REQUIRE_UNITSDIR) endif @@ -1574,6 +1814,10 @@ EXEEXT=.gba SHAREDLIBEXT=.so SHORTSUFFIX=gba endif +ifeq ($(OS_TARGET),symbian) +SHAREDLIBEXT=.dll +SHORTSUFFIX=symbian +endif else ifeq ($(OS_TARGET),go32v1) PPUEXT=.pp1 @@ -2160,6 +2404,20 @@ REQUIRE_PACKAGES_IBASE=1 REQUIRE_PACKAGES_POSTGRES=1 REQUIRE_PACKAGES_SQLITE=1 endif +ifeq ($(FULL_TARGET),i386-embedded) +REQUIRE_PACKAGES_RTL=1 +REQUIRE_PACKAGES_HASH=1 +REQUIRE_PACKAGES_PASZLIB=1 +REQUIRE_PACKAGES_NETDB=1 +REQUIRE_PACKAGES_PASJPEG=1 +endif +ifeq ($(FULL_TARGET),i386-symbian) +REQUIRE_PACKAGES_RTL=1 +REQUIRE_PACKAGES_HASH=1 +REQUIRE_PACKAGES_PASZLIB=1 +REQUIRE_PACKAGES_NETDB=1 +REQUIRE_PACKAGES_PASJPEG=1 +endif ifeq ($(FULL_TARGET),m68k-linux) REQUIRE_PACKAGES_RTL=1 REQUIRE_PACKAGES_HASH=1 @@ -2239,6 +2497,13 @@ REQUIRE_PACKAGES_PASZLIB=1 REQUIRE_PACKAGES_NETDB=1 REQUIRE_PACKAGES_PASJPEG=1 endif +ifeq ($(FULL_TARGET),m68k-embedded) +REQUIRE_PACKAGES_RTL=1 +REQUIRE_PACKAGES_HASH=1 +REQUIRE_PACKAGES_PASZLIB=1 +REQUIRE_PACKAGES_NETDB=1 +REQUIRE_PACKAGES_PASJPEG=1 +endif ifeq ($(FULL_TARGET),powerpc-linux) REQUIRE_PACKAGES_RTL=1 REQUIRE_PACKAGES_HASH=1 @@ -2304,6 +2569,13 @@ REQUIRE_PACKAGES_PASZLIB=1 REQUIRE_PACKAGES_NETDB=1 REQUIRE_PACKAGES_PASJPEG=1 endif +ifeq ($(FULL_TARGET),powerpc-embedded) +REQUIRE_PACKAGES_RTL=1 +REQUIRE_PACKAGES_HASH=1 +REQUIRE_PACKAGES_PASZLIB=1 +REQUIRE_PACKAGES_NETDB=1 +REQUIRE_PACKAGES_PASJPEG=1 +endif ifeq ($(FULL_TARGET),sparc-linux) REQUIRE_PACKAGES_RTL=1 REQUIRE_PACKAGES_HASH=1 @@ -2342,6 +2614,13 @@ REQUIRE_PACKAGES_LIBASYNC=1 REQUIRE_PACKAGES_PTHREADS=1 REQUIRE_PACKAGES_PASJPEG=1 endif +ifeq ($(FULL_TARGET),sparc-embedded) +REQUIRE_PACKAGES_RTL=1 +REQUIRE_PACKAGES_HASH=1 +REQUIRE_PACKAGES_PASZLIB=1 +REQUIRE_PACKAGES_NETDB=1 +REQUIRE_PACKAGES_PASJPEG=1 +endif ifeq ($(FULL_TARGET),x86_64-linux) REQUIRE_PACKAGES_RTL=1 REQUIRE_PACKAGES_HASH=1 @@ -2379,6 +2658,13 @@ REQUIRE_PACKAGES_PASZLIB=1 REQUIRE_PACKAGES_NETDB=1 REQUIRE_PACKAGES_PASJPEG=1 endif +ifeq ($(FULL_TARGET),x86_64-embedded) +REQUIRE_PACKAGES_RTL=1 +REQUIRE_PACKAGES_HASH=1 +REQUIRE_PACKAGES_PASZLIB=1 +REQUIRE_PACKAGES_NETDB=1 +REQUIRE_PACKAGES_PASJPEG=1 +endif ifeq ($(FULL_TARGET),arm-linux) REQUIRE_PACKAGES_RTL=1 REQUIRE_PACKAGES_HASH=1 @@ -2418,6 +2704,27 @@ REQUIRE_PACKAGES_PASZLIB=1 REQUIRE_PACKAGES_NETDB=1 REQUIRE_PACKAGES_PASJPEG=1 endif +ifeq ($(FULL_TARGET),arm-nds) +REQUIRE_PACKAGES_RTL=1 +REQUIRE_PACKAGES_HASH=1 +REQUIRE_PACKAGES_PASZLIB=1 +REQUIRE_PACKAGES_NETDB=1 +REQUIRE_PACKAGES_PASJPEG=1 +endif +ifeq ($(FULL_TARGET),arm-embedded) +REQUIRE_PACKAGES_RTL=1 +REQUIRE_PACKAGES_HASH=1 +REQUIRE_PACKAGES_PASZLIB=1 +REQUIRE_PACKAGES_NETDB=1 +REQUIRE_PACKAGES_PASJPEG=1 +endif +ifeq ($(FULL_TARGET),arm-symbian) +REQUIRE_PACKAGES_RTL=1 +REQUIRE_PACKAGES_HASH=1 +REQUIRE_PACKAGES_PASZLIB=1 +REQUIRE_PACKAGES_NETDB=1 +REQUIRE_PACKAGES_PASJPEG=1 +endif ifeq ($(FULL_TARGET),powerpc64-linux) REQUIRE_PACKAGES_RTL=1 REQUIRE_PACKAGES_HASH=1 @@ -2433,6 +2740,13 @@ REQUIRE_PACKAGES_ODBC=1 REQUIRE_PACKAGES_ORACLE=1 REQUIRE_PACKAGES_SQLITE=1 endif +ifeq ($(FULL_TARGET),powerpc64-embedded) +REQUIRE_PACKAGES_RTL=1 +REQUIRE_PACKAGES_HASH=1 +REQUIRE_PACKAGES_PASZLIB=1 +REQUIRE_PACKAGES_NETDB=1 +REQUIRE_PACKAGES_PASJPEG=1 +endif ifdef REQUIRE_PACKAGES_RTL PACKAGEDIR_RTL:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /rtl/Makefile.fpc,$(PACKAGESDIR)))))) ifneq ($(PACKAGEDIR_RTL),) @@ -2822,7 +3136,7 @@ ifeq ($(CPU_TARGET),powerpc) FPCCPUOPT:=-O1r endif else -FPCCPUOPT:=-O1r +FPCCPUOPT:=-O2 endif override FPCOPT+=-Ur -Xs $(FPCCPUOPT) -n override FPCOPTDEF+=RELEASE @@ -2881,6 +3195,13 @@ ifeq ($(CPU_TARGET),i386) override FPCOPT+=-Aas endif endif +ifeq ($(findstring 2.0.,$(FPC_VERSION)),) +ifeq ($(OS_TARGET),linux) +ifeq ($(CPU_TARGET),x86_64) +override FPCOPT+=-Cg +endif +endif +endif ifdef LINKSHARED endif ifdef GCCLIBDIR @@ -3509,6 +3830,24 @@ TARGET_DIRS_NET=1 TARGET_DIRS_FPCUNIT=1 TARGET_DIRS_WEB=1 endif +ifeq ($(FULL_TARGET),i386-embedded) +TARGET_DIRS_XML=1 +TARGET_DIRS_IMAGE=1 +TARGET_DIRS_DB=1 +TARGET_DIRS_SHEDIT=1 +TARGET_DIRS_PASSRC=1 +TARGET_DIRS_NET=1 +TARGET_DIRS_FPCUNIT=1 +endif +ifeq ($(FULL_TARGET),i386-symbian) +TARGET_DIRS_XML=1 +TARGET_DIRS_IMAGE=1 +TARGET_DIRS_DB=1 +TARGET_DIRS_SHEDIT=1 +TARGET_DIRS_PASSRC=1 +TARGET_DIRS_NET=1 +TARGET_DIRS_FPCUNIT=1 +endif ifeq ($(FULL_TARGET),m68k-linux) TARGET_DIRS_XML=1 TARGET_DIRS_IMAGE=1 @@ -3576,6 +3915,15 @@ TARGET_DIRS_PASSRC=1 TARGET_DIRS_NET=1 TARGET_DIRS_FPCUNIT=1 endif +ifeq ($(FULL_TARGET),m68k-embedded) +TARGET_DIRS_XML=1 +TARGET_DIRS_IMAGE=1 +TARGET_DIRS_DB=1 +TARGET_DIRS_SHEDIT=1 +TARGET_DIRS_PASSRC=1 +TARGET_DIRS_NET=1 +TARGET_DIRS_FPCUNIT=1 +endif ifeq ($(FULL_TARGET),powerpc-linux) TARGET_DIRS_XML=1 TARGET_DIRS_IMAGE=1 @@ -3633,6 +3981,15 @@ TARGET_DIRS_PASSRC=1 TARGET_DIRS_NET=1 TARGET_DIRS_FPCUNIT=1 endif +ifeq ($(FULL_TARGET),powerpc-embedded) +TARGET_DIRS_XML=1 +TARGET_DIRS_IMAGE=1 +TARGET_DIRS_DB=1 +TARGET_DIRS_SHEDIT=1 +TARGET_DIRS_PASSRC=1 +TARGET_DIRS_NET=1 +TARGET_DIRS_FPCUNIT=1 +endif ifeq ($(FULL_TARGET),sparc-linux) TARGET_DIRS_XML=1 TARGET_DIRS_IMAGE=1 @@ -3663,6 +4020,15 @@ TARGET_DIRS_NET=1 TARGET_DIRS_FPCUNIT=1 TARGET_DIRS_WEB=1 endif +ifeq ($(FULL_TARGET),sparc-embedded) +TARGET_DIRS_XML=1 +TARGET_DIRS_IMAGE=1 +TARGET_DIRS_DB=1 +TARGET_DIRS_SHEDIT=1 +TARGET_DIRS_PASSRC=1 +TARGET_DIRS_NET=1 +TARGET_DIRS_FPCUNIT=1 +endif ifeq ($(FULL_TARGET),x86_64-linux) TARGET_DIRS_XML=1 TARGET_DIRS_IMAGE=1 @@ -3693,6 +4059,15 @@ TARGET_DIRS_NET=1 TARGET_DIRS_FPCUNIT=1 TARGET_DIRS_WEB=1 endif +ifeq ($(FULL_TARGET),x86_64-embedded) +TARGET_DIRS_XML=1 +TARGET_DIRS_IMAGE=1 +TARGET_DIRS_DB=1 +TARGET_DIRS_SHEDIT=1 +TARGET_DIRS_PASSRC=1 +TARGET_DIRS_NET=1 +TARGET_DIRS_FPCUNIT=1 +endif ifeq ($(FULL_TARGET),arm-linux) TARGET_DIRS_XML=1 TARGET_DIRS_IMAGE=1 @@ -3731,6 +4106,33 @@ TARGET_DIRS_PASSRC=1 TARGET_DIRS_NET=1 TARGET_DIRS_FPCUNIT=1 endif +ifeq ($(FULL_TARGET),arm-nds) +TARGET_DIRS_XML=1 +TARGET_DIRS_IMAGE=1 +TARGET_DIRS_DB=1 +TARGET_DIRS_SHEDIT=1 +TARGET_DIRS_PASSRC=1 +TARGET_DIRS_NET=1 +TARGET_DIRS_FPCUNIT=1 +endif +ifeq ($(FULL_TARGET),arm-embedded) +TARGET_DIRS_XML=1 +TARGET_DIRS_IMAGE=1 +TARGET_DIRS_DB=1 +TARGET_DIRS_SHEDIT=1 +TARGET_DIRS_PASSRC=1 +TARGET_DIRS_NET=1 +TARGET_DIRS_FPCUNIT=1 +endif +ifeq ($(FULL_TARGET),arm-symbian) +TARGET_DIRS_XML=1 +TARGET_DIRS_IMAGE=1 +TARGET_DIRS_DB=1 +TARGET_DIRS_SHEDIT=1 +TARGET_DIRS_PASSRC=1 +TARGET_DIRS_NET=1 +TARGET_DIRS_FPCUNIT=1 +endif ifeq ($(FULL_TARGET),powerpc64-linux) TARGET_DIRS_XML=1 TARGET_DIRS_IMAGE=1 @@ -3741,6 +4143,15 @@ TARGET_DIRS_NET=1 TARGET_DIRS_FPCUNIT=1 TARGET_DIRS_WEB=1 endif +ifeq ($(FULL_TARGET),powerpc64-embedded) +TARGET_DIRS_XML=1 +TARGET_DIRS_IMAGE=1 +TARGET_DIRS_DB=1 +TARGET_DIRS_SHEDIT=1 +TARGET_DIRS_PASSRC=1 +TARGET_DIRS_NET=1 +TARGET_DIRS_FPCUNIT=1 +endif ifdef TARGET_DIRS_XML xml_all: $(MAKE) -C xml all @@ -4152,6 +4563,12 @@ endif ifeq ($(FULL_TARGET),i386-wince) TARGET_EXAMPLEDIRS_TESTS=1 endif +ifeq ($(FULL_TARGET),i386-embedded) +TARGET_EXAMPLEDIRS_TESTS=1 +endif +ifeq ($(FULL_TARGET),i386-symbian) +TARGET_EXAMPLEDIRS_TESTS=1 +endif ifeq ($(FULL_TARGET),m68k-linux) TARGET_EXAMPLEDIRS_TESTS=1 endif @@ -4173,6 +4590,9 @@ endif ifeq ($(FULL_TARGET),m68k-palmos) TARGET_EXAMPLEDIRS_TESTS=1 endif +ifeq ($(FULL_TARGET),m68k-embedded) +TARGET_EXAMPLEDIRS_TESTS=1 +endif ifeq ($(FULL_TARGET),powerpc-linux) TARGET_EXAMPLEDIRS_TESTS=1 endif @@ -4191,6 +4611,9 @@ endif ifeq ($(FULL_TARGET),powerpc-morphos) TARGET_EXAMPLEDIRS_TESTS=1 endif +ifeq ($(FULL_TARGET),powerpc-embedded) +TARGET_EXAMPLEDIRS_TESTS=1 +endif ifeq ($(FULL_TARGET),sparc-linux) TARGET_EXAMPLEDIRS_TESTS=1 endif @@ -4200,6 +4623,9 @@ endif ifeq ($(FULL_TARGET),sparc-solaris) TARGET_EXAMPLEDIRS_TESTS=1 endif +ifeq ($(FULL_TARGET),sparc-embedded) +TARGET_EXAMPLEDIRS_TESTS=1 +endif ifeq ($(FULL_TARGET),x86_64-linux) TARGET_EXAMPLEDIRS_TESTS=1 endif @@ -4209,6 +4635,9 @@ endif ifeq ($(FULL_TARGET),x86_64-win64) TARGET_EXAMPLEDIRS_TESTS=1 endif +ifeq ($(FULL_TARGET),x86_64-embedded) +TARGET_EXAMPLEDIRS_TESTS=1 +endif ifeq ($(FULL_TARGET),arm-linux) TARGET_EXAMPLEDIRS_TESTS=1 endif @@ -4221,9 +4650,21 @@ endif ifeq ($(FULL_TARGET),arm-gba) TARGET_EXAMPLEDIRS_TESTS=1 endif +ifeq ($(FULL_TARGET),arm-nds) +TARGET_EXAMPLEDIRS_TESTS=1 +endif +ifeq ($(FULL_TARGET),arm-embedded) +TARGET_EXAMPLEDIRS_TESTS=1 +endif +ifeq ($(FULL_TARGET),arm-symbian) +TARGET_EXAMPLEDIRS_TESTS=1 +endif ifeq ($(FULL_TARGET),powerpc64-linux) TARGET_EXAMPLEDIRS_TESTS=1 endif +ifeq ($(FULL_TARGET),powerpc64-embedded) +TARGET_EXAMPLEDIRS_TESTS=1 +endif ifdef TARGET_EXAMPLEDIRS_TESTS tests_all: $(MAKE) -C tests all @@ -4294,5 +4735,6 @@ ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif xmlreg.pp: avl_tree$(PPUEXT) xml inc/xmlreg.pp +registry.pp: xml dbugintf$(PPUEXT): dbugmsg.pp simpleipc.pp fpcunit$(PPUEXT): fpcunit.pp testutils.pp diff --git a/fcl/Makefile.fpc b/fcl/Makefile.fpc index a15b4108f3..fbe816c63b 100644 --- a/fcl/Makefile.fpc +++ b/fcl/Makefile.fpc @@ -85,6 +85,8 @@ fpcdir=.. # xmlreg needs the XML units, XML units depend on avl_tree xmlreg.pp: avl_tree$(PPUEXT) xml inc/xmlreg.pp +registry.pp: xml + dbugintf$(PPUEXT): dbugmsg.pp simpleipc.pp fpcunit$(PPUEXT): fpcunit.pp testutils.pp diff --git a/fcl/db/Makefile b/fcl/db/Makefile index 04ece07c91..48eacc5fb2 100644 --- a/fcl/db/Makefile +++ b/fcl/db/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -3198,3 +3198,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/fcl/db/Makefile.fpc b/fcl/db/Makefile.fpc index 17a63bcc76..64039a7c39 100644 --- a/fcl/db/Makefile.fpc +++ b/fcl/db/Makefile.fpc @@ -28,3 +28,6 @@ fpcpackage=y [default] fpcdir=../.. + +[rules] +.NOTPARALLEL: diff --git a/fcl/db/dbase/Makefile b/fcl/db/dbase/Makefile index 58699b3dca..ba296ceb12 100644 --- a/fcl/db/dbase/Makefile +++ b/fcl/db/dbase/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2205,3 +2205,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/fcl/db/dbase/Makefile.fpc b/fcl/db/dbase/Makefile.fpc index 950d496caf..cecf4d152a 100644 --- a/fcl/db/dbase/Makefile.fpc +++ b/fcl/db/dbase/Makefile.fpc @@ -51,3 +51,6 @@ endif endif endif + +[rules] +.NOTPARALLEL: diff --git a/fcl/db/memds/Makefile b/fcl/db/memds/Makefile index f68ff5d02d..df8290c107 100644 --- a/fcl/db/memds/Makefile +++ b/fcl/db/memds/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2139,3 +2139,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/fcl/db/memds/Makefile.fpc b/fcl/db/memds/Makefile.fpc index 0065fbe742..84c6e6fa84 100644 --- a/fcl/db/memds/Makefile.fpc +++ b/fcl/db/memds/Makefile.fpc @@ -15,3 +15,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/fcl/db/sdf/Makefile b/fcl/db/sdf/Makefile index 35a17cc47d..779841699a 100644 --- a/fcl/db/sdf/Makefile +++ b/fcl/db/sdf/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1986,3 +1986,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/fcl/db/sdf/Makefile.fpc b/fcl/db/sdf/Makefile.fpc index 577022f134..5219ab83aa 100644 --- a/fcl/db/sdf/Makefile.fpc +++ b/fcl/db/sdf/Makefile.fpc @@ -14,3 +14,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/fcl/db/sqldb/Makefile b/fcl/db/sqldb/Makefile index bb490ca395..4c9b64f50b 100644 --- a/fcl/db/sqldb/Makefile +++ b/fcl/db/sqldb/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2816,3 +2816,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/fcl/db/sqldb/Makefile.fpc b/fcl/db/sqldb/Makefile.fpc index 2bd5750765..8ccf07aa73 100644 --- a/fcl/db/sqldb/Makefile.fpc +++ b/fcl/db/sqldb/Makefile.fpc @@ -24,3 +24,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/fcl/db/sqldb/interbase/Makefile b/fcl/db/sqldb/interbase/Makefile index e73f36d2b6..6a2246f9ea 100644 --- a/fcl/db/sqldb/interbase/Makefile +++ b/fcl/db/sqldb/interbase/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2082,3 +2082,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/fcl/db/sqldb/interbase/Makefile.fpc b/fcl/db/sqldb/interbase/Makefile.fpc index 4f7b0836a0..ab7a3b380e 100644 --- a/fcl/db/sqldb/interbase/Makefile.fpc +++ b/fcl/db/sqldb/interbase/Makefile.fpc @@ -19,3 +19,6 @@ fpcpackage=y [default] fpcdir=../../../.. + +[rules] +.NOTPARALLEL: diff --git a/fcl/db/sqldb/mysql/Makefile b/fcl/db/sqldb/mysql/Makefile index 0e5a5f59e0..a5b2b4b62e 100644 --- a/fcl/db/sqldb/mysql/Makefile +++ b/fcl/db/sqldb/mysql/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2082,3 +2082,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/fcl/db/sqldb/mysql/Makefile.fpc b/fcl/db/sqldb/mysql/Makefile.fpc index fc27294dfe..fcd266c3d7 100644 --- a/fcl/db/sqldb/mysql/Makefile.fpc +++ b/fcl/db/sqldb/mysql/Makefile.fpc @@ -19,3 +19,6 @@ fpcpackage=y [default] fpcdir=../../../.. + +[rules] +.NOTPARALLEL: diff --git a/fcl/db/sqldb/odbc/Makefile b/fcl/db/sqldb/odbc/Makefile index fb0878be6b..2e39d7930c 100644 --- a/fcl/db/sqldb/odbc/Makefile +++ b/fcl/db/sqldb/odbc/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2082,3 +2082,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/fcl/db/sqldb/odbc/Makefile.fpc b/fcl/db/sqldb/odbc/Makefile.fpc index 8ab65ab8f1..37179dcdfd 100644 --- a/fcl/db/sqldb/odbc/Makefile.fpc +++ b/fcl/db/sqldb/odbc/Makefile.fpc @@ -19,3 +19,6 @@ fpcpackage=y [default] fpcdir=../../../.. + +[rules] +.NOTPARALLEL: diff --git a/fcl/db/sqldb/oracle/Makefile b/fcl/db/sqldb/oracle/Makefile index 148e78a5c0..d949e7844c 100644 --- a/fcl/db/sqldb/oracle/Makefile +++ b/fcl/db/sqldb/oracle/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2082,3 +2082,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/fcl/db/sqldb/oracle/Makefile.fpc b/fcl/db/sqldb/oracle/Makefile.fpc index fd85f0e4d3..0086f0760c 100644 --- a/fcl/db/sqldb/oracle/Makefile.fpc +++ b/fcl/db/sqldb/oracle/Makefile.fpc @@ -19,3 +19,6 @@ fpcpackage=y [default] fpcdir=../../../.. + +[rules] +.NOTPARALLEL: diff --git a/fcl/db/sqldb/postgres/Makefile b/fcl/db/sqldb/postgres/Makefile index 14a0f36339..002a1d6692 100644 --- a/fcl/db/sqldb/postgres/Makefile +++ b/fcl/db/sqldb/postgres/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2235,3 +2235,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/fcl/db/sqldb/postgres/Makefile.fpc b/fcl/db/sqldb/postgres/Makefile.fpc index 5686dd7fb6..7af4b3c681 100644 --- a/fcl/db/sqldb/postgres/Makefile.fpc +++ b/fcl/db/sqldb/postgres/Makefile.fpc @@ -20,3 +20,6 @@ fpcpackage=y [default] fpcdir=../../../.. + +[rules] +.NOTPARALLEL: diff --git a/fcl/db/sqlite/Makefile b/fcl/db/sqlite/Makefile index 1ead74d65f..d62aa31804 100644 --- a/fcl/db/sqlite/Makefile +++ b/fcl/db/sqlite/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1892,3 +1892,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/fcl/db/sqlite/Makefile.fpc b/fcl/db/sqlite/Makefile.fpc index d62180a7cb..8c3a044487 100644 --- a/fcl/db/sqlite/Makefile.fpc +++ b/fcl/db/sqlite/Makefile.fpc @@ -16,3 +16,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/fcl/db/unmaintained/Makefile b/fcl/db/unmaintained/Makefile index 06bc55ec32..8a11b3e549 100644 --- a/fcl/db/unmaintained/Makefile +++ b/fcl/db/unmaintained/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2205,3 +2205,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/fcl/db/unmaintained/Makefile.fpc b/fcl/db/unmaintained/Makefile.fpc index c824d3e8af..5b9b7c4758 100644 --- a/fcl/db/unmaintained/Makefile.fpc +++ b/fcl/db/unmaintained/Makefile.fpc @@ -24,3 +24,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/fcl/db/unmaintained/ddg/Makefile b/fcl/db/unmaintained/ddg/Makefile index 9a6cbf4948..17c106b0a8 100644 --- a/fcl/db/unmaintained/ddg/Makefile +++ b/fcl/db/unmaintained/ddg/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1968,3 +1968,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/fcl/db/unmaintained/ddg/Makefile.fpc b/fcl/db/unmaintained/ddg/Makefile.fpc index d864a5e5fd..2377d79551 100644 --- a/fcl/db/unmaintained/ddg/Makefile.fpc +++ b/fcl/db/unmaintained/ddg/Makefile.fpc @@ -17,3 +17,6 @@ fpcpackage=y [default] fpcdir=../../../.. + +[rules] +.NOTPARALLEL: diff --git a/fcl/db/unmaintained/interbase/Makefile b/fcl/db/unmaintained/interbase/Makefile index 6276880d66..11c2fd0df9 100644 --- a/fcl/db/unmaintained/interbase/Makefile +++ b/fcl/db/unmaintained/interbase/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2406,3 +2406,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/fcl/db/unmaintained/interbase/Makefile.fpc b/fcl/db/unmaintained/interbase/Makefile.fpc index b62d0390c0..efb153a3c5 100644 --- a/fcl/db/unmaintained/interbase/Makefile.fpc +++ b/fcl/db/unmaintained/interbase/Makefile.fpc @@ -23,3 +23,6 @@ fpcpackage=y [default] fpcdir=../../../.. + +[rules] +.NOTPARALLEL: diff --git a/fcl/db/unmaintained/mysql/Makefile b/fcl/db/unmaintained/mysql/Makefile index 7446c5f62e..442b1823f7 100644 --- a/fcl/db/unmaintained/mysql/Makefile +++ b/fcl/db/unmaintained/mysql/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2559,3 +2559,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/fcl/db/unmaintained/mysql/Makefile.fpc b/fcl/db/unmaintained/mysql/Makefile.fpc index 90b4fa8ac3..16278c9f39 100644 --- a/fcl/db/unmaintained/mysql/Makefile.fpc +++ b/fcl/db/unmaintained/mysql/Makefile.fpc @@ -24,3 +24,6 @@ fpcpackage=y [default] fpcdir=../../../.. + +[rules] +.NOTPARALLEL: diff --git a/fcl/db/unmaintained/odbc/Makefile.fpc b/fcl/db/unmaintained/odbc/Makefile.fpc index 8ba6eab53f..406bd970d4 100644 --- a/fcl/db/unmaintained/odbc/Makefile.fpc +++ b/fcl/db/unmaintained/odbc/Makefile.fpc @@ -25,3 +25,6 @@ fpcpackage=y [default] fpcdir=../../../.. + +[rules] +.NOTPARALLEL: diff --git a/fcl/db/unmaintained/sqlite/Makefile.fpc b/fcl/db/unmaintained/sqlite/Makefile.fpc index c6ca479ad9..bb3b18cd8d 100644 --- a/fcl/db/unmaintained/sqlite/Makefile.fpc +++ b/fcl/db/unmaintained/sqlite/Makefile.fpc @@ -19,3 +19,6 @@ fpcpackage=y [default] fpcdir=../../../.. + +[rules] +.NOTPARALLEL: diff --git a/fcl/dbtests/Makefile.fpc b/fcl/dbtests/Makefile.fpc index 4a1a0d38bb..aebd746c2e 100644 --- a/fcl/dbtests/Makefile.fpc +++ b/fcl/dbtests/Makefile.fpc @@ -14,3 +14,6 @@ fpcpackage=y [default] fpcdir=../.. + +[rules] +.NOTPARALLEL: diff --git a/fcl/fpcunit/Makefile b/fcl/fpcunit/Makefile index f386430d17..60522a1da4 100644 --- a/fcl/fpcunit/Makefile +++ b/fcl/fpcunit/Makefile @@ -1,8 +1,8 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2006/08/20] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # 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 m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos sparc-linux sparc-netbsd sparc-solaris x86_64-linux x86_64-freebsd x86_64-win64 arm-linux arm-palmos arm-wince arm-gba powerpc64-linux +MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded BSDs = freebsd netbsd openbsd darwin UNIXs = linux $(BSDs) solaris qnx LIMIT83fs = go32v2 os2 emx watcom @@ -283,6 +283,12 @@ endif ifeq ($(FULL_TARGET),i386-wince) override TARGET_UNITS+=testregistry testreport testdecorator ubmockobject xmlreporter fpcunitreport latextestreport xmltestreport plaintestreport endif +ifeq ($(FULL_TARGET),i386-embedded) +override TARGET_UNITS+=testregistry testreport testdecorator ubmockobject xmlreporter fpcunitreport latextestreport xmltestreport plaintestreport +endif +ifeq ($(FULL_TARGET),i386-symbian) +override TARGET_UNITS+=testregistry testreport testdecorator ubmockobject xmlreporter fpcunitreport latextestreport xmltestreport plaintestreport +endif ifeq ($(FULL_TARGET),m68k-linux) override TARGET_UNITS+=testregistry testreport testdecorator ubmockobject xmlreporter fpcunitreport latextestreport xmltestreport plaintestreport endif @@ -304,6 +310,9 @@ endif ifeq ($(FULL_TARGET),m68k-palmos) override TARGET_UNITS+=testregistry testreport testdecorator ubmockobject xmlreporter fpcunitreport latextestreport xmltestreport plaintestreport endif +ifeq ($(FULL_TARGET),m68k-embedded) +override TARGET_UNITS+=testregistry testreport testdecorator ubmockobject xmlreporter fpcunitreport latextestreport xmltestreport plaintestreport +endif ifeq ($(FULL_TARGET),powerpc-linux) override TARGET_UNITS+=testregistry testreport testdecorator ubmockobject xmlreporter fpcunitreport latextestreport xmltestreport plaintestreport endif @@ -322,6 +331,9 @@ endif ifeq ($(FULL_TARGET),powerpc-morphos) override TARGET_UNITS+=testregistry testreport testdecorator ubmockobject xmlreporter fpcunitreport latextestreport xmltestreport plaintestreport endif +ifeq ($(FULL_TARGET),powerpc-embedded) +override TARGET_UNITS+=testregistry testreport testdecorator ubmockobject xmlreporter fpcunitreport latextestreport xmltestreport plaintestreport +endif ifeq ($(FULL_TARGET),sparc-linux) override TARGET_UNITS+=testregistry testreport testdecorator ubmockobject xmlreporter fpcunitreport latextestreport xmltestreport plaintestreport endif @@ -331,6 +343,9 @@ endif ifeq ($(FULL_TARGET),sparc-solaris) override TARGET_UNITS+=testregistry testreport testdecorator ubmockobject xmlreporter fpcunitreport latextestreport xmltestreport plaintestreport endif +ifeq ($(FULL_TARGET),sparc-embedded) +override TARGET_UNITS+=testregistry testreport testdecorator ubmockobject xmlreporter fpcunitreport latextestreport xmltestreport plaintestreport +endif ifeq ($(FULL_TARGET),x86_64-linux) override TARGET_UNITS+=testregistry testreport testdecorator ubmockobject xmlreporter fpcunitreport latextestreport xmltestreport plaintestreport endif @@ -340,6 +355,9 @@ endif ifeq ($(FULL_TARGET),x86_64-win64) override TARGET_UNITS+=testregistry testreport testdecorator ubmockobject xmlreporter fpcunitreport latextestreport xmltestreport plaintestreport endif +ifeq ($(FULL_TARGET),x86_64-embedded) +override TARGET_UNITS+=testregistry testreport testdecorator ubmockobject xmlreporter fpcunitreport latextestreport xmltestreport plaintestreport +endif ifeq ($(FULL_TARGET),arm-linux) override TARGET_UNITS+=testregistry testreport testdecorator ubmockobject xmlreporter fpcunitreport latextestreport xmltestreport plaintestreport endif @@ -352,9 +370,21 @@ endif ifeq ($(FULL_TARGET),arm-gba) override TARGET_UNITS+=testregistry testreport testdecorator ubmockobject xmlreporter fpcunitreport latextestreport xmltestreport plaintestreport endif +ifeq ($(FULL_TARGET),arm-nds) +override TARGET_UNITS+=testregistry testreport testdecorator ubmockobject xmlreporter fpcunitreport latextestreport xmltestreport plaintestreport +endif +ifeq ($(FULL_TARGET),arm-embedded) +override TARGET_UNITS+=testregistry testreport testdecorator ubmockobject xmlreporter fpcunitreport latextestreport xmltestreport plaintestreport +endif +ifeq ($(FULL_TARGET),arm-symbian) +override TARGET_UNITS+=testregistry testreport testdecorator ubmockobject xmlreporter fpcunitreport latextestreport xmltestreport plaintestreport +endif ifeq ($(FULL_TARGET),powerpc64-linux) override TARGET_UNITS+=testregistry testreport testdecorator ubmockobject xmlreporter fpcunitreport latextestreport xmltestreport plaintestreport endif +ifeq ($(FULL_TARGET),powerpc64-embedded) +override TARGET_UNITS+=testregistry testreport testdecorator ubmockobject xmlreporter fpcunitreport latextestreport xmltestreport plaintestreport +endif ifeq ($(FULL_TARGET),i386-linux) override TARGET_EXAMPLEDIRS+=exampletests endif @@ -406,6 +436,12 @@ endif ifeq ($(FULL_TARGET),i386-wince) override TARGET_EXAMPLEDIRS+=exampletests endif +ifeq ($(FULL_TARGET),i386-embedded) +override TARGET_EXAMPLEDIRS+=exampletests +endif +ifeq ($(FULL_TARGET),i386-symbian) +override TARGET_EXAMPLEDIRS+=exampletests +endif ifeq ($(FULL_TARGET),m68k-linux) override TARGET_EXAMPLEDIRS+=exampletests endif @@ -427,6 +463,9 @@ endif ifeq ($(FULL_TARGET),m68k-palmos) override TARGET_EXAMPLEDIRS+=exampletests endif +ifeq ($(FULL_TARGET),m68k-embedded) +override TARGET_EXAMPLEDIRS+=exampletests +endif ifeq ($(FULL_TARGET),powerpc-linux) override TARGET_EXAMPLEDIRS+=exampletests endif @@ -445,6 +484,9 @@ endif ifeq ($(FULL_TARGET),powerpc-morphos) override TARGET_EXAMPLEDIRS+=exampletests endif +ifeq ($(FULL_TARGET),powerpc-embedded) +override TARGET_EXAMPLEDIRS+=exampletests +endif ifeq ($(FULL_TARGET),sparc-linux) override TARGET_EXAMPLEDIRS+=exampletests endif @@ -454,6 +496,9 @@ endif ifeq ($(FULL_TARGET),sparc-solaris) override TARGET_EXAMPLEDIRS+=exampletests endif +ifeq ($(FULL_TARGET),sparc-embedded) +override TARGET_EXAMPLEDIRS+=exampletests +endif ifeq ($(FULL_TARGET),x86_64-linux) override TARGET_EXAMPLEDIRS+=exampletests endif @@ -463,6 +508,9 @@ endif ifeq ($(FULL_TARGET),x86_64-win64) override TARGET_EXAMPLEDIRS+=exampletests endif +ifeq ($(FULL_TARGET),x86_64-embedded) +override TARGET_EXAMPLEDIRS+=exampletests +endif ifeq ($(FULL_TARGET),arm-linux) override TARGET_EXAMPLEDIRS+=exampletests endif @@ -475,9 +523,21 @@ endif ifeq ($(FULL_TARGET),arm-gba) override TARGET_EXAMPLEDIRS+=exampletests endif +ifeq ($(FULL_TARGET),arm-nds) +override TARGET_EXAMPLEDIRS+=exampletests +endif +ifeq ($(FULL_TARGET),arm-embedded) +override TARGET_EXAMPLEDIRS+=exampletests +endif +ifeq ($(FULL_TARGET),arm-symbian) +override TARGET_EXAMPLEDIRS+=exampletests +endif ifeq ($(FULL_TARGET),powerpc64-linux) override TARGET_EXAMPLEDIRS+=exampletests endif +ifeq ($(FULL_TARGET),powerpc64-embedded) +override TARGET_EXAMPLEDIRS+=exampletests +endif override INSTALL_FPCPACKAGE=y ifeq ($(FULL_TARGET),i386-linux) override COMPILER_OPTIONS+=-S2h @@ -530,6 +590,12 @@ endif ifeq ($(FULL_TARGET),i386-wince) override COMPILER_OPTIONS+=-S2h endif +ifeq ($(FULL_TARGET),i386-embedded) +override COMPILER_OPTIONS+=-S2h +endif +ifeq ($(FULL_TARGET),i386-symbian) +override COMPILER_OPTIONS+=-S2h +endif ifeq ($(FULL_TARGET),m68k-linux) override COMPILER_OPTIONS+=-S2h endif @@ -551,6 +617,9 @@ endif ifeq ($(FULL_TARGET),m68k-palmos) override COMPILER_OPTIONS+=-S2h endif +ifeq ($(FULL_TARGET),m68k-embedded) +override COMPILER_OPTIONS+=-S2h +endif ifeq ($(FULL_TARGET),powerpc-linux) override COMPILER_OPTIONS+=-S2h endif @@ -569,6 +638,9 @@ endif ifeq ($(FULL_TARGET),powerpc-morphos) override COMPILER_OPTIONS+=-S2h endif +ifeq ($(FULL_TARGET),powerpc-embedded) +override COMPILER_OPTIONS+=-S2h +endif ifeq ($(FULL_TARGET),sparc-linux) override COMPILER_OPTIONS+=-S2h endif @@ -578,6 +650,9 @@ endif ifeq ($(FULL_TARGET),sparc-solaris) override COMPILER_OPTIONS+=-S2h endif +ifeq ($(FULL_TARGET),sparc-embedded) +override COMPILER_OPTIONS+=-S2h +endif ifeq ($(FULL_TARGET),x86_64-linux) override COMPILER_OPTIONS+=-S2h endif @@ -587,6 +662,9 @@ endif ifeq ($(FULL_TARGET),x86_64-win64) override COMPILER_OPTIONS+=-S2h endif +ifeq ($(FULL_TARGET),x86_64-embedded) +override COMPILER_OPTIONS+=-S2h +endif ifeq ($(FULL_TARGET),arm-linux) override COMPILER_OPTIONS+=-S2h endif @@ -599,9 +677,21 @@ endif ifeq ($(FULL_TARGET),arm-gba) override COMPILER_OPTIONS+=-S2h endif +ifeq ($(FULL_TARGET),arm-nds) +override COMPILER_OPTIONS+=-S2h +endif +ifeq ($(FULL_TARGET),arm-embedded) +override COMPILER_OPTIONS+=-S2h +endif +ifeq ($(FULL_TARGET),arm-symbian) +override COMPILER_OPTIONS+=-S2h +endif ifeq ($(FULL_TARGET),powerpc64-linux) override COMPILER_OPTIONS+=-S2h endif +ifeq ($(FULL_TARGET),powerpc64-embedded) +override COMPILER_OPTIONS+=-S2h +endif ifeq ($(FULL_TARGET),i386-linux) override COMPILER_TARGETDIR+=. endif @@ -653,6 +743,12 @@ endif ifeq ($(FULL_TARGET),i386-wince) override COMPILER_TARGETDIR+=. endif +ifeq ($(FULL_TARGET),i386-embedded) +override COMPILER_TARGETDIR+=. +endif +ifeq ($(FULL_TARGET),i386-symbian) +override COMPILER_TARGETDIR+=. +endif ifeq ($(FULL_TARGET),m68k-linux) override COMPILER_TARGETDIR+=. endif @@ -674,6 +770,9 @@ endif ifeq ($(FULL_TARGET),m68k-palmos) override COMPILER_TARGETDIR+=. endif +ifeq ($(FULL_TARGET),m68k-embedded) +override COMPILER_TARGETDIR+=. +endif ifeq ($(FULL_TARGET),powerpc-linux) override COMPILER_TARGETDIR+=. endif @@ -692,6 +791,9 @@ endif ifeq ($(FULL_TARGET),powerpc-morphos) override COMPILER_TARGETDIR+=. endif +ifeq ($(FULL_TARGET),powerpc-embedded) +override COMPILER_TARGETDIR+=. +endif ifeq ($(FULL_TARGET),sparc-linux) override COMPILER_TARGETDIR+=. endif @@ -701,6 +803,9 @@ endif ifeq ($(FULL_TARGET),sparc-solaris) override COMPILER_TARGETDIR+=. endif +ifeq ($(FULL_TARGET),sparc-embedded) +override COMPILER_TARGETDIR+=. +endif ifeq ($(FULL_TARGET),x86_64-linux) override COMPILER_TARGETDIR+=. endif @@ -710,6 +815,9 @@ endif ifeq ($(FULL_TARGET),x86_64-win64) override COMPILER_TARGETDIR+=. endif +ifeq ($(FULL_TARGET),x86_64-embedded) +override COMPILER_TARGETDIR+=. +endif ifeq ($(FULL_TARGET),arm-linux) override COMPILER_TARGETDIR+=. endif @@ -722,9 +830,21 @@ endif ifeq ($(FULL_TARGET),arm-gba) override COMPILER_TARGETDIR+=. endif +ifeq ($(FULL_TARGET),arm-nds) +override COMPILER_TARGETDIR+=. +endif +ifeq ($(FULL_TARGET),arm-embedded) +override COMPILER_TARGETDIR+=. +endif +ifeq ($(FULL_TARGET),arm-symbian) +override COMPILER_TARGETDIR+=. +endif ifeq ($(FULL_TARGET),powerpc64-linux) override COMPILER_TARGETDIR+=. endif +ifeq ($(FULL_TARGET),powerpc64-embedded) +override COMPILER_TARGETDIR+=. +endif ifdef REQUIRE_UNITSDIR override UNITSDIR+=$(REQUIRE_UNITSDIR) endif @@ -1051,6 +1171,10 @@ EXEEXT=.gba SHAREDLIBEXT=.so SHORTSUFFIX=gba endif +ifeq ($(OS_TARGET),symbian) +SHAREDLIBEXT=.dll +SHORTSUFFIX=symbian +endif else ifeq ($(OS_TARGET),go32v1) PPUEXT=.pp1 @@ -1520,6 +1644,12 @@ endif ifeq ($(FULL_TARGET),i386-wince) REQUIRE_PACKAGES_RTL=1 endif +ifeq ($(FULL_TARGET),i386-embedded) +REQUIRE_PACKAGES_RTL=1 +endif +ifeq ($(FULL_TARGET),i386-symbian) +REQUIRE_PACKAGES_RTL=1 +endif ifeq ($(FULL_TARGET),m68k-linux) REQUIRE_PACKAGES_RTL=1 endif @@ -1541,6 +1671,9 @@ endif ifeq ($(FULL_TARGET),m68k-palmos) REQUIRE_PACKAGES_RTL=1 endif +ifeq ($(FULL_TARGET),m68k-embedded) +REQUIRE_PACKAGES_RTL=1 +endif ifeq ($(FULL_TARGET),powerpc-linux) REQUIRE_PACKAGES_RTL=1 endif @@ -1559,6 +1692,9 @@ endif ifeq ($(FULL_TARGET),powerpc-morphos) REQUIRE_PACKAGES_RTL=1 endif +ifeq ($(FULL_TARGET),powerpc-embedded) +REQUIRE_PACKAGES_RTL=1 +endif ifeq ($(FULL_TARGET),sparc-linux) REQUIRE_PACKAGES_RTL=1 endif @@ -1568,6 +1704,9 @@ endif ifeq ($(FULL_TARGET),sparc-solaris) REQUIRE_PACKAGES_RTL=1 endif +ifeq ($(FULL_TARGET),sparc-embedded) +REQUIRE_PACKAGES_RTL=1 +endif ifeq ($(FULL_TARGET),x86_64-linux) REQUIRE_PACKAGES_RTL=1 endif @@ -1577,6 +1716,9 @@ endif ifeq ($(FULL_TARGET),x86_64-win64) REQUIRE_PACKAGES_RTL=1 endif +ifeq ($(FULL_TARGET),x86_64-embedded) +REQUIRE_PACKAGES_RTL=1 +endif ifeq ($(FULL_TARGET),arm-linux) REQUIRE_PACKAGES_RTL=1 endif @@ -1589,9 +1731,21 @@ endif ifeq ($(FULL_TARGET),arm-gba) REQUIRE_PACKAGES_RTL=1 endif +ifeq ($(FULL_TARGET),arm-nds) +REQUIRE_PACKAGES_RTL=1 +endif +ifeq ($(FULL_TARGET),arm-embedded) +REQUIRE_PACKAGES_RTL=1 +endif +ifeq ($(FULL_TARGET),arm-symbian) +REQUIRE_PACKAGES_RTL=1 +endif ifeq ($(FULL_TARGET),powerpc64-linux) REQUIRE_PACKAGES_RTL=1 endif +ifeq ($(FULL_TARGET),powerpc64-embedded) +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),) @@ -1669,7 +1823,7 @@ ifeq ($(CPU_TARGET),powerpc) FPCCPUOPT:=-O1r endif else -FPCCPUOPT:=-O1r +FPCCPUOPT:=-O2 endif override FPCOPT+=-Ur -Xs $(FPCCPUOPT) -n override FPCOPTDEF+=RELEASE @@ -1728,6 +1882,13 @@ ifeq ($(CPU_TARGET),i386) override FPCOPT+=-Aas endif endif +ifeq ($(findstring 2.0.,$(FPC_VERSION)),) +ifeq ($(OS_TARGET),linux) +ifeq ($(CPU_TARGET),x86_64) +override FPCOPT+=-Cg +endif +endif +endif ifdef LINKSHARED endif ifdef OPT @@ -2158,6 +2319,12 @@ endif ifeq ($(FULL_TARGET),i386-wince) TARGET_EXAMPLEDIRS_EXAMPLETESTS=1 endif +ifeq ($(FULL_TARGET),i386-embedded) +TARGET_EXAMPLEDIRS_EXAMPLETESTS=1 +endif +ifeq ($(FULL_TARGET),i386-symbian) +TARGET_EXAMPLEDIRS_EXAMPLETESTS=1 +endif ifeq ($(FULL_TARGET),m68k-linux) TARGET_EXAMPLEDIRS_EXAMPLETESTS=1 endif @@ -2179,6 +2346,9 @@ endif ifeq ($(FULL_TARGET),m68k-palmos) TARGET_EXAMPLEDIRS_EXAMPLETESTS=1 endif +ifeq ($(FULL_TARGET),m68k-embedded) +TARGET_EXAMPLEDIRS_EXAMPLETESTS=1 +endif ifeq ($(FULL_TARGET),powerpc-linux) TARGET_EXAMPLEDIRS_EXAMPLETESTS=1 endif @@ -2197,6 +2367,9 @@ endif ifeq ($(FULL_TARGET),powerpc-morphos) TARGET_EXAMPLEDIRS_EXAMPLETESTS=1 endif +ifeq ($(FULL_TARGET),powerpc-embedded) +TARGET_EXAMPLEDIRS_EXAMPLETESTS=1 +endif ifeq ($(FULL_TARGET),sparc-linux) TARGET_EXAMPLEDIRS_EXAMPLETESTS=1 endif @@ -2206,6 +2379,9 @@ endif ifeq ($(FULL_TARGET),sparc-solaris) TARGET_EXAMPLEDIRS_EXAMPLETESTS=1 endif +ifeq ($(FULL_TARGET),sparc-embedded) +TARGET_EXAMPLEDIRS_EXAMPLETESTS=1 +endif ifeq ($(FULL_TARGET),x86_64-linux) TARGET_EXAMPLEDIRS_EXAMPLETESTS=1 endif @@ -2215,6 +2391,9 @@ endif ifeq ($(FULL_TARGET),x86_64-win64) TARGET_EXAMPLEDIRS_EXAMPLETESTS=1 endif +ifeq ($(FULL_TARGET),x86_64-embedded) +TARGET_EXAMPLEDIRS_EXAMPLETESTS=1 +endif ifeq ($(FULL_TARGET),arm-linux) TARGET_EXAMPLEDIRS_EXAMPLETESTS=1 endif @@ -2227,9 +2406,21 @@ endif ifeq ($(FULL_TARGET),arm-gba) TARGET_EXAMPLEDIRS_EXAMPLETESTS=1 endif +ifeq ($(FULL_TARGET),arm-nds) +TARGET_EXAMPLEDIRS_EXAMPLETESTS=1 +endif +ifeq ($(FULL_TARGET),arm-embedded) +TARGET_EXAMPLEDIRS_EXAMPLETESTS=1 +endif +ifeq ($(FULL_TARGET),arm-symbian) +TARGET_EXAMPLEDIRS_EXAMPLETESTS=1 +endif ifeq ($(FULL_TARGET),powerpc64-linux) TARGET_EXAMPLEDIRS_EXAMPLETESTS=1 endif +ifeq ($(FULL_TARGET),powerpc64-embedded) +TARGET_EXAMPLEDIRS_EXAMPLETESTS=1 +endif ifdef TARGET_EXAMPLEDIRS_EXAMPLETESTS exampletests_all: $(MAKE) -C exampletests all @@ -2299,3 +2490,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/fcl/fpcunit/Makefile.fpc b/fcl/fpcunit/Makefile.fpc index 1039407cab..e809083ae5 100644 --- a/fcl/fpcunit/Makefile.fpc +++ b/fcl/fpcunit/Makefile.fpc @@ -19,3 +19,6 @@ fpcpackage=y [default] fpcdir=../.. + +[rules] +.NOTPARALLEL: diff --git a/fcl/fpcunit/exampletests/Makefile b/fcl/fpcunit/exampletests/Makefile index b23656f8b6..39382587b2 100644 --- a/fcl/fpcunit/exampletests/Makefile +++ b/fcl/fpcunit/exampletests/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2121,3 +2121,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/fcl/fpcunit/exampletests/Makefile.fpc b/fcl/fpcunit/exampletests/Makefile.fpc index 5d8e06374e..7a9c628c66 100644 --- a/fcl/fpcunit/exampletests/Makefile.fpc +++ b/fcl/fpcunit/exampletests/Makefile.fpc @@ -17,3 +17,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/fcl/fpcunit/tests/Makefile.fpc b/fcl/fpcunit/tests/Makefile.fpc index 2fc2cf90d1..03b838339d 100644 --- a/fcl/fpcunit/tests/Makefile.fpc +++ b/fcl/fpcunit/tests/Makefile.fpc @@ -17,3 +17,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/fcl/image/Makefile b/fcl/image/Makefile index 4371d8edeb..21aeee002a 100644 --- a/fcl/image/Makefile +++ b/fcl/image/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2370,3 +2370,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/fcl/image/Makefile.fpc b/fcl/image/Makefile.fpc index 16443f2901..a257a14fdd 100644 --- a/fcl/image/Makefile.fpc +++ b/fcl/image/Makefile.fpc @@ -26,3 +26,6 @@ fpcpackage=y [default] fpcdir=../.. + +[rules] +.NOTPARALLEL: diff --git a/fcl/net/Makefile b/fcl/net/Makefile index dc18c6684c..675b9d9a13 100644 --- a/fcl/net/Makefile +++ b/fcl/net/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2387,3 +2387,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/fcl/net/Makefile.fpc b/fcl/net/Makefile.fpc index 567e8a38e9..d45c706d53 100644 --- a/fcl/net/Makefile.fpc +++ b/fcl/net/Makefile.fpc @@ -45,3 +45,6 @@ fpcpackage=y [default] fpcdir=../.. + +[rules] +.NOTPARALLEL: diff --git a/fcl/net/tests/Makefile b/fcl/net/tests/Makefile index bfe13600fd..4ade21ad46 100644 --- a/fcl/net/tests/Makefile +++ b/fcl/net/tests/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2920,3 +2920,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/fcl/net/tests/Makefile.fpc b/fcl/net/tests/Makefile.fpc index e861a47d55..d8ebb4dfa3 100644 --- a/fcl/net/tests/Makefile.fpc +++ b/fcl/net/tests/Makefile.fpc @@ -18,3 +18,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/fcl/passrc/Makefile b/fcl/passrc/Makefile index 48dcc86042..8195cfe64c 100644 --- a/fcl/passrc/Makefile +++ b/fcl/passrc/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2121,3 +2121,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/fcl/passrc/Makefile.fpc b/fcl/passrc/Makefile.fpc index f9a84698e1..7be8542a8b 100644 --- a/fcl/passrc/Makefile.fpc +++ b/fcl/passrc/Makefile.fpc @@ -17,3 +17,6 @@ fpcpackage=y [default] fpcdir=../.. + +[rules] +.NOTPARALLEL: diff --git a/fcl/shedit/Makefile b/fcl/shedit/Makefile index 195083b240..9f94473d3f 100644 --- a/fcl/shedit/Makefile +++ b/fcl/shedit/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2337,3 +2337,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/fcl/shedit/Makefile.fpc b/fcl/shedit/Makefile.fpc index 9bd5ae25c5..425c296f20 100644 --- a/fcl/shedit/Makefile.fpc +++ b/fcl/shedit/Makefile.fpc @@ -17,3 +17,6 @@ fpcpackage=y [default] fpcdir=../.. + +[rules] +.NOTPARALLEL: diff --git a/fcl/shedit/gtk/Makefile b/fcl/shedit/gtk/Makefile index c3140fe9af..04d1e044d3 100644 --- a/fcl/shedit/gtk/Makefile +++ b/fcl/shedit/gtk/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2965,3 +2965,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/fcl/shedit/gtk/Makefile.fpc b/fcl/shedit/gtk/Makefile.fpc index 5bc4bd50b3..9142cbc803 100644 --- a/fcl/shedit/gtk/Makefile.fpc +++ b/fcl/shedit/gtk/Makefile.fpc @@ -15,3 +15,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/fcl/tests/Makefile b/fcl/tests/Makefile index 3854fc7dce..3af0de8aa9 100644 --- a/fcl/tests/Makefile +++ b/fcl/tests/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2605,3 +2605,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/fcl/tests/Makefile.fpc b/fcl/tests/Makefile.fpc index c16f204be4..d26dc31f80 100644 --- a/fcl/tests/Makefile.fpc +++ b/fcl/tests/Makefile.fpc @@ -39,3 +39,6 @@ fpcpackage=y [default] fpcdir=../.. + +[rules] +.NOTPARALLEL: diff --git a/fcl/web/Makefile b/fcl/web/Makefile index 75867c0cfc..417032f352 100644 --- a/fcl/web/Makefile +++ b/fcl/web/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2121,3 +2121,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/fcl/web/Makefile.fpc b/fcl/web/Makefile.fpc index 7c1f2c29f2..0364b16838 100644 --- a/fcl/web/Makefile.fpc +++ b/fcl/web/Makefile.fpc @@ -19,3 +19,6 @@ fpcpackage=y [default] fpcdir=../.. + +[rules] +.NOTPARALLEL: diff --git a/fcl/xml/Makefile b/fcl/xml/Makefile index 73113af87f..944267cfb0 100644 --- a/fcl/xml/Makefile +++ b/fcl/xml/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2198,3 +2198,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/fcl/xml/Makefile.fpc b/fcl/xml/Makefile.fpc index c8eea459df..13264cae3d 100644 --- a/fcl/xml/Makefile.fpc +++ b/fcl/xml/Makefile.fpc @@ -20,3 +20,6 @@ fpcpackage=y [default] fpcdir=../.. + +[rules] +.NOTPARALLEL: diff --git a/fv/Makefile b/fv/Makefile index a40fb67379..e2fe51bad5 100644 --- a/fv/Makefile +++ b/fv/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded diff --git a/fv/test/Makefile b/fv/test/Makefile index f531a0f8e1..2f297e9dbf 100644 --- a/fv/test/Makefile +++ b/fv/test/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded diff --git a/ide/Makefile b/ide/Makefile index 1659988387..a0dea6532e 100644 --- a/ide/Makefile +++ b/ide/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2723,6 +2723,7 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: .PHONY: compilerunits compilerclean \ nogdb gdb all \ clean_compiler clean testgdb postgdbinfo diff --git a/ide/Makefile.fpc b/ide/Makefile.fpc index 6dc0237ac1..dec7bd83d1 100644 --- a/ide/Makefile.fpc +++ b/ide/Makefile.fpc @@ -73,6 +73,8 @@ endif #NOGDB [rules] +.NOTPARALLEL: + .PHONY: compilerunits compilerclean \ nogdb gdb all \ clean_compiler clean testgdb postgdbinfo diff --git a/ide/compiler/Makefile b/ide/compiler/Makefile index eb06090b93..0c172c4598 100644 --- a/ide/compiler/Makefile +++ b/ide/compiler/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2291,6 +2291,7 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: .PHONY: compiler_ppuclean all clean install compiler_ppuclean: $(MAKE) -C $(COMPILERDIR) ppuclean diff --git a/ide/compiler/Makefile.fpc b/ide/compiler/Makefile.fpc index 07b111c2f7..6f13fbb4a0 100644 --- a/ide/compiler/Makefile.fpc +++ b/ide/compiler/Makefile.fpc @@ -48,6 +48,8 @@ override FPCOPT+= -Fu$(COMPILERDIR)/ppcgen endif [rules] +.NOTPARALLEL: + .PHONY: compiler_ppuclean all clean install compiler_ppuclean: diff --git a/installer/Makefile b/installer/Makefile index d8cc0fcfea..400e882448 100644 --- a/installer/Makefile +++ b/installer/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2263,6 +2263,7 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: ifneq ($(wildcard $(UNITDIR_FV)/fvconsts$(PPUEXT)),) override COMPILER+=-dFVISION endif diff --git a/installer/Makefile.fpc b/installer/Makefile.fpc index ad8cc723a1..e54ad97c08 100644 --- a/installer/Makefile.fpc +++ b/installer/Makefile.fpc @@ -30,6 +30,8 @@ fpcdir=.. [rules] +.NOTPARALLEL: + # # FVision or old FV detection # diff --git a/packages/Makefile b/packages/Makefile index 687a20e6a6..260e88f916 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded diff --git a/packages/base/Makefile b/packages/base/Makefile index 08e5b79109..1622d6efe8 100644 --- a/packages/base/Makefile +++ b/packages/base/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2941,3 +2941,9 @@ makefiles: fpc_makefiles $(addsuffix _makefiles,$(TARGET_DIRS)) ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +paszlib_all: hash_all +paszlib_debug: hash_debug +paszlib_smart: hash_smart +paszlib_release: hash_smart +paszlib_shared: hash_shared +paszlib_examples: hash_smart diff --git a/packages/base/Makefile.fpc b/packages/base/Makefile.fpc index acd866b872..b5ad21a916 100644 --- a/packages/base/Makefile.fpc +++ b/packages/base/Makefile.fpc @@ -23,6 +23,15 @@ dirs_darwin=libasync \ dirs_solaris=libasync \ mysql ibase postgres oracle odbc sqlite pthreads imagemagick httpd + +[rules] +paszlib_all: hash_all +paszlib_debug: hash_debug +paszlib_smart: hash_smart +paszlib_release: hash_smart +paszlib_shared: hash_shared +paszlib_examples: hash_smart + [install] fpcpackage=y fpcsubdir=packages/base diff --git a/packages/base/dbus/Makefile b/packages/base/dbus/Makefile index 04111b068f..207690020d 100644 --- a/packages/base/dbus/Makefile +++ b/packages/base/dbus/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2303,3 +2303,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/base/dbus/Makefile.fpc b/packages/base/dbus/Makefile.fpc index 8d4c6d2368..fa90596ce7 100644 --- a/packages/base/dbus/Makefile.fpc +++ b/packages/base/dbus/Makefile.fpc @@ -20,3 +20,5 @@ fpcpackage=y fpcdir=../../.. [rules] + +.NOTPARALLEL: diff --git a/packages/base/dbus/example/Makefile b/packages/base/dbus/example/Makefile index 1b72b88419..ddb6fc58c8 100644 --- a/packages/base/dbus/example/Makefile +++ b/packages/base/dbus/example/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded diff --git a/packages/base/gdbint/Makefile b/packages/base/gdbint/Makefile index 38226f0908..48f19cd93b 100644 --- a/packages/base/gdbint/Makefile +++ b/packages/base/gdbint/Makefile @@ -1,8 +1,8 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2006/12/01] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # 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 m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos sparc-linux sparc-netbsd sparc-solaris x86_64-linux x86_64-freebsd x86_64-win64 arm-linux arm-palmos arm-wince arm-gba powerpc64-linux +MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded BSDs = freebsd netbsd openbsd darwin UNIXs = linux $(BSDs) solaris qnx LIMIT83fs = go32v2 os2 emx watcom @@ -303,6 +303,12 @@ endif ifeq ($(FULL_TARGET),i386-wince) override TARGET_UNITS+=gdbint gdbcon endif +ifeq ($(FULL_TARGET),i386-embedded) +override TARGET_UNITS+=gdbint gdbcon +endif +ifeq ($(FULL_TARGET),i386-symbian) +override TARGET_UNITS+=gdbint gdbcon +endif ifeq ($(FULL_TARGET),m68k-linux) override TARGET_UNITS+=gdbint gdbcon endif @@ -324,6 +330,9 @@ endif ifeq ($(FULL_TARGET),m68k-palmos) override TARGET_UNITS+=gdbint gdbcon endif +ifeq ($(FULL_TARGET),m68k-embedded) +override TARGET_UNITS+=gdbint gdbcon +endif ifeq ($(FULL_TARGET),powerpc-linux) override TARGET_UNITS+=gdbint gdbcon endif @@ -342,6 +351,9 @@ endif ifeq ($(FULL_TARGET),powerpc-morphos) override TARGET_UNITS+=gdbint gdbcon endif +ifeq ($(FULL_TARGET),powerpc-embedded) +override TARGET_UNITS+=gdbint gdbcon +endif ifeq ($(FULL_TARGET),sparc-linux) override TARGET_UNITS+=gdbint gdbcon endif @@ -351,6 +363,9 @@ endif ifeq ($(FULL_TARGET),sparc-solaris) override TARGET_UNITS+=gdbint gdbcon endif +ifeq ($(FULL_TARGET),sparc-embedded) +override TARGET_UNITS+=gdbint gdbcon +endif ifeq ($(FULL_TARGET),x86_64-linux) override TARGET_UNITS+=gdbint gdbcon endif @@ -360,6 +375,9 @@ endif ifeq ($(FULL_TARGET),x86_64-win64) override TARGET_UNITS+=gdbint gdbcon endif +ifeq ($(FULL_TARGET),x86_64-embedded) +override TARGET_UNITS+=gdbint gdbcon +endif ifeq ($(FULL_TARGET),arm-linux) override TARGET_UNITS+=gdbint gdbcon endif @@ -372,9 +390,21 @@ endif ifeq ($(FULL_TARGET),arm-gba) override TARGET_UNITS+=gdbint gdbcon endif +ifeq ($(FULL_TARGET),arm-nds) +override TARGET_UNITS+=gdbint gdbcon +endif +ifeq ($(FULL_TARGET),arm-embedded) +override TARGET_UNITS+=gdbint gdbcon +endif +ifeq ($(FULL_TARGET),arm-symbian) +override TARGET_UNITS+=gdbint gdbcon +endif ifeq ($(FULL_TARGET),powerpc64-linux) override TARGET_UNITS+=gdbint gdbcon endif +ifeq ($(FULL_TARGET),powerpc64-embedded) +override TARGET_UNITS+=gdbint gdbcon +endif ifeq ($(FULL_TARGET),i386-linux) override TARGET_EXAMPLES+=testgdb symify endif @@ -426,6 +456,12 @@ endif ifeq ($(FULL_TARGET),i386-wince) override TARGET_EXAMPLES+=testgdb symify endif +ifeq ($(FULL_TARGET),i386-embedded) +override TARGET_EXAMPLES+=testgdb symify +endif +ifeq ($(FULL_TARGET),i386-symbian) +override TARGET_EXAMPLES+=testgdb symify +endif ifeq ($(FULL_TARGET),m68k-linux) override TARGET_EXAMPLES+=testgdb symify endif @@ -447,6 +483,9 @@ endif ifeq ($(FULL_TARGET),m68k-palmos) override TARGET_EXAMPLES+=testgdb symify endif +ifeq ($(FULL_TARGET),m68k-embedded) +override TARGET_EXAMPLES+=testgdb symify +endif ifeq ($(FULL_TARGET),powerpc-linux) override TARGET_EXAMPLES+=testgdb symify endif @@ -465,6 +504,9 @@ endif ifeq ($(FULL_TARGET),powerpc-morphos) override TARGET_EXAMPLES+=testgdb symify endif +ifeq ($(FULL_TARGET),powerpc-embedded) +override TARGET_EXAMPLES+=testgdb symify +endif ifeq ($(FULL_TARGET),sparc-linux) override TARGET_EXAMPLES+=testgdb symify endif @@ -474,6 +516,9 @@ endif ifeq ($(FULL_TARGET),sparc-solaris) override TARGET_EXAMPLES+=testgdb symify endif +ifeq ($(FULL_TARGET),sparc-embedded) +override TARGET_EXAMPLES+=testgdb symify +endif ifeq ($(FULL_TARGET),x86_64-linux) override TARGET_EXAMPLES+=testgdb symify endif @@ -483,6 +528,9 @@ endif ifeq ($(FULL_TARGET),x86_64-win64) override TARGET_EXAMPLES+=testgdb symify endif +ifeq ($(FULL_TARGET),x86_64-embedded) +override TARGET_EXAMPLES+=testgdb symify +endif ifeq ($(FULL_TARGET),arm-linux) override TARGET_EXAMPLES+=testgdb symify endif @@ -495,9 +543,21 @@ endif ifeq ($(FULL_TARGET),arm-gba) override TARGET_EXAMPLES+=testgdb symify endif +ifeq ($(FULL_TARGET),arm-nds) +override TARGET_EXAMPLES+=testgdb symify +endif +ifeq ($(FULL_TARGET),arm-embedded) +override TARGET_EXAMPLES+=testgdb symify +endif +ifeq ($(FULL_TARGET),arm-symbian) +override TARGET_EXAMPLES+=testgdb symify +endif ifeq ($(FULL_TARGET),powerpc64-linux) override TARGET_EXAMPLES+=testgdb symify endif +ifeq ($(FULL_TARGET),powerpc64-embedded) +override TARGET_EXAMPLES+=testgdb symify +endif override INSTALL_FPCPACKAGE=y ifeq ($(FULL_TARGET),i386-linux) override COMPILER_OBJECTDIR+=$(GDBLIBDIR) @@ -550,6 +610,12 @@ endif ifeq ($(FULL_TARGET),i386-wince) override COMPILER_OBJECTDIR+=$(GDBLIBDIR) endif +ifeq ($(FULL_TARGET),i386-embedded) +override COMPILER_OBJECTDIR+=$(GDBLIBDIR) +endif +ifeq ($(FULL_TARGET),i386-symbian) +override COMPILER_OBJECTDIR+=$(GDBLIBDIR) +endif ifeq ($(FULL_TARGET),m68k-linux) override COMPILER_OBJECTDIR+=$(GDBLIBDIR) endif @@ -571,6 +637,9 @@ endif ifeq ($(FULL_TARGET),m68k-palmos) override COMPILER_OBJECTDIR+=$(GDBLIBDIR) endif +ifeq ($(FULL_TARGET),m68k-embedded) +override COMPILER_OBJECTDIR+=$(GDBLIBDIR) +endif ifeq ($(FULL_TARGET),powerpc-linux) override COMPILER_OBJECTDIR+=$(GDBLIBDIR) endif @@ -589,6 +658,9 @@ endif ifeq ($(FULL_TARGET),powerpc-morphos) override COMPILER_OBJECTDIR+=$(GDBLIBDIR) endif +ifeq ($(FULL_TARGET),powerpc-embedded) +override COMPILER_OBJECTDIR+=$(GDBLIBDIR) +endif ifeq ($(FULL_TARGET),sparc-linux) override COMPILER_OBJECTDIR+=$(GDBLIBDIR) endif @@ -598,6 +670,9 @@ endif ifeq ($(FULL_TARGET),sparc-solaris) override COMPILER_OBJECTDIR+=$(GDBLIBDIR) endif +ifeq ($(FULL_TARGET),sparc-embedded) +override COMPILER_OBJECTDIR+=$(GDBLIBDIR) +endif ifeq ($(FULL_TARGET),x86_64-linux) override COMPILER_OBJECTDIR+=$(GDBLIBDIR) endif @@ -607,6 +682,9 @@ endif ifeq ($(FULL_TARGET),x86_64-win64) override COMPILER_OBJECTDIR+=$(GDBLIBDIR) endif +ifeq ($(FULL_TARGET),x86_64-embedded) +override COMPILER_OBJECTDIR+=$(GDBLIBDIR) +endif ifeq ($(FULL_TARGET),arm-linux) override COMPILER_OBJECTDIR+=$(GDBLIBDIR) endif @@ -619,9 +697,21 @@ endif ifeq ($(FULL_TARGET),arm-gba) override COMPILER_OBJECTDIR+=$(GDBLIBDIR) endif +ifeq ($(FULL_TARGET),arm-nds) +override COMPILER_OBJECTDIR+=$(GDBLIBDIR) +endif +ifeq ($(FULL_TARGET),arm-embedded) +override COMPILER_OBJECTDIR+=$(GDBLIBDIR) +endif +ifeq ($(FULL_TARGET),arm-symbian) +override COMPILER_OBJECTDIR+=$(GDBLIBDIR) +endif ifeq ($(FULL_TARGET),powerpc64-linux) override COMPILER_OBJECTDIR+=$(GDBLIBDIR) endif +ifeq ($(FULL_TARGET),powerpc64-embedded) +override COMPILER_OBJECTDIR+=$(GDBLIBDIR) +endif ifeq ($(FULL_TARGET),i386-linux) override COMPILER_LIBRARYDIR+=$(GDBLIBDIR) endif @@ -673,6 +763,12 @@ endif ifeq ($(FULL_TARGET),i386-wince) override COMPILER_LIBRARYDIR+=$(GDBLIBDIR) endif +ifeq ($(FULL_TARGET),i386-embedded) +override COMPILER_LIBRARYDIR+=$(GDBLIBDIR) +endif +ifeq ($(FULL_TARGET),i386-symbian) +override COMPILER_LIBRARYDIR+=$(GDBLIBDIR) +endif ifeq ($(FULL_TARGET),m68k-linux) override COMPILER_LIBRARYDIR+=$(GDBLIBDIR) endif @@ -694,6 +790,9 @@ endif ifeq ($(FULL_TARGET),m68k-palmos) override COMPILER_LIBRARYDIR+=$(GDBLIBDIR) endif +ifeq ($(FULL_TARGET),m68k-embedded) +override COMPILER_LIBRARYDIR+=$(GDBLIBDIR) +endif ifeq ($(FULL_TARGET),powerpc-linux) override COMPILER_LIBRARYDIR+=$(GDBLIBDIR) endif @@ -712,6 +811,9 @@ endif ifeq ($(FULL_TARGET),powerpc-morphos) override COMPILER_LIBRARYDIR+=$(GDBLIBDIR) endif +ifeq ($(FULL_TARGET),powerpc-embedded) +override COMPILER_LIBRARYDIR+=$(GDBLIBDIR) +endif ifeq ($(FULL_TARGET),sparc-linux) override COMPILER_LIBRARYDIR+=$(GDBLIBDIR) endif @@ -721,6 +823,9 @@ endif ifeq ($(FULL_TARGET),sparc-solaris) override COMPILER_LIBRARYDIR+=$(GDBLIBDIR) endif +ifeq ($(FULL_TARGET),sparc-embedded) +override COMPILER_LIBRARYDIR+=$(GDBLIBDIR) +endif ifeq ($(FULL_TARGET),x86_64-linux) override COMPILER_LIBRARYDIR+=$(GDBLIBDIR) endif @@ -730,6 +835,9 @@ endif ifeq ($(FULL_TARGET),x86_64-win64) override COMPILER_LIBRARYDIR+=$(GDBLIBDIR) endif +ifeq ($(FULL_TARGET),x86_64-embedded) +override COMPILER_LIBRARYDIR+=$(GDBLIBDIR) +endif ifeq ($(FULL_TARGET),arm-linux) override COMPILER_LIBRARYDIR+=$(GDBLIBDIR) endif @@ -742,9 +850,21 @@ endif ifeq ($(FULL_TARGET),arm-gba) override COMPILER_LIBRARYDIR+=$(GDBLIBDIR) endif +ifeq ($(FULL_TARGET),arm-nds) +override COMPILER_LIBRARYDIR+=$(GDBLIBDIR) +endif +ifeq ($(FULL_TARGET),arm-embedded) +override COMPILER_LIBRARYDIR+=$(GDBLIBDIR) +endif +ifeq ($(FULL_TARGET),arm-symbian) +override COMPILER_LIBRARYDIR+=$(GDBLIBDIR) +endif ifeq ($(FULL_TARGET),powerpc64-linux) override COMPILER_LIBRARYDIR+=$(GDBLIBDIR) endif +ifeq ($(FULL_TARGET),powerpc64-embedded) +override COMPILER_LIBRARYDIR+=$(GDBLIBDIR) +endif ifdef REQUIRE_UNITSDIR override UNITSDIR+=$(REQUIRE_UNITSDIR) endif @@ -1102,6 +1222,10 @@ EXEEXT=.gba SHAREDLIBEXT=.so SHORTSUFFIX=gba endif +ifeq ($(OS_TARGET),symbian) +SHAREDLIBEXT=.dll +SHORTSUFFIX=symbian +endif else ifeq ($(OS_TARGET),go32v1) PPUEXT=.pp1 @@ -1571,6 +1695,12 @@ endif ifeq ($(FULL_TARGET),i386-wince) REQUIRE_PACKAGES_RTL=1 endif +ifeq ($(FULL_TARGET),i386-embedded) +REQUIRE_PACKAGES_RTL=1 +endif +ifeq ($(FULL_TARGET),i386-symbian) +REQUIRE_PACKAGES_RTL=1 +endif ifeq ($(FULL_TARGET),m68k-linux) REQUIRE_PACKAGES_RTL=1 endif @@ -1592,6 +1722,9 @@ endif ifeq ($(FULL_TARGET),m68k-palmos) REQUIRE_PACKAGES_RTL=1 endif +ifeq ($(FULL_TARGET),m68k-embedded) +REQUIRE_PACKAGES_RTL=1 +endif ifeq ($(FULL_TARGET),powerpc-linux) REQUIRE_PACKAGES_RTL=1 endif @@ -1610,6 +1743,9 @@ endif ifeq ($(FULL_TARGET),powerpc-morphos) REQUIRE_PACKAGES_RTL=1 endif +ifeq ($(FULL_TARGET),powerpc-embedded) +REQUIRE_PACKAGES_RTL=1 +endif ifeq ($(FULL_TARGET),sparc-linux) REQUIRE_PACKAGES_RTL=1 endif @@ -1619,6 +1755,9 @@ endif ifeq ($(FULL_TARGET),sparc-solaris) REQUIRE_PACKAGES_RTL=1 endif +ifeq ($(FULL_TARGET),sparc-embedded) +REQUIRE_PACKAGES_RTL=1 +endif ifeq ($(FULL_TARGET),x86_64-linux) REQUIRE_PACKAGES_RTL=1 endif @@ -1628,6 +1767,9 @@ endif ifeq ($(FULL_TARGET),x86_64-win64) REQUIRE_PACKAGES_RTL=1 endif +ifeq ($(FULL_TARGET),x86_64-embedded) +REQUIRE_PACKAGES_RTL=1 +endif ifeq ($(FULL_TARGET),arm-linux) REQUIRE_PACKAGES_RTL=1 endif @@ -1640,9 +1782,21 @@ endif ifeq ($(FULL_TARGET),arm-gba) REQUIRE_PACKAGES_RTL=1 endif +ifeq ($(FULL_TARGET),arm-nds) +REQUIRE_PACKAGES_RTL=1 +endif +ifeq ($(FULL_TARGET),arm-embedded) +REQUIRE_PACKAGES_RTL=1 +endif +ifeq ($(FULL_TARGET),arm-symbian) +REQUIRE_PACKAGES_RTL=1 +endif ifeq ($(FULL_TARGET),powerpc64-linux) REQUIRE_PACKAGES_RTL=1 endif +ifeq ($(FULL_TARGET),powerpc64-embedded) +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),) @@ -1720,7 +1874,7 @@ ifeq ($(CPU_TARGET),powerpc) FPCCPUOPT:=-O1r endif else -FPCCPUOPT:=-O1r +FPCCPUOPT:=-O2 endif override FPCOPT+=-Ur -Xs $(FPCCPUOPT) -n override FPCOPTDEF+=RELEASE @@ -1779,6 +1933,13 @@ ifeq ($(CPU_TARGET),i386) override FPCOPT+=-Aas endif endif +ifeq ($(findstring 2.0.,$(FPC_VERSION)),) +ifeq ($(OS_TARGET),linux) +ifeq ($(CPU_TARGET),x86_64) +override FPCOPT+=-Cg +endif +endif +endif ifdef LINKSHARED endif ifdef GCCLIBDIR @@ -2331,3 +2492,4 @@ clean: fpc_clean $(DEL) gdbver$(EXEEXT) gdbver$(OEXT) distclean: fpc_distclean $(DEL) gdbver.inc +.NOTPARALLEL: diff --git a/packages/base/gdbint/Makefile.fpc b/packages/base/gdbint/Makefile.fpc index 3ffe8c6725..e740d0af50 100644 --- a/packages/base/gdbint/Makefile.fpc +++ b/packages/base/gdbint/Makefile.fpc @@ -147,3 +147,5 @@ clean: fpc_clean distclean: fpc_distclean $(DEL) gdbver.inc + +.NOTPARALLEL: diff --git a/packages/base/graph/Makefile b/packages/base/graph/Makefile index 6e1926b543..193696c5d1 100644 --- a/packages/base/graph/Makefile +++ b/packages/base/graph/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2469,3 +2469,4 @@ winmouse$(PPUEXT) : win32/winmouse.pp graph$(PPUEXT) $(COMPILER) win32/winmouse.pp wincrt$(PPUEXT) : win32/wincrt.pp graph$(PPUEXT) $(COMPILER) win32/wincrt.pp +.NOTPARALLEL: diff --git a/packages/base/graph/Makefile.fpc b/packages/base/graph/Makefile.fpc index 9e4de553c4..832c6658a4 100644 --- a/packages/base/graph/Makefile.fpc +++ b/packages/base/graph/Makefile.fpc @@ -87,3 +87,4 @@ winmouse$(PPUEXT) : win32/winmouse.pp graph$(PPUEXT) wincrt$(PPUEXT) : win32/wincrt.pp graph$(PPUEXT) $(COMPILER) win32/wincrt.pp +.NOTPARALLEL: diff --git a/packages/base/hash/Makefile b/packages/base/hash/Makefile index 2216c74e55..e52cd1cf7d 100644 --- a/packages/base/hash/Makefile +++ b/packages/base/hash/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2068,3 +2068,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/base/hash/Makefile.fpc b/packages/base/hash/Makefile.fpc index 15947fcbab..c0fd6dcbe2 100644 --- a/packages/base/hash/Makefile.fpc +++ b/packages/base/hash/Makefile.fpc @@ -16,3 +16,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/base/httpd/Makefile b/packages/base/httpd/Makefile index 886c3bcada..02586ea285 100644 --- a/packages/base/httpd/Makefile +++ b/packages/base/httpd/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded diff --git a/packages/base/httpd/examples/Makefile b/packages/base/httpd/examples/Makefile index 04d298d5b0..17f6119380 100644 --- a/packages/base/httpd/examples/Makefile +++ b/packages/base/httpd/examples/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2097,3 +2097,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/base/httpd/examples/Makefile.fpc b/packages/base/httpd/examples/Makefile.fpc index ceb0e49ce9..f17bf32eee 100644 --- a/packages/base/httpd/examples/Makefile.fpc +++ b/packages/base/httpd/examples/Makefile.fpc @@ -14,3 +14,6 @@ fpcpackage=y [default] fpcdir=../../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/base/httpd/httpd-1.3/Makefile b/packages/base/httpd/httpd-1.3/Makefile index 8c079d012e..67e9a7b299 100644 --- a/packages/base/httpd/httpd-1.3/Makefile +++ b/packages/base/httpd/httpd-1.3/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1934,3 +1934,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/base/httpd/httpd-1.3/Makefile.fpc b/packages/base/httpd/httpd-1.3/Makefile.fpc index 47ba9ebecb..203d8a7398 100644 --- a/packages/base/httpd/httpd-1.3/Makefile.fpc +++ b/packages/base/httpd/httpd-1.3/Makefile.fpc @@ -17,3 +17,6 @@ fpcpackage=y [default] fpcdir=../../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/base/httpd/httpd-2.0/Makefile b/packages/base/httpd/httpd-2.0/Makefile index 10cbe3ab39..b44ce27987 100644 --- a/packages/base/httpd/httpd-2.0/Makefile +++ b/packages/base/httpd/httpd-2.0/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1934,3 +1934,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/base/httpd/httpd-2.0/Makefile.fpc b/packages/base/httpd/httpd-2.0/Makefile.fpc index 126519163d..8625994505 100644 --- a/packages/base/httpd/httpd-2.0/Makefile.fpc +++ b/packages/base/httpd/httpd-2.0/Makefile.fpc @@ -17,3 +17,6 @@ fpcpackage=y [default] fpcdir=../../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/base/httpd/httpd-2.2/Makefile b/packages/base/httpd/httpd-2.2/Makefile index 8eea842d78..92d07891da 100644 --- a/packages/base/httpd/httpd-2.2/Makefile +++ b/packages/base/httpd/httpd-2.2/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1934,3 +1934,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/base/httpd/httpd-2.2/Makefile.fpc b/packages/base/httpd/httpd-2.2/Makefile.fpc index a575b4e8be..f9ace9c53a 100644 --- a/packages/base/httpd/httpd-2.2/Makefile.fpc +++ b/packages/base/httpd/httpd-2.2/Makefile.fpc @@ -17,3 +17,6 @@ fpcpackage=y [default] fpcdir=../../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/base/ibase/Makefile b/packages/base/ibase/Makefile index 8bbb3f0a58..acea2b1f77 100644 --- a/packages/base/ibase/Makefile +++ b/packages/base/ibase/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2107,3 +2107,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/base/ibase/Makefile.fpc b/packages/base/ibase/Makefile.fpc index 7dd95b84ee..d82851e320 100644 --- a/packages/base/ibase/Makefile.fpc +++ b/packages/base/ibase/Makefile.fpc @@ -21,3 +21,6 @@ fpcdir=../../.. [shared] build=n + +[rules] +.NOTPARALLEL: diff --git a/packages/base/imagemagick/Makefile b/packages/base/imagemagick/Makefile index df0f201655..caf3761267 100644 --- a/packages/base/imagemagick/Makefile +++ b/packages/base/imagemagick/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2243,3 +2243,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/base/imagemagick/Makefile.fpc b/packages/base/imagemagick/Makefile.fpc index 19bfce0405..4dfcbb3753 100644 --- a/packages/base/imagemagick/Makefile.fpc +++ b/packages/base/imagemagick/Makefile.fpc @@ -27,3 +27,5 @@ build=n [default] fpcdir=../../.. +[rules] +.NOTPARALLEL: diff --git a/packages/base/libasync/Makefile b/packages/base/libasync/Makefile index c845846c83..841bf37a8a 100644 --- a/packages/base/libasync/Makefile +++ b/packages/base/libasync/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1957,3 +1957,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/base/libasync/Makefile.fpc b/packages/base/libasync/Makefile.fpc index 155dcd57c2..24b4691db7 100644 --- a/packages/base/libasync/Makefile.fpc +++ b/packages/base/libasync/Makefile.fpc @@ -22,3 +22,6 @@ sourcedir_openbsd=unix [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/base/libc/Makefile b/packages/base/libc/Makefile index 3b6749e44f..7b03b18795 100644 --- a/packages/base/libc/Makefile +++ b/packages/base/libc/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1936,3 +1936,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/base/libc/Makefile.fpc b/packages/base/libc/Makefile.fpc index 18610bf4b1..430b100e91 100644 --- a/packages/base/libc/Makefile.fpc +++ b/packages/base/libc/Makefile.fpc @@ -20,3 +20,6 @@ fpcdir=../../.. [shared] build=n + +[rules] +.NOTPARALLEL: diff --git a/packages/base/mysql/Makefile b/packages/base/mysql/Makefile index 59465d47f4..e591c26990 100644 --- a/packages/base/mysql/Makefile +++ b/packages/base/mysql/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2107,3 +2107,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/base/mysql/Makefile.fpc b/packages/base/mysql/Makefile.fpc index 9699dde916..36ab95d989 100644 --- a/packages/base/mysql/Makefile.fpc +++ b/packages/base/mysql/Makefile.fpc @@ -21,3 +21,7 @@ fpcdir=../../.. [shared] build=n + +[rules] +.NOTPARALLEL: + diff --git a/packages/base/netdb/Makefile b/packages/base/netdb/Makefile index 6815bb35dc..0361404a91 100644 --- a/packages/base/netdb/Makefile +++ b/packages/base/netdb/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2068,3 +2068,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/base/netdb/Makefile.fpc b/packages/base/netdb/Makefile.fpc index b9ac721844..b8407f7727 100644 --- a/packages/base/netdb/Makefile.fpc +++ b/packages/base/netdb/Makefile.fpc @@ -29,3 +29,7 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: + diff --git a/packages/base/odbc/Makefile b/packages/base/odbc/Makefile index 9ab8fe4d21..ce3a2b882a 100644 --- a/packages/base/odbc/Makefile +++ b/packages/base/odbc/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2107,3 +2107,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/base/odbc/Makefile.fpc b/packages/base/odbc/Makefile.fpc index 644ad7371b..2dce5bd79c 100644 --- a/packages/base/odbc/Makefile.fpc +++ b/packages/base/odbc/Makefile.fpc @@ -20,3 +20,7 @@ fpcdir=../../.. [shared] build=n + +[rules] +.NOTPARALLEL: + diff --git a/packages/base/oracle/Makefile b/packages/base/oracle/Makefile index f296b43ad2..f497004670 100644 --- a/packages/base/oracle/Makefile +++ b/packages/base/oracle/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2305,3 +2305,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/base/oracle/Makefile.fpc b/packages/base/oracle/Makefile.fpc index b4731eff29..92302a1fdc 100644 --- a/packages/base/oracle/Makefile.fpc +++ b/packages/base/oracle/Makefile.fpc @@ -26,3 +26,7 @@ fpcdir=../../.. [shared] build=n + +[rules] +.NOTPARALLEL: + diff --git a/packages/base/oracle/example/Makefile b/packages/base/oracle/example/Makefile index 9bc784e024..374cca5340 100644 --- a/packages/base/oracle/example/Makefile +++ b/packages/base/oracle/example/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded diff --git a/packages/base/pasjpeg/Makefile b/packages/base/pasjpeg/Makefile index 264ac74bb4..c3116ba547 100644 --- a/packages/base/pasjpeg/Makefile +++ b/packages/base/pasjpeg/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/26] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2221,3 +2221,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/base/pasjpeg/Makefile.fpc b/packages/base/pasjpeg/Makefile.fpc index dde07cee70..c7c181d3ac 100644 --- a/packages/base/pasjpeg/Makefile.fpc +++ b/packages/base/pasjpeg/Makefile.fpc @@ -22,3 +22,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/base/paszlib/Makefile b/packages/base/paszlib/Makefile index 6ad71c4680..246645d688 100644 --- a/packages/base/paszlib/Makefile +++ b/packages/base/paszlib/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2145,3 +2145,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/base/paszlib/Makefile.fpc b/packages/base/paszlib/Makefile.fpc index d1c8434912..0798d7fcc8 100644 --- a/packages/base/paszlib/Makefile.fpc +++ b/packages/base/paszlib/Makefile.fpc @@ -18,3 +18,7 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: + diff --git a/packages/base/postgres/Makefile b/packages/base/postgres/Makefile index 954fc7e675..e61c7a372c 100644 --- a/packages/base/postgres/Makefile +++ b/packages/base/postgres/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2107,3 +2107,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/base/postgres/Makefile.fpc b/packages/base/postgres/Makefile.fpc index d239bcebee..111990584e 100644 --- a/packages/base/postgres/Makefile.fpc +++ b/packages/base/postgres/Makefile.fpc @@ -21,3 +21,7 @@ fpcdir=../../.. [shared] build=n + +[rules] +.NOTPARALLEL: + diff --git a/packages/base/pthreads/Makefile b/packages/base/pthreads/Makefile index feb002887f..fe1bde7e76 100644 --- a/packages/base/pthreads/Makefile +++ b/packages/base/pthreads/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1897,3 +1897,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/base/pthreads/Makefile.fpc b/packages/base/pthreads/Makefile.fpc index e9defdce91..9a3043139b 100644 --- a/packages/base/pthreads/Makefile.fpc +++ b/packages/base/pthreads/Makefile.fpc @@ -16,3 +16,7 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: + diff --git a/packages/base/regexpr/Makefile b/packages/base/regexpr/Makefile index f776345061..1cdbc72130 100644 --- a/packages/base/regexpr/Makefile +++ b/packages/base/regexpr/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2221,3 +2221,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/base/regexpr/Makefile.fpc b/packages/base/regexpr/Makefile.fpc index fd368f1b58..65501f2363 100644 --- a/packages/base/regexpr/Makefile.fpc +++ b/packages/base/regexpr/Makefile.fpc @@ -18,3 +18,7 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: + diff --git a/packages/base/sqlite/Makefile b/packages/base/sqlite/Makefile index 13fa980d45..07f294a19c 100644 --- a/packages/base/sqlite/Makefile +++ b/packages/base/sqlite/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1899,3 +1899,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/base/sqlite/Makefile.fpc b/packages/base/sqlite/Makefile.fpc index 6b1dc47823..0827af757f 100644 --- a/packages/base/sqlite/Makefile.fpc +++ b/packages/base/sqlite/Makefile.fpc @@ -19,3 +19,7 @@ fpcdir=../../.. [shared] build=n + +[rules] +.NOTPARALLEL: + diff --git a/packages/extra/Makefile b/packages/extra/Makefile index 0d47422197..4f1d5aab1e 100644 --- a/packages/extra/Makefile +++ b/packages/extra/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -3940,3 +3940,4 @@ makefiles: fpc_makefiles $(addsuffix _makefiles,$(TARGET_DIRS)) ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/Makefile.fpc b/packages/extra/Makefile.fpc index da90034583..49c4feb415 100644 --- a/packages/extra/Makefile.fpc +++ b/packages/extra/Makefile.fpc @@ -68,3 +68,6 @@ fpcsubdir=packages/extra [default] fpcdir=../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/a52/Makefile b/packages/extra/a52/Makefile index 350a8720f3..2d9dd31b3a 100644 --- a/packages/extra/a52/Makefile +++ b/packages/extra/a52/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1897,3 +1897,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/a52/Makefile.fpc b/packages/extra/a52/Makefile.fpc index 7a04d4425a..18cab76dd8 100644 --- a/packages/extra/a52/Makefile.fpc +++ b/packages/extra/a52/Makefile.fpc @@ -16,3 +16,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/amunits/Makefile b/packages/extra/amunits/Makefile index c059bea35e..92d0770b3b 100644 --- a/packages/extra/amunits/Makefile +++ b/packages/extra/amunits/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2235,3 +2235,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/amunits/Makefile.fpc b/packages/extra/amunits/Makefile.fpc index 7e312f5582..6406f1d09b 100644 --- a/packages/extra/amunits/Makefile.fpc +++ b/packages/extra/amunits/Makefile.fpc @@ -18,3 +18,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/amunits/units/Makefile b/packages/extra/amunits/units/Makefile index 8de35563d9..aa8ff247c8 100644 --- a/packages/extra/amunits/units/Makefile +++ b/packages/extra/amunits/units/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2356,3 +2356,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/amunits/units/Makefile.fpc b/packages/extra/amunits/units/Makefile.fpc index dd9b9407f7..f90c3060ff 100644 --- a/packages/extra/amunits/units/Makefile.fpc +++ b/packages/extra/amunits/units/Makefile.fpc @@ -27,3 +27,6 @@ fpcpackage=y [default] fpcdir=../../../../ + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/amunits/utilunits/Makefile b/packages/extra/amunits/utilunits/Makefile index 47e8e511ea..18bf06b2f4 100644 --- a/packages/extra/amunits/utilunits/Makefile +++ b/packages/extra/amunits/utilunits/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2356,3 +2356,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/amunits/utilunits/Makefile.fpc b/packages/extra/amunits/utilunits/Makefile.fpc index 603d5872a7..32e3cc2d4b 100644 --- a/packages/extra/amunits/utilunits/Makefile.fpc +++ b/packages/extra/amunits/utilunits/Makefile.fpc @@ -22,3 +22,6 @@ fpcpackage=y [default] fpcdir=../../../../ + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/bfd/Makefile b/packages/extra/bfd/Makefile index bbeaaeffd5..a2155bb788 100644 --- a/packages/extra/bfd/Makefile +++ b/packages/extra/bfd/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1899,3 +1899,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/bfd/Makefile.fpc b/packages/extra/bfd/Makefile.fpc index 744dfb3a6c..9368a903d3 100644 --- a/packages/extra/bfd/Makefile.fpc +++ b/packages/extra/bfd/Makefile.fpc @@ -21,3 +21,6 @@ fpcdir=../../.. [shared] build=n + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/cairo/Makefile b/packages/extra/cairo/Makefile index cb09f7522f..a9eee9d24d 100644 --- a/packages/extra/cairo/Makefile +++ b/packages/extra/cairo/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2758,3 +2758,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/cairo/Makefile.fpc b/packages/extra/cairo/Makefile.fpc index 77fb3bca3d..e7dc88e5e1 100644 --- a/packages/extra/cairo/Makefile.fpc +++ b/packages/extra/cairo/Makefile.fpc @@ -16,3 +16,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/cdrom/Makefile b/packages/extra/cdrom/Makefile index 832eaf306e..73ae738371 100644 --- a/packages/extra/cdrom/Makefile +++ b/packages/extra/cdrom/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2092,3 +2092,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/cdrom/Makefile.fpc b/packages/extra/cdrom/Makefile.fpc index d9dc9f415d..027a9d3a8d 100644 --- a/packages/extra/cdrom/Makefile.fpc +++ b/packages/extra/cdrom/Makefile.fpc @@ -17,3 +17,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/dts/Makefile b/packages/extra/dts/Makefile index c20170c92f..d7cdcc1e7a 100644 --- a/packages/extra/dts/Makefile +++ b/packages/extra/dts/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1897,3 +1897,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/dts/Makefile.fpc b/packages/extra/dts/Makefile.fpc index 5da653a833..a5290d6bdf 100644 --- a/packages/extra/dts/Makefile.fpc +++ b/packages/extra/dts/Makefile.fpc @@ -16,3 +16,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/fftw/Makefile b/packages/extra/fftw/Makefile index da1616d680..2f8f5ff908 100644 --- a/packages/extra/fftw/Makefile +++ b/packages/extra/fftw/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1899,3 +1899,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/fftw/Makefile.fpc b/packages/extra/fftw/Makefile.fpc index 5989281a0c..96204691b3 100644 --- a/packages/extra/fftw/Makefile.fpc +++ b/packages/extra/fftw/Makefile.fpc @@ -23,3 +23,6 @@ fpcdir=../../.. [shared] build=n + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/forms/Makefile b/packages/extra/forms/Makefile index 9bb823cbe0..0ede5cd131 100644 --- a/packages/extra/forms/Makefile +++ b/packages/extra/forms/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2552,3 +2552,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/forms/Makefile.fpc b/packages/extra/forms/Makefile.fpc index d139f580bf..263ef3f8e5 100644 --- a/packages/extra/forms/Makefile.fpc +++ b/packages/extra/forms/Makefile.fpc @@ -23,3 +23,6 @@ fpcdir=../../.. [shared] build=n + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/forms/demo/Makefile b/packages/extra/forms/demo/Makefile index 5705c1e4df..a842a33978 100644 --- a/packages/extra/forms/demo/Makefile +++ b/packages/extra/forms/demo/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2012,3 +2012,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/forms/demo/Makefile.fpc b/packages/extra/forms/demo/Makefile.fpc index 5f886245c2..c9d502b846 100644 --- a/packages/extra/forms/demo/Makefile.fpc +++ b/packages/extra/forms/demo/Makefile.fpc @@ -18,3 +18,6 @@ fpcpackage=y [default] fpcdir=../../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/fpgtk/Makefile b/packages/extra/fpgtk/Makefile index cce7e9d44b..428a8150a1 100644 --- a/packages/extra/fpgtk/Makefile +++ b/packages/extra/fpgtk/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -3032,3 +3032,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/fpgtk/Makefile.fpc b/packages/extra/fpgtk/Makefile.fpc index 4501ab9f74..3028bfa16e 100644 --- a/packages/extra/fpgtk/Makefile.fpc +++ b/packages/extra/fpgtk/Makefile.fpc @@ -17,3 +17,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/fpgtk/demo/Makefile.fpc b/packages/extra/fpgtk/demo/Makefile.fpc index 16e69e0748..cd52724818 100644 --- a/packages/extra/fpgtk/demo/Makefile.fpc +++ b/packages/extra/fpgtk/demo/Makefile.fpc @@ -16,3 +16,6 @@ fpcpackage=y [default] fpcdir=../../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/gbaunits/Makefile.fpc b/packages/extra/gbaunits/Makefile.fpc index 359890578e..ee88f0b585 100644 --- a/packages/extra/gbaunits/Makefile.fpc +++ b/packages/extra/gbaunits/Makefile.fpc @@ -27,7 +27,8 @@ fpcdir=../../.. [require] nortl=y -[rules] +[rules] +.NOTPARALLEL: core_asm$(OEXT):core_asm.as $(AS) -o $(UNITTARGETDIRPREFIX)core_asm$(OEXT) core_asm.as bios_asm$(OEXT):bios_asm.as diff --git a/packages/extra/gdbm/Makefile b/packages/extra/gdbm/Makefile index 73b2c6db96..8dca564443 100644 --- a/packages/extra/gdbm/Makefile +++ b/packages/extra/gdbm/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2070,5 +2070,6 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: testgdbm$(EXEEXT): testgdbm.pp gdbm$(PPUEXT) testgdbm2$(EXEEXT): testgdbm2.pp gdbm$(PPUEXT) diff --git a/packages/extra/gdbm/Makefile.fpc b/packages/extra/gdbm/Makefile.fpc index 88edf86549..60ddaf01c6 100644 --- a/packages/extra/gdbm/Makefile.fpc +++ b/packages/extra/gdbm/Makefile.fpc @@ -24,6 +24,7 @@ fpcdir=../../.. build=n [rules] +.NOTPARALLEL: testgdbm$(EXEEXT): testgdbm.pp gdbm$(PPUEXT) testgdbm2$(EXEEXT): testgdbm2.pp gdbm$(PPUEXT) diff --git a/packages/extra/ggi/Makefile b/packages/extra/ggi/Makefile index bd1b0e9c7a..52f6d8a5fd 100644 --- a/packages/extra/ggi/Makefile +++ b/packages/extra/ggi/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2107,3 +2107,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/ggi/Makefile.fpc b/packages/extra/ggi/Makefile.fpc index bafd2923b9..f19ccb0f4b 100644 --- a/packages/extra/ggi/Makefile.fpc +++ b/packages/extra/ggi/Makefile.fpc @@ -21,3 +21,6 @@ fpcdir=../../.. [shared] build=n + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/gnome1/Makefile b/packages/extra/gnome1/Makefile index 0acf5a78b4..1d9972eb9d 100644 --- a/packages/extra/gnome1/Makefile +++ b/packages/extra/gnome1/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1874,3 +1874,4 @@ makefiles: fpc_makefiles $(addsuffix _makefiles,$(TARGET_DIRS)) ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/gnome1/Makefile.fpc b/packages/extra/gnome1/Makefile.fpc index 4f1d8aa1e5..9a2367f2d0 100644 --- a/packages/extra/gnome1/Makefile.fpc +++ b/packages/extra/gnome1/Makefile.fpc @@ -14,3 +14,6 @@ fpcdir=../../.. [shared] build=n + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/gnome1/gconf/Makefile b/packages/extra/gnome1/gconf/Makefile index 0c33fdff7d..3c01a6687b 100644 --- a/packages/extra/gnome1/gconf/Makefile +++ b/packages/extra/gnome1/gconf/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2656,5 +2656,6 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: gconf$(PPUEXT): $(wildcard gconf/gconf*.pp) gconfclient$(PPUEXT): $(wildcard gconfclient/gconfclient*.pp) diff --git a/packages/extra/gnome1/gconf/Makefile.fpc b/packages/extra/gnome1/gconf/Makefile.fpc index e0ba4b7dda..3a79c9c8a0 100644 --- a/packages/extra/gnome1/gconf/Makefile.fpc +++ b/packages/extra/gnome1/gconf/Makefile.fpc @@ -27,6 +27,7 @@ fpcdir=../../../.. build=n [rules] +.NOTPARALLEL: gconf$(PPUEXT): $(wildcard gconf/gconf*.pp) gconfclient$(PPUEXT): $(wildcard gconfclient/gconfclient*.pp) diff --git a/packages/extra/gnome1/gconf/examples/Makefile b/packages/extra/gnome1/gconf/examples/Makefile index 5ce5a38b9d..9a5b312f30 100644 --- a/packages/extra/gnome1/gconf/examples/Makefile +++ b/packages/extra/gnome1/gconf/examples/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2288,3 +2288,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/gnome1/gconf/examples/Makefile.fpc b/packages/extra/gnome1/gconf/examples/Makefile.fpc index 5130ccd9b6..b0a744059a 100644 --- a/packages/extra/gnome1/gconf/examples/Makefile.fpc +++ b/packages/extra/gnome1/gconf/examples/Makefile.fpc @@ -19,3 +19,6 @@ fpcdir=../../../../.. [shared] build=n + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/gnome1/gnome/Makefile b/packages/extra/gnome1/gnome/Makefile index df86ed00ef..7ef00dbb2c 100644 --- a/packages/extra/gnome1/gnome/Makefile +++ b/packages/extra/gnome1/gnome/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2397,4 +2397,5 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: libgnome$(PPUEXT): $(wildcard libgnome/*.pp libgnome/*.inc) diff --git a/packages/extra/gnome1/gnome/Makefile.fpc b/packages/extra/gnome1/gnome/Makefile.fpc index ab8fdbdebf..4bb706c0dd 100644 --- a/packages/extra/gnome1/gnome/Makefile.fpc +++ b/packages/extra/gnome1/gnome/Makefile.fpc @@ -27,4 +27,5 @@ fpcdir=../../../.. [rules] +.NOTPARALLEL: libgnome$(PPUEXT): $(wildcard libgnome/*.pp libgnome/*.inc) diff --git a/packages/extra/gnome1/zvt/Makefile b/packages/extra/gnome1/zvt/Makefile index ed9edf7b00..43f4511003 100644 --- a/packages/extra/gnome1/zvt/Makefile +++ b/packages/extra/gnome1/zvt/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2766,3 +2766,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/gnome1/zvt/Makefile.fpc b/packages/extra/gnome1/zvt/Makefile.fpc index e11141c1b3..c6ce45fd3c 100644 --- a/packages/extra/gnome1/zvt/Makefile.fpc +++ b/packages/extra/gnome1/zvt/Makefile.fpc @@ -29,3 +29,6 @@ fpcdir=../../../.. [shared] build=n + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/gnome1/zvt/examples/Makefile b/packages/extra/gnome1/zvt/examples/Makefile index b6a43961d6..06978d29ab 100644 --- a/packages/extra/gnome1/zvt/examples/Makefile +++ b/packages/extra/gnome1/zvt/examples/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2475,3 +2475,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/gnome1/zvt/examples/Makefile.fpc b/packages/extra/gnome1/zvt/examples/Makefile.fpc index 9a0bf44e19..7634485c36 100644 --- a/packages/extra/gnome1/zvt/examples/Makefile.fpc +++ b/packages/extra/gnome1/zvt/examples/Makefile.fpc @@ -19,3 +19,6 @@ fpcdir=../../../../.. [shared] build=n + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/gtk/Makefile b/packages/extra/gtk/Makefile index df20fda246..438e0124c1 100644 --- a/packages/extra/gtk/Makefile +++ b/packages/extra/gtk/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2930,6 +2930,7 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: glib$(PPUEXT): $(wildcard glib/glib*.pp) gmodule$(PPUEXT): $(wildcard glib/gmodule*.pp) glib$(PPUEXT) gdk$(PPUEXT): $(wildcard gdk/gdk*.pp) glib$(PPUEXT) diff --git a/packages/extra/gtk/Makefile.fpc b/packages/extra/gtk/Makefile.fpc index 296037bdd7..9e85186cf8 100644 --- a/packages/extra/gtk/Makefile.fpc +++ b/packages/extra/gtk/Makefile.fpc @@ -27,6 +27,7 @@ fpcdir=../../.. build=n [rules] +.NOTPARALLEL: glib$(PPUEXT): $(wildcard glib/glib*.pp) gmodule$(PPUEXT): $(wildcard glib/gmodule*.pp) glib$(PPUEXT) diff --git a/packages/extra/gtk/examples/Makefile b/packages/extra/gtk/examples/Makefile index 233238ff1b..19c67928e9 100644 --- a/packages/extra/gtk/examples/Makefile +++ b/packages/extra/gtk/examples/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2560,3 +2560,4 @@ makefiles: fpc_makefiles $(addsuffix _makefiles,$(TARGET_DIRS)) ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/gtk/examples/Makefile.fpc b/packages/extra/gtk/examples/Makefile.fpc index c70a180c04..a97c38a7bf 100644 --- a/packages/extra/gtk/examples/Makefile.fpc +++ b/packages/extra/gtk/examples/Makefile.fpc @@ -18,3 +18,6 @@ fpcpackage=y [default] fpcdir=../../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/gtk/examples/tutorial/Makefile b/packages/extra/gtk/examples/tutorial/Makefile index 167302417a..25da89fc9f 100644 --- a/packages/extra/gtk/examples/tutorial/Makefile +++ b/packages/extra/gtk/examples/tutorial/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1666,3 +1666,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/gtk/examples/tutorial/Makefile.fpc b/packages/extra/gtk/examples/tutorial/Makefile.fpc index e8705eb7fb..f832372b6a 100644 --- a/packages/extra/gtk/examples/tutorial/Makefile.fpc +++ b/packages/extra/gtk/examples/tutorial/Makefile.fpc @@ -13,3 +13,6 @@ fpcpackage=y [default] fpcdir=../../../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/gtk/gtkgl/Makefile b/packages/extra/gtk/gtkgl/Makefile index cd6d8b1588..6efa862438 100644 --- a/packages/extra/gtk/gtkgl/Makefile +++ b/packages/extra/gtk/gtkgl/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2146,3 +2146,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/gtk/gtkgl/Makefile.fpc b/packages/extra/gtk/gtkgl/Makefile.fpc index 5a36fb9350..4ff1aeecb6 100644 --- a/packages/extra/gtk/gtkgl/Makefile.fpc +++ b/packages/extra/gtk/gtkgl/Makefile.fpc @@ -20,3 +20,6 @@ fpcdir=../../../.. [shared] build=n + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/gtk2/Makefile b/packages/extra/gtk2/Makefile index fc15fa1a7c..cf9cab10a7 100644 --- a/packages/extra/gtk2/Makefile +++ b/packages/extra/gtk2/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2816,3 +2816,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/gtk2/Makefile.fpc b/packages/extra/gtk2/Makefile.fpc index 8d6c61f1bb..e55212b074 100644 --- a/packages/extra/gtk2/Makefile.fpc +++ b/packages/extra/gtk2/Makefile.fpc @@ -40,3 +40,6 @@ GDK2X=gdk2x GTK2X11=gtk2x11 GTK2X11INCLUDE=gtk2x11/include endif + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/gtk2/examples/Makefile b/packages/extra/gtk2/examples/Makefile index d38e99f974..8c22d45134 100644 --- a/packages/extra/gtk2/examples/Makefile +++ b/packages/extra/gtk2/examples/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2595,3 +2595,4 @@ makefiles: fpc_makefiles $(addsuffix _makefiles,$(TARGET_DIRS)) ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/gtk2/examples/Makefile.fpc b/packages/extra/gtk2/examples/Makefile.fpc index 1f3a439696..b07f57a1d8 100644 --- a/packages/extra/gtk2/examples/Makefile.fpc +++ b/packages/extra/gtk2/examples/Makefile.fpc @@ -14,3 +14,6 @@ fpcpackage=y [default] fpcdir=../../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/gtk2/examples/filechooser/Makefile.fpc b/packages/extra/gtk2/examples/filechooser/Makefile.fpc index 43a1aaaf6c..c6a871b438 100644 --- a/packages/extra/gtk2/examples/filechooser/Makefile.fpc +++ b/packages/extra/gtk2/examples/filechooser/Makefile.fpc @@ -13,3 +13,6 @@ fpcpackage=y [default] fpcdir=../../../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/gtk2/examples/gettingstarted/Makefile b/packages/extra/gtk2/examples/gettingstarted/Makefile index 3ff8d7bd43..f49db898dd 100644 --- a/packages/extra/gtk2/examples/gettingstarted/Makefile +++ b/packages/extra/gtk2/examples/gettingstarted/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1981,3 +1981,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/gtk2/examples/gettingstarted/Makefile.fpc b/packages/extra/gtk2/examples/gettingstarted/Makefile.fpc index 4864f77c0f..639deb796b 100644 --- a/packages/extra/gtk2/examples/gettingstarted/Makefile.fpc +++ b/packages/extra/gtk2/examples/gettingstarted/Makefile.fpc @@ -13,3 +13,6 @@ fpcpackage=y [default] fpcdir=../../../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/gtk2/examples/gtk_demo/Makefile b/packages/extra/gtk2/examples/gtk_demo/Makefile index 4231e6c7da..3d6e773af5 100644 --- a/packages/extra/gtk2/examples/gtk_demo/Makefile +++ b/packages/extra/gtk2/examples/gtk_demo/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1981,3 +1981,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/gtk2/examples/gtk_demo/Makefile.fpc b/packages/extra/gtk2/examples/gtk_demo/Makefile.fpc index b26c5345bb..3e2776765f 100644 --- a/packages/extra/gtk2/examples/gtk_demo/Makefile.fpc +++ b/packages/extra/gtk2/examples/gtk_demo/Makefile.fpc @@ -13,3 +13,6 @@ fpcpackage=y [default] fpcdir=../../../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/gtk2/examples/gtkglext/Makefile b/packages/extra/gtk2/examples/gtkglext/Makefile index 33fb35d4f7..6caa7ad817 100644 --- a/packages/extra/gtk2/examples/gtkglext/Makefile +++ b/packages/extra/gtk2/examples/gtkglext/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2058,3 +2058,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/gtk2/examples/gtkglext/Makefile.fpc b/packages/extra/gtk2/examples/gtkglext/Makefile.fpc index d72a8b1f7f..7e083efcdd 100644 --- a/packages/extra/gtk2/examples/gtkglext/Makefile.fpc +++ b/packages/extra/gtk2/examples/gtkglext/Makefile.fpc @@ -13,3 +13,6 @@ fpcpackage=y [default] fpcdir=../../../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/gtk2/examples/helloworld/Makefile b/packages/extra/gtk2/examples/helloworld/Makefile index 6181d358d9..35db94fe62 100644 --- a/packages/extra/gtk2/examples/helloworld/Makefile +++ b/packages/extra/gtk2/examples/helloworld/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1981,3 +1981,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/gtk2/examples/helloworld/Makefile.fpc b/packages/extra/gtk2/examples/helloworld/Makefile.fpc index 6d306f8fe0..5f84e6ab6d 100644 --- a/packages/extra/gtk2/examples/helloworld/Makefile.fpc +++ b/packages/extra/gtk2/examples/helloworld/Makefile.fpc @@ -13,3 +13,6 @@ fpcpackage=y [default] fpcdir=../../../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/gtk2/examples/helloworld2/Makefile b/packages/extra/gtk2/examples/helloworld2/Makefile index 8254f704ac..b8202c8bc7 100644 --- a/packages/extra/gtk2/examples/helloworld2/Makefile +++ b/packages/extra/gtk2/examples/helloworld2/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1981,3 +1981,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/gtk2/examples/helloworld2/Makefile.fpc b/packages/extra/gtk2/examples/helloworld2/Makefile.fpc index 1ab4a9119d..5578e2b71f 100644 --- a/packages/extra/gtk2/examples/helloworld2/Makefile.fpc +++ b/packages/extra/gtk2/examples/helloworld2/Makefile.fpc @@ -13,3 +13,6 @@ fpcpackage=y [default] fpcdir=../../../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/gtk2/examples/plugins/Makefile b/packages/extra/gtk2/examples/plugins/Makefile index 2c32796d0f..86aab01365 100644 --- a/packages/extra/gtk2/examples/plugins/Makefile +++ b/packages/extra/gtk2/examples/plugins/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1981,3 +1981,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/gtk2/examples/plugins/Makefile.fpc b/packages/extra/gtk2/examples/plugins/Makefile.fpc index d105ef4d6d..4a1699f6c9 100644 --- a/packages/extra/gtk2/examples/plugins/Makefile.fpc +++ b/packages/extra/gtk2/examples/plugins/Makefile.fpc @@ -13,3 +13,6 @@ fpcpackage=y [default] fpcdir=../../../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/gtk2/examples/scribble_simple/Makefile b/packages/extra/gtk2/examples/scribble_simple/Makefile index 93d86154ae..3e842f4518 100644 --- a/packages/extra/gtk2/examples/scribble_simple/Makefile +++ b/packages/extra/gtk2/examples/scribble_simple/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1981,3 +1981,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/gtk2/examples/scribble_simple/Makefile.fpc b/packages/extra/gtk2/examples/scribble_simple/Makefile.fpc index 1ff45a5c1e..5b845bede8 100644 --- a/packages/extra/gtk2/examples/scribble_simple/Makefile.fpc +++ b/packages/extra/gtk2/examples/scribble_simple/Makefile.fpc @@ -13,3 +13,6 @@ fpcpackage=y [default] fpcdir=../../../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/hermes/Makefile.fpc b/packages/extra/hermes/Makefile.fpc index 5b514353ac..34b703bcdd 100644 --- a/packages/extra/hermes/Makefile.fpc +++ b/packages/extra/hermes/Makefile.fpc @@ -18,6 +18,7 @@ targetdir=. fpcdir=../../.. [rules] +.NOTPARALLEL: mmx_clr$(OEXT):$(CPU_TARGET)/mmx_clr.as $(AS) --32 -o $(UNITTARGETDIRPREFIX)mmx_clr$(OEXT) $(CPU_TARGET)/mmx_clr.as diff --git a/packages/extra/imlib/Makefile b/packages/extra/imlib/Makefile index 52fd9523bf..148552d0f6 100644 --- a/packages/extra/imlib/Makefile +++ b/packages/extra/imlib/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2321,3 +2321,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/imlib/Makefile.fpc b/packages/extra/imlib/Makefile.fpc index 7b462c8354..4313d04147 100644 --- a/packages/extra/imlib/Makefile.fpc +++ b/packages/extra/imlib/Makefile.fpc @@ -25,3 +25,6 @@ fpcdir=../../.. [shared] build=n + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/ldap/Makefile b/packages/extra/ldap/Makefile index c7b063fe95..50148ede94 100644 --- a/packages/extra/ldap/Makefile +++ b/packages/extra/ldap/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1974,3 +1974,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/ldap/Makefile.fpc b/packages/extra/ldap/Makefile.fpc index 62f0d9354c..56fd2f3810 100644 --- a/packages/extra/ldap/Makefile.fpc +++ b/packages/extra/ldap/Makefile.fpc @@ -17,3 +17,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/libcurl/Makefile b/packages/extra/libcurl/Makefile index c2c4d92f94..0fca5873f5 100644 --- a/packages/extra/libcurl/Makefile +++ b/packages/extra/libcurl/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2107,3 +2107,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/libcurl/Makefile.fpc b/packages/extra/libcurl/Makefile.fpc index dbacd5f103..4bd8054062 100644 --- a/packages/extra/libcurl/Makefile.fpc +++ b/packages/extra/libcurl/Makefile.fpc @@ -21,3 +21,6 @@ fpcdir=../../.. [shared] build=n + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/libgd/Makefile b/packages/extra/libgd/Makefile index afa9f2e901..479a6850e0 100644 --- a/packages/extra/libgd/Makefile +++ b/packages/extra/libgd/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2107,3 +2107,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/libgd/Makefile.fpc b/packages/extra/libgd/Makefile.fpc index e62364734c..d4cd9edbee 100644 --- a/packages/extra/libgd/Makefile.fpc +++ b/packages/extra/libgd/Makefile.fpc @@ -21,3 +21,6 @@ fpcdir=../../.. [shared] build=n + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/libpng/Makefile b/packages/extra/libpng/Makefile index 7e897fad71..8c78501d06 100644 --- a/packages/extra/libpng/Makefile +++ b/packages/extra/libpng/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2013,3 +2013,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/libpng/Makefile.fpc b/packages/extra/libpng/Makefile.fpc index 0dfc829ecf..fa922e7fed 100644 --- a/packages/extra/libpng/Makefile.fpc +++ b/packages/extra/libpng/Makefile.fpc @@ -21,3 +21,6 @@ fpcdir=../../.. [shared] build=n + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/mad/Makefile b/packages/extra/mad/Makefile index f12a4b270a..8c1ef6cab4 100644 --- a/packages/extra/mad/Makefile +++ b/packages/extra/mad/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1897,3 +1897,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/mad/Makefile.fpc b/packages/extra/mad/Makefile.fpc index 6f46b971a2..ba50f2db4e 100644 --- a/packages/extra/mad/Makefile.fpc +++ b/packages/extra/mad/Makefile.fpc @@ -16,3 +16,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/matroska/Makefile.fpc b/packages/extra/matroska/Makefile.fpc index 9e2a2b9b2a..2537c1ac03 100644 --- a/packages/extra/matroska/Makefile.fpc +++ b/packages/extra/matroska/Makefile.fpc @@ -16,3 +16,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/modplug/Makefile b/packages/extra/modplug/Makefile index 5a41ce3c8f..a0074946b0 100644 --- a/packages/extra/modplug/Makefile +++ b/packages/extra/modplug/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1897,3 +1897,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/modplug/Makefile.fpc b/packages/extra/modplug/Makefile.fpc index 89dbc7c7be..bbefd73b24 100644 --- a/packages/extra/modplug/Makefile.fpc +++ b/packages/extra/modplug/Makefile.fpc @@ -16,3 +16,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/ncurses/Makefile b/packages/extra/ncurses/Makefile index 86c8d25797..c4d0505e79 100644 --- a/packages/extra/ncurses/Makefile +++ b/packages/extra/ncurses/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2105,3 +2105,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/ncurses/Makefile.fpc b/packages/extra/ncurses/Makefile.fpc index ee16586bfd..29ff74b3f0 100644 --- a/packages/extra/ncurses/Makefile.fpc +++ b/packages/extra/ncurses/Makefile.fpc @@ -18,3 +18,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/newt/Makefile b/packages/extra/newt/Makefile index fdd59cf78c..f92e25b434 100644 --- a/packages/extra/newt/Makefile +++ b/packages/extra/newt/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2107,3 +2107,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/newt/Makefile.fpc b/packages/extra/newt/Makefile.fpc index 8c53e5c8ce..50a01f9f0b 100644 --- a/packages/extra/newt/Makefile.fpc +++ b/packages/extra/newt/Makefile.fpc @@ -21,3 +21,6 @@ fpcdir=../../.. [shared] build=n + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/numlib/Makefile.fpc b/packages/extra/numlib/Makefile.fpc index f593a13528..495b45c17a 100644 --- a/packages/extra/numlib/Makefile.fpc +++ b/packages/extra/numlib/Makefile.fpc @@ -15,3 +15,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/oggvorbis/Makefile b/packages/extra/oggvorbis/Makefile index 37f48d4262..bd384fa35b 100644 --- a/packages/extra/oggvorbis/Makefile +++ b/packages/extra/oggvorbis/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1897,3 +1897,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/oggvorbis/Makefile.fpc b/packages/extra/oggvorbis/Makefile.fpc index 0ab9042598..2f597d821c 100644 --- a/packages/extra/oggvorbis/Makefile.fpc +++ b/packages/extra/oggvorbis/Makefile.fpc @@ -16,3 +16,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/openal/Makefile b/packages/extra/openal/Makefile index ae18da8e6f..b447303416 100644 --- a/packages/extra/openal/Makefile +++ b/packages/extra/openal/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2266,3 +2266,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/openal/Makefile.fpc b/packages/extra/openal/Makefile.fpc index bde2084c39..f6729d2c6a 100644 --- a/packages/extra/openal/Makefile.fpc +++ b/packages/extra/openal/Makefile.fpc @@ -17,3 +17,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/openal/examples/Makefile b/packages/extra/openal/examples/Makefile index 4bb6ef34e5..fd627d5dbf 100644 --- a/packages/extra/openal/examples/Makefile +++ b/packages/extra/openal/examples/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2360,3 +2360,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/openal/examples/Makefile.fpc b/packages/extra/openal/examples/Makefile.fpc index 1ad878c8c1..42cccbe04a 100644 --- a/packages/extra/openal/examples/Makefile.fpc +++ b/packages/extra/openal/examples/Makefile.fpc @@ -14,3 +14,6 @@ fpcpackage=y [default] fpcdir=../../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/opengl/Makefile b/packages/extra/opengl/Makefile index fdd2d0ac6b..2373e3a634 100644 --- a/packages/extra/opengl/Makefile +++ b/packages/extra/opengl/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2347,3 +2347,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/opengl/Makefile.fpc b/packages/extra/opengl/Makefile.fpc index 3f49d3a243..53f22c098e 100644 --- a/packages/extra/opengl/Makefile.fpc +++ b/packages/extra/opengl/Makefile.fpc @@ -28,3 +28,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/opengl/examples/Makefile b/packages/extra/opengl/examples/Makefile index a6cd057b1d..71b0087c46 100644 --- a/packages/extra/opengl/examples/Makefile +++ b/packages/extra/opengl/examples/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2132,3 +2132,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/opengl/examples/Makefile.fpc b/packages/extra/opengl/examples/Makefile.fpc index 461b24e806..cdccbc173e 100644 --- a/packages/extra/opengl/examples/Makefile.fpc +++ b/packages/extra/opengl/examples/Makefile.fpc @@ -23,3 +23,6 @@ options=-S2h fpcdir=../../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/openssl/Makefile b/packages/extra/openssl/Makefile index 1f4e697124..c6d21a721b 100644 --- a/packages/extra/openssl/Makefile +++ b/packages/extra/openssl/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1897,3 +1897,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/openssl/Makefile.fpc b/packages/extra/openssl/Makefile.fpc index 22309c8859..4f1236946a 100644 --- a/packages/extra/openssl/Makefile.fpc +++ b/packages/extra/openssl/Makefile.fpc @@ -14,3 +14,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/os2units/Makefile b/packages/extra/os2units/Makefile index 4677bfaafb..bd22ccfe0f 100644 --- a/packages/extra/os2units/Makefile +++ b/packages/extra/os2units/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2064,3 +2064,4 @@ makefiles: fpc_makefiles $(addsuffix _makefiles,$(TARGET_DIRS)) ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/os2units/Makefile.fpc b/packages/extra/os2units/Makefile.fpc index 11e62b320f..3697087f1e 100644 --- a/packages/extra/os2units/Makefile.fpc +++ b/packages/extra/os2units/Makefile.fpc @@ -11,3 +11,6 @@ fpcsubdir=packages [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/os2units/clkdll/Makefile b/packages/extra/os2units/clkdll/Makefile index 14eb2c1d80..9168a5482c 100644 --- a/packages/extra/os2units/clkdll/Makefile +++ b/packages/extra/os2units/clkdll/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2068,3 +2068,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/os2units/clkdll/Makefile.fpc b/packages/extra/os2units/clkdll/Makefile.fpc index 8b64fdf08d..bb5de34f08 100644 --- a/packages/extra/os2units/clkdll/Makefile.fpc +++ b/packages/extra/os2units/clkdll/Makefile.fpc @@ -15,3 +15,6 @@ fpcpackage=y [default] fpcdir=../../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/os2units/ftpapi/Makefile b/packages/extra/os2units/ftpapi/Makefile index b44e6bc686..12e62ef7f3 100644 --- a/packages/extra/os2units/ftpapi/Makefile +++ b/packages/extra/os2units/ftpapi/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2068,3 +2068,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/os2units/ftpapi/Makefile.fpc b/packages/extra/os2units/ftpapi/Makefile.fpc index b7f2e78bf8..db59f1e1b4 100644 --- a/packages/extra/os2units/ftpapi/Makefile.fpc +++ b/packages/extra/os2units/ftpapi/Makefile.fpc @@ -15,3 +15,6 @@ fpcpackage=y [default] fpcdir=../../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/os2units/hwvideo/Makefile b/packages/extra/os2units/hwvideo/Makefile index c36edd209e..9051d4200f 100644 --- a/packages/extra/os2units/hwvideo/Makefile +++ b/packages/extra/os2units/hwvideo/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1897,3 +1897,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/os2units/hwvideo/Makefile.fpc b/packages/extra/os2units/hwvideo/Makefile.fpc index ebfc77bbfb..7f7e09e79d 100644 --- a/packages/extra/os2units/hwvideo/Makefile.fpc +++ b/packages/extra/os2units/hwvideo/Makefile.fpc @@ -16,3 +16,6 @@ fpcpackage=y [default] fpcdir=../../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/os2units/lvm/Makefile b/packages/extra/os2units/lvm/Makefile index 7a443fb79d..af9a79b6ee 100644 --- a/packages/extra/os2units/lvm/Makefile +++ b/packages/extra/os2units/lvm/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2266,3 +2266,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/os2units/lvm/Makefile.fpc b/packages/extra/os2units/lvm/Makefile.fpc index 4929b20822..fb74e0a973 100644 --- a/packages/extra/os2units/lvm/Makefile.fpc +++ b/packages/extra/os2units/lvm/Makefile.fpc @@ -17,3 +17,6 @@ fpcpackage=y [default] fpcdir=../../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/os2units/lvm/tests/Makefile b/packages/extra/os2units/lvm/tests/Makefile index 72ffd572cf..bee5c31b76 100644 --- a/packages/extra/os2units/lvm/tests/Makefile +++ b/packages/extra/os2units/lvm/tests/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1821,3 +1821,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/os2units/lvm/tests/Makefile.fpc b/packages/extra/os2units/lvm/tests/Makefile.fpc index 0285b12ac2..f06bd773e5 100644 --- a/packages/extra/os2units/lvm/tests/Makefile.fpc +++ b/packages/extra/os2units/lvm/tests/Makefile.fpc @@ -10,3 +10,6 @@ fpcpackage=y [default] fpcdir=../../../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/os2units/mmtk/Makefile b/packages/extra/os2units/mmtk/Makefile index 2cc33a0b96..bea74f83db 100644 --- a/packages/extra/os2units/mmtk/Makefile +++ b/packages/extra/os2units/mmtk/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2266,6 +2266,7 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: dive$(PPUEXT) : dive.pas mmbase$(PPUEXT) mci$(PPUEXT) : mci.pas mmbase$(PPUEXT) mmio$(PPUEXT) : mmio.pas mmbase$(PPUEXT) diff --git a/packages/extra/os2units/mmtk/Makefile.fpc b/packages/extra/os2units/mmtk/Makefile.fpc index 84068a3905..de660008c3 100644 --- a/packages/extra/os2units/mmtk/Makefile.fpc +++ b/packages/extra/os2units/mmtk/Makefile.fpc @@ -18,6 +18,7 @@ fpcpackage=y fpcdir=../../../.. [rules] +.NOTPARALLEL: dive$(PPUEXT) : dive.pas mmbase$(PPUEXT) mci$(PPUEXT) : mci.pas mmbase$(PPUEXT) diff --git a/packages/extra/os2units/mmtk/tests/Makefile b/packages/extra/os2units/mmtk/tests/Makefile index c936d50f38..75be84fa17 100644 --- a/packages/extra/os2units/mmtk/tests/Makefile +++ b/packages/extra/os2units/mmtk/tests/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1821,3 +1821,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/os2units/mmtk/tests/Makefile.fpc b/packages/extra/os2units/mmtk/tests/Makefile.fpc index 03efa7d213..2782507cfa 100644 --- a/packages/extra/os2units/mmtk/tests/Makefile.fpc +++ b/packages/extra/os2units/mmtk/tests/Makefile.fpc @@ -10,3 +10,6 @@ fpcpackage=y [default] fpcdir=../../../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/palmunits/Makefile b/packages/extra/palmunits/Makefile index e6b51021b5..193ecdf46e 100644 --- a/packages/extra/palmunits/Makefile +++ b/packages/extra/palmunits/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1897,3 +1897,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/palmunits/Makefile.fpc b/packages/extra/palmunits/Makefile.fpc index 3ae51bf79c..6a363fca1d 100644 --- a/packages/extra/palmunits/Makefile.fpc +++ b/packages/extra/palmunits/Makefile.fpc @@ -29,3 +29,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/ptc/Makefile.fpc b/packages/extra/ptc/Makefile.fpc index cae963dcc5..6102642e72 100644 --- a/packages/extra/ptc/Makefile.fpc +++ b/packages/extra/ptc/Makefile.fpc @@ -24,3 +24,6 @@ packages_freebsd=x11 [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/ptc/demos/Makefile.fpc b/packages/extra/ptc/demos/Makefile.fpc index 2208629736..0f1d469867 100644 --- a/packages/extra/ptc/demos/Makefile.fpc +++ b/packages/extra/ptc/demos/Makefile.fpc @@ -19,3 +19,6 @@ fpcdir=../../../.. packages=hermes ptc packages_linux=x11 packages_freebsd=x11 + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/ptc/examples/Makefile.fpc b/packages/extra/ptc/examples/Makefile.fpc index e5c8b621a3..5301f107bb 100644 --- a/packages/extra/ptc/examples/Makefile.fpc +++ b/packages/extra/ptc/examples/Makefile.fpc @@ -20,3 +20,6 @@ fpcdir=../../../.. packages=hermes ptc packages_linux=x11 packages_freebsd=x11 + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/rexx/Makefile b/packages/extra/rexx/Makefile index eed03ba367..985961bcde 100644 --- a/packages/extra/rexx/Makefile +++ b/packages/extra/rexx/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2266,3 +2266,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/rexx/Makefile.fpc b/packages/extra/rexx/Makefile.fpc index cf9a11ae2c..1555f06434 100644 --- a/packages/extra/rexx/Makefile.fpc +++ b/packages/extra/rexx/Makefile.fpc @@ -16,3 +16,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/rexx/test/Makefile b/packages/extra/rexx/test/Makefile index 0a133453cb..830b24a954 100644 --- a/packages/extra/rexx/test/Makefile +++ b/packages/extra/rexx/test/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1898,3 +1898,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/rexx/test/Makefile.fpc b/packages/extra/rexx/test/Makefile.fpc index 60e69ca3a9..ced56b35f7 100644 --- a/packages/extra/rexx/test/Makefile.fpc +++ b/packages/extra/rexx/test/Makefile.fpc @@ -15,3 +15,6 @@ fpcpackage=y fpcdir=../../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/sndfile/Makefile.fpc b/packages/extra/sndfile/Makefile.fpc index dffe4eb627..99db04d40f 100644 --- a/packages/extra/sndfile/Makefile.fpc +++ b/packages/extra/sndfile/Makefile.fpc @@ -19,3 +19,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/svgalib/Makefile b/packages/extra/svgalib/Makefile index 7dd0b950fd..bd205003e7 100644 --- a/packages/extra/svgalib/Makefile +++ b/packages/extra/svgalib/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2105,3 +2105,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/svgalib/Makefile.fpc b/packages/extra/svgalib/Makefile.fpc index 76c0e62174..4ac8414c0e 100644 --- a/packages/extra/svgalib/Makefile.fpc +++ b/packages/extra/svgalib/Makefile.fpc @@ -18,3 +18,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/syslog/Makefile b/packages/extra/syslog/Makefile index cd13430a82..d42f0c2276 100644 --- a/packages/extra/syslog/Makefile +++ b/packages/extra/syslog/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2105,3 +2105,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/syslog/Makefile.fpc b/packages/extra/syslog/Makefile.fpc index a713f1a356..a648c3cb5e 100644 --- a/packages/extra/syslog/Makefile.fpc +++ b/packages/extra/syslog/Makefile.fpc @@ -18,3 +18,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/tcl/Makefile b/packages/extra/tcl/Makefile index 2ef500d6c8..10fa984b36 100644 --- a/packages/extra/tcl/Makefile +++ b/packages/extra/tcl/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2854,3 +2854,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/tcl/Makefile.fpc b/packages/extra/tcl/Makefile.fpc index 55f30f56d9..023eabce18 100644 --- a/packages/extra/tcl/Makefile.fpc +++ b/packages/extra/tcl/Makefile.fpc @@ -21,3 +21,6 @@ fpcdir=../../.. [shared] build=n + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/univint/Makefile b/packages/extra/univint/Makefile index d626280ead..af2c85b9f7 100644 --- a/packages/extra/univint/Makefile +++ b/packages/extra/univint/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded diff --git a/packages/extra/unixutil/Makefile b/packages/extra/unixutil/Makefile index 39e89b0469..1d8d7778f4 100644 --- a/packages/extra/unixutil/Makefile +++ b/packages/extra/unixutil/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2911,3 +2911,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/unixutil/Makefile.fpc b/packages/extra/unixutil/Makefile.fpc index 6cc6b8726a..e200a5ed70 100644 --- a/packages/extra/unixutil/Makefile.fpc +++ b/packages/extra/unixutil/Makefile.fpc @@ -19,3 +19,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/unzip/Makefile b/packages/extra/unzip/Makefile index b35f90bf86..02a86eb02b 100644 --- a/packages/extra/unzip/Makefile +++ b/packages/extra/unzip/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1897,3 +1897,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/unzip/Makefile.fpc b/packages/extra/unzip/Makefile.fpc index d3bd43d690..d1829c2734 100644 --- a/packages/extra/unzip/Makefile.fpc +++ b/packages/extra/unzip/Makefile.fpc @@ -16,3 +16,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/utmp/Makefile b/packages/extra/utmp/Makefile index 71bd46f931..4c4f43fb13 100644 --- a/packages/extra/utmp/Makefile +++ b/packages/extra/utmp/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2068,3 +2068,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/utmp/Makefile.fpc b/packages/extra/utmp/Makefile.fpc index 44fce8260b..d7ffc0c0b6 100644 --- a/packages/extra/utmp/Makefile.fpc +++ b/packages/extra/utmp/Makefile.fpc @@ -15,3 +15,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/uuid/Makefile b/packages/extra/uuid/Makefile index 24357d4ad4..83c4e0cbc0 100644 --- a/packages/extra/uuid/Makefile +++ b/packages/extra/uuid/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2068,5 +2068,6 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: testuid$(EXEEXT): testuid.pp uuid$(PPUEXT) testlibuid$(EXEEXT): testlibuid.pp libuuid$(PPUEXT) diff --git a/packages/extra/uuid/Makefile.fpc b/packages/extra/uuid/Makefile.fpc index 2381c59c38..f280bf96e8 100644 --- a/packages/extra/uuid/Makefile.fpc +++ b/packages/extra/uuid/Makefile.fpc @@ -21,6 +21,7 @@ fpcpackage=y fpcdir=../../.. [rules] +.NOTPARALLEL: testuid$(EXEEXT): testuid.pp uuid$(PPUEXT) testlibuid$(EXEEXT): testlibuid.pp libuuid$(PPUEXT) diff --git a/packages/extra/winunits/Makefile b/packages/extra/winunits/Makefile index f7bcd2ef2e..5e9a6f7bf8 100644 --- a/packages/extra/winunits/Makefile +++ b/packages/extra/winunits/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2375,3 +2375,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/winunits/Makefile.fpc b/packages/extra/winunits/Makefile.fpc index 821d1dfc6a..bc9e21d00d 100644 --- a/packages/extra/winunits/Makefile.fpc +++ b/packages/extra/winunits/Makefile.fpc @@ -57,3 +57,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/x11/Makefile b/packages/extra/x11/Makefile index 7156acd53a..e66decd190 100644 --- a/packages/extra/x11/Makefile +++ b/packages/extra/x11/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1936,3 +1936,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/x11/Makefile.fpc b/packages/extra/x11/Makefile.fpc index 757cefdc29..749deecd9b 100644 --- a/packages/extra/x11/Makefile.fpc +++ b/packages/extra/x11/Makefile.fpc @@ -20,3 +20,6 @@ fpcdir=../../.. [shared] build=n + +[rules] +.NOTPARALLEL: diff --git a/packages/extra/zlib/Makefile b/packages/extra/zlib/Makefile index a4bd22d98e..b1fa50d0d5 100644 --- a/packages/extra/zlib/Makefile +++ b/packages/extra/zlib/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1934,3 +1934,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/packages/extra/zlib/Makefile.fpc b/packages/extra/zlib/Makefile.fpc index 29d642ddcb..221c54eca2 100644 --- a/packages/extra/zlib/Makefile.fpc +++ b/packages/extra/zlib/Makefile.fpc @@ -17,3 +17,6 @@ fpcpackage=y [default] fpcdir=../../.. + +[rules] +.NOTPARALLEL: diff --git a/rtl/Makefile b/rtl/Makefile index 9535c887d7..24e295fc87 100644 --- a/rtl/Makefile +++ b/rtl/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2656,3 +2656,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/rtl/Makefile.fpc b/rtl/Makefile.fpc index 7ef654b3e8..1346070abf 100644 --- a/rtl/Makefile.fpc +++ b/rtl/Makefile.fpc @@ -36,3 +36,6 @@ createpackagefpc=y [default] fpcdir=.. + +[rules] +.NOTPARALLEL: diff --git a/rtl/amiga/Makefile b/rtl/amiga/Makefile index 4bb0989d95..ac50b4edc1 100644 --- a/rtl/amiga/Makefile +++ b/rtl/amiga/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2287,6 +2287,7 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: include $(INC)/makefile.inc SYSINCDEPS=$(addprefix $(INC)/,$(SYSINCNAMES)) include $(PROCINC)/makefile.cpu diff --git a/rtl/amiga/Makefile.fpc b/rtl/amiga/Makefile.fpc index 870f138a7e..394c3a5ef8 100644 --- a/rtl/amiga/Makefile.fpc +++ b/rtl/amiga/Makefile.fpc @@ -55,6 +55,7 @@ OBJPASDIR=$(RTL)/objpas GRAPHDIR=$(INC)/graph [rules] +.NOTPARALLEL: # Get the system independent include file names. # This will set the following variables : # SYSINCNAMES diff --git a/rtl/beos/Makefile b/rtl/beos/Makefile index 7b6fb21053..17b0d4462e 100644 --- a/rtl/beos/Makefile +++ b/rtl/beos/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2286,6 +2286,7 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: include $(INC)/makefile.inc SYSINCDEPS=$(addprefix $(INC)/,$(SYSINCNAMES)) include $(PROCINC)/makefile.cpu diff --git a/rtl/beos/Makefile.fpc b/rtl/beos/Makefile.fpc index 139a736183..7bba06f05e 100644 --- a/rtl/beos/Makefile.fpc +++ b/rtl/beos/Makefile.fpc @@ -50,6 +50,7 @@ OBJPASDIR=$(RTL)/objpas GRAPHDIR=$(INC)/graph [rules] +.NOTPARALLEL: # Get the system independent include file names. # This will set the following variables : # SYSINCNAMES diff --git a/rtl/darwin/Makefile b/rtl/darwin/Makefile index d2a259c4c5..dae0c08713 100644 --- a/rtl/darwin/Makefile +++ b/rtl/darwin/Makefile @@ -1,8 +1,8 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2006/12/19] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all -MAKEFILETARGETS=i386-darwin powerpc-darwin +MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded BSDs = freebsd netbsd openbsd darwin UNIXs = linux $(BSDs) solaris qnx LIMIT83fs = go32v2 os2 emx watcom @@ -262,31 +262,619 @@ GRAPHDIR=$(INC)/graph ifndef USELIBGGI USELIBGGI=NO endif +ifeq ($(FULL_TARGET),i386-linux) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),i386-go32v2) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),i386-win32) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),i386-os2) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),i386-freebsd) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),i386-beos) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),i386-netbsd) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),i386-solaris) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),i386-qnx) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),i386-netware) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),i386-openbsd) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),i386-wdosx) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif ifeq ($(FULL_TARGET),i386-darwin) override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd endif +ifeq ($(FULL_TARGET),i386-emx) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),i386-watcom) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),i386-netwlibc) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),i386-wince) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),i386-embedded) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),i386-symbian) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),m68k-linux) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),m68k-freebsd) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),m68k-netbsd) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),m68k-amiga) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),m68k-atari) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),m68k-openbsd) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),m68k-palmos) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),m68k-embedded) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),powerpc-linux) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),powerpc-netbsd) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),powerpc-amiga) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),powerpc-macos) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif ifeq ($(FULL_TARGET),powerpc-darwin) override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd endif +ifeq ($(FULL_TARGET),powerpc-morphos) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),powerpc-embedded) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),sparc-linux) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),sparc-netbsd) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),sparc-solaris) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),sparc-embedded) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),x86_64-linux) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),x86_64-freebsd) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),x86_64-win64) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),x86_64-embedded) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),arm-linux) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),arm-palmos) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),arm-wince) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),arm-gba) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),arm-nds) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),arm-embedded) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),arm-symbian) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),powerpc64-linux) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),powerpc64-embedded) +override TARGET_UNITS+=$(SYSTEMUNIT) unixtype ctypes objpas macpas strings sysctl baseunix unixutil unix initc cmem matrix dynlibs $(CPU_UNITS) dos dl objects printer sockets sysutils typinfo fgl classes math varutils types charset ucomplex getopts heaptrc lineinfo lnfodwrf errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils convutils stdconvs sysconst cthreads strutils rtlconsts cwstring bsd +endif +ifeq ($(FULL_TARGET),i386-linux) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),i386-go32v2) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),i386-win32) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),i386-os2) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),i386-freebsd) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),i386-beos) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),i386-netbsd) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),i386-solaris) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),i386-qnx) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),i386-netware) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),i386-openbsd) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),i386-wdosx) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif ifeq ($(FULL_TARGET),i386-darwin) override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts endif +ifeq ($(FULL_TARGET),i386-emx) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),i386-watcom) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),i386-netwlibc) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),i386-wince) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),i386-embedded) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),i386-symbian) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),m68k-linux) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),m68k-freebsd) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),m68k-netbsd) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),m68k-amiga) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),m68k-atari) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),m68k-openbsd) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),m68k-palmos) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),m68k-embedded) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),powerpc-linux) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),powerpc-netbsd) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),powerpc-amiga) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),powerpc-macos) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif ifeq ($(FULL_TARGET),powerpc-darwin) override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts endif +ifeq ($(FULL_TARGET),powerpc-morphos) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),powerpc-embedded) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),sparc-linux) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),sparc-netbsd) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),sparc-solaris) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),sparc-embedded) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),x86_64-linux) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),x86_64-freebsd) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),x86_64-win64) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),x86_64-embedded) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),arm-linux) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),arm-palmos) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),arm-wince) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),arm-gba) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),arm-nds) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),arm-embedded) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),arm-symbian) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),powerpc64-linux) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif +ifeq ($(FULL_TARGET),powerpc64-embedded) +override TARGET_RSTS+=math varutils typinfo classes variants dateutils sysconst rtlconsts +endif override INSTALL_FPCPACKAGE=y +ifeq ($(FULL_TARGET),i386-linux) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),i386-go32v2) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),i386-win32) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),i386-os2) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),i386-freebsd) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),i386-beos) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),i386-netbsd) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),i386-solaris) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),i386-qnx) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),i386-netware) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),i386-openbsd) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),i386-wdosx) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif ifeq ($(FULL_TARGET),i386-darwin) override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) endif +ifeq ($(FULL_TARGET),i386-emx) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),i386-watcom) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),i386-netwlibc) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),i386-wince) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),i386-embedded) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),i386-symbian) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),m68k-linux) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),m68k-freebsd) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),m68k-netbsd) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),m68k-amiga) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),m68k-atari) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),m68k-openbsd) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),m68k-palmos) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),m68k-embedded) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),powerpc-linux) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),powerpc-netbsd) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),powerpc-amiga) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),powerpc-macos) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif ifeq ($(FULL_TARGET),powerpc-darwin) override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) endif +ifeq ($(FULL_TARGET),powerpc-morphos) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),powerpc-embedded) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),sparc-linux) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),sparc-netbsd) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),sparc-solaris) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),sparc-embedded) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),x86_64-linux) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),x86_64-freebsd) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),x86_64-win64) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),x86_64-embedded) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),arm-linux) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),arm-palmos) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),arm-wince) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),arm-gba) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),arm-nds) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),arm-embedded) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),arm-symbian) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),powerpc64-linux) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),powerpc64-embedded) +override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC) +endif +ifeq ($(FULL_TARGET),i386-linux) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),i386-go32v2) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),i386-win32) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),i386-os2) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),i386-freebsd) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),i386-beos) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),i386-netbsd) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),i386-solaris) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),i386-qnx) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),i386-netware) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),i386-openbsd) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),i386-wdosx) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif ifeq ($(FULL_TARGET),i386-darwin) override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) endif +ifeq ($(FULL_TARGET),i386-emx) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),i386-watcom) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),i386-netwlibc) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),i386-wince) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),i386-embedded) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),i386-symbian) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),m68k-linux) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),m68k-freebsd) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),m68k-netbsd) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),m68k-amiga) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),m68k-atari) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),m68k-openbsd) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),m68k-palmos) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),m68k-embedded) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),powerpc-linux) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),powerpc-netbsd) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),powerpc-amiga) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),powerpc-macos) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif ifeq ($(FULL_TARGET),powerpc-darwin) override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) endif +ifeq ($(FULL_TARGET),powerpc-morphos) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),powerpc-embedded) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),sparc-linux) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),sparc-netbsd) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),sparc-solaris) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),sparc-embedded) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),x86_64-linux) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),x86_64-freebsd) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),x86_64-win64) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),x86_64-embedded) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),arm-linux) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),arm-palmos) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),arm-wince) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),arm-gba) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),arm-nds) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),arm-embedded) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),arm-symbian) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),powerpc64-linux) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif +ifeq ($(FULL_TARGET),powerpc64-embedded) +override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(COMMON) +endif ifdef REQUIRE_UNITSDIR override UNITSDIR+=$(REQUIRE_UNITSDIR) endif @@ -613,6 +1201,10 @@ EXEEXT=.gba SHAREDLIBEXT=.so SHORTSUFFIX=gba endif +ifeq ($(OS_TARGET),symbian) +SHAREDLIBEXT=.dll +SHORTSUFFIX=symbian +endif else ifeq ($(OS_TARGET),go32v1) PPUEXT=.pp1 @@ -1140,6 +1732,13 @@ ifeq ($(CPU_TARGET),i386) override FPCOPT+=-Aas endif endif +ifeq ($(findstring 2.0.,$(FPC_VERSION)),) +ifeq ($(OS_TARGET),linux) +ifeq ($(CPU_TARGET),x86_64) +override FPCOPT+=-Cg +endif +endif +endif ifdef LINKSHARED endif ifdef OPT diff --git a/rtl/embedded/Makefile.fpc b/rtl/embedded/Makefile.fpc index a1e96c2f37..775b2befbe 100644 --- a/rtl/embedded/Makefile.fpc +++ b/rtl/embedded/Makefile.fpc @@ -38,7 +38,8 @@ COMMON=$(RTL)/common PROCINC=$(RTL)/$(CPU_TARGET) UNITPREFIX=rtl SYSTEMUNIT=system -override FPCOPT+=@rtl.cfg +override FPCOPT+= +rtl.cfg ifdef RELEASE override FPCOPT+=-Ur @@ -49,6 +50,7 @@ OBJPASDIR=$(RTL)/objpas GRAPHDIR=$(INC)/graph [rules] +.NOTPARALLEL: # Get the system independent include file names. # This will set the following variables : # SYSINCNAMES diff --git a/rtl/emx/Makefile b/rtl/emx/Makefile index c356ffe892..fd7f481841 100644 --- a/rtl/emx/Makefile +++ b/rtl/emx/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2291,6 +2291,7 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: include $(INC)/makefile.inc SYSINCDEPS=$(addprefix $(INC)/,$(SYSINCNAMES)) include $(PROCINC)/makefile.cpu diff --git a/rtl/emx/Makefile.fpc b/rtl/emx/Makefile.fpc index 73763bd0ff..6279d1cf77 100644 --- a/rtl/emx/Makefile.fpc +++ b/rtl/emx/Makefile.fpc @@ -59,6 +59,7 @@ OBJPASDIR=$(RTL)/objpas GRAPHDIR=$(INC)/graph [rules] +.NOTPARALLEL: # Get the system independent include file names. # This will set the following variables : # SYSINCNAMES diff --git a/rtl/freebsd/Makefile b/rtl/freebsd/Makefile index 9cfa3f27b2..78105f08cf 100644 --- a/rtl/freebsd/Makefile +++ b/rtl/freebsd/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2301,6 +2301,7 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: include $(INC)/makefile.inc SYSINCDEPS=$(addprefix $(INC)/,$(SYSINCNAMES)) include $(PROCINC)/makefile.cpu diff --git a/rtl/freebsd/Makefile.fpc b/rtl/freebsd/Makefile.fpc index f1ec5602d4..2ce3e43489 100644 --- a/rtl/freebsd/Makefile.fpc +++ b/rtl/freebsd/Makefile.fpc @@ -84,6 +84,7 @@ endif OBJPASDIR=$(RTL)/objpas [rules] +.NOTPARALLEL: # Get the system independent include file names. # This will set the following variables : # SYSINCNAMES diff --git a/rtl/gba/Makefile b/rtl/gba/Makefile index 59aba2244d..98d602cf24 100644 --- a/rtl/gba/Makefile +++ b/rtl/gba/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2134,6 +2134,7 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: include $(INC)/makefile.inc SYSINCDEPS=$(addprefix $(INC)/,$(SYSINCNAMES)) include $(PROCINC)/makefile.cpu diff --git a/rtl/gba/Makefile.fpc b/rtl/gba/Makefile.fpc index 98d6656968..d6da3a7e1e 100644 --- a/rtl/gba/Makefile.fpc +++ b/rtl/gba/Makefile.fpc @@ -54,6 +54,7 @@ OBJPASDIR=$(RTL)/objpas GRAPHDIR=$(INC)/graph [rules] +.NOTPARALLEL: # Get the system independent include file names. # This will set the following variables : # SYSINCNAMES diff --git a/rtl/go32v2/Makefile b/rtl/go32v2/Makefile index d89dae5ab5..dd89f7e5be 100644 --- a/rtl/go32v2/Makefile +++ b/rtl/go32v2/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2291,6 +2291,7 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: include $(INC)/makefile.inc SYSINCDEPS=$(addprefix $(INC)/,$(SYSINCNAMES)) include $(PROCINC)/makefile.cpu diff --git a/rtl/go32v2/Makefile.fpc b/rtl/go32v2/Makefile.fpc index 517411470d..d0ed624b24 100644 --- a/rtl/go32v2/Makefile.fpc +++ b/rtl/go32v2/Makefile.fpc @@ -48,6 +48,7 @@ ifdef NO_EXCEPTIONS_IN_SYSTEM override FPCOPT+=-dNO_EXCEPTIONS_IN_SYSTEM endif [rules] +.NOTPARALLEL: # Get the system independent include file names. # This will set the following variables : # SYSINCNAMES diff --git a/rtl/linux/Makefile b/rtl/linux/Makefile index afdb7b1afd..3b75c2fadf 100644 --- a/rtl/linux/Makefile +++ b/rtl/linux/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2608,6 +2608,7 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: include $(INC)/makefile.inc SYSINCDEPS=$(addprefix $(INC)/,$(SYSINCNAMES)) include $(PROCINC)/makefile.cpu diff --git a/rtl/linux/Makefile.fpc b/rtl/linux/Makefile.fpc index ae61502c3b..fbe36d61e1 100644 --- a/rtl/linux/Makefile.fpc +++ b/rtl/linux/Makefile.fpc @@ -85,6 +85,7 @@ endif OBJPASDIR=$(RTL)/objpas [rules] +.NOTPARALLEL: # Get the $(SYSTEMUNIT) independent include file names. # This will set the following variables : # SYSINCNAMES diff --git a/rtl/macos/Makefile b/rtl/macos/Makefile index 23e5914d78..6cf137d152 100644 --- a/rtl/macos/Makefile +++ b/rtl/macos/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1957,6 +1957,7 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: include $(INC)/makefile.inc SYSINCDEPS=$(addprefix $(INC)/,$(SYSINCNAMES)) include $(PROCINC)/makefile.cpu diff --git a/rtl/macos/Makefile.fpc b/rtl/macos/Makefile.fpc index 3785cfcfea..d570771994 100644 --- a/rtl/macos/Makefile.fpc +++ b/rtl/macos/Makefile.fpc @@ -55,6 +55,7 @@ OBJPASDIR=$(RTL)/objpas GRAPHDIR=$(INC)/graph [rules] +.NOTPARALLEL: # Get the system independent include file names. # This will set the following variables : # SYSINCNAMES diff --git a/rtl/morphos/Makefile b/rtl/morphos/Makefile index c943f9264f..8b4c899b0d 100644 --- a/rtl/morphos/Makefile +++ b/rtl/morphos/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -246,157 +246,157 @@ endif OBJPASDIR=$(RTL)/objpas GRAPHDIR=$(INC)/graph ifeq ($(FULL_TARGET),i386-linux) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),i386-go32v2) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),i386-win32) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),i386-os2) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),i386-freebsd) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),i386-beos) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),i386-netbsd) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),i386-solaris) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),i386-qnx) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),i386-netware) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),i386-openbsd) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),i386-wdosx) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),i386-darwin) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),i386-emx) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),i386-watcom) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),i386-netwlibc) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),i386-wince) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),i386-embedded) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),i386-symbian) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),m68k-linux) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),m68k-freebsd) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),m68k-netbsd) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),m68k-amiga) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),m68k-atari) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),m68k-openbsd) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),m68k-palmos) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),m68k-embedded) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),powerpc-linux) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),powerpc-netbsd) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),powerpc-amiga) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),powerpc-macos) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),powerpc-darwin) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),powerpc-morphos) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),powerpc-embedded) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),sparc-linux) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),sparc-netbsd) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),sparc-solaris) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),sparc-embedded) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),x86_64-linux) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),x86_64-freebsd) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),x86_64-win64) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),x86_64-embedded) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),arm-linux) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),arm-palmos) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),arm-wince) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),arm-gba) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),arm-nds) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),arm-embedded) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),arm-symbian) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),powerpc64-linux) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),powerpc64-embedded) -override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui clipboard datatypes asl ahi tinygl get9 muihelper rsts=math rtlconsts varutils typinfo variants classes sysconst dateutil +override TARGET_UNITS+=$(SYSTEMUNIT) objpas macpas strings dos heaptrc sysutils classes fgl strutils math typinfo varutils charset ucomplex getopts matrix fmtbcd variants types rtlconsts sysconst dateutil objects exec timer doslib utility hardware inputevent graphics layers intuition aboxlib mui kvm video keyboard mouse clipboard datatypes asl ahi tinygl get9 muihelper endif ifeq ($(FULL_TARGET),i386-linux) override TARGET_LOADERS+=prt0 @@ -551,6 +551,159 @@ endif ifeq ($(FULL_TARGET),powerpc64-embedded) override TARGET_LOADERS+=prt0 endif +ifeq ($(FULL_TARGET),i386-linux) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),i386-go32v2) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),i386-win32) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),i386-os2) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),i386-freebsd) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),i386-beos) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),i386-netbsd) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),i386-solaris) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),i386-qnx) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),i386-netware) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),i386-openbsd) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),i386-wdosx) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),i386-darwin) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),i386-emx) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),i386-watcom) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),i386-netwlibc) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),i386-wince) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),i386-embedded) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),i386-symbian) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),m68k-linux) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),m68k-freebsd) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),m68k-netbsd) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),m68k-amiga) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),m68k-atari) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),m68k-openbsd) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),m68k-palmos) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),m68k-embedded) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),powerpc-linux) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),powerpc-netbsd) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),powerpc-amiga) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),powerpc-macos) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),powerpc-darwin) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),powerpc-morphos) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),powerpc-embedded) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),sparc-linux) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),sparc-netbsd) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),sparc-solaris) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),sparc-embedded) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),x86_64-linux) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),x86_64-freebsd) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),x86_64-win64) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),x86_64-embedded) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),arm-linux) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),arm-palmos) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),arm-wince) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),arm-gba) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),arm-nds) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),arm-embedded) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),arm-symbian) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),powerpc64-linux) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif +ifeq ($(FULL_TARGET),powerpc64-embedded) +override TARGET_RSTS+=math rtlconsts varutils typinfo variants classes sysconst dateutil +endif override INSTALL_FPCPACKAGE=y ifeq ($(FULL_TARGET),i386-linux) override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) @@ -2134,6 +2287,7 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: include $(INC)/makefile.inc SYSINCDEPS=$(addprefix $(INC)/,$(SYSINCNAMES)) include $(PROCINC)/makefile.cpu @@ -2206,3 +2360,7 @@ mui$(PPUEXT): mui.pas exec$(PPUEXT) utility$(PPUEXT) intuition$(PPUEXT) graphics tinygl$(PPUEXT): tinygl.pp exec$(PPUEXT) get9$(PPUEXT): get9.pas exec$(PPUEXT) muihelper$(PPUEXT): muihelper.pas intuition$(PPUEXT) mui$(PPUEXT) doslib$(PPUEXT) utility$(PPUEXT) +kvm$(PPUEXT) : kvm.pp +video$(PPUEXT) : video.pp +mouse$(PPUEXT) : mouse.pp +keyboard$(PPUEXT) : keyboard.pp diff --git a/rtl/morphos/Makefile.fpc b/rtl/morphos/Makefile.fpc index 95fae54eea..0f0d0bbfc6 100644 --- a/rtl/morphos/Makefile.fpc +++ b/rtl/morphos/Makefile.fpc @@ -56,6 +56,7 @@ OBJPASDIR=$(RTL)/objpas GRAPHDIR=$(INC)/graph [rules] +.NOTPARALLEL: # Get the system independent include file names. # This will set the following variables : # SYSINCNAMES diff --git a/rtl/nds/Makefile b/rtl/nds/Makefile index 8e7d174d7e..157cf78331 100644 --- a/rtl/nds/Makefile +++ b/rtl/nds/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2134,6 +2134,7 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: include $(INC)/makefile.inc SYSINCDEPS=$(addprefix $(INC)/,$(SYSINCNAMES)) include $(PROCINC)/makefile.cpu diff --git a/rtl/nds/Makefile.fpc b/rtl/nds/Makefile.fpc index f0435d80b3..c880e41243 100644 --- a/rtl/nds/Makefile.fpc +++ b/rtl/nds/Makefile.fpc @@ -53,7 +53,8 @@ endif OBJPASDIR=$(RTL)/objpas GRAPHDIR=$(INC)/graph -[rules] +[rules] +.NOTPARALLEL: # Get the system independent include file names. # This will set the following variables : # SYSINCNAMES diff --git a/rtl/netbsd/Makefile b/rtl/netbsd/Makefile index ecdb9c0f24..d10f43fde2 100644 --- a/rtl/netbsd/Makefile +++ b/rtl/netbsd/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2301,6 +2301,7 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: include $(INC)/makefile.inc SYSINCDEPS=$(addprefix $(INC)/,$(SYSINCNAMES)) include $(PROCINC)/makefile.cpu diff --git a/rtl/netbsd/Makefile.fpc b/rtl/netbsd/Makefile.fpc index 0d8c5f971a..0c98763659 100644 --- a/rtl/netbsd/Makefile.fpc +++ b/rtl/netbsd/Makefile.fpc @@ -90,6 +90,7 @@ endif [rules] +.NOTPARALLEL: # Get the system independent include file names. # This will set the following variables : # SYSINCNAMES diff --git a/rtl/netware/Makefile b/rtl/netware/Makefile index 5cce255639..947b318aa3 100644 --- a/rtl/netware/Makefile +++ b/rtl/netware/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2293,6 +2293,7 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: SYSTEMPPU=$(addsuffix $(PPUEXT),$(SYSTEMUNIT)) include $(INC)/makefile.inc SYSINCDEPS=$(addprefix $(INC)/,$(SYSINCNAMES)) diff --git a/rtl/netware/Makefile.fpc b/rtl/netware/Makefile.fpc index 40fc2f7d37..1b47b904d1 100644 --- a/rtl/netware/Makefile.fpc +++ b/rtl/netware/Makefile.fpc @@ -76,6 +76,7 @@ tli.imp vollib.imp ws2_32.imp ws2nlm.imp unicode.imp [rules] +.NOTPARALLEL: SYSTEMPPU=$(addsuffix $(PPUEXT),$(SYSTEMUNIT)) # Get the system independent include file names. diff --git a/rtl/netwlibc/Makefile b/rtl/netwlibc/Makefile index f0f95011e8..372f2da0d2 100644 --- a/rtl/netwlibc/Makefile +++ b/rtl/netwlibc/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2288,6 +2288,7 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: SYSTEMPPU=$(addsuffix $(PPUEXT),$(SYSTEMUNIT)) include $(INC)/makefile.inc SYSINCDEPS=$(addprefix $(INC)/,$(SYSINCNAMES)) diff --git a/rtl/netwlibc/Makefile.fpc b/rtl/netwlibc/Makefile.fpc index b942f9b80b..cbc3d3937e 100644 --- a/rtl/netwlibc/Makefile.fpc +++ b/rtl/netwlibc/Makefile.fpc @@ -73,6 +73,7 @@ OBJPASDIR=$(RTL)/objpas override BINUTILSPREFIX=$(CPU_TARGET)-netware- [rules] +.NOTPARALLEL: SYSTEMPPU=$(addsuffix $(PPUEXT),$(SYSTEMUNIT)) # Get the system independent include file names. diff --git a/rtl/openbsd/Makefile.fpc b/rtl/openbsd/Makefile.fpc index dca65e08bd..66e1edd6e7 100644 --- a/rtl/openbsd/Makefile.fpc +++ b/rtl/openbsd/Makefile.fpc @@ -88,6 +88,7 @@ endif [rules] +.NOTPARALLEL: # Get the system independent include file names. # This will set the following variables : # SYSINCNAMES diff --git a/rtl/os2/Makefile b/rtl/os2/Makefile index 07290f2a50..8db41c3d52 100644 --- a/rtl/os2/Makefile +++ b/rtl/os2/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2291,6 +2291,7 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: include $(INC)/makefile.inc SYSINCDEPS=$(addprefix $(INC)/,$(SYSINCNAMES)) include $(PROCINC)/makefile.cpu diff --git a/rtl/os2/Makefile.fpc b/rtl/os2/Makefile.fpc index d85703a38a..8b6d2ea837 100644 --- a/rtl/os2/Makefile.fpc +++ b/rtl/os2/Makefile.fpc @@ -59,6 +59,7 @@ OBJPASDIR=$(RTL)/objpas GRAPHDIR=$(INC)/graph [rules] +.NOTPARALLEL: # Get the system independent include file names. # This will set the following variables : # SYSINCNAMES diff --git a/rtl/palmos/Makefile b/rtl/palmos/Makefile index a07bb93153..e1441c825a 100644 --- a/rtl/palmos/Makefile +++ b/rtl/palmos/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2134,6 +2134,7 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: SYSTEMPPU=syspalm.ppu include $(INC)/makefile.inc SYSINCDEPS=$(addprefix $(INC)/,$(SYSINCNAMES)) diff --git a/rtl/palmos/Makefile.fpc b/rtl/palmos/Makefile.fpc index 739f0c5aea..8f34caf1b2 100644 --- a/rtl/palmos/Makefile.fpc +++ b/rtl/palmos/Makefile.fpc @@ -66,6 +66,7 @@ GRAPHDIR=$(INC)/graph [rules] +.NOTPARALLEL: SYSTEMPPU=syspalm.ppu # Get the system independent include file names. diff --git a/rtl/solaris/Makefile b/rtl/solaris/Makefile index da01ffcc09..cadcfe0d4e 100644 --- a/rtl/solaris/Makefile +++ b/rtl/solaris/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2113,6 +2113,7 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: include $(INC)/makefile.inc SYSINCDEPS=$(addprefix $(INC)/,$(SYSINCNAMES)) include $(PROCINC)/makefile.cpu diff --git a/rtl/solaris/Makefile.fpc b/rtl/solaris/Makefile.fpc index 8e05c98f1c..58208c2b98 100644 --- a/rtl/solaris/Makefile.fpc +++ b/rtl/solaris/Makefile.fpc @@ -88,6 +88,7 @@ endif [rules] +.NOTPARALLEL: # Get the system independent include file names. # This will set the following variables : # SYSINCNAMES diff --git a/rtl/symbian/Makefile b/rtl/symbian/Makefile index 57f1b807d0..4952576d57 100644 --- a/rtl/symbian/Makefile +++ b/rtl/symbian/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1398,3 +1398,4 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: diff --git a/rtl/symbian/Makefile.fpc b/rtl/symbian/Makefile.fpc index f9042443aa..9e6dbc7fb2 100644 --- a/rtl/symbian/Makefile.fpc +++ b/rtl/symbian/Makefile.fpc @@ -5,3 +5,6 @@ [package] main=rtl + +[rules] +.NOTPARALLEL: diff --git a/rtl/watcom/Makefile.fpc b/rtl/watcom/Makefile.fpc index a7604f73ac..c4b603d41b 100644 --- a/rtl/watcom/Makefile.fpc +++ b/rtl/watcom/Makefile.fpc @@ -65,6 +65,7 @@ override FPCOPT+=-dNO_EXCEPTIONS_IN_SYSTEM [rules] +.NOTPARALLEL: # Get the system independent include file names. # This will set the following variables : # SYSINCNAMES diff --git a/rtl/win32/Makefile b/rtl/win32/Makefile index 358c5a661d..84853f1c28 100644 --- a/rtl/win32/Makefile +++ b/rtl/win32/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2291,6 +2291,7 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: SYSTEMPPU=$(addsuffix $(PPUEXT),system) include $(INC)/makefile.inc SYSINCDEPS=$(addprefix $(INC)/,$(SYSINCNAMES)) diff --git a/rtl/win32/Makefile.fpc b/rtl/win32/Makefile.fpc index 097292eee5..35699207dd 100644 --- a/rtl/win32/Makefile.fpc +++ b/rtl/win32/Makefile.fpc @@ -65,6 +65,7 @@ WINDOWS_SOURCE_FILES=$(addprefix $(WININC)/,$(addsuffix .inc,$(WINDOWS_FILES))) [rules] +.NOTPARALLEL: SYSTEMPPU=$(addsuffix $(PPUEXT),system) # Get the system independent include file names. diff --git a/rtl/win64/Makefile b/rtl/win64/Makefile index d755702a6c..fa9efdf655 100644 --- a/rtl/win64/Makefile +++ b/rtl/win64/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -2287,6 +2287,7 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: SYSTEMPPU=$(addsuffix $(PPUEXT),system) include $(INC)/makefile.inc SYSINCDEPS=$(addprefix $(INC)/,$(SYSINCNAMES)) diff --git a/rtl/win64/Makefile.fpc b/rtl/win64/Makefile.fpc index d6b7e0d74f..737692e4a3 100644 --- a/rtl/win64/Makefile.fpc +++ b/rtl/win64/Makefile.fpc @@ -69,6 +69,7 @@ WINDOWS_SOURCE_FILES=$(addprefix $(WININC)/,$(addsuffix .inc,$(WINDOWS_FILES))) [rules] +.NOTPARALLEL: SYSTEMPPU=$(addsuffix $(PPUEXT),system) # Get the system independent include file names. diff --git a/rtl/wince/Makefile b/rtl/wince/Makefile index 6db3964a01..8b716af149 100644 --- a/rtl/wince/Makefile +++ b/rtl/wince/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/18] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/01/25] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-embedded @@ -1958,6 +1958,7 @@ makefiles: fpc_makefiles ifneq ($(wildcard fpcmake.loc),) include fpcmake.loc endif +.NOTPARALLEL: SYSTEMPPU=$(addsuffix $(PPUEXT),$(SYSTEMUNIT)) include $(INC)/makefile.inc SYSINCDEPS=$(addprefix $(INC)/,$(SYSINCNAMES)) diff --git a/rtl/wince/Makefile.fpc b/rtl/wince/Makefile.fpc index 57081a8487..55a2a7cf4d 100644 --- a/rtl/wince/Makefile.fpc +++ b/rtl/wince/Makefile.fpc @@ -74,6 +74,7 @@ WINDOWS_SOURCE_FILES=$(addprefix $(WININC)/,$(addsuffix .inc,$(WINDOWS_FILES))) [rules] +.NOTPARALLEL: SYSTEMPPU=$(addsuffix $(PPUEXT),$(SYSTEMUNIT)) # Get the system independent include file names.