diff options
| author | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2009-02-14 10:38:42 +0000 |
|---|---|---|
| committer | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2009-02-14 10:38:42 +0000 |
| commit | 4f4e2f8be9659a106afc500c6102627b7486a301 (patch) | |
| tree | a77e74d2dc5e8c8436dea44e7067b69f5e7df487 /packages/pxlib | |
| parent | f1c0e58bd408f74c19ee5527b3d55cdd1e92e797 (diff) | |
| download | fpc-4f4e2f8be9659a106afc500c6102627b7486a301.tar.gz | |
* Makefiles regenerated
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@12740 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/pxlib')
| -rw-r--r-- | packages/pxlib/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/packages/pxlib/Makefile b/packages/pxlib/Makefile index 14bf59bf16..222e0f956f 100644 --- a/packages/pxlib/Makefile +++ b/packages/pxlib/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 2.0.0 [2008/12/12] +# Don't edit, this file is generated by FPCMake Version 2.0.0 [2009/02/07] # default: all MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-haiku i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-darwin x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-darwin arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-darwin powerpc64-embedded avr-embedded armeb-linux armeb-embedded @@ -276,6 +276,9 @@ endif ifeq ($(FULL_TARGET),i386-beos) override TARGET_UNITS+=pxlib endif +ifeq ($(FULL_TARGET),i386-haiku) +override TARGET_UNITS+=pxlib +endif ifeq ($(FULL_TARGET),i386-netbsd) override TARGET_UNITS+=pxlib endif @@ -348,6 +351,9 @@ endif ifeq ($(FULL_TARGET),i386-beos) override TARGET_EXAMPLEDIRS+=examples endif +ifeq ($(FULL_TARGET),i386-haiku) +override TARGET_EXAMPLEDIRS+=examples +endif ifeq ($(FULL_TARGET),i386-netbsd) override TARGET_EXAMPLEDIRS+=examples endif @@ -2135,6 +2141,9 @@ endif ifeq ($(FULL_TARGET),i386-beos) TARGET_EXAMPLEDIRS_EXAMPLES=1 endif +ifeq ($(FULL_TARGET),i386-haiku) +TARGET_EXAMPLEDIRS_EXAMPLES=1 +endif ifeq ($(FULL_TARGET),i386-netbsd) TARGET_EXAMPLEDIRS_EXAMPLES=1 endif |
