|
@@ -1,8 +1,8 @@
|
|
#
|
|
#
|
|
-# Don't edit, this file is generated by FPCMake Version 2.0.0 [2008/05/08]
|
|
|
|
|
|
+# Don't edit, this file is generated by FPCMake Version 2.0.0 [2008/05/24]
|
|
#
|
|
#
|
|
default: all
|
|
default: all
|
|
-MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-darwin x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-darwin powerpc64-embedded
|
|
|
|
|
|
+MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-haiku i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian 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
|
|
BSDs = freebsd netbsd openbsd darwin
|
|
BSDs = freebsd netbsd openbsd darwin
|
|
UNIXs = linux $(BSDs) solaris qnx
|
|
UNIXs = linux $(BSDs) solaris qnx
|
|
LIMIT83fs = go32v2 os2 emx watcom
|
|
LIMIT83fs = go32v2 os2 emx watcom
|
|
@@ -167,6 +167,17 @@ OS_TARGET:=$(word 5,$(FPC_COMPILERINFO))
|
|
endif
|
|
endif
|
|
FULL_TARGET=$(CPU_TARGET)-$(OS_TARGET)
|
|
FULL_TARGET=$(CPU_TARGET)-$(OS_TARGET)
|
|
FULL_SOURCE=$(CPU_SOURCE)-$(OS_SOURCE)
|
|
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)),)
|
|
ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),)
|
|
TARGETSUFFIX=$(OS_TARGET)
|
|
TARGETSUFFIX=$(OS_TARGET)
|
|
SOURCESUFFIX=$(OS_SOURCE)
|
|
SOURCESUFFIX=$(OS_SOURCE)
|
|
@@ -174,9 +185,15 @@ else
|
|
TARGETSUFFIX=$(FULL_TARGET)
|
|
TARGETSUFFIX=$(FULL_TARGET)
|
|
SOURCESUFFIX=$(FULL_SOURCE)
|
|
SOURCESUFFIX=$(FULL_SOURCE)
|
|
endif
|
|
endif
|
|
|
|
+ifeq ($(OS_TARGET),darwin)
|
|
|
|
+ifneq ($(OS_SOURCE),darwin)
|
|
|
|
+CROSSCOMPILE=1
|
|
|
|
+endif
|
|
|
|
+else
|
|
ifneq ($(FULL_TARGET),$(FULL_SOURCE))
|
|
ifneq ($(FULL_TARGET),$(FULL_SOURCE))
|
|
CROSSCOMPILE=1
|
|
CROSSCOMPILE=1
|
|
endif
|
|
endif
|
|
|
|
+endif
|
|
ifeq ($(findstring makefile,$(MAKECMDGOALS)),)
|
|
ifeq ($(findstring makefile,$(MAKECMDGOALS)),)
|
|
ifeq ($(findstring $(FULL_TARGET),$(MAKEFILETARGETS)),)
|
|
ifeq ($(findstring $(FULL_TARGET),$(MAKEFILETARGETS)),)
|
|
$(error The Makefile doesn't support target $(FULL_TARGET), please run fpcmake first)
|
|
$(error The Makefile doesn't support target $(FULL_TARGET), please run fpcmake first)
|
|
@@ -188,7 +205,7 @@ endif
|
|
ifeq ($(OS_TARGET),linux)
|
|
ifeq ($(OS_TARGET),linux)
|
|
linuxHier=1
|
|
linuxHier=1
|
|
endif
|
|
endif
|
|
-export OS_TARGET OS_SOURCE CPU_TARGET CPU_SOURCE FULL_TARGET FULL_SOURCE TARGETSUFFIX SOURCESUFFIX CROSSCOMPILE
|
|
|
|
|
|
+export OS_TARGET OS_SOURCE ARCH CPU_TARGET CPU_SOURCE FULL_TARGET FULL_SOURCE TARGETSUFFIX SOURCESUFFIX CROSSCOMPILE
|
|
ifdef FPCDIR
|
|
ifdef FPCDIR
|
|
override FPCDIR:=$(subst \,/,$(FPCDIR))
|
|
override FPCDIR:=$(subst \,/,$(FPCDIR))
|
|
ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl units)),)
|
|
ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl units)),)
|
|
@@ -247,7 +264,7 @@ ifeq ($(FULL_TARGET),i386-go32v2)
|
|
override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm libgd fv graph unzip gdbint
|
|
override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm libgd fv graph unzip gdbint
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-win32)
|
|
ifeq ($(FULL_TARGET),i386-win32)
|
|
-override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm libgd fv winunits-base winunits-jedi fcl-web ibase mysql zlib oracle odbc postgres sqlite imagemagick gdbint libpng mad tcl opengl gtk1 gtk2 a52 cdrom fpgtk openal fftw lua oggvorbis sdl openssl graph pcap httpd13 httpd20 httpd22 pxlib numlib winceunits
|
|
|
|
|
|
+override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm libgd fv winunits-base winunits-jedi fcl-web ibase mysql zlib oracle odbc postgres sqlite imagemagick gdbint libpng mad tcl opengl gtk1 gtk2 a52 cdrom fpgtk openal fftw lua oggvorbis sdl openssl graph pcap httpd13 httpd20 httpd22 pxlib numlib winceunits cairo
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-os2)
|
|
ifeq ($(FULL_TARGET),i386-os2)
|
|
override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm libgd fv zlib libpng x11 tcl fpgtk rexx os2units gtk1 imlib
|
|
override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm libgd fv zlib libpng x11 tcl fpgtk rexx os2units gtk1 imlib
|
|
@@ -258,6 +275,9 @@ endif
|
|
ifeq ($(FULL_TARGET),i386-beos)
|
|
ifeq ($(FULL_TARGET),i386-beos)
|
|
override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm libgd 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 httpd13 httpd20 httpd22 pxlib numlib
|
|
override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm libgd 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 httpd13 httpd20 httpd22 pxlib numlib
|
|
endif
|
|
endif
|
|
|
|
+ifeq ($(FULL_TARGET),i386-haiku)
|
|
|
|
+override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm libgd
|
|
|
|
+endif
|
|
ifeq ($(FULL_TARGET),i386-netbsd)
|
|
ifeq ($(FULL_TARGET),i386-netbsd)
|
|
override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm libgd 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 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-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm libgd 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 bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib
|
|
endif
|
|
endif
|
|
@@ -375,6 +395,9 @@ endif
|
|
ifeq ($(FULL_TARGET),arm-palmos)
|
|
ifeq ($(FULL_TARGET),arm-palmos)
|
|
override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm libgd palmunits
|
|
override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm libgd palmunits
|
|
endif
|
|
endif
|
|
|
|
+ifeq ($(FULL_TARGET),arm-darwin)
|
|
|
|
+override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm libgd fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick libpng x11 gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi openssl gnome1 httpd13 httpd20 httpd22 numlib
|
|
|
|
+endif
|
|
ifeq ($(FULL_TARGET),arm-wince)
|
|
ifeq ($(FULL_TARGET),arm-wince)
|
|
override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm libgd winceunits fcl-web tcl fftw unzip zlib sqlite mysql ibase postgres oracle odbc sdl openssl oggvorbis numlib
|
|
override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm libgd winceunits fcl-web tcl fftw unzip zlib sqlite mysql ibase postgres oracle odbc sdl openssl oggvorbis numlib
|
|
endif
|
|
endif
|
|
@@ -399,6 +422,15 @@ endif
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
|
override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm libgd
|
|
override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm libgd
|
|
endif
|
|
endif
|
|
|
|
+ifeq ($(FULL_TARGET),avr-embedded)
|
|
|
|
+override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm libgd
|
|
|
|
+endif
|
|
|
|
+ifeq ($(FULL_TARGET),armeb-linux)
|
|
|
|
+override TARGET_DIRS+=hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm libgd 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 a52 bfd aspell svgalib newt cdrom users 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-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json fcl-process unzip regexpr chm libgd
|
|
|
|
+endif
|
|
override INSTALL_FPCPACKAGE=y
|
|
override INSTALL_FPCPACKAGE=y
|
|
override INSTALL_FPCSUBDIR=packages
|
|
override INSTALL_FPCSUBDIR=packages
|
|
ifdef REQUIRE_UNITSDIR
|
|
ifdef REQUIRE_UNITSDIR
|
|
@@ -690,6 +722,11 @@ BATCHEXT=.sh
|
|
EXEEXT=
|
|
EXEEXT=
|
|
SHORTSUFFIX=be
|
|
SHORTSUFFIX=be
|
|
endif
|
|
endif
|
|
|
|
+ifeq ($(OS_TARGET),haiku)
|
|
|
|
+BATCHEXT=.sh
|
|
|
|
+EXEEXT=
|
|
|
|
+SHORTSUFFIX=hai
|
|
|
|
+endif
|
|
ifeq ($(OS_TARGET),solaris)
|
|
ifeq ($(OS_TARGET),solaris)
|
|
BATCHEXT=.sh
|
|
BATCHEXT=.sh
|
|
EXEEXT=
|
|
EXEEXT=
|
|
@@ -1149,13 +1186,13 @@ TAROPT=vz
|
|
TAREXT=.tar.gz
|
|
TAREXT=.tar.gz
|
|
endif
|
|
endif
|
|
ifndef NOCPUDEF
|
|
ifndef NOCPUDEF
|
|
-override FPCOPTDEF=$(CPU_TARGET)
|
|
|
|
|
|
+override FPCOPTDEF=$(ARCH)
|
|
endif
|
|
endif
|
|
ifneq ($(OS_TARGET),$(OS_SOURCE))
|
|
ifneq ($(OS_TARGET),$(OS_SOURCE))
|
|
override FPCOPT+=-T$(OS_TARGET)
|
|
override FPCOPT+=-T$(OS_TARGET)
|
|
endif
|
|
endif
|
|
ifneq ($(CPU_TARGET),$(CPU_SOURCE))
|
|
ifneq ($(CPU_TARGET),$(CPU_SOURCE))
|
|
-override FPCOPT+=-P$(CPU_TARGET)
|
|
|
|
|
|
+override FPCOPT+=-P$(ARCH)
|
|
endif
|
|
endif
|
|
ifeq ($(OS_SOURCE),openbsd)
|
|
ifeq ($(OS_SOURCE),openbsd)
|
|
override FPCOPT+=-FD$(NEW_BINUTILS_PATH)
|
|
override FPCOPT+=-FD$(NEW_BINUTILS_PATH)
|
|
@@ -1638,6 +1675,7 @@ TARGET_DIRS_HTTPD22=1
|
|
TARGET_DIRS_PXLIB=1
|
|
TARGET_DIRS_PXLIB=1
|
|
TARGET_DIRS_NUMLIB=1
|
|
TARGET_DIRS_NUMLIB=1
|
|
TARGET_DIRS_WINCEUNITS=1
|
|
TARGET_DIRS_WINCEUNITS=1
|
|
|
|
+TARGET_DIRS_CAIRO=1
|
|
endif
|
|
endif
|
|
ifeq ($(FULL_TARGET),i386-os2)
|
|
ifeq ($(FULL_TARGET),i386-os2)
|
|
TARGET_DIRS_HASH=1
|
|
TARGET_DIRS_HASH=1
|
|
@@ -1794,6 +1832,26 @@ TARGET_DIRS_HTTPD22=1
|
|
TARGET_DIRS_PXLIB=1
|
|
TARGET_DIRS_PXLIB=1
|
|
TARGET_DIRS_NUMLIB=1
|
|
TARGET_DIRS_NUMLIB=1
|
|
endif
|
|
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-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-XML=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_LIBGD=1
|
|
|
|
+endif
|
|
ifeq ($(FULL_TARGET),i386-netbsd)
|
|
ifeq ($(FULL_TARGET),i386-netbsd)
|
|
TARGET_DIRS_HASH=1
|
|
TARGET_DIRS_HASH=1
|
|
TARGET_DIRS_PASJPEG=1
|
|
TARGET_DIRS_PASJPEG=1
|
|
@@ -3452,6 +3510,65 @@ TARGET_DIRS_CHM=1
|
|
TARGET_DIRS_LIBGD=1
|
|
TARGET_DIRS_LIBGD=1
|
|
TARGET_DIRS_PALMUNITS=1
|
|
TARGET_DIRS_PALMUNITS=1
|
|
endif
|
|
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-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-XML=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_LIBGD=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_X11=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_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_OPENSSL=1
|
|
|
|
+TARGET_DIRS_GNOME1=1
|
|
|
|
+TARGET_DIRS_HTTPD13=1
|
|
|
|
+TARGET_DIRS_HTTPD20=1
|
|
|
|
+TARGET_DIRS_HTTPD22=1
|
|
|
|
+TARGET_DIRS_NUMLIB=1
|
|
|
|
+endif
|
|
ifeq ($(FULL_TARGET),arm-wince)
|
|
ifeq ($(FULL_TARGET),arm-wince)
|
|
TARGET_DIRS_HASH=1
|
|
TARGET_DIRS_HASH=1
|
|
TARGET_DIRS_PASJPEG=1
|
|
TARGET_DIRS_PASJPEG=1
|
|
@@ -3724,6 +3841,122 @@ TARGET_DIRS_REGEXPR=1
|
|
TARGET_DIRS_CHM=1
|
|
TARGET_DIRS_CHM=1
|
|
TARGET_DIRS_LIBGD=1
|
|
TARGET_DIRS_LIBGD=1
|
|
endif
|
|
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-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-XML=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_LIBGD=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-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-XML=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_LIBGD=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_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_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-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-XML=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_LIBGD=1
|
|
|
|
+endif
|
|
ifdef TARGET_DIRS_HASH
|
|
ifdef TARGET_DIRS_HASH
|
|
hash_all:
|
|
hash_all:
|
|
$(MAKE) -C hash all
|
|
$(MAKE) -C hash all
|
|
@@ -7624,11 +7857,19 @@ libpng_debug: zlib_debug
|
|
libpng_smart: zlib_smart
|
|
libpng_smart: zlib_smart
|
|
libpng_release: zlib_release
|
|
libpng_release: zlib_release
|
|
libpng_shared: zlib_shared
|
|
libpng_shared: zlib_shared
|
|
|
|
+ifneq ($(findstring $(OS_TARGET),linux darwin freebsd openbsd netbsd solaris),)
|
|
cairo_all: x11_all fcl-image_all
|
|
cairo_all: x11_all fcl-image_all
|
|
cairo_debug: x11_debug fcl-image_debug
|
|
cairo_debug: x11_debug fcl-image_debug
|
|
cairo_smart: x11_smart fcl-image_smart
|
|
cairo_smart: x11_smart fcl-image_smart
|
|
cairo_release: x11_release fcl-image_release
|
|
cairo_release: x11_release fcl-image_release
|
|
cairo_shared: x11_shared fcl-image_shared
|
|
cairo_shared: x11_shared fcl-image_shared
|
|
|
|
+else
|
|
|
|
+cairo_all: fcl-image_all
|
|
|
|
+cairo_debug: fcl-image_debug
|
|
|
|
+cairo_smart: fcl-image_smart
|
|
|
|
+cairo_release: fcl-image_release
|
|
|
|
+cairo_shared: fcl-image_shared
|
|
|
|
+endif
|
|
chm_all: fcl-xml_all
|
|
chm_all: fcl-xml_all
|
|
chm_shared: fcl-xml_shared
|
|
chm_shared: fcl-xml_shared
|
|
chm_smart: fcl-xml_smart
|
|
chm_smart: fcl-xml_smart
|