diff --git a/packages/Makefile b/packages/Makefile index 611738ca4a..4f3d1307ea 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -1,11 +1,12 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/03/27] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2008/02/01] # default: all -MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-darwin powerpc64-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 +OSNeedsComspecToRunBatch = go32v2 watcom FORCE: .PHONY: FORCE override PATH:=$(patsubst %/,%,$(subst \,/,$(PATH))) @@ -56,6 +57,11 @@ else SRCBATCHEXT=.bat endif endif +ifdef COMSPEC +ifneq ($(findstring $(OS_SOURCE),$(OSNeedsComspecToRunBatch)),) +RUNBATCH=$(COMSPEC) /C +endif +endif ifdef inUnix PATHSEP=/ else @@ -102,7 +108,11 @@ ifndef FPC FPCPROG:=$(strip $(wildcard $(addsuffix /fpc$(SRCEXEEXT),$(SEARCHPATH)))) ifneq ($(FPCPROG),) FPCPROG:=$(firstword $(FPCPROG)) +ifneq ($(CPU_TARGET),) +FPC:=$(shell $(FPCPROG) -P$(CPU_TARGET) -PB) +else FPC:=$(shell $(FPCPROG) -PB) +endif ifneq ($(findstring Error,$(FPC)),) override FPC=$(firstword $(strip $(wildcard $(addsuffix /ppc386$(SRCEXEEXT),$(SEARCHPATH))))) endif @@ -231,160 +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+=fv 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 numlib 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 httpd22 pxlib graph libc unixutil graph pxlib +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 numlib 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 httpd22 pxlib graph libc unixutil graph pxlib endif ifeq ($(FULL_TARGET),i386-go32v2) -override TARGET_DIRS+=fv 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 numlib 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 numlib fv graph unzip gdbint endif ifeq ($(FULL_TARGET),i386-win32) -override TARGET_DIRS+=fv 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 numlib 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 openssl graph pcap httpd22 pxlib +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 numlib 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 httpd22 pxlib endif ifeq ($(FULL_TARGET),i386-os2) -override TARGET_DIRS+=fv 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 numlib 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 numlib fv zlib libpng x11 tcl fpgtk rexx os2units gtk1 imlib endif ifeq ($(FULL_TARGET),i386-freebsd) -override TARGET_DIRS+=fv 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 numlib 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 httpd22 pxlib +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 numlib 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 httpd22 pxlib endif ifeq ($(FULL_TARGET),i386-beos) -override TARGET_DIRS+=fv 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 numlib graph gdbint mysql ibase postgres odbc sqlite pthreads imagemagick +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 numlib fv graph gdbint mysql ibase postgres odbc sqlite pthreads imagemagick endif ifeq ($(FULL_TARGET),i386-netbsd) -override TARGET_DIRS+=fv 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 numlib 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 httpd22 pxlib +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 numlib 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 httpd22 pxlib endif ifeq ($(FULL_TARGET),i386-solaris) -override TARGET_DIRS+=fv 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 numlib fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick libpng x11 gdbm tcl syslog libcurl opengl cairo gtk1 bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi openssl gnome1 httpd22 +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 numlib 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 aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi openssl gnome1 httpd22 endif ifeq ($(FULL_TARGET),i386-qnx) -override TARGET_DIRS+=fv 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 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 numlib endif ifeq ($(FULL_TARGET),i386-netware) -override TARGET_DIRS+=fv 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 numlib zlib unzip +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 numlib fv zlib unzip endif ifeq ($(FULL_TARGET),i386-openbsd) -override TARGET_DIRS+=fv 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 numlib 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 httpd22 pxlib +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 numlib 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 httpd22 pxlib endif ifeq ($(FULL_TARGET),i386-wdosx) -override TARGET_DIRS+=fv 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 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 numlib endif ifeq ($(FULL_TARGET),i386-darwin) -override TARGET_DIRS+=fv 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 numlib 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 httpd22 graph univint sdl +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 numlib 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 httpd22 graph univint sdl endif ifeq ($(FULL_TARGET),i386-emx) -override TARGET_DIRS+=fv 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 numlib 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 numlib fv zlib libpng x11 tcl fpgtk rexx os2units gtk1 imlib endif ifeq ($(FULL_TARGET),i386-watcom) -override TARGET_DIRS+=fv 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 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 numlib endif ifeq ($(FULL_TARGET),i386-netwlibc) -override TARGET_DIRS+=fv 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 numlib zlib unzip +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 numlib fv zlib unzip endif ifeq ($(FULL_TARGET),i386-wince) -override TARGET_DIRS+=fv 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 numlib fcl-web ibase mysql tcl fftw unzip zlib sqlite +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 numlib fcl-web tcl fftw unzip zlib sqlite mysql ibase postgres oracle odbc sdl openssl oggvorbis endif ifeq ($(FULL_TARGET),i386-embedded) -override TARGET_DIRS+=fv 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 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 numlib endif ifeq ($(FULL_TARGET),i386-symbian) -override TARGET_DIRS+=fv 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 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 numlib endif ifeq ($(FULL_TARGET),m68k-linux) -override TARGET_DIRS+=fv 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 numlib 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 httpd22 pxlib graph +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 numlib 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 httpd22 pxlib graph endif ifeq ($(FULL_TARGET),m68k-freebsd) -override TARGET_DIRS+=fv 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 numlib 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 httpd22 pxlib +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 numlib 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 httpd22 pxlib endif ifeq ($(FULL_TARGET),m68k-netbsd) -override TARGET_DIRS+=fv 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 numlib 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 httpd22 pxlib +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 numlib 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 httpd22 pxlib endif ifeq ($(FULL_TARGET),m68k-amiga) -override TARGET_DIRS+=fv 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 numlib amunits +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 numlib amunits endif ifeq ($(FULL_TARGET),m68k-atari) -override TARGET_DIRS+=fv 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 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 numlib endif ifeq ($(FULL_TARGET),m68k-openbsd) -override TARGET_DIRS+=fv 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 numlib 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 httpd22 pxlib +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 numlib 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 httpd22 pxlib endif ifeq ($(FULL_TARGET),m68k-palmos) -override TARGET_DIRS+=fv 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 numlib 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 numlib palmunits endif ifeq ($(FULL_TARGET),m68k-embedded) -override TARGET_DIRS+=fv 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 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 numlib endif ifeq ($(FULL_TARGET),powerpc-linux) -override TARGET_DIRS+=fv 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 numlib 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 httpd22 pxlib graph +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 numlib 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 httpd22 pxlib graph endif ifeq ($(FULL_TARGET),powerpc-netbsd) -override TARGET_DIRS+=fv 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 numlib 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 httpd22 pxlib +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 numlib 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 httpd22 pxlib endif ifeq ($(FULL_TARGET),powerpc-amiga) -override TARGET_DIRS+=fv 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 numlib amunits +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 numlib amunits endif ifeq ($(FULL_TARGET),powerpc-macos) -override TARGET_DIRS+=fv 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 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 numlib endif ifeq ($(FULL_TARGET),powerpc-darwin) -override TARGET_DIRS+=fv 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 numlib 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 httpd22 graph univint sdl +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 numlib 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 httpd22 graph univint sdl endif ifeq ($(FULL_TARGET),powerpc-morphos) -override TARGET_DIRS+=fv 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 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 numlib endif ifeq ($(FULL_TARGET),powerpc-embedded) -override TARGET_DIRS+=fv 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 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 numlib endif ifeq ($(FULL_TARGET),sparc-linux) -override TARGET_DIRS+=fv 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 numlib 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 httpd22 pxlib graph +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 numlib 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 httpd22 pxlib graph endif ifeq ($(FULL_TARGET),sparc-netbsd) -override TARGET_DIRS+=fv 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 numlib 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 httpd22 pxlib +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 numlib 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 httpd22 pxlib endif ifeq ($(FULL_TARGET),sparc-solaris) -override TARGET_DIRS+=fv 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 numlib fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick libpng x11 gdbm tcl syslog libcurl opengl cairo gtk1 bfd aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi openssl gnome1 httpd22 +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 numlib 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 aspell svgalib imlib utmp fpgtk xforms fftw pcap ggi openssl gnome1 httpd22 endif ifeq ($(FULL_TARGET),sparc-embedded) -override TARGET_DIRS+=fv 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 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 numlib endif ifeq ($(FULL_TARGET),x86_64-linux) -override TARGET_DIRS+=fv 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 numlib 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 httpd22 pxlib graph +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 numlib 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 httpd22 pxlib graph endif ifeq ($(FULL_TARGET),x86_64-freebsd) -override TARGET_DIRS+=fv 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 numlib 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 httpd22 pxlib +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 numlib 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 httpd22 pxlib +endif +ifeq ($(FULL_TARGET),x86_64-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 numlib 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 httpd22 endif ifeq ($(FULL_TARGET),x86_64-win64) -override TARGET_DIRS+=fv 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 numlib winunits-base winunits-jedi fcl-web ibase mysql zlib oracle odbc postgres sqlite imagemagick tcl opengl gtk1 gtk2 fpgtk fftw sdl openssl cdrom +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 numlib fv winunits-base winunits-jedi fcl-web ibase mysql zlib oracle odbc postgres sqlite imagemagick tcl opengl gtk1 gtk2 fpgtk fftw sdl openssl cdrom endif ifeq ($(FULL_TARGET),x86_64-embedded) -override TARGET_DIRS+=fv 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 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 numlib endif ifeq ($(FULL_TARGET),arm-linux) -override TARGET_DIRS+=fv 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 numlib 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 httpd22 pxlib graph +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 numlib 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 httpd22 pxlib graph endif ifeq ($(FULL_TARGET),arm-palmos) -override TARGET_DIRS+=fv 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 numlib 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 numlib palmunits endif ifeq ($(FULL_TARGET),arm-wince) -override TARGET_DIRS+=fv 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 numlib fcl-web ibase mysql tcl fftw unzip zlib sqlite +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 numlib fcl-web tcl fftw unzip zlib sqlite mysql ibase postgres oracle odbc sdl openssl oggvorbis endif ifeq ($(FULL_TARGET),arm-gba) -override TARGET_DIRS+=fv 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 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 numlib endif ifeq ($(FULL_TARGET),arm-nds) -override TARGET_DIRS+=fv 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 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 numlib endif ifeq ($(FULL_TARGET),arm-embedded) -override TARGET_DIRS+=fv 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 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 numlib endif ifeq ($(FULL_TARGET),arm-symbian) -override TARGET_DIRS+=fv 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 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 numlib endif ifeq ($(FULL_TARGET),powerpc64-linux) -override TARGET_DIRS+=fv 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 numlib 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 httpd22 pxlib graph +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 numlib 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 httpd22 pxlib graph endif ifeq ($(FULL_TARGET),powerpc64-darwin) -override TARGET_DIRS+=fv 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 numlib 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 httpd22 +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 numlib 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 httpd22 endif ifeq ($(FULL_TARGET),powerpc64-embedded) -override TARGET_DIRS+=fv 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 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 numlib endif override INSTALL_FPCPACKAGE=y override INSTALL_FPCSUBDIR=packages @@ -1149,7 +1162,7 @@ override FPCOPT+=-FD$(NEW_BINUTILS_PATH) endif ifndef CROSSBOOTSTRAP ifneq ($(BINUTILSPREFIX),) -override FPCOPT+=-XP$(BINUTILSPREFIX) -Xc +override FPCOPT+=-XP$(BINUTILSPREFIX) endif ifneq ($(BINUTILSPREFIX),) override FPCOPT+=-Xr$(RLINKPATH) @@ -1281,9 +1294,13 @@ ifeq (,$(findstring -s ,$(COMPILER))) EXECPPAS= else ifeq ($(FULL_SOURCE),$(FULL_TARGET)) +ifdef RUNBATCH +EXECPPAS:=@$(RUNBATCH) $(PPAS) +else EXECPPAS:=@$(PPAS) endif endif +endif ifdef TARGET_RSTS override RSTFILES=$(addsuffix $(RSTEXT),$(TARGET_RSTS)) override CLEANRSTFILES+=$(RSTFILES) @@ -1462,7 +1479,6 @@ fpc_makefile_sub2: $(addsuffix _makefile_dirs,$(TARGET_DIRS) $(TARGET_EXAMPLEDIR fpc_makefile_dirs: fpc_makefile_sub1 fpc_makefile_sub2 fpc_makefiles: fpc_makefile fpc_makefile_dirs ifeq ($(FULL_TARGET),i386-linux) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -1481,6 +1497,7 @@ TARGET_DIRS_UNZIP=1 TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 @@ -1540,7 +1557,6 @@ TARGET_DIRS_GRAPH=1 TARGET_DIRS_PXLIB=1 endif ifeq ($(FULL_TARGET),i386-go32v2) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -1559,12 +1575,12 @@ TARGET_DIRS_UNZIP=1 TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_FV=1 TARGET_DIRS_GRAPH=1 TARGET_DIRS_UNZIP=1 TARGET_DIRS_GDBINT=1 endif ifeq ($(FULL_TARGET),i386-win32) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -1583,6 +1599,7 @@ TARGET_DIRS_UNZIP=1 TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_FV=1 TARGET_DIRS_WINUNITS-BASE=1 TARGET_DIRS_WINUNITS-JEDI=1 TARGET_DIRS_FCL-WEB=1 @@ -1610,14 +1627,12 @@ TARGET_DIRS_LUA=1 TARGET_DIRS_OGGVORBIS=1 TARGET_DIRS_SDL=1 TARGET_DIRS_OPENSSL=1 -TARGET_DIRS_OPENSSL=1 TARGET_DIRS_GRAPH=1 TARGET_DIRS_PCAP=1 TARGET_DIRS_HTTPD22=1 TARGET_DIRS_PXLIB=1 endif ifeq ($(FULL_TARGET),i386-os2) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -1636,6 +1651,7 @@ TARGET_DIRS_UNZIP=1 TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_FV=1 TARGET_DIRS_ZLIB=1 TARGET_DIRS_LIBPNG=1 TARGET_DIRS_X11=1 @@ -1647,7 +1663,6 @@ TARGET_DIRS_GTK1=1 TARGET_DIRS_IMLIB=1 endif ifeq ($(FULL_TARGET),i386-freebsd) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -1666,6 +1681,7 @@ TARGET_DIRS_UNZIP=1 TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 @@ -1707,7 +1723,6 @@ TARGET_DIRS_HTTPD22=1 TARGET_DIRS_PXLIB=1 endif ifeq ($(FULL_TARGET),i386-beos) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -1726,6 +1741,7 @@ TARGET_DIRS_UNZIP=1 TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_FV=1 TARGET_DIRS_GRAPH=1 TARGET_DIRS_GDBINT=1 TARGET_DIRS_MYSQL=1 @@ -1737,7 +1753,6 @@ TARGET_DIRS_PTHREADS=1 TARGET_DIRS_IMAGEMAGICK=1 endif ifeq ($(FULL_TARGET),i386-netbsd) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -1756,6 +1771,7 @@ TARGET_DIRS_UNZIP=1 TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 @@ -1796,7 +1812,6 @@ TARGET_DIRS_HTTPD22=1 TARGET_DIRS_PXLIB=1 endif ifeq ($(FULL_TARGET),i386-solaris) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -1815,6 +1830,7 @@ TARGET_DIRS_UNZIP=1 TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 @@ -1851,7 +1867,6 @@ TARGET_DIRS_GNOME1=1 TARGET_DIRS_HTTPD22=1 endif ifeq ($(FULL_TARGET),i386-qnx) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -1872,7 +1887,6 @@ TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 endif ifeq ($(FULL_TARGET),i386-netware) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -1891,11 +1905,11 @@ TARGET_DIRS_UNZIP=1 TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_FV=1 TARGET_DIRS_ZLIB=1 TARGET_DIRS_UNZIP=1 endif ifeq ($(FULL_TARGET),i386-openbsd) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -1914,6 +1928,7 @@ TARGET_DIRS_UNZIP=1 TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 @@ -1954,7 +1969,6 @@ TARGET_DIRS_HTTPD22=1 TARGET_DIRS_PXLIB=1 endif ifeq ($(FULL_TARGET),i386-wdosx) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -1975,7 +1989,6 @@ TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 endif ifeq ($(FULL_TARGET),i386-darwin) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -1994,6 +2007,7 @@ TARGET_DIRS_UNZIP=1 TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 @@ -2034,7 +2048,6 @@ TARGET_DIRS_UNIVINT=1 TARGET_DIRS_SDL=1 endif ifeq ($(FULL_TARGET),i386-emx) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -2053,6 +2066,7 @@ TARGET_DIRS_UNZIP=1 TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_FV=1 TARGET_DIRS_ZLIB=1 TARGET_DIRS_LIBPNG=1 TARGET_DIRS_X11=1 @@ -2064,7 +2078,6 @@ TARGET_DIRS_GTK1=1 TARGET_DIRS_IMLIB=1 endif ifeq ($(FULL_TARGET),i386-watcom) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -2085,7 +2098,6 @@ TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 endif ifeq ($(FULL_TARGET),i386-netwlibc) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -2104,11 +2116,11 @@ TARGET_DIRS_UNZIP=1 TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_FV=1 TARGET_DIRS_ZLIB=1 TARGET_DIRS_UNZIP=1 endif ifeq ($(FULL_TARGET),i386-wince) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -2128,16 +2140,21 @@ TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 TARGET_DIRS_FCL-WEB=1 -TARGET_DIRS_IBASE=1 -TARGET_DIRS_MYSQL=1 TARGET_DIRS_TCL=1 TARGET_DIRS_FFTW=1 TARGET_DIRS_UNZIP=1 TARGET_DIRS_ZLIB=1 TARGET_DIRS_SQLITE=1 +TARGET_DIRS_MYSQL=1 +TARGET_DIRS_IBASE=1 +TARGET_DIRS_POSTGRES=1 +TARGET_DIRS_ORACLE=1 +TARGET_DIRS_ODBC=1 +TARGET_DIRS_SDL=1 +TARGET_DIRS_OPENSSL=1 +TARGET_DIRS_OGGVORBIS=1 endif ifeq ($(FULL_TARGET),i386-embedded) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -2158,7 +2175,6 @@ TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 endif ifeq ($(FULL_TARGET),i386-symbian) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -2179,7 +2195,6 @@ TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 endif ifeq ($(FULL_TARGET),m68k-linux) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -2198,6 +2213,7 @@ TARGET_DIRS_UNZIP=1 TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 @@ -2253,7 +2269,6 @@ TARGET_DIRS_PXLIB=1 TARGET_DIRS_GRAPH=1 endif ifeq ($(FULL_TARGET),m68k-freebsd) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -2272,6 +2287,7 @@ TARGET_DIRS_UNZIP=1 TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 @@ -2313,7 +2329,6 @@ TARGET_DIRS_HTTPD22=1 TARGET_DIRS_PXLIB=1 endif ifeq ($(FULL_TARGET),m68k-netbsd) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -2332,6 +2347,7 @@ TARGET_DIRS_UNZIP=1 TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 @@ -2372,7 +2388,6 @@ TARGET_DIRS_HTTPD22=1 TARGET_DIRS_PXLIB=1 endif ifeq ($(FULL_TARGET),m68k-amiga) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -2394,7 +2409,6 @@ TARGET_DIRS_NUMLIB=1 TARGET_DIRS_AMUNITS=1 endif ifeq ($(FULL_TARGET),m68k-atari) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -2415,7 +2429,6 @@ TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 endif ifeq ($(FULL_TARGET),m68k-openbsd) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -2434,6 +2447,7 @@ TARGET_DIRS_UNZIP=1 TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 @@ -2474,7 +2488,6 @@ TARGET_DIRS_HTTPD22=1 TARGET_DIRS_PXLIB=1 endif ifeq ($(FULL_TARGET),m68k-palmos) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -2496,7 +2509,6 @@ TARGET_DIRS_NUMLIB=1 TARGET_DIRS_PALMUNITS=1 endif ifeq ($(FULL_TARGET),m68k-embedded) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -2517,7 +2529,6 @@ TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 endif ifeq ($(FULL_TARGET),powerpc-linux) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -2536,6 +2547,7 @@ TARGET_DIRS_UNZIP=1 TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 @@ -2591,7 +2603,6 @@ TARGET_DIRS_PXLIB=1 TARGET_DIRS_GRAPH=1 endif ifeq ($(FULL_TARGET),powerpc-netbsd) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -2610,6 +2621,7 @@ TARGET_DIRS_UNZIP=1 TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 @@ -2650,7 +2662,6 @@ TARGET_DIRS_HTTPD22=1 TARGET_DIRS_PXLIB=1 endif ifeq ($(FULL_TARGET),powerpc-amiga) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -2672,7 +2683,6 @@ TARGET_DIRS_NUMLIB=1 TARGET_DIRS_AMUNITS=1 endif ifeq ($(FULL_TARGET),powerpc-macos) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -2693,7 +2703,6 @@ TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 endif ifeq ($(FULL_TARGET),powerpc-darwin) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -2712,6 +2721,7 @@ TARGET_DIRS_UNZIP=1 TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 @@ -2752,7 +2762,6 @@ TARGET_DIRS_UNIVINT=1 TARGET_DIRS_SDL=1 endif ifeq ($(FULL_TARGET),powerpc-morphos) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -2773,7 +2782,6 @@ TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 endif ifeq ($(FULL_TARGET),powerpc-embedded) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -2794,7 +2802,6 @@ TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 endif ifeq ($(FULL_TARGET),sparc-linux) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -2813,6 +2820,7 @@ TARGET_DIRS_UNZIP=1 TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 @@ -2868,7 +2876,6 @@ TARGET_DIRS_PXLIB=1 TARGET_DIRS_GRAPH=1 endif ifeq ($(FULL_TARGET),sparc-netbsd) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -2887,6 +2894,7 @@ TARGET_DIRS_UNZIP=1 TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 @@ -2927,7 +2935,6 @@ TARGET_DIRS_HTTPD22=1 TARGET_DIRS_PXLIB=1 endif ifeq ($(FULL_TARGET),sparc-solaris) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -2946,6 +2953,7 @@ TARGET_DIRS_UNZIP=1 TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 @@ -2982,7 +2990,6 @@ TARGET_DIRS_GNOME1=1 TARGET_DIRS_HTTPD22=1 endif ifeq ($(FULL_TARGET),sparc-embedded) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -3003,7 +3010,6 @@ TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 endif ifeq ($(FULL_TARGET),x86_64-linux) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -3022,6 +3028,7 @@ TARGET_DIRS_UNZIP=1 TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 @@ -3077,7 +3084,6 @@ TARGET_DIRS_PXLIB=1 TARGET_DIRS_GRAPH=1 endif ifeq ($(FULL_TARGET),x86_64-freebsd) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -3096,6 +3102,7 @@ TARGET_DIRS_UNZIP=1 TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 @@ -3136,8 +3143,7 @@ TARGET_DIRS_GTK2=1 TARGET_DIRS_HTTPD22=1 TARGET_DIRS_PXLIB=1 endif -ifeq ($(FULL_TARGET),x86_64-win64) -TARGET_DIRS_FV=1 +ifeq ($(FULL_TARGET),x86_64-darwin) TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -3156,6 +3162,63 @@ TARGET_DIRS_UNZIP=1 TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=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_HTTPD22=1 +endif +ifeq ($(FULL_TARGET),x86_64-win64) +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_NUMLIB=1 +TARGET_DIRS_FV=1 TARGET_DIRS_WINUNITS-BASE=1 TARGET_DIRS_WINUNITS-JEDI=1 TARGET_DIRS_FCL-WEB=1 @@ -3178,7 +3241,6 @@ TARGET_DIRS_OPENSSL=1 TARGET_DIRS_CDROM=1 endif ifeq ($(FULL_TARGET),x86_64-embedded) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -3199,7 +3261,6 @@ TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 endif ifeq ($(FULL_TARGET),arm-linux) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -3218,6 +3279,7 @@ TARGET_DIRS_UNZIP=1 TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 @@ -3273,7 +3335,6 @@ TARGET_DIRS_PXLIB=1 TARGET_DIRS_GRAPH=1 endif ifeq ($(FULL_TARGET),arm-palmos) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -3295,7 +3356,6 @@ TARGET_DIRS_NUMLIB=1 TARGET_DIRS_PALMUNITS=1 endif ifeq ($(FULL_TARGET),arm-wince) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -3315,16 +3375,21 @@ TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 TARGET_DIRS_FCL-WEB=1 -TARGET_DIRS_IBASE=1 -TARGET_DIRS_MYSQL=1 TARGET_DIRS_TCL=1 TARGET_DIRS_FFTW=1 TARGET_DIRS_UNZIP=1 TARGET_DIRS_ZLIB=1 TARGET_DIRS_SQLITE=1 +TARGET_DIRS_MYSQL=1 +TARGET_DIRS_IBASE=1 +TARGET_DIRS_POSTGRES=1 +TARGET_DIRS_ORACLE=1 +TARGET_DIRS_ODBC=1 +TARGET_DIRS_SDL=1 +TARGET_DIRS_OPENSSL=1 +TARGET_DIRS_OGGVORBIS=1 endif ifeq ($(FULL_TARGET),arm-gba) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -3345,7 +3410,6 @@ TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 endif ifeq ($(FULL_TARGET),arm-nds) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -3366,7 +3430,6 @@ TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 endif ifeq ($(FULL_TARGET),arm-embedded) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -3387,7 +3450,6 @@ TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 endif ifeq ($(FULL_TARGET),arm-symbian) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -3408,7 +3470,6 @@ TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 endif ifeq ($(FULL_TARGET),powerpc64-linux) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -3427,6 +3488,7 @@ TARGET_DIRS_UNZIP=1 TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 @@ -3482,7 +3544,6 @@ TARGET_DIRS_PXLIB=1 TARGET_DIRS_GRAPH=1 endif ifeq ($(FULL_TARGET),powerpc64-darwin) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -3501,6 +3562,7 @@ TARGET_DIRS_UNZIP=1 TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 +TARGET_DIRS_FV=1 TARGET_DIRS_FCL-WEB=1 TARGET_DIRS_FCL-ASYNC=1 TARGET_DIRS_IBASE=1 @@ -3538,7 +3600,6 @@ TARGET_DIRS_GNOME1=1 TARGET_DIRS_HTTPD22=1 endif ifeq ($(FULL_TARGET),powerpc64-embedded) -TARGET_DIRS_FV=1 TARGET_DIRS_HASH=1 TARGET_DIRS_PASJPEG=1 TARGET_DIRS_PASZLIB=1 @@ -3558,51 +3619,6 @@ TARGET_DIRS_REGEXPR=1 TARGET_DIRS_CHM=1 TARGET_DIRS_NUMLIB=1 endif -ifdef TARGET_DIRS_FV -fv_all: - $(MAKE) -C fv all -fv_debug: - $(MAKE) -C fv debug -fv_smart: - $(MAKE) -C fv smart -fv_release: - $(MAKE) -C fv release -fv_units: - $(MAKE) -C fv units -fv_examples: - $(MAKE) -C fv examples -fv_shared: - $(MAKE) -C fv shared -fv_install: - $(MAKE) -C fv install -fv_sourceinstall: - $(MAKE) -C fv sourceinstall -fv_exampleinstall: - $(MAKE) -C fv exampleinstall -fv_distinstall: - $(MAKE) -C fv distinstall -fv_zipinstall: - $(MAKE) -C fv zipinstall -fv_zipsourceinstall: - $(MAKE) -C fv zipsourceinstall -fv_zipexampleinstall: - $(MAKE) -C fv zipexampleinstall -fv_zipdistinstall: - $(MAKE) -C fv zipdistinstall -fv_clean: - $(MAKE) -C fv clean -fv_distclean: - $(MAKE) -C fv distclean -fv_cleanall: - $(MAKE) -C fv cleanall -fv_info: - $(MAKE) -C fv info -fv_makefiles: - $(MAKE) -C fv makefiles -fv: - $(MAKE) -C fv all -.PHONY: fv_all fv_debug fv_smart fv_release fv_units fv_examples fv_shared fv_install fv_sourceinstall fv_exampleinstall fv_distinstall fv_zipinstall fv_zipsourceinstall fv_zipexampleinstall fv_zipdistinstall fv_clean fv_distclean fv_cleanall fv_info fv_makefiles fv -endif ifdef TARGET_DIRS_HASH hash_all: $(MAKE) -C hash all @@ -4413,6 +4429,51 @@ numlib: $(MAKE) -C numlib all .PHONY: numlib_all numlib_debug numlib_smart numlib_release numlib_units numlib_examples numlib_shared numlib_install numlib_sourceinstall numlib_exampleinstall numlib_distinstall numlib_zipinstall numlib_zipsourceinstall numlib_zipexampleinstall numlib_zipdistinstall numlib_clean numlib_distclean numlib_cleanall numlib_info numlib_makefiles numlib endif +ifdef TARGET_DIRS_FV +fv_all: + $(MAKE) -C fv all +fv_debug: + $(MAKE) -C fv debug +fv_smart: + $(MAKE) -C fv smart +fv_release: + $(MAKE) -C fv release +fv_units: + $(MAKE) -C fv units +fv_examples: + $(MAKE) -C fv examples +fv_shared: + $(MAKE) -C fv shared +fv_install: + $(MAKE) -C fv install +fv_sourceinstall: + $(MAKE) -C fv sourceinstall +fv_exampleinstall: + $(MAKE) -C fv exampleinstall +fv_distinstall: + $(MAKE) -C fv distinstall +fv_zipinstall: + $(MAKE) -C fv zipinstall +fv_zipsourceinstall: + $(MAKE) -C fv zipsourceinstall +fv_zipexampleinstall: + $(MAKE) -C fv zipexampleinstall +fv_zipdistinstall: + $(MAKE) -C fv zipdistinstall +fv_clean: + $(MAKE) -C fv clean +fv_distclean: + $(MAKE) -C fv distclean +fv_cleanall: + $(MAKE) -C fv cleanall +fv_info: + $(MAKE) -C fv info +fv_makefiles: + $(MAKE) -C fv makefiles +fv: + $(MAKE) -C fv all +.PHONY: fv_all fv_debug fv_smart fv_release fv_units fv_examples fv_shared fv_install fv_sourceinstall fv_exampleinstall fv_distinstall fv_zipinstall fv_zipsourceinstall fv_zipexampleinstall fv_zipdistinstall fv_clean fv_distclean fv_cleanall fv_info fv_makefiles fv +endif ifdef TARGET_DIRS_FCL-WEB fcl-web_all: $(MAKE) -C fcl-web all diff --git a/packages/Makefile.fpc b/packages/Makefile.fpc index 75daff4f7c..f8bdc5ed67 100644 --- a/packages/Makefile.fpc +++ b/packages/Makefile.fpc @@ -3,49 +3,49 @@ # [target] -dirs= fv 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 numlib -dirs_linux_i386=libc unixutil graph pxlib -dirs_i386_linux= graph -dirs_x86_64_linux= graph -dirs_powerpc_linux= graph +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 numlib +dirs_linux_i386=libc unixutil graph pxlib +dirs_i386_linux=graph +dirs_x86_64_linux=graph +dirs_powerpc_linux=graph dirs_powerpc64_linux=graph dirs_sparc_linux=graph dirs_arm_linux=graph dirs_m68k_linux=graph -dirs_freebsd=fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick \ +dirs_freebsd=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 httpd22 pxlib -dirs_darwin=fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick \ +dirs_darwin=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 httpd22 dirs_i386_darwin=graph univint sdl dirs_powerpc_darwin=graph univint sdl -dirs_solaris=fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick \ +dirs_solaris=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 aspell svgalib \ imlib utmp fpgtk xforms fftw pcap ggi openssl gnome1 httpd22 -dirs_netbsd=fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick \ +dirs_netbsd=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 httpd22 pxlib -dirs_openbsd=fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick \ +dirs_openbsd=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 httpd22 pxlib -dirs_linux=fcl-web fcl-async ibase mysql ncurses unzip zlib oracle dbus odbc postgres sqlite pthreads imagemagick \ +dirs_linux=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 httpd22 pxlib -dirs_win32=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 openssl graph pcap httpd22 pxlib -dirs_win64=winunits-base winunits-jedi fcl-web ibase mysql zlib oracle odbc postgres sqlite imagemagick \ - tcl opengl gtk1 gtk2 fpgtk fftw sdl openssl cdrom -dirs_wince=fcl-web ibase mysql tcl fftw unzip zlib sqlite -dirs_os2=zlib libpng x11 tcl fpgtk rexx os2units gtk1 imlib -dirs_emx=zlib libpng x11 tcl fpgtk rexx os2units gtk1 imlib -dirs_netware=zlib unzip -dirs_netwlibc= zlib unzip +dirs_win32=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 httpd22 pxlib +dirs_win64=fv winunits-base winunits-jedi fcl-web ibase mysql zlib oracle odbc postgres sqlite imagemagick \ + tcl opengl gtk1 gtk2 fpgtk fftw sdl openssl cdrom +dirs_wince=fcl-web tcl fftw unzip zlib sqlite mysql ibase postgres oracle odbc sdl openssl oggvorbis +dirs_os2=fv zlib libpng x11 tcl fpgtk rexx os2units gtk1 imlib +dirs_emx=fv zlib libpng x11 tcl fpgtk rexx os2units gtk1 imlib +dirs_netware=fv zlib unzip +dirs_netwlibc=fv zlib unzip dirs_palmos=palmunits -dirs_go32v2=graph unzip gdbint -dirs_beos=graph gdbint mysql ibase postgres odbc sqlite pthreads imagemagick +dirs_go32v2=fv graph unzip gdbint +dirs_beos=fv graph gdbint mysql ibase postgres odbc sqlite pthreads imagemagick dirs_amiga=amunits [install] diff --git a/packages/fcl-base/Makefile b/packages/fcl-base/Makefile index aa275387e0..523a18f339 100644 --- a/packages/fcl-base/Makefile +++ b/packages/fcl-base/Makefile @@ -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/02/01] # 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 @@ -727,163 +727,163 @@ ifeq ($(FULL_TARGET),powerpc64-embedded) override COMPILER_OPTIONS+=-S2h endif ifeq ($(FULL_TARGET),i386-linux) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc src/unix +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src src/unix endif ifeq ($(FULL_TARGET),i386-go32v2) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src endif ifeq ($(FULL_TARGET),i386-win32) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc src/win +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src src/win endif ifeq ($(FULL_TARGET),i386-os2) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src endif ifeq ($(FULL_TARGET),i386-freebsd) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc src/unix +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src src/unix endif ifeq ($(FULL_TARGET),i386-beos) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc src/unix +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src src/unix endif ifeq ($(FULL_TARGET),i386-netbsd) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc src/unix +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src src/unix endif ifeq ($(FULL_TARGET),i386-solaris) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc src/unix +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src src/unix endif ifeq ($(FULL_TARGET),i386-qnx) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc src/unix +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src src/unix endif ifeq ($(FULL_TARGET),i386-netware) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src endif ifeq ($(FULL_TARGET),i386-openbsd) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc src/unix +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src src/unix endif ifeq ($(FULL_TARGET),i386-wdosx) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src endif ifeq ($(FULL_TARGET),i386-darwin) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc src/unix +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src src/unix endif ifeq ($(FULL_TARGET),i386-emx) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc src/os2 +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src src/os2 endif ifeq ($(FULL_TARGET),i386-watcom) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src endif ifeq ($(FULL_TARGET),i386-netwlibc) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src endif ifeq ($(FULL_TARGET),i386-wince) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc src/win +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src src/win endif ifeq ($(FULL_TARGET),i386-embedded) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src endif ifeq ($(FULL_TARGET),i386-symbian) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src endif ifeq ($(FULL_TARGET),m68k-linux) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc src/unix +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src src/unix endif ifeq ($(FULL_TARGET),m68k-freebsd) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc src/unix +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src src/unix endif ifeq ($(FULL_TARGET),m68k-netbsd) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc src/unix +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src src/unix endif ifeq ($(FULL_TARGET),m68k-amiga) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src endif ifeq ($(FULL_TARGET),m68k-atari) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src endif ifeq ($(FULL_TARGET),m68k-openbsd) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc src/unix +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src src/unix endif ifeq ($(FULL_TARGET),m68k-palmos) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src endif ifeq ($(FULL_TARGET),m68k-embedded) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src endif ifeq ($(FULL_TARGET),powerpc-linux) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc src/unix +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src src/unix endif ifeq ($(FULL_TARGET),powerpc-netbsd) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc src/unix +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src src/unix endif ifeq ($(FULL_TARGET),powerpc-amiga) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src endif ifeq ($(FULL_TARGET),powerpc-macos) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src endif ifeq ($(FULL_TARGET),powerpc-darwin) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc src/unix +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src src/unix endif ifeq ($(FULL_TARGET),powerpc-morphos) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src endif ifeq ($(FULL_TARGET),powerpc-embedded) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src endif ifeq ($(FULL_TARGET),sparc-linux) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc src/unix +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src src/unix endif ifeq ($(FULL_TARGET),sparc-netbsd) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc src/unix +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src src/unix endif ifeq ($(FULL_TARGET),sparc-solaris) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc src/unix +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src src/unix endif ifeq ($(FULL_TARGET),sparc-embedded) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src endif ifeq ($(FULL_TARGET),x86_64-linux) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc src/unix +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src src/unix endif ifeq ($(FULL_TARGET),x86_64-freebsd) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc src/unix +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src src/unix endif ifeq ($(FULL_TARGET),x86_64-darwin) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc src/unix +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src src/unix endif ifeq ($(FULL_TARGET),x86_64-win64) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc src/win +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src src/win endif ifeq ($(FULL_TARGET),x86_64-embedded) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src endif ifeq ($(FULL_TARGET),arm-linux) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc src/unix +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src src/unix endif ifeq ($(FULL_TARGET),arm-palmos) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src endif ifeq ($(FULL_TARGET),arm-wince) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc src/win +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src src/win endif ifeq ($(FULL_TARGET),arm-gba) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src endif ifeq ($(FULL_TARGET),arm-nds) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src endif ifeq ($(FULL_TARGET),arm-embedded) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src endif ifeq ($(FULL_TARGET),arm-symbian) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src endif ifeq ($(FULL_TARGET),powerpc64-linux) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc src/unix +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src src/unix endif ifeq ($(FULL_TARGET),powerpc64-darwin) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc src/unix +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src src/unix endif ifeq ($(FULL_TARGET),powerpc64-embedded) -override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src/inc +override COMPILER_INCLUDEDIR+=src/$(OS_TARGET) src endif ifeq ($(FULL_TARGET),i386-linux) override COMPILER_SOURCEDIR+=src/$(OS_TARGET) src diff --git a/packages/fcl-base/Makefile.fpc b/packages/fcl-base/Makefile.fpc index a33d8fe816..54c7c7b98e 100644 --- a/packages/fcl-base/Makefile.fpc +++ b/packages/fcl-base/Makefile.fpc @@ -32,7 +32,7 @@ rsts=cachecls custapp cgiapp eventlog registry streamcoll inicol [compiler] options=-S2h -includedir=src/$(OS_TARGET) src/inc +includedir=src/$(OS_TARGET) src includedir_linux=src/unix includedir_freebsd=src/unix includedir_darwin=src/unix