mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:09:42 +02:00
* regened makefiles for mysql move in separate commit to ease merging.
git-svn-id: trunk@9923 -
This commit is contained in:
parent
149c56bb55
commit
227a3f9f9f
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2008/01/22]
|
||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2008/01/26]
|
||||
#
|
||||
default: all
|
||||
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-darwin x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-darwin powerpc64-embedded
|
||||
@ -241,163 +241,163 @@ UNITSDIR:=$(wildcard $(FPCDIR)/units/$(OS_TARGET))
|
||||
endif
|
||||
PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages $(FPCDIR)/packages/base $(FPCDIR)/packages/extra)
|
||||
ifeq ($(FULL_TARGET),i386-linux)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process fcl-web fcl-async
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql fcl-web fcl-async
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-go32v2)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-win32)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process winunits-base winunits-jedi fcl-web
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql winunits-base winunits-jedi fcl-web
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-os2)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-freebsd)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process fcl-web fcl-async
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql fcl-web fcl-async
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-beos)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-netbsd)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process fcl-web fcl-async
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql fcl-web fcl-async
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-solaris)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process fcl-web fcl-async
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql fcl-web fcl-async
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-qnx)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-netware)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-openbsd)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process fcl-web fcl-async
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql fcl-web fcl-async
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-wdosx)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-darwin)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process fcl-web fcl-async
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql fcl-web fcl-async
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-emx)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-watcom)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-netwlibc)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-wince)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process fcl-web
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql fcl-web
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-embedded)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-symbian)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-linux)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process fcl-web fcl-async
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql fcl-web fcl-async
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-freebsd)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process fcl-web fcl-async
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql fcl-web fcl-async
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-netbsd)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process fcl-web fcl-async
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql fcl-web fcl-async
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-amiga)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-atari)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-openbsd)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process fcl-web fcl-async
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql fcl-web fcl-async
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-palmos)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-embedded)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc-linux)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process fcl-web fcl-async
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql fcl-web fcl-async
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc-netbsd)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process fcl-web fcl-async
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql fcl-web fcl-async
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc-amiga)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc-macos)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc-darwin)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process fcl-web fcl-async
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql fcl-web fcl-async
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc-morphos)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc-embedded)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),sparc-linux)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process fcl-web fcl-async
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql fcl-web fcl-async
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),sparc-netbsd)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process fcl-web fcl-async
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql fcl-web fcl-async
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),sparc-solaris)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process fcl-web fcl-async
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql fcl-web fcl-async
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),sparc-embedded)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),x86_64-linux)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process fcl-web fcl-async
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql fcl-web fcl-async
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),x86_64-freebsd)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process fcl-web fcl-async
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql fcl-web fcl-async
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),x86_64-darwin)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process fcl-web fcl-async
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql fcl-web fcl-async
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),x86_64-win64)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process winunits-base winunits-jedi fcl-web
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql winunits-base winunits-jedi fcl-web
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),x86_64-embedded)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),arm-linux)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process fcl-web fcl-async
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql fcl-web fcl-async
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),arm-palmos)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),arm-wince)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process fcl-web
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql fcl-web
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),arm-gba)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),arm-nds)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),arm-embedded)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),arm-symbian)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc64-linux)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process fcl-web fcl-async
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql fcl-web fcl-async
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc64-darwin)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process fcl-web fcl-async
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql fcl-web fcl-async
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process
|
||||
override TARGET_DIRS+=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql
|
||||
endif
|
||||
override INSTALL_FPCPACKAGE=y
|
||||
override INSTALL_FPCSUBDIR=packages
|
||||
@ -1496,6 +1496,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_FCL-WEB=1
|
||||
TARGET_DIRS_FCL-ASYNC=1
|
||||
endif
|
||||
@ -1517,6 +1518,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-win32)
|
||||
TARGET_DIRS_BASE=1
|
||||
@ -1536,6 +1538,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_WINUNITS-BASE=1
|
||||
TARGET_DIRS_WINUNITS-JEDI=1
|
||||
TARGET_DIRS_FCL-WEB=1
|
||||
@ -1558,6 +1561,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-freebsd)
|
||||
TARGET_DIRS_BASE=1
|
||||
@ -1577,6 +1581,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_FCL-WEB=1
|
||||
TARGET_DIRS_FCL-ASYNC=1
|
||||
endif
|
||||
@ -1598,6 +1603,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-netbsd)
|
||||
TARGET_DIRS_BASE=1
|
||||
@ -1617,6 +1623,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_FCL-WEB=1
|
||||
TARGET_DIRS_FCL-ASYNC=1
|
||||
endif
|
||||
@ -1638,6 +1645,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_FCL-WEB=1
|
||||
TARGET_DIRS_FCL-ASYNC=1
|
||||
endif
|
||||
@ -1659,6 +1667,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-netware)
|
||||
TARGET_DIRS_BASE=1
|
||||
@ -1678,6 +1687,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-openbsd)
|
||||
TARGET_DIRS_BASE=1
|
||||
@ -1697,6 +1707,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_FCL-WEB=1
|
||||
TARGET_DIRS_FCL-ASYNC=1
|
||||
endif
|
||||
@ -1718,6 +1729,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-darwin)
|
||||
TARGET_DIRS_BASE=1
|
||||
@ -1737,6 +1749,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_FCL-WEB=1
|
||||
TARGET_DIRS_FCL-ASYNC=1
|
||||
endif
|
||||
@ -1758,6 +1771,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-watcom)
|
||||
TARGET_DIRS_BASE=1
|
||||
@ -1777,6 +1791,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-netwlibc)
|
||||
TARGET_DIRS_BASE=1
|
||||
@ -1796,6 +1811,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-wince)
|
||||
TARGET_DIRS_BASE=1
|
||||
@ -1815,6 +1831,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_FCL-WEB=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-embedded)
|
||||
@ -1835,6 +1852,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-symbian)
|
||||
TARGET_DIRS_BASE=1
|
||||
@ -1854,6 +1872,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-linux)
|
||||
TARGET_DIRS_BASE=1
|
||||
@ -1873,6 +1892,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_FCL-WEB=1
|
||||
TARGET_DIRS_FCL-ASYNC=1
|
||||
endif
|
||||
@ -1894,6 +1914,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_FCL-WEB=1
|
||||
TARGET_DIRS_FCL-ASYNC=1
|
||||
endif
|
||||
@ -1915,6 +1936,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_FCL-WEB=1
|
||||
TARGET_DIRS_FCL-ASYNC=1
|
||||
endif
|
||||
@ -1936,6 +1958,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-atari)
|
||||
TARGET_DIRS_BASE=1
|
||||
@ -1955,6 +1978,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-openbsd)
|
||||
TARGET_DIRS_BASE=1
|
||||
@ -1974,6 +1998,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_FCL-WEB=1
|
||||
TARGET_DIRS_FCL-ASYNC=1
|
||||
endif
|
||||
@ -1995,6 +2020,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-embedded)
|
||||
TARGET_DIRS_BASE=1
|
||||
@ -2014,6 +2040,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc-linux)
|
||||
TARGET_DIRS_BASE=1
|
||||
@ -2033,6 +2060,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_FCL-WEB=1
|
||||
TARGET_DIRS_FCL-ASYNC=1
|
||||
endif
|
||||
@ -2054,6 +2082,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_FCL-WEB=1
|
||||
TARGET_DIRS_FCL-ASYNC=1
|
||||
endif
|
||||
@ -2075,6 +2104,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc-macos)
|
||||
TARGET_DIRS_BASE=1
|
||||
@ -2094,6 +2124,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc-darwin)
|
||||
TARGET_DIRS_BASE=1
|
||||
@ -2113,6 +2144,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_FCL-WEB=1
|
||||
TARGET_DIRS_FCL-ASYNC=1
|
||||
endif
|
||||
@ -2134,6 +2166,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc-embedded)
|
||||
TARGET_DIRS_BASE=1
|
||||
@ -2153,6 +2186,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),sparc-linux)
|
||||
TARGET_DIRS_BASE=1
|
||||
@ -2172,6 +2206,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_FCL-WEB=1
|
||||
TARGET_DIRS_FCL-ASYNC=1
|
||||
endif
|
||||
@ -2193,6 +2228,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_FCL-WEB=1
|
||||
TARGET_DIRS_FCL-ASYNC=1
|
||||
endif
|
||||
@ -2214,6 +2250,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_FCL-WEB=1
|
||||
TARGET_DIRS_FCL-ASYNC=1
|
||||
endif
|
||||
@ -2235,6 +2272,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),x86_64-linux)
|
||||
TARGET_DIRS_BASE=1
|
||||
@ -2254,6 +2292,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_FCL-WEB=1
|
||||
TARGET_DIRS_FCL-ASYNC=1
|
||||
endif
|
||||
@ -2275,6 +2314,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_FCL-WEB=1
|
||||
TARGET_DIRS_FCL-ASYNC=1
|
||||
endif
|
||||
@ -2296,6 +2336,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_FCL-WEB=1
|
||||
TARGET_DIRS_FCL-ASYNC=1
|
||||
endif
|
||||
@ -2317,6 +2358,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_WINUNITS-BASE=1
|
||||
TARGET_DIRS_WINUNITS-JEDI=1
|
||||
TARGET_DIRS_FCL-WEB=1
|
||||
@ -2339,6 +2381,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),arm-linux)
|
||||
TARGET_DIRS_BASE=1
|
||||
@ -2358,6 +2401,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_FCL-WEB=1
|
||||
TARGET_DIRS_FCL-ASYNC=1
|
||||
endif
|
||||
@ -2379,6 +2423,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),arm-wince)
|
||||
TARGET_DIRS_BASE=1
|
||||
@ -2398,6 +2443,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_FCL-WEB=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),arm-gba)
|
||||
@ -2418,6 +2464,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),arm-nds)
|
||||
TARGET_DIRS_BASE=1
|
||||
@ -2437,6 +2484,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),arm-embedded)
|
||||
TARGET_DIRS_BASE=1
|
||||
@ -2456,6 +2504,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),arm-symbian)
|
||||
TARGET_DIRS_BASE=1
|
||||
@ -2475,6 +2524,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc64-linux)
|
||||
TARGET_DIRS_BASE=1
|
||||
@ -2494,6 +2544,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_FCL-WEB=1
|
||||
TARGET_DIRS_FCL-ASYNC=1
|
||||
endif
|
||||
@ -2515,6 +2566,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_FCL-WEB=1
|
||||
TARGET_DIRS_FCL-ASYNC=1
|
||||
endif
|
||||
@ -2536,6 +2588,7 @@ TARGET_DIRS_FCL-FPCUNIT=1
|
||||
TARGET_DIRS_FCL-JSON=1
|
||||
TARGET_DIRS_EXTRA=1
|
||||
TARGET_DIRS_FCL-PROCESS=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
endif
|
||||
ifdef TARGET_DIRS_BASE
|
||||
base_all:
|
||||
@ -3302,6 +3355,51 @@ fcl-process:
|
||||
$(MAKE) -C fcl-process all
|
||||
.PHONY: fcl-process_all fcl-process_debug fcl-process_smart fcl-process_release fcl-process_units fcl-process_examples fcl-process_shared fcl-process_install fcl-process_sourceinstall fcl-process_exampleinstall fcl-process_distinstall fcl-process_zipinstall fcl-process_zipsourceinstall fcl-process_zipexampleinstall fcl-process_zipdistinstall fcl-process_clean fcl-process_distclean fcl-process_cleanall fcl-process_info fcl-process_makefiles fcl-process
|
||||
endif
|
||||
ifdef TARGET_DIRS_MYSQL
|
||||
mysql_all:
|
||||
$(MAKE) -C mysql all
|
||||
mysql_debug:
|
||||
$(MAKE) -C mysql debug
|
||||
mysql_smart:
|
||||
$(MAKE) -C mysql smart
|
||||
mysql_release:
|
||||
$(MAKE) -C mysql release
|
||||
mysql_units:
|
||||
$(MAKE) -C mysql units
|
||||
mysql_examples:
|
||||
$(MAKE) -C mysql examples
|
||||
mysql_shared:
|
||||
$(MAKE) -C mysql shared
|
||||
mysql_install:
|
||||
$(MAKE) -C mysql install
|
||||
mysql_sourceinstall:
|
||||
$(MAKE) -C mysql sourceinstall
|
||||
mysql_exampleinstall:
|
||||
$(MAKE) -C mysql exampleinstall
|
||||
mysql_distinstall:
|
||||
$(MAKE) -C mysql distinstall
|
||||
mysql_zipinstall:
|
||||
$(MAKE) -C mysql zipinstall
|
||||
mysql_zipsourceinstall:
|
||||
$(MAKE) -C mysql zipsourceinstall
|
||||
mysql_zipexampleinstall:
|
||||
$(MAKE) -C mysql zipexampleinstall
|
||||
mysql_zipdistinstall:
|
||||
$(MAKE) -C mysql zipdistinstall
|
||||
mysql_clean:
|
||||
$(MAKE) -C mysql clean
|
||||
mysql_distclean:
|
||||
$(MAKE) -C mysql distclean
|
||||
mysql_cleanall:
|
||||
$(MAKE) -C mysql cleanall
|
||||
mysql_info:
|
||||
$(MAKE) -C mysql info
|
||||
mysql_makefiles:
|
||||
$(MAKE) -C mysql makefiles
|
||||
mysql:
|
||||
$(MAKE) -C mysql all
|
||||
.PHONY: mysql_all mysql_debug mysql_smart mysql_release mysql_units mysql_examples mysql_shared mysql_install mysql_sourceinstall mysql_exampleinstall mysql_distinstall mysql_zipinstall mysql_zipsourceinstall mysql_zipexampleinstall mysql_zipdistinstall mysql_clean mysql_distclean mysql_cleanall mysql_info mysql_makefiles mysql
|
||||
endif
|
||||
ifdef TARGET_DIRS_FCL-WEB
|
||||
fcl-web_all:
|
||||
$(MAKE) -C fcl-web all
|
||||
@ -3572,11 +3670,11 @@ fcl-web_debug: fcl-db_debug fcl-xml_debug fcl-process_debug
|
||||
fcl-web_smart: fcl-db_smart fcl-xml_smart fcl-process_smart
|
||||
fcl-web_release: fcl-db_release fcl-xml_release fcl-process_release
|
||||
fcl-web_shared: fcl-db_shared fcl-xml_shared fcl-process_shared
|
||||
fcl-db_all: fcl-base_all
|
||||
fcl-db_debug: fcl-base_debug
|
||||
fcl-db_smart: fcl-base_smart
|
||||
fcl-db_release: fcl-base_release
|
||||
fcl-db_shared: fcl-base_shared
|
||||
fcl-db_all: fcl-base_all mysql_all
|
||||
fcl-db_debug: fcl-base_debug mysql_debug
|
||||
fcl-db_smart: fcl-base_smart mysql_smart
|
||||
fcl-db_release: fcl-base_release mysql_release
|
||||
fcl-db_shared: fcl-base_shared mysql_shared
|
||||
fcl_all: fcl-base_all fcl-xml_all fcl-fpcunit_all fcl-db_all fcl-web_all fcl-registry_all fcl-passrc_all fcl-image_all fcl-net_all fcl-json_all
|
||||
fcl_debug: fcl-base_debug fcl-xml_debug fcl-fpcunit_debug fcl-db_debug fcl-web_debug fcl-registry_debug fcl-passrc_debug fcl-image_debug fcl-net_debug fcl-json_debug
|
||||
fcl_smart: fcl-base_smart fcl-xml_smart fcl-fpcunit_smart fcl-db_smart fcl-web_smart fcl-registry_smart fcl-passrc_smart fcl-image_smart fcl-net_smart fcl-json_smart
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2008/01/22]
|
||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2008/01/26]
|
||||
#
|
||||
default: all
|
||||
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-darwin x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-darwin powerpc64-embedded
|
||||
@ -241,28 +241,28 @@ UNITSDIR:=$(wildcard $(FPCDIR)/units/$(OS_TARGET))
|
||||
endif
|
||||
PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages $(FPCDIR)/packages/base $(FPCDIR)/packages/extra)
|
||||
ifeq ($(FULL_TARGET),i386-linux)
|
||||
override TARGET_DIRS+=regexpr gdbint mysql ibase postgres oracle odbc pthreads sqlite imagemagick dbus httpd libc
|
||||
override TARGET_DIRS+=regexpr gdbint ibase postgres oracle odbc pthreads sqlite imagemagick dbus httpd libc
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-go32v2)
|
||||
override TARGET_DIRS+=regexpr gdbint
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-win32)
|
||||
override TARGET_DIRS+=regexpr gdbint mysql ibase odbc sqlite postgres oracle imagemagick httpd
|
||||
override TARGET_DIRS+=regexpr gdbint ibase odbc sqlite postgres oracle imagemagick httpd
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-os2)
|
||||
override TARGET_DIRS+=regexpr
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-freebsd)
|
||||
override TARGET_DIRS+=regexpr gdbint mysql ibase postgres oracle odbc sqlite pthreads imagemagick httpd
|
||||
override TARGET_DIRS+=regexpr gdbint ibase postgres oracle odbc sqlite pthreads imagemagick httpd
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-beos)
|
||||
override TARGET_DIRS+=regexpr gdbint mysql ibase postgres odbc sqlite pthreads imagemagick
|
||||
override TARGET_DIRS+=regexpr gdbint ibase postgres odbc sqlite pthreads imagemagick
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-netbsd)
|
||||
override TARGET_DIRS+=regexpr gdbint mysql ibase postgres oracle odbc imagemagick httpd
|
||||
override TARGET_DIRS+=regexpr gdbint ibase postgres oracle odbc imagemagick httpd
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-solaris)
|
||||
override TARGET_DIRS+=regexpr mysql ibase postgres oracle odbc sqlite pthreads imagemagick httpd
|
||||
override TARGET_DIRS+=regexpr ibase postgres oracle odbc sqlite pthreads imagemagick httpd
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-qnx)
|
||||
override TARGET_DIRS+=regexpr
|
||||
@ -271,13 +271,13 @@ ifeq ($(FULL_TARGET),i386-netware)
|
||||
override TARGET_DIRS+=regexpr
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-openbsd)
|
||||
override TARGET_DIRS+=regexpr gdbint mysql ibase postgres oracle odbc imagemagick httpd
|
||||
override TARGET_DIRS+=regexpr gdbint ibase postgres oracle odbc imagemagick httpd
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-wdosx)
|
||||
override TARGET_DIRS+=regexpr
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-darwin)
|
||||
override TARGET_DIRS+=regexpr mysql ibase postgres oracle odbc sqlite pthreads imagemagick httpd
|
||||
override TARGET_DIRS+=regexpr ibase postgres oracle odbc sqlite pthreads imagemagick httpd
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-emx)
|
||||
override TARGET_DIRS+=regexpr
|
||||
@ -298,13 +298,13 @@ ifeq ($(FULL_TARGET),i386-symbian)
|
||||
override TARGET_DIRS+=regexpr
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-linux)
|
||||
override TARGET_DIRS+=regexpr gdbint mysql ibase postgres oracle odbc pthreads sqlite imagemagick dbus httpd
|
||||
override TARGET_DIRS+=regexpr gdbint ibase postgres oracle odbc pthreads sqlite imagemagick dbus httpd
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-freebsd)
|
||||
override TARGET_DIRS+=regexpr gdbint mysql ibase postgres oracle odbc sqlite pthreads imagemagick httpd
|
||||
override TARGET_DIRS+=regexpr gdbint ibase postgres oracle odbc sqlite pthreads imagemagick httpd
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-netbsd)
|
||||
override TARGET_DIRS+=regexpr gdbint mysql ibase postgres oracle odbc imagemagick httpd
|
||||
override TARGET_DIRS+=regexpr gdbint ibase postgres oracle odbc imagemagick httpd
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-amiga)
|
||||
override TARGET_DIRS+=regexpr
|
||||
@ -313,7 +313,7 @@ ifeq ($(FULL_TARGET),m68k-atari)
|
||||
override TARGET_DIRS+=regexpr
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-openbsd)
|
||||
override TARGET_DIRS+=regexpr gdbint mysql ibase postgres oracle odbc imagemagick httpd
|
||||
override TARGET_DIRS+=regexpr gdbint ibase postgres oracle odbc imagemagick httpd
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-palmos)
|
||||
override TARGET_DIRS+=regexpr
|
||||
@ -322,10 +322,10 @@ ifeq ($(FULL_TARGET),m68k-embedded)
|
||||
override TARGET_DIRS+=regexpr
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc-linux)
|
||||
override TARGET_DIRS+=regexpr gdbint mysql ibase postgres oracle odbc pthreads sqlite imagemagick dbus httpd
|
||||
override TARGET_DIRS+=regexpr gdbint ibase postgres oracle odbc pthreads sqlite imagemagick dbus httpd
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc-netbsd)
|
||||
override TARGET_DIRS+=regexpr gdbint mysql ibase postgres oracle odbc imagemagick httpd
|
||||
override TARGET_DIRS+=regexpr gdbint ibase postgres oracle odbc imagemagick httpd
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc-amiga)
|
||||
override TARGET_DIRS+=regexpr
|
||||
@ -334,7 +334,7 @@ ifeq ($(FULL_TARGET),powerpc-macos)
|
||||
override TARGET_DIRS+=regexpr
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc-darwin)
|
||||
override TARGET_DIRS+=regexpr mysql ibase postgres oracle odbc sqlite pthreads imagemagick httpd
|
||||
override TARGET_DIRS+=regexpr ibase postgres oracle odbc sqlite pthreads imagemagick httpd
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc-morphos)
|
||||
override TARGET_DIRS+=regexpr
|
||||
@ -343,34 +343,34 @@ ifeq ($(FULL_TARGET),powerpc-embedded)
|
||||
override TARGET_DIRS+=regexpr
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),sparc-linux)
|
||||
override TARGET_DIRS+=regexpr gdbint mysql ibase postgres oracle odbc pthreads sqlite imagemagick dbus httpd
|
||||
override TARGET_DIRS+=regexpr gdbint ibase postgres oracle odbc pthreads sqlite imagemagick dbus httpd
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),sparc-netbsd)
|
||||
override TARGET_DIRS+=regexpr gdbint mysql ibase postgres oracle odbc imagemagick httpd
|
||||
override TARGET_DIRS+=regexpr gdbint ibase postgres oracle odbc imagemagick httpd
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),sparc-solaris)
|
||||
override TARGET_DIRS+=regexpr mysql ibase postgres oracle odbc sqlite pthreads imagemagick httpd
|
||||
override TARGET_DIRS+=regexpr ibase postgres oracle odbc sqlite pthreads imagemagick httpd
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),sparc-embedded)
|
||||
override TARGET_DIRS+=regexpr
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),x86_64-linux)
|
||||
override TARGET_DIRS+=regexpr gdbint mysql ibase postgres oracle odbc pthreads sqlite imagemagick dbus httpd
|
||||
override TARGET_DIRS+=regexpr gdbint ibase postgres oracle odbc pthreads sqlite imagemagick dbus httpd
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),x86_64-freebsd)
|
||||
override TARGET_DIRS+=regexpr gdbint mysql ibase postgres oracle odbc sqlite pthreads imagemagick httpd
|
||||
override TARGET_DIRS+=regexpr gdbint ibase postgres oracle odbc sqlite pthreads imagemagick httpd
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),x86_64-darwin)
|
||||
override TARGET_DIRS+=regexpr mysql ibase postgres oracle odbc sqlite pthreads imagemagick httpd
|
||||
override TARGET_DIRS+=regexpr ibase postgres oracle odbc sqlite pthreads imagemagick httpd
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),x86_64-win64)
|
||||
override TARGET_DIRS+=regexpr mysql ibase odbc sqlite postgres oracle
|
||||
override TARGET_DIRS+=regexpr ibase odbc sqlite postgres oracle
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),x86_64-embedded)
|
||||
override TARGET_DIRS+=regexpr
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),arm-linux)
|
||||
override TARGET_DIRS+=regexpr gdbint mysql ibase postgres oracle odbc pthreads sqlite imagemagick dbus httpd
|
||||
override TARGET_DIRS+=regexpr gdbint ibase postgres oracle odbc pthreads sqlite imagemagick dbus httpd
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),arm-palmos)
|
||||
override TARGET_DIRS+=regexpr
|
||||
@ -391,10 +391,10 @@ ifeq ($(FULL_TARGET),arm-symbian)
|
||||
override TARGET_DIRS+=regexpr
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc64-linux)
|
||||
override TARGET_DIRS+=regexpr gdbint mysql ibase postgres oracle odbc pthreads sqlite imagemagick dbus httpd
|
||||
override TARGET_DIRS+=regexpr gdbint ibase postgres oracle odbc pthreads sqlite imagemagick dbus httpd
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc64-darwin)
|
||||
override TARGET_DIRS+=regexpr mysql ibase postgres oracle odbc sqlite pthreads imagemagick httpd
|
||||
override TARGET_DIRS+=regexpr ibase postgres oracle odbc sqlite pthreads imagemagick httpd
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
||||
override TARGET_DIRS+=regexpr
|
||||
@ -1481,7 +1481,6 @@ fpc_makefiles: fpc_makefile fpc_makefile_dirs
|
||||
ifeq ($(FULL_TARGET),i386-linux)
|
||||
TARGET_DIRS_REGEXPR=1
|
||||
TARGET_DIRS_GDBINT=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_IBASE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
TARGET_DIRS_ORACLE=1
|
||||
@ -1500,7 +1499,6 @@ endif
|
||||
ifeq ($(FULL_TARGET),i386-win32)
|
||||
TARGET_DIRS_REGEXPR=1
|
||||
TARGET_DIRS_GDBINT=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_IBASE=1
|
||||
TARGET_DIRS_ODBC=1
|
||||
TARGET_DIRS_SQLITE=1
|
||||
@ -1515,7 +1513,6 @@ endif
|
||||
ifeq ($(FULL_TARGET),i386-freebsd)
|
||||
TARGET_DIRS_REGEXPR=1
|
||||
TARGET_DIRS_GDBINT=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_IBASE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
TARGET_DIRS_ORACLE=1
|
||||
@ -1528,7 +1525,6 @@ endif
|
||||
ifeq ($(FULL_TARGET),i386-beos)
|
||||
TARGET_DIRS_REGEXPR=1
|
||||
TARGET_DIRS_GDBINT=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_IBASE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
TARGET_DIRS_ODBC=1
|
||||
@ -1539,7 +1535,6 @@ endif
|
||||
ifeq ($(FULL_TARGET),i386-netbsd)
|
||||
TARGET_DIRS_REGEXPR=1
|
||||
TARGET_DIRS_GDBINT=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_IBASE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
TARGET_DIRS_ORACLE=1
|
||||
@ -1549,7 +1544,6 @@ TARGET_DIRS_HTTPD=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-solaris)
|
||||
TARGET_DIRS_REGEXPR=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_IBASE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
TARGET_DIRS_ORACLE=1
|
||||
@ -1568,7 +1562,6 @@ endif
|
||||
ifeq ($(FULL_TARGET),i386-openbsd)
|
||||
TARGET_DIRS_REGEXPR=1
|
||||
TARGET_DIRS_GDBINT=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_IBASE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
TARGET_DIRS_ORACLE=1
|
||||
@ -1581,7 +1574,6 @@ TARGET_DIRS_REGEXPR=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-darwin)
|
||||
TARGET_DIRS_REGEXPR=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_IBASE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
TARGET_DIRS_ORACLE=1
|
||||
@ -1615,7 +1607,6 @@ endif
|
||||
ifeq ($(FULL_TARGET),m68k-linux)
|
||||
TARGET_DIRS_REGEXPR=1
|
||||
TARGET_DIRS_GDBINT=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_IBASE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
TARGET_DIRS_ORACLE=1
|
||||
@ -1629,7 +1620,6 @@ endif
|
||||
ifeq ($(FULL_TARGET),m68k-freebsd)
|
||||
TARGET_DIRS_REGEXPR=1
|
||||
TARGET_DIRS_GDBINT=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_IBASE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
TARGET_DIRS_ORACLE=1
|
||||
@ -1642,7 +1632,6 @@ endif
|
||||
ifeq ($(FULL_TARGET),m68k-netbsd)
|
||||
TARGET_DIRS_REGEXPR=1
|
||||
TARGET_DIRS_GDBINT=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_IBASE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
TARGET_DIRS_ORACLE=1
|
||||
@ -1659,7 +1648,6 @@ endif
|
||||
ifeq ($(FULL_TARGET),m68k-openbsd)
|
||||
TARGET_DIRS_REGEXPR=1
|
||||
TARGET_DIRS_GDBINT=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_IBASE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
TARGET_DIRS_ORACLE=1
|
||||
@ -1676,7 +1664,6 @@ endif
|
||||
ifeq ($(FULL_TARGET),powerpc-linux)
|
||||
TARGET_DIRS_REGEXPR=1
|
||||
TARGET_DIRS_GDBINT=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_IBASE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
TARGET_DIRS_ORACLE=1
|
||||
@ -1690,7 +1677,6 @@ endif
|
||||
ifeq ($(FULL_TARGET),powerpc-netbsd)
|
||||
TARGET_DIRS_REGEXPR=1
|
||||
TARGET_DIRS_GDBINT=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_IBASE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
TARGET_DIRS_ORACLE=1
|
||||
@ -1706,7 +1692,6 @@ TARGET_DIRS_REGEXPR=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc-darwin)
|
||||
TARGET_DIRS_REGEXPR=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_IBASE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
TARGET_DIRS_ORACLE=1
|
||||
@ -1725,7 +1710,6 @@ endif
|
||||
ifeq ($(FULL_TARGET),sparc-linux)
|
||||
TARGET_DIRS_REGEXPR=1
|
||||
TARGET_DIRS_GDBINT=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_IBASE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
TARGET_DIRS_ORACLE=1
|
||||
@ -1739,7 +1723,6 @@ endif
|
||||
ifeq ($(FULL_TARGET),sparc-netbsd)
|
||||
TARGET_DIRS_REGEXPR=1
|
||||
TARGET_DIRS_GDBINT=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_IBASE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
TARGET_DIRS_ORACLE=1
|
||||
@ -1749,7 +1732,6 @@ TARGET_DIRS_HTTPD=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),sparc-solaris)
|
||||
TARGET_DIRS_REGEXPR=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_IBASE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
TARGET_DIRS_ORACLE=1
|
||||
@ -1765,7 +1747,6 @@ endif
|
||||
ifeq ($(FULL_TARGET),x86_64-linux)
|
||||
TARGET_DIRS_REGEXPR=1
|
||||
TARGET_DIRS_GDBINT=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_IBASE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
TARGET_DIRS_ORACLE=1
|
||||
@ -1779,7 +1760,6 @@ endif
|
||||
ifeq ($(FULL_TARGET),x86_64-freebsd)
|
||||
TARGET_DIRS_REGEXPR=1
|
||||
TARGET_DIRS_GDBINT=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_IBASE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
TARGET_DIRS_ORACLE=1
|
||||
@ -1791,7 +1771,6 @@ TARGET_DIRS_HTTPD=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),x86_64-darwin)
|
||||
TARGET_DIRS_REGEXPR=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_IBASE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
TARGET_DIRS_ORACLE=1
|
||||
@ -1803,7 +1782,6 @@ TARGET_DIRS_HTTPD=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),x86_64-win64)
|
||||
TARGET_DIRS_REGEXPR=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_IBASE=1
|
||||
TARGET_DIRS_ODBC=1
|
||||
TARGET_DIRS_SQLITE=1
|
||||
@ -1816,7 +1794,6 @@ endif
|
||||
ifeq ($(FULL_TARGET),arm-linux)
|
||||
TARGET_DIRS_REGEXPR=1
|
||||
TARGET_DIRS_GDBINT=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_IBASE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
TARGET_DIRS_ORACLE=1
|
||||
@ -1851,7 +1828,6 @@ endif
|
||||
ifeq ($(FULL_TARGET),powerpc64-linux)
|
||||
TARGET_DIRS_REGEXPR=1
|
||||
TARGET_DIRS_GDBINT=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_IBASE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
TARGET_DIRS_ORACLE=1
|
||||
@ -1864,7 +1840,6 @@ TARGET_DIRS_HTTPD=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc64-darwin)
|
||||
TARGET_DIRS_REGEXPR=1
|
||||
TARGET_DIRS_MYSQL=1
|
||||
TARGET_DIRS_IBASE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
TARGET_DIRS_ORACLE=1
|
||||
@ -1967,51 +1942,6 @@ gdbint:
|
||||
$(MAKE) -C gdbint all
|
||||
.PHONY: gdbint_all gdbint_debug gdbint_smart gdbint_release gdbint_units gdbint_examples gdbint_shared gdbint_install gdbint_sourceinstall gdbint_exampleinstall gdbint_distinstall gdbint_zipinstall gdbint_zipsourceinstall gdbint_zipexampleinstall gdbint_zipdistinstall gdbint_clean gdbint_distclean gdbint_cleanall gdbint_info gdbint_makefiles gdbint
|
||||
endif
|
||||
ifdef TARGET_DIRS_MYSQL
|
||||
mysql_all:
|
||||
$(MAKE) -C mysql all
|
||||
mysql_debug:
|
||||
$(MAKE) -C mysql debug
|
||||
mysql_smart:
|
||||
$(MAKE) -C mysql smart
|
||||
mysql_release:
|
||||
$(MAKE) -C mysql release
|
||||
mysql_units:
|
||||
$(MAKE) -C mysql units
|
||||
mysql_examples:
|
||||
$(MAKE) -C mysql examples
|
||||
mysql_shared:
|
||||
$(MAKE) -C mysql shared
|
||||
mysql_install:
|
||||
$(MAKE) -C mysql install
|
||||
mysql_sourceinstall:
|
||||
$(MAKE) -C mysql sourceinstall
|
||||
mysql_exampleinstall:
|
||||
$(MAKE) -C mysql exampleinstall
|
||||
mysql_distinstall:
|
||||
$(MAKE) -C mysql distinstall
|
||||
mysql_zipinstall:
|
||||
$(MAKE) -C mysql zipinstall
|
||||
mysql_zipsourceinstall:
|
||||
$(MAKE) -C mysql zipsourceinstall
|
||||
mysql_zipexampleinstall:
|
||||
$(MAKE) -C mysql zipexampleinstall
|
||||
mysql_zipdistinstall:
|
||||
$(MAKE) -C mysql zipdistinstall
|
||||
mysql_clean:
|
||||
$(MAKE) -C mysql clean
|
||||
mysql_distclean:
|
||||
$(MAKE) -C mysql distclean
|
||||
mysql_cleanall:
|
||||
$(MAKE) -C mysql cleanall
|
||||
mysql_info:
|
||||
$(MAKE) -C mysql info
|
||||
mysql_makefiles:
|
||||
$(MAKE) -C mysql makefiles
|
||||
mysql:
|
||||
$(MAKE) -C mysql all
|
||||
.PHONY: mysql_all mysql_debug mysql_smart mysql_release mysql_units mysql_examples mysql_shared mysql_install mysql_sourceinstall mysql_exampleinstall mysql_distinstall mysql_zipinstall mysql_zipsourceinstall mysql_zipexampleinstall mysql_zipdistinstall mysql_clean mysql_distclean mysql_cleanall mysql_info mysql_makefiles mysql
|
||||
endif
|
||||
ifdef TARGET_DIRS_IBASE
|
||||
ibase_all:
|
||||
$(MAKE) -C ibase all
|
||||
|
Loading…
Reference in New Issue
Block a user