diff options
| author | Almindor <Almindor@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2009-07-11 08:05:16 +0000 |
|---|---|---|
| committer | Almindor <Almindor@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2009-07-11 08:05:16 +0000 |
| commit | e85c328f1c77bef73ba758ac5fc48be4cef63a70 (patch) | |
| tree | 88db363a879532e0ab3c28146d5f0b8d82da7d64 /packages/Makefile | |
| parent | 678ea6049c427956760ecdef8c3b70615dcef5f5 (diff) | |
| download | fpc-e85c328f1c77bef73ba758ac5fc48be4cef63a70.tar.gz | |
* move FastCGI out of fcl-web to be standalone package
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@13377 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/Makefile')
| -rw-r--r-- | packages/Makefile | 426 |
1 files changed, 113 insertions, 313 deletions
diff --git a/packages/Makefile b/packages/Makefile index 419c071f96..17b0d4a5ff 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -1,8 +1,8 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2008/09/04] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2009/03/28] # default: all -MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-haiku i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian 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-darwin arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-darwin powerpc64-embedded avr-embedded armeb-linux armeb-embedded +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 BSDs = freebsd netbsd openbsd darwin UNIXs = linux $(BSDs) solaris qnx LIMIT83fs = go32v2 os2 emx watcom @@ -115,6 +115,10 @@ FPC:=$(shell $(FPCPROG) -PB) endif ifneq ($(findstring Error,$(FPC)),) override FPC=$(firstword $(strip $(wildcard $(addsuffix /ppc386$(SRCEXEEXT),$(SEARCHPATH))))) +else +ifeq ($(strip $(wildcard $(FPC))),) +FPC:=$(firstword $(FPCPROG)) +endif endif else override FPC=$(firstword $(strip $(wildcard $(addsuffix /ppc386$(SRCEXEEXT),$(SEARCHPATH))))) @@ -167,17 +171,6 @@ OS_TARGET:=$(word 5,$(FPC_COMPILERINFO)) endif FULL_TARGET=$(CPU_TARGET)-$(OS_TARGET) FULL_SOURCE=$(CPU_SOURCE)-$(OS_SOURCE) -ifeq ($(CPU_TARGET),armeb) -ARCH=arm -override FPCOPT+=-Cb -else -ifeq ($(CPU_TARGET),armel) -ARCH=arm -override FPCOPT+=-CaEABI -else -ARCH=$(CPU_TARGET) -endif -endif ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),) TARGETSUFFIX=$(OS_TARGET) SOURCESUFFIX=$(OS_SOURCE) @@ -199,7 +192,7 @@ endif ifeq ($(OS_TARGET),linux) linuxHier=1 endif -export OS_TARGET OS_SOURCE ARCH CPU_TARGET CPU_SOURCE FULL_TARGET FULL_SOURCE TARGETSUFFIX SOURCESUFFIX CROSSCOMPILE +export OS_TARGET OS_SOURCE CPU_TARGET CPU_SOURCE FULL_TARGET FULL_SOURCE TARGETSUFFIX SOURCESUFFIX CROSSCOMPILE ifdef FPCDIR override FPCDIR:=$(subst \,/,$(FPCDIR)) ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl units)),) @@ -259,31 +252,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+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses unzip zlib oracle dbus odbc postgres sqlite pthreads imagemagick gdbint libpng x11 uuid ldap modplug dts mad gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 librsvg a52 bfd aspell svgalib newt cdrom users iconvenc libxml proj4 imlib utmp fpgtk openal lua oggvorbis xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib graph libc unixutil graph pxlib +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fastcgi fcl-async ibase mysql ncurses unzip zlib oracle dbus odbc postgres sqlite pthreads imagemagick gdbint libpng x11 uuid ldap modplug dts mad gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 librsvg a52 bfd aspell svgalib newt cdrom users iconvenc libxml proj4 imlib utmp fpgtk openal lua oggvorbis xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib graph libc unixutil graph pxlib endif ifeq ($(FULL_TARGET),i386-go32v2) override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv graph unzip gdbint endif ifeq ($(FULL_TARGET),i386-win32) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv winunits-base winunits-jedi fcl-web ibase mysql zlib oracle odbc postgres sqlite imagemagick gdbint libpng mad tcl opengl gtk1 gtk2 librsvg a52 cdrom fpgtk openal fftw lua oggvorbis sdl openssl graph pcap httpd13 httpd20 httpd22 pxlib numlib winceunits cairo libxml +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv winunits-base winunits-jedi fcl-web fastcgi ibase mysql zlib oracle odbc postgres sqlite imagemagick gdbint libpng mad tcl opengl gtk1 gtk2 librsvg a52 cdrom fpgtk openal fftw lua oggvorbis sdl openssl graph pcap httpd13 httpd20 httpd22 pxlib numlib winceunits cairo libxml endif ifeq ($(FULL_TARGET),i386-os2) override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv zlib libpng x11 tcl fpgtk rexx os2units gtk1 imlib endif ifeq ($(FULL_TARGET),i386-freebsd) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick gdbint libpng x11 gdbm tcl syslog libcurl opengl cairo bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl graph gnome1 gtk1 gtk2 librsvg httpd13 httpd20 httpd22 pxlib numlib users iconvenc +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fastcgi fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick gdbint libpng x11 gdbm tcl syslog libcurl opengl cairo bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl graph gnome1 gtk1 gtk2 librsvg httpd13 httpd20 httpd22 pxlib numlib users iconvenc endif ifeq ($(FULL_TARGET),i386-beos) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick gdbint libpng x11 gdbm tcl syslog libcurl opengl bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl graph gnome1 gtk1 gtk2 librsvg httpd13 httpd20 httpd22 pxlib numlib iconvenc -endif -ifeq ($(FULL_TARGET),i386-haiku) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick gdbint libpng x11 gdbm tcl syslog libcurl opengl bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl graph gnome1 gtk1 gtk2 librsvg httpd13 httpd20 httpd22 pxlib numlib iconvenc +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fastcgi fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick gdbint libpng x11 gdbm tcl syslog libcurl opengl bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl graph gnome1 gtk1 gtk2 librsvg httpd13 httpd20 httpd22 pxlib numlib iconvenc endif ifeq ($(FULL_TARGET),i386-netbsd) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick gdbint libpng x11 gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 librsvg bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fastcgi fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick gdbint libpng x11 gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 librsvg bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib endif ifeq ($(FULL_TARGET),i386-solaris) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick libpng x11 gdbm tcl syslog libcurl opengl cairo gtk1 bfd svgalib imlib utmp fpgtk xforms fftw pcap ggi openssl gnome1 httpd13 httpd20 httpd22 numlib +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fastcgi fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick libpng x11 gdbm tcl syslog libcurl opengl cairo gtk1 bfd svgalib imlib utmp fpgtk xforms fftw pcap ggi openssl gnome1 httpd13 httpd20 httpd22 numlib endif ifeq ($(FULL_TARGET),i386-qnx) override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic @@ -292,13 +282,13 @@ ifeq ($(FULL_TARGET),i386-netware) override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv zlib unzip endif ifeq ($(FULL_TARGET),i386-openbsd) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick gdbint libpng x11 gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 librsvg bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fastcgi fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick gdbint libpng x11 gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 librsvg bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib endif ifeq ($(FULL_TARGET),i386-wdosx) override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic endif ifeq ($(FULL_TARGET),i386-darwin) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick libpng gdbm tcl syslog libcurl bfd aspell utmp fftw pcap openssl numlib iconvenc graph univint sdl opengl x11 cairo gtk1 gtk2 librsvg fpgtk xforms gnome1 httpd13 httpd20 httpd22 imlib opengles objcrtl +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fastcgi fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick libpng gdbm tcl syslog libcurl bfd aspell utmp fftw pcap openssl numlib iconvenc graph univint sdl opengl x11 cairo gtk1 gtk2 librsvg fpgtk xforms gnome1 httpd13 httpd20 httpd22 imlib opengles objcrtl endif ifeq ($(FULL_TARGET),i386-emx) override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv zlib libpng x11 tcl fpgtk rexx os2units gtk1 imlib @@ -310,7 +300,7 @@ ifeq ($(FULL_TARGET),i386-netwlibc) override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv zlib unzip endif ifeq ($(FULL_TARGET),i386-wince) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic winceunits httpd22 fcl-web tcl fftw unzip zlib sqlite mysql ibase postgres oracle odbc sdl openssl oggvorbis numlib +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic winceunits httpd22 fcl-web fastcgi tcl fftw unzip zlib sqlite mysql ibase postgres oracle odbc sdl openssl oggvorbis numlib endif ifeq ($(FULL_TARGET),i386-embedded) override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic @@ -319,13 +309,13 @@ ifeq ($(FULL_TARGET),i386-symbian) override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic endif ifeq ($(FULL_TARGET),m68k-linux) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses unzip zlib oracle dbus odbc postgres sqlite pthreads imagemagick gdbint libpng x11 uuid ldap modplug dts mad gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 librsvg a52 bfd aspell svgalib newt cdrom users iconvenc libxml proj4 imlib utmp fpgtk openal lua oggvorbis xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib graph +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fastcgi fcl-async ibase mysql ncurses unzip zlib oracle dbus odbc postgres sqlite pthreads imagemagick gdbint libpng x11 uuid ldap modplug dts mad gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 librsvg a52 bfd aspell svgalib newt cdrom users iconvenc libxml proj4 imlib utmp fpgtk openal lua oggvorbis xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib graph endif ifeq ($(FULL_TARGET),m68k-freebsd) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick gdbint libpng x11 gdbm tcl syslog libcurl opengl cairo bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl graph gnome1 gtk1 gtk2 librsvg httpd13 httpd20 httpd22 pxlib numlib users iconvenc +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fastcgi fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick gdbint libpng x11 gdbm tcl syslog libcurl opengl cairo bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl graph gnome1 gtk1 gtk2 librsvg httpd13 httpd20 httpd22 pxlib numlib users iconvenc endif ifeq ($(FULL_TARGET),m68k-netbsd) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick gdbint libpng x11 gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 librsvg bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fastcgi fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick gdbint libpng x11 gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 librsvg bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib endif ifeq ($(FULL_TARGET),m68k-amiga) override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic amunits @@ -334,7 +324,7 @@ ifeq ($(FULL_TARGET),m68k-atari) override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic endif ifeq ($(FULL_TARGET),m68k-openbsd) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick gdbint libpng x11 gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 librsvg bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fastcgi fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick gdbint libpng x11 gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 librsvg bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib endif ifeq ($(FULL_TARGET),m68k-palmos) override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic palmunits @@ -343,10 +333,10 @@ ifeq ($(FULL_TARGET),m68k-embedded) override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic endif ifeq ($(FULL_TARGET),powerpc-linux) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses unzip zlib oracle dbus odbc postgres sqlite pthreads imagemagick gdbint libpng x11 uuid ldap modplug dts mad gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 librsvg a52 bfd aspell svgalib newt cdrom users iconvenc libxml proj4 imlib utmp fpgtk openal lua oggvorbis xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib graph +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fastcgi fcl-async ibase mysql ncurses unzip zlib oracle dbus odbc postgres sqlite pthreads imagemagick gdbint libpng x11 uuid ldap modplug dts mad gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 librsvg a52 bfd aspell svgalib newt cdrom users iconvenc libxml proj4 imlib utmp fpgtk openal lua oggvorbis xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib graph endif ifeq ($(FULL_TARGET),powerpc-netbsd) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick gdbint libpng x11 gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 librsvg bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fastcgi fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick gdbint libpng x11 gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 librsvg bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib endif ifeq ($(FULL_TARGET),powerpc-amiga) override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic amunits @@ -355,7 +345,7 @@ ifeq ($(FULL_TARGET),powerpc-macos) override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic endif ifeq ($(FULL_TARGET),powerpc-darwin) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick libpng gdbm tcl syslog libcurl bfd aspell utmp fftw pcap openssl numlib iconvenc graph univint sdl opengl x11 cairo gtk1 gtk2 librsvg fpgtk xforms gnome1 httpd13 httpd20 httpd22 imlib objcrtl +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fastcgi fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick libpng gdbm tcl syslog libcurl bfd aspell utmp fftw pcap openssl numlib iconvenc graph univint sdl opengl x11 cairo gtk1 gtk2 librsvg fpgtk xforms gnome1 httpd13 httpd20 httpd22 imlib objcrtl endif ifeq ($(FULL_TARGET),powerpc-morphos) override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv opengl @@ -364,43 +354,40 @@ ifeq ($(FULL_TARGET),powerpc-embedded) override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic endif ifeq ($(FULL_TARGET),sparc-linux) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses unzip zlib oracle dbus odbc postgres sqlite pthreads imagemagick gdbint libpng x11 uuid ldap modplug dts mad gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 librsvg a52 bfd aspell svgalib newt cdrom users iconvenc libxml proj4 imlib utmp fpgtk openal lua oggvorbis xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib graph +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fastcgi fcl-async ibase mysql ncurses unzip zlib oracle dbus odbc postgres sqlite pthreads imagemagick gdbint libpng x11 uuid ldap modplug dts mad gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 librsvg a52 bfd aspell svgalib newt cdrom users iconvenc libxml proj4 imlib utmp fpgtk openal lua oggvorbis xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib graph endif ifeq ($(FULL_TARGET),sparc-netbsd) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick gdbint libpng x11 gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 librsvg bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fastcgi fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick gdbint libpng x11 gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 librsvg bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib endif ifeq ($(FULL_TARGET),sparc-solaris) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick libpng x11 gdbm tcl syslog libcurl opengl cairo gtk1 bfd svgalib imlib utmp fpgtk xforms fftw pcap ggi openssl gnome1 httpd13 httpd20 httpd22 numlib +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fastcgi fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick libpng x11 gdbm tcl syslog libcurl opengl cairo gtk1 bfd svgalib imlib utmp fpgtk xforms fftw pcap ggi openssl gnome1 httpd13 httpd20 httpd22 numlib endif ifeq ($(FULL_TARGET),sparc-embedded) override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic endif ifeq ($(FULL_TARGET),x86_64-linux) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses unzip zlib oracle dbus odbc postgres sqlite pthreads imagemagick gdbint libpng x11 uuid ldap modplug dts mad gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 librsvg a52 bfd aspell svgalib newt cdrom users iconvenc libxml proj4 imlib utmp fpgtk openal lua oggvorbis xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib graph +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fastcgi fcl-async ibase mysql ncurses unzip zlib oracle dbus odbc postgres sqlite pthreads imagemagick gdbint libpng x11 uuid ldap modplug dts mad gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 librsvg a52 bfd aspell svgalib newt cdrom users iconvenc libxml proj4 imlib utmp fpgtk openal lua oggvorbis xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib graph endif ifeq ($(FULL_TARGET),x86_64-freebsd) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick gdbint libpng x11 gdbm tcl syslog libcurl opengl cairo bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl graph gnome1 gtk1 gtk2 librsvg httpd13 httpd20 httpd22 pxlib numlib users iconvenc +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fastcgi fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick gdbint libpng x11 gdbm tcl syslog libcurl opengl cairo bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl graph gnome1 gtk1 gtk2 librsvg httpd13 httpd20 httpd22 pxlib numlib users iconvenc endif ifeq ($(FULL_TARGET),x86_64-darwin) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick libpng gdbm tcl syslog libcurl bfd aspell utmp fftw pcap openssl numlib iconvenc opengl x11 cairo gtk1 gtk2 librsvg fpgtk xforms gnome1 httpd13 httpd20 httpd22 imlib +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fastcgi fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick libpng gdbm tcl syslog libcurl bfd aspell utmp fftw pcap openssl numlib iconvenc opengl x11 cairo gtk1 gtk2 librsvg fpgtk xforms gnome1 httpd13 httpd20 httpd22 imlib endif ifeq ($(FULL_TARGET),x86_64-win64) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv winunits-base winunits-jedi fcl-web ibase mysql zlib oracle odbc postgres sqlite imagemagick tcl opengl gtk1 gtk2 librsvg fpgtk fftw sdl openssl cdrom httpd13 httpd20 httpd22 numlib +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv winunits-base winunits-jedi fcl-web fastcgi ibase mysql zlib oracle odbc postgres sqlite imagemagick tcl opengl gtk1 gtk2 librsvg fpgtk fftw sdl openssl cdrom httpd13 httpd20 httpd22 numlib endif ifeq ($(FULL_TARGET),x86_64-embedded) override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic endif ifeq ($(FULL_TARGET),arm-linux) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses unzip zlib oracle dbus odbc postgres sqlite pthreads imagemagick gdbint libpng x11 uuid ldap modplug dts mad gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 librsvg a52 bfd aspell svgalib newt cdrom users iconvenc libxml proj4 imlib utmp fpgtk openal lua oggvorbis xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib graph +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fastcgi fcl-async ibase mysql ncurses unzip zlib oracle dbus odbc postgres sqlite pthreads imagemagick gdbint libpng x11 uuid ldap modplug dts mad gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 librsvg a52 bfd aspell svgalib newt cdrom users iconvenc libxml proj4 imlib utmp fpgtk openal lua oggvorbis xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib graph endif ifeq ($(FULL_TARGET),arm-palmos) override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic palmunits endif -ifeq ($(FULL_TARGET),arm-darwin) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick libpng gdbm tcl syslog libcurl bfd aspell utmp fftw pcap openssl numlib iconvenc httpd13 httpd20 httpd22 opengles objcrtl -endif ifeq ($(FULL_TARGET),arm-wince) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic winceunits httpd22 fcl-web tcl fftw unzip zlib sqlite mysql ibase postgres oracle odbc sdl openssl oggvorbis numlib +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic winceunits httpd22 fcl-web fastcgi tcl fftw unzip zlib sqlite mysql ibase postgres oracle odbc sdl openssl oggvorbis numlib endif ifeq ($(FULL_TARGET),arm-gba) override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic @@ -415,23 +402,14 @@ ifeq ($(FULL_TARGET),arm-symbian) override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic endif ifeq ($(FULL_TARGET),powerpc64-linux) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses unzip zlib oracle dbus odbc postgres sqlite pthreads imagemagick gdbint libpng x11 uuid ldap modplug dts mad gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 librsvg a52 bfd aspell svgalib newt cdrom users iconvenc libxml proj4 imlib utmp fpgtk openal lua oggvorbis xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib graph +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fastcgi fcl-async ibase mysql ncurses unzip zlib oracle dbus odbc postgres sqlite pthreads imagemagick gdbint libpng x11 uuid ldap modplug dts mad gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 librsvg a52 bfd aspell svgalib newt cdrom users iconvenc libxml proj4 imlib utmp fpgtk openal lua oggvorbis xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib graph endif ifeq ($(FULL_TARGET),powerpc64-darwin) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick libpng gdbm tcl syslog libcurl bfd aspell utmp fftw pcap openssl numlib iconvenc opengl x11 cairo gtk1 gtk2 librsvg fpgtk xforms gnome1 httpd13 httpd20 httpd22 imlib +override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fastcgi fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick libpng gdbm tcl syslog libcurl bfd aspell utmp fftw pcap openssl numlib iconvenc opengl x11 cairo gtk1 gtk2 librsvg fpgtk xforms gnome1 httpd13 httpd20 httpd22 imlib endif ifeq ($(FULL_TARGET),powerpc64-embedded) override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic endif -ifeq ($(FULL_TARGET),avr-embedded) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic -endif -ifeq ($(FULL_TARGET),armeb-linux) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic fv fcl-web fcl-async ibase mysql ncurses unzip zlib oracle dbus odbc postgres sqlite pthreads imagemagick gdbint libpng x11 uuid ldap modplug dts mad gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 librsvg a52 bfd aspell svgalib newt cdrom users iconvenc libxml proj4 imlib utmp fpgtk openal lua oggvorbis xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib -endif -ifeq ($(FULL_TARGET),armeb-embedded) -override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm fcl-res libgd symbolic -endif override INSTALL_FPCPACKAGE=y override INSTALL_FPCSUBDIR=packages ifdef REQUIRE_UNITSDIR @@ -723,11 +701,6 @@ BATCHEXT=.sh EXEEXT= SHORTSUFFIX=be endif -ifeq ($(OS_TARGET),haiku) -BATCHEXT=.sh -EXEEXT= -SHORTSUFFIX=hai -endif ifeq ($(OS_TARGET),solaris) BATCHEXT=.sh EXEEXT= @@ -1187,13 +1160,13 @@ TAROPT=vz TAREXT=.tar.gz endif ifndef NOCPUDEF -override FPCOPTDEF=$(ARCH) +override FPCOPTDEF=$(CPU_TARGET) endif ifneq ($(OS_TARGET),$(OS_SOURCE)) override FPCOPT+=-T$(OS_TARGET) endif ifneq ($(CPU_TARGET),$(CPU_SOURCE)) -override FPCOPT+=-P$(ARCH) +override FPCOPT+=-P$(CPU_TARGET) endif ifeq ($(OS_SOURCE),openbsd) override FPCOPT+=-FD$(NEW_BINUTILS_PATH) @@ -1539,6 +1512,7 @@ TARGET_DIRS_LIBGD=1 TARGET_DIRS_SYMBOLIC=1 TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 +TARGET_DIRS_FASTCGI=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 TARGET_DIRS_MYSQL=1 @@ -1654,6 +1628,7 @@ TARGET_DIRS_FV=1 TARGET_DIRS_WINUNITS-BASE=1 TARGET_DIRS_WINUNITS-JEDI=1 TARGET_DIRS_FCL-WEB=1 +TARGET_DIRS_FASTCGI=1 TARGET_DIRS_IBASE=1 TARGET_DIRS_MYSQL=1 TARGET_DIRS_ZLIB=1 @@ -1745,6 +1720,7 @@ TARGET_DIRS_LIBGD=1 TARGET_DIRS_SYMBOLIC=1 TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 +TARGET_DIRS_FASTCGI=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 TARGET_DIRS_MYSQL=1 @@ -1813,72 +1789,7 @@ TARGET_DIRS_LIBGD=1 TARGET_DIRS_SYMBOLIC=1 TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 -TARGET_DIRS_FCL-ASYNC=1 -TARGET_DIRS_IBASE=1 -TARGET_DIRS_MYSQL=1 -TARGET_DIRS_NCURSES=1 -TARGET_DIRS_ZLIB=1 -TARGET_DIRS_ORACLE=1 -TARGET_DIRS_ODBC=1 -TARGET_DIRS_POSTGRES=1 -TARGET_DIRS_SQLITE=1 -TARGET_DIRS_PTHREADS=1 -TARGET_DIRS_IMAGEMAGICK=1 -TARGET_DIRS_GDBINT=1 -TARGET_DIRS_LIBPNG=1 -TARGET_DIRS_X11=1 -TARGET_DIRS_GDBM=1 -TARGET_DIRS_TCL=1 -TARGET_DIRS_SYSLOG=1 -TARGET_DIRS_LIBCURL=1 -TARGET_DIRS_OPENGL=1 -TARGET_DIRS_BFD=1 -TARGET_DIRS_ASPELL=1 -TARGET_DIRS_SVGALIB=1 -TARGET_DIRS_IMLIB=1 -TARGET_DIRS_UTMP=1 -TARGET_DIRS_FPGTK=1 -TARGET_DIRS_XFORMS=1 -TARGET_DIRS_FFTW=1 -TARGET_DIRS_PCAP=1 -TARGET_DIRS_GGI=1 -TARGET_DIRS_SDL=1 -TARGET_DIRS_OPENSSL=1 -TARGET_DIRS_GRAPH=1 -TARGET_DIRS_GNOME1=1 -TARGET_DIRS_GTK1=1 -TARGET_DIRS_GTK2=1 -TARGET_DIRS_LIBRSVG=1 -TARGET_DIRS_HTTPD13=1 -TARGET_DIRS_HTTPD20=1 -TARGET_DIRS_HTTPD22=1 -TARGET_DIRS_PXLIB=1 -TARGET_DIRS_NUMLIB=1 -TARGET_DIRS_ICONVENC=1 -endif -ifeq ($(FULL_TARGET),i386-haiku) -TARGET_DIRS_HASH=1 -TARGET_DIRS_PASJPEG=1 -TARGET_DIRS_PASZLIB=1 -TARGET_DIRS_FPMKUNIT=1 -TARGET_DIRS_FCL-XML=1 -TARGET_DIRS_FCL-BASE=1 -TARGET_DIRS_FCL-DB=1 -TARGET_DIRS_FCL-IMAGE=1 -TARGET_DIRS_FCL-NET=1 -TARGET_DIRS_FCL-PASSRC=1 -TARGET_DIRS_FCL-REGISTRY=1 -TARGET_DIRS_FCL-FPCUNIT=1 -TARGET_DIRS_FCL-JSON=1 -TARGET_DIRS_FCL-PROCESS=1 -TARGET_DIRS_UNZIP=1 -TARGET_DIRS_REGEXPR=1 -TARGET_DIRS_CHM=1 -TARGET_DIRS_FCL-RES=1 -TARGET_DIRS_LIBGD=1 -TARGET_DIRS_SYMBOLIC=1 -TARGET_DIRS_FV=1 -TARGET_DIRS_FCL-WEB=1 +TARGET_DIRS_FASTCGI=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 TARGET_DIRS_MYSQL=1 @@ -1945,6 +1856,7 @@ TARGET_DIRS_LIBGD=1 TARGET_DIRS_SYMBOLIC=1 TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 +TARGET_DIRS_FASTCGI=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 TARGET_DIRS_MYSQL=1 @@ -2010,6 +1922,7 @@ TARGET_DIRS_LIBGD=1 TARGET_DIRS_SYMBOLIC=1 TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 +TARGET_DIRS_FASTCGI=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 TARGET_DIRS_MYSQL=1 @@ -2116,6 +2029,7 @@ TARGET_DIRS_LIBGD=1 TARGET_DIRS_SYMBOLIC=1 TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 +TARGET_DIRS_FASTCGI=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 TARGET_DIRS_MYSQL=1 @@ -2203,6 +2117,7 @@ TARGET_DIRS_LIBGD=1 TARGET_DIRS_SYMBOLIC=1 TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 +TARGET_DIRS_FASTCGI=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 TARGET_DIRS_MYSQL=1 @@ -2349,6 +2264,7 @@ TARGET_DIRS_SYMBOLIC=1 TARGET_DIRS_WINCEUNITS=1 TARGET_DIRS_HTTPD22=1 TARGET_DIRS_FCL-WEB=1 +TARGET_DIRS_FASTCGI=1 TARGET_DIRS_TCL=1 TARGET_DIRS_FFTW=1 TARGET_DIRS_UNZIP=1 @@ -2431,6 +2347,7 @@ TARGET_DIRS_LIBGD=1 TARGET_DIRS_SYMBOLIC=1 TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 +TARGET_DIRS_FASTCGI=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 TARGET_DIRS_MYSQL=1 @@ -2514,6 +2431,7 @@ TARGET_DIRS_LIBGD=1 TARGET_DIRS_SYMBOLIC=1 TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 +TARGET_DIRS_FASTCGI=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 TARGET_DIRS_MYSQL=1 @@ -2582,6 +2500,7 @@ TARGET_DIRS_LIBGD=1 TARGET_DIRS_SYMBOLIC=1 TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 +TARGET_DIRS_FASTCGI=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 TARGET_DIRS_MYSQL=1 @@ -2692,6 +2611,7 @@ TARGET_DIRS_LIBGD=1 TARGET_DIRS_SYMBOLIC=1 TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 +TARGET_DIRS_FASTCGI=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 TARGET_DIRS_MYSQL=1 @@ -2802,6 +2722,7 @@ TARGET_DIRS_LIBGD=1 TARGET_DIRS_SYMBOLIC=1 TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 +TARGET_DIRS_FASTCGI=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 TARGET_DIRS_MYSQL=1 @@ -2885,6 +2806,7 @@ TARGET_DIRS_LIBGD=1 TARGET_DIRS_SYMBOLIC=1 TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 +TARGET_DIRS_FASTCGI=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 TARGET_DIRS_MYSQL=1 @@ -2995,6 +2917,7 @@ TARGET_DIRS_LIBGD=1 TARGET_DIRS_SYMBOLIC=1 TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 +TARGET_DIRS_FASTCGI=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 TARGET_DIRS_MYSQL=1 @@ -3106,6 +3029,7 @@ TARGET_DIRS_LIBGD=1 TARGET_DIRS_SYMBOLIC=1 TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 +TARGET_DIRS_FASTCGI=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 TARGET_DIRS_MYSQL=1 @@ -3189,6 +3113,7 @@ TARGET_DIRS_LIBGD=1 TARGET_DIRS_SYMBOLIC=1 TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 +TARGET_DIRS_FASTCGI=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 TARGET_DIRS_MYSQL=1 @@ -3254,6 +3179,7 @@ TARGET_DIRS_LIBGD=1 TARGET_DIRS_SYMBOLIC=1 TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 +TARGET_DIRS_FASTCGI=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 TARGET_DIRS_MYSQL=1 @@ -3335,6 +3261,7 @@ TARGET_DIRS_LIBGD=1 TARGET_DIRS_SYMBOLIC=1 TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 +TARGET_DIRS_FASTCGI=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 TARGET_DIRS_MYSQL=1 @@ -3418,6 +3345,7 @@ TARGET_DIRS_LIBGD=1 TARGET_DIRS_SYMBOLIC=1 TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 +TARGET_DIRS_FASTCGI=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 TARGET_DIRS_MYSQL=1 @@ -3486,6 +3414,7 @@ TARGET_DIRS_LIBGD=1 TARGET_DIRS_SYMBOLIC=1 TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 +TARGET_DIRS_FASTCGI=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 TARGET_DIRS_MYSQL=1 @@ -3549,6 +3478,7 @@ TARGET_DIRS_FV=1 TARGET_DIRS_WINUNITS-BASE=1 TARGET_DIRS_WINUNITS-JEDI=1 TARGET_DIRS_FCL-WEB=1 +TARGET_DIRS_FASTCGI=1 TARGET_DIRS_IBASE=1 TARGET_DIRS_MYSQL=1 TARGET_DIRS_ZLIB=1 @@ -3617,6 +3547,7 @@ TARGET_DIRS_LIBGD=1 TARGET_DIRS_SYMBOLIC=1 TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 +TARGET_DIRS_FASTCGI=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 TARGET_DIRS_MYSQL=1 @@ -3700,59 +3631,6 @@ TARGET_DIRS_LIBGD=1 TARGET_DIRS_SYMBOLIC=1 TARGET_DIRS_PALMUNITS=1 endif -ifeq ($(FULL_TARGET),arm-darwin) -TARGET_DIRS_HASH=1 -TARGET_DIRS_PASJPEG=1 -TARGET_DIRS_PASZLIB=1 -TARGET_DIRS_FPMKUNIT=1 -TARGET_DIRS_FCL-XML=1 -TARGET_DIRS_FCL-BASE=1 -TARGET_DIRS_FCL-DB=1 -TARGET_DIRS_FCL-IMAGE=1 -TARGET_DIRS_FCL-NET=1 -TARGET_DIRS_FCL-PASSRC=1 -TARGET_DIRS_FCL-REGISTRY=1 -TARGET_DIRS_FCL-FPCUNIT=1 -TARGET_DIRS_FCL-JSON=1 -TARGET_DIRS_FCL-PROCESS=1 -TARGET_DIRS_UNZIP=1 -TARGET_DIRS_REGEXPR=1 -TARGET_DIRS_CHM=1 -TARGET_DIRS_FCL-RES=1 -TARGET_DIRS_LIBGD=1 -TARGET_DIRS_SYMBOLIC=1 -TARGET_DIRS_FV=1 -TARGET_DIRS_FCL-WEB=1 -TARGET_DIRS_FCL-ASYNC=1 -TARGET_DIRS_IBASE=1 -TARGET_DIRS_MYSQL=1 -TARGET_DIRS_NCURSES=1 -TARGET_DIRS_ZLIB=1 -TARGET_DIRS_ORACLE=1 -TARGET_DIRS_ODBC=1 -TARGET_DIRS_POSTGRES=1 -TARGET_DIRS_SQLITE=1 -TARGET_DIRS_PTHREADS=1 -TARGET_DIRS_IMAGEMAGICK=1 -TARGET_DIRS_LIBPNG=1 -TARGET_DIRS_GDBM=1 -TARGET_DIRS_TCL=1 -TARGET_DIRS_SYSLOG=1 -TARGET_DIRS_LIBCURL=1 -TARGET_DIRS_BFD=1 -TARGET_DIRS_ASPELL=1 -TARGET_DIRS_UTMP=1 -TARGET_DIRS_FFTW=1 -TARGET_DIRS_PCAP=1 -TARGET_DIRS_OPENSSL=1 -TARGET_DIRS_NUMLIB=1 -TARGET_DIRS_ICONVENC=1 -TARGET_DIRS_HTTPD13=1 -TARGET_DIRS_HTTPD20=1 -TARGET_DIRS_HTTPD22=1 -TARGET_DIRS_OPENGLES=1 -TARGET_DIRS_OBJCRTL=1 -endif ifeq ($(FULL_TARGET),arm-wince) TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 @@ -3777,6 +3655,7 @@ TARGET_DIRS_SYMBOLIC=1 TARGET_DIRS_WINCEUNITS=1 TARGET_DIRS_HTTPD22=1 TARGET_DIRS_FCL-WEB=1 +TARGET_DIRS_FASTCGI=1 TARGET_DIRS_TCL=1 TARGET_DIRS_FFTW=1 TARGET_DIRS_UNZIP=1 @@ -3903,6 +3782,7 @@ TARGET_DIRS_LIBGD=1 TARGET_DIRS_SYMBOLIC=1 TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 +TARGET_DIRS_FASTCGI=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 TARGET_DIRS_MYSQL=1 @@ -3986,6 +3866,7 @@ TARGET_DIRS_LIBGD=1 TARGET_DIRS_SYMBOLIC=1 TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 +TARGET_DIRS_FASTCGI=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 TARGET_DIRS_MYSQL=1 @@ -4046,132 +3927,6 @@ TARGET_DIRS_FCL-RES=1 TARGET_DIRS_LIBGD=1 TARGET_DIRS_SYMBOLIC=1 endif -ifeq ($(FULL_TARGET),avr-embedded) -TARGET_DIRS_HASH=1 -TARGET_DIRS_PASJPEG=1 -TARGET_DIRS_PASZLIB=1 -TARGET_DIRS_FPMKUNIT=1 -TARGET_DIRS_FCL-XML=1 -TARGET_DIRS_FCL-BASE=1 -TARGET_DIRS_FCL-DB=1 -TARGET_DIRS_FCL-IMAGE=1 -TARGET_DIRS_FCL-NET=1 -TARGET_DIRS_FCL-PASSRC=1 -TARGET_DIRS_FCL-REGISTRY=1 -TARGET_DIRS_FCL-FPCUNIT=1 -TARGET_DIRS_FCL-JSON=1 -TARGET_DIRS_FCL-PROCESS=1 -TARGET_DIRS_UNZIP=1 -TARGET_DIRS_REGEXPR=1 -TARGET_DIRS_CHM=1 -TARGET_DIRS_FCL-RES=1 -TARGET_DIRS_LIBGD=1 -TARGET_DIRS_SYMBOLIC=1 -endif -ifeq ($(FULL_TARGET),armeb-linux) -TARGET_DIRS_HASH=1 -TARGET_DIRS_PASJPEG=1 -TARGET_DIRS_PASZLIB=1 -TARGET_DIRS_FPMKUNIT=1 -TARGET_DIRS_FCL-XML=1 -TARGET_DIRS_FCL-BASE=1 -TARGET_DIRS_FCL-DB=1 -TARGET_DIRS_FCL-IMAGE=1 -TARGET_DIRS_FCL-NET=1 -TARGET_DIRS_FCL-PASSRC=1 -TARGET_DIRS_FCL-REGISTRY=1 -TARGET_DIRS_FCL-FPCUNIT=1 -TARGET_DIRS_FCL-JSON=1 -TARGET_DIRS_FCL-PROCESS=1 -TARGET_DIRS_UNZIP=1 -TARGET_DIRS_REGEXPR=1 -TARGET_DIRS_CHM=1 -TARGET_DIRS_FCL-RES=1 -TARGET_DIRS_LIBGD=1 -TARGET_DIRS_SYMBOLIC=1 -TARGET_DIRS_FV=1 -TARGET_DIRS_FCL-WEB=1 -TARGET_DIRS_FCL-ASYNC=1 -TARGET_DIRS_IBASE=1 -TARGET_DIRS_MYSQL=1 -TARGET_DIRS_NCURSES=1 -TARGET_DIRS_UNZIP=1 -TARGET_DIRS_ZLIB=1 -TARGET_DIRS_ORACLE=1 -TARGET_DIRS_DBUS=1 -TARGET_DIRS_ODBC=1 -TARGET_DIRS_POSTGRES=1 -TARGET_DIRS_SQLITE=1 -TARGET_DIRS_PTHREADS=1 -TARGET_DIRS_IMAGEMAGICK=1 -TARGET_DIRS_GDBINT=1 -TARGET_DIRS_LIBPNG=1 -TARGET_DIRS_X11=1 -TARGET_DIRS_UUID=1 -TARGET_DIRS_LDAP=1 -TARGET_DIRS_MODPLUG=1 -TARGET_DIRS_DTS=1 -TARGET_DIRS_MAD=1 -TARGET_DIRS_GDBM=1 -TARGET_DIRS_TCL=1 -TARGET_DIRS_SYSLOG=1 -TARGET_DIRS_LIBCURL=1 -TARGET_DIRS_OPENGL=1 -TARGET_DIRS_CAIRO=1 -TARGET_DIRS_GTK1=1 -TARGET_DIRS_GTK2=1 -TARGET_DIRS_LIBRSVG=1 -TARGET_DIRS_A52=1 -TARGET_DIRS_BFD=1 -TARGET_DIRS_ASPELL=1 -TARGET_DIRS_SVGALIB=1 -TARGET_DIRS_NEWT=1 -TARGET_DIRS_CDROM=1 -TARGET_DIRS_USERS=1 -TARGET_DIRS_ICONVENC=1 -TARGET_DIRS_LIBXML=1 -TARGET_DIRS_PROJ4=1 -TARGET_DIRS_IMLIB=1 -TARGET_DIRS_UTMP=1 -TARGET_DIRS_FPGTK=1 -TARGET_DIRS_OPENAL=1 -TARGET_DIRS_LUA=1 -TARGET_DIRS_OGGVORBIS=1 -TARGET_DIRS_XFORMS=1 -TARGET_DIRS_FFTW=1 -TARGET_DIRS_PCAP=1 -TARGET_DIRS_GGI=1 -TARGET_DIRS_SDL=1 -TARGET_DIRS_OPENSSL=1 -TARGET_DIRS_GNOME1=1 -TARGET_DIRS_HTTPD13=1 -TARGET_DIRS_HTTPD20=1 -TARGET_DIRS_HTTPD22=1 -TARGET_DIRS_PXLIB=1 -TARGET_DIRS_NUMLIB=1 -endif -ifeq ($(FULL_TARGET),armeb-embedded) -TARGET_DIRS_HASH=1 -TARGET_DIRS_PASJPEG=1 -TARGET_DIRS_PASZLIB=1 -TARGET_DIRS_FPMKUNIT=1 -TARGET_DIRS_FCL-XML=1 -TARGET_DIRS_FCL-BASE=1 -TARGET_DIRS_FCL-DB=1 -TARGET_DIRS_FCL-IMAGE=1 -TARGET_DIRS_FCL-NET=1 -TARGET_DIRS_FCL-PASSRC=1 -TARGET_DIRS_FCL-REGISTRY=1 -TARGET_DIRS_FCL-FPCUNIT=1 -TARGET_DIRS_FCL-JSON=1 -TARGET_DIRS_FCL-PROCESS=1 -TARGET_DIRS_UNZIP=1 -TARGET_DIRS_REGEXPR=1 -TARGET_DIRS_CHM=1 -TARGET_DIRS_FCL-RES=1 -TARGET_DIRS_LIBGD=1 -TARGET_DIRS_SYMBOLIC=1 -endif ifdef TARGET_DIRS_HASH hash_all: $(MAKE) -C hash all @@ -5162,6 +4917,51 @@ fcl-web: $(MAKE) -C fcl-web all .PHONY: fcl-web_all fcl-web_debug fcl-web_smart fcl-web_release fcl-web_units fcl-web_examples fcl-web_shared fcl-web_install fcl-web_sourceinstall fcl-web_exampleinstall fcl-web_distinstall fcl-web_zipinstall fcl-web_zipsourceinstall fcl-web_zipexampleinstall fcl-web_zipdistinstall fcl-web_clean fcl-web_distclean fcl-web_cleanall fcl-web_info fcl-web_makefiles fcl-web endif +ifdef TARGET_DIRS_FASTCGI +fastcgi_all: + $(MAKE) -C fastcgi all +fastcgi_debug: + $(MAKE) -C fastcgi debug +fastcgi_smart: + $(MAKE) -C fastcgi smart +fastcgi_release: + $(MAKE) -C fastcgi release +fastcgi_units: + $(MAKE) -C fastcgi units +fastcgi_examples: + $(MAKE) -C fastcgi examples +fastcgi_shared: + $(MAKE) -C fastcgi shared +fastcgi_install: + $(MAKE) -C fastcgi install +fastcgi_sourceinstall: + $(MAKE) -C fastcgi sourceinstall +fastcgi_exampleinstall: + $(MAKE) -C fastcgi exampleinstall +fastcgi_distinstall: + $(MAKE) -C fastcgi distinstall +fastcgi_zipinstall: + $(MAKE) -C fastcgi zipinstall +fastcgi_zipsourceinstall: + $(MAKE) -C fastcgi zipsourceinstall +fastcgi_zipexampleinstall: + $(MAKE) -C fastcgi zipexampleinstall +fastcgi_zipdistinstall: + $(MAKE) -C fastcgi zipdistinstall +fastcgi_clean: + $(MAKE) -C fastcgi clean +fastcgi_distclean: + $(MAKE) -C fastcgi distclean +fastcgi_cleanall: + $(MAKE) -C fastcgi cleanall +fastcgi_info: + $(MAKE) -C fastcgi info +fastcgi_makefiles: + $(MAKE) -C fastcgi makefiles +fastcgi: + $(MAKE) -C fastcgi all +.PHONY: fastcgi_all fastcgi_debug fastcgi_smart fastcgi_release fastcgi_units fastcgi_examples fastcgi_shared fastcgi_install fastcgi_sourceinstall fastcgi_exampleinstall fastcgi_distinstall fastcgi_zipinstall fastcgi_zipsourceinstall fastcgi_zipexampleinstall fastcgi_zipdistinstall fastcgi_clean fastcgi_distclean fastcgi_cleanall fastcgi_info fastcgi_makefiles fastcgi +endif ifdef TARGET_DIRS_FCL-ASYNC fcl-async_all: $(MAKE) -C fcl-async all @@ -8398,11 +8198,11 @@ fcl-net_smart: fcl-passrc_smart fcl-xml_smart fcl-async_smart fcl-net_release: fcl-passrc_release fcl-xml_release fcl-async_release fcl-net_shared: fcl-passrc_shared fcl-xml_shared fcl-async_shared endif -fcl-web_all: fcl-db_all fcl-xml_all fcl-process_all httpd22_all -fcl-web_debug: fcl-db_debug fcl-xml_debug fcl-process_debug httpd22_debug -fcl-web_smart: fcl-db_smart fcl-xml_smart fcl-process_smart httpd22_smart -fcl-web_release: fcl-db_release fcl-xml_release fcl-process_release httpd22_release -fcl-web_shared: fcl-db_shared fcl-xml_shared fcl-process_shared httpd22_shared +fcl-web_all: fcl-db_all fcl-xml_all fcl-process_all httpd22_all fastcgi_all +fcl-web_debug: fcl-db_debug fcl-xml_debug fcl-process_debug httpd22_debug fastcgi_debug +fcl-web_smart: fcl-db_smart fcl-xml_smart fcl-process_smart httpd22_smart fastcgi_smart +fcl-web_release: fcl-db_release fcl-xml_release fcl-process_release httpd22_release fastcgi_release +fcl-web_shared: fcl-db_shared fcl-xml_shared fcl-process_shared httpd22_shared fastcgi_shared ifneq ($(findstring $(OS_TARGET),linux freebsd openbsd netbsd win32 beos haiku),) fcl-db_all: fcl-xml_all mysql_all ibase_all oracle_all odbc_all postgres_all sqlite_all pxlib_all fcl-db_debug: fcl-xml_debug mysql_debug ibase_debug oracle_debug odbc_debug postgres_debug sqlite_debug pxlib_debug |
