mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 14:19:31 +02:00
*arm/wince basepackages
git-svn-id: trunk@2069 -
This commit is contained in:
parent
25bdac2b80
commit
209cbd7227
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2005/12/10]
|
||||
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2005/12/28]
|
||||
#
|
||||
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-emx i386-watcom i386-netwlibc i386-wince m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos powerpc-linux powerpc-netbsd powerpc-macos powerpc-darwin powerpc-morphos sparc-linux sparc-netbsd sparc-solaris x86_64-linux x86_64-freebsd x86_64-win64 arm-linux arm-wince powerpc64-linux
|
||||
@ -276,7 +276,7 @@ ifeq ($(FULL_TARGET),i386-netwlibc)
|
||||
override TARGET_DIRS+=hash paszlib pasjpeg regexpr netdb
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-wince)
|
||||
override TARGET_DIRS+=hash paszlib pasjpeg regexpr netdb
|
||||
override TARGET_DIRS+=hash paszlib pasjpeg regexpr netdb ibase sqlite postgres
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-linux)
|
||||
override TARGET_DIRS+=hash paszlib pasjpeg regexpr netdb gdbint libasync mysql ibase postgres oracle odbc pthreads sqlite libc
|
||||
@ -336,7 +336,7 @@ ifeq ($(FULL_TARGET),arm-linux)
|
||||
override TARGET_DIRS+=hash paszlib pasjpeg regexpr netdb gdbint libasync mysql ibase postgres oracle odbc pthreads sqlite libc
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),arm-wince)
|
||||
override TARGET_DIRS+=hash paszlib pasjpeg regexpr netdb
|
||||
override TARGET_DIRS+=hash paszlib pasjpeg regexpr netdb ibase sqlite postgres
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc64-linux)
|
||||
override TARGET_DIRS+=hash paszlib pasjpeg regexpr netdb gdbint libasync mysql ibase postgres oracle odbc pthreads sqlite libc
|
||||
@ -1536,6 +1536,9 @@ TARGET_DIRS_PASZLIB=1
|
||||
TARGET_DIRS_PASJPEG=1
|
||||
TARGET_DIRS_REGEXPR=1
|
||||
TARGET_DIRS_NETDB=1
|
||||
TARGET_DIRS_IBASE=1
|
||||
TARGET_DIRS_SQLITE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-linux)
|
||||
TARGET_DIRS_HASH=1
|
||||
@ -1780,6 +1783,9 @@ TARGET_DIRS_PASZLIB=1
|
||||
TARGET_DIRS_PASJPEG=1
|
||||
TARGET_DIRS_REGEXPR=1
|
||||
TARGET_DIRS_NETDB=1
|
||||
TARGET_DIRS_IBASE=1
|
||||
TARGET_DIRS_SQLITE=1
|
||||
TARGET_DIRS_POSTGRES=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),powerpc64-linux)
|
||||
TARGET_DIRS_HASH=1
|
||||
|
@ -7,6 +7,7 @@ dirs=hash paszlib pasjpeg regexpr netdb
|
||||
dirs_linux=gdbint libasync mysql ibase postgres oracle odbc \
|
||||
pthreads sqlite libc
|
||||
dirs_win32=gdbint mysql ibase odbc sqlite postgres
|
||||
dirs_wince=ibase sqlite postgres
|
||||
dirs_go32v2=gdbint
|
||||
dirs_netbsd=gdbint libasync \
|
||||
mysql ibase postgres oracle odbc
|
||||
|
Loading…
Reference in New Issue
Block a user