+ added missing Makefiles

* regenerated packages/extra Makefile after several packages were
    moved

git-svn-id: trunk@9946 -
This commit is contained in:
Jonas Maebe 2008-01-26 17:16:46 +00:00
parent aba88e1f3c
commit 818e713317
7 changed files with 12379 additions and 250 deletions

5
.gitattributes vendored
View File

@ -4234,6 +4234,7 @@ packages/mysql/tests/mysqls.c svneol=native#text/plain
packages/mysql/tests/mysqls.pp svneol=native#text/plain
packages/mysql/tests/testdb3.pp svneol=native#text/plain
packages/mysql/tests/testdb4.pp svneol=native#text/plain
packages/ncurses/Makefile svneol=native#text/plain
packages/ncurses/Makefile.fpc svneol=native#text/plain
packages/ncurses/examples/db_demo.pp svneol=native#text/plain
packages/ncurses/examples/edit_demo.pp svneol=native#text/plain
@ -4261,8 +4262,10 @@ packages/odbc/src/odbcsql.pas svneol=native#text/plain
packages/odbc/src/odbcsqldyn.pas svneol=native#text/plain
packages/odbc/tests/testodbc.mdb -text
packages/odbc/tests/testodbc.pp svneol=native#text/plain
packages/oracle/Makefile svneol=native#text/plain
packages/oracle/Makefile.fpc svneol=native#text/plain
packages/oracle/README svneol=native#text/plain
packages/oracle/examples/Makefile svneol=native#text/plain
packages/oracle/examples/Makefile.fpc svneol=native#text/plain
packages/oracle/examples/oraclew.pp svneol=native#text/plain
packages/oracle/examples/test01.pp svneol=native#text/plain
@ -4438,6 +4441,7 @@ packages/sqlite/src/sqlitedb.pas svneol=native#text/plain
packages/sqlite/tests/test.pas svneol=native#text/plain
packages/sqlite/tests/testapiv3x.README svneol=native#text/plain
packages/sqlite/tests/testapiv3x.pp svneol=native#text/plain
packages/unzip/Makefile svneol=native#text/plain
packages/unzip/Makefile.fpc svneol=native#text/plain
packages/unzip/fpmake.pp svneol=native#text/plain
packages/unzip/src/unzip.pp svneol=native#text/plain
@ -4695,6 +4699,7 @@ packages/winunits-jedi/src/jwawsrm.pas svneol=native#text/plain
packages/winunits-jedi/src/jwawsvns.pas svneol=native#text/plain
packages/winunits-jedi/src/jwawtsapi32.pas svneol=native#text/plain
packages/winunits-jedi/src/jwazmouse.pas svneol=native#text/plain
packages/zlib/Makefile svneol=native#text/plain
packages/zlib/Makefile.fpc svneol=native#text/plain
packages/zlib/fpmake.pp svneol=native#text/plain
packages/zlib/src/zlib.pp svneol=native#text/plain

View File

@ -1,5 +1,5 @@
#
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2007/11/08]
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2008/01/06]
#
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
@ -241,55 +241,55 @@ 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+=chm unzip zlib fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm ncurses tcl cdrom imlib gnome1 fpgtk newt uuid ldap openal mad oggvorbis a52 modplug dts openssl pcap libcurl cairo aspell unixutil lua sdl graph
override TARGET_DIRS+=chm fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm tcl cdrom imlib gnome1 fpgtk newt uuid ldap openal mad oggvorbis a52 modplug dts openssl pcap libcurl cairo aspell unixutil lua sdl graph
endif
ifeq ($(FULL_TARGET),i386-go32v2)
override TARGET_DIRS+=chm unzip graph
override TARGET_DIRS+=chm graph
endif
ifeq ($(FULL_TARGET),i386-win32)
override TARGET_DIRS+=chm unzip opengl gtk gtk2 zlib tcl cdrom fpgtk fftw mad openal oggvorbis a52 libpng openssl pcap sdl lua graph
override TARGET_DIRS+=chm opengl gtk gtk2 tcl cdrom fpgtk fftw mad openal oggvorbis a52 libpng openssl pcap sdl lua graph
endif
ifeq ($(FULL_TARGET),i386-os2)
override TARGET_DIRS+=chm os2units rexx unzip zlib x11 gtk libpng tcl imlib fpgtk
override TARGET_DIRS+=chm os2units rexx x11 gtk libpng tcl imlib fpgtk
endif
ifeq ($(FULL_TARGET),i386-freebsd)
override TARGET_DIRS+=chm unzip zlib fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm ncurses fpgtk tcl imlib gnome1 openssl pcap libcurl cairo sdl graph aspell
override TARGET_DIRS+=chm fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm fpgtk tcl imlib gnome1 openssl pcap libcurl cairo sdl graph aspell
endif
ifeq ($(FULL_TARGET),i386-beos)
override TARGET_DIRS+=chm graph
endif
ifeq ($(FULL_TARGET),i386-netbsd)
override TARGET_DIRS+=chm unzip zlib x11 opengl gtk syslog forms svgalib ggi libpng libgd utmp bfd gdbm ncurses fpgtk tcl imlib gnome1 openssl pcap libcurl cairo aspell
override TARGET_DIRS+=chm x11 opengl gtk syslog forms svgalib ggi libpng libgd utmp bfd gdbm fpgtk tcl imlib gnome1 openssl pcap libcurl cairo aspell
endif
ifeq ($(FULL_TARGET),i386-solaris)
override TARGET_DIRS+=chm unzip zlib fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm ncurses fpgtk tcl imlib gnome1 openssl pcap libcurl cairo
override TARGET_DIRS+=chm fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm fpgtk tcl imlib gnome1 openssl pcap libcurl cairo
endif
ifeq ($(FULL_TARGET),i386-qnx)
override TARGET_DIRS+=chm
endif
ifeq ($(FULL_TARGET),i386-netware)
override TARGET_DIRS+=chm unzip zlib
override TARGET_DIRS+=chm
endif
ifeq ($(FULL_TARGET),i386-openbsd)
override TARGET_DIRS+=chm unzip zlib x11 opengl gtk syslog forms svgalib ggi libpng libgd utmp bfd gdbm ncurses fpgtk tcl imlib gnome1 openssl pcap libcurl cairo aspell
override TARGET_DIRS+=chm x11 opengl gtk syslog forms svgalib ggi libpng libgd utmp bfd gdbm fpgtk tcl imlib gnome1 openssl pcap libcurl cairo aspell
endif
ifeq ($(FULL_TARGET),i386-wdosx)
override TARGET_DIRS+=chm
endif
ifeq ($(FULL_TARGET),i386-darwin)
override TARGET_DIRS+=chm unzip zlib fftw x11 opengl gtk gtk2 syslog forms libpng libgd utmp bfd gdbm ncurses fpgtk tcl imlib gnome1 openssl libcurl cairo aspell univint sdl graph
override TARGET_DIRS+=chm fftw x11 opengl gtk gtk2 syslog forms libpng libgd utmp bfd gdbm fpgtk tcl imlib gnome1 openssl libcurl cairo aspell univint sdl graph
endif
ifeq ($(FULL_TARGET),i386-emx)
override TARGET_DIRS+=chm os2units rexx unzip zlib x11 gtk libpng tcl imlib fpgtk
override TARGET_DIRS+=chm os2units rexx x11 gtk libpng tcl imlib fpgtk
endif
ifeq ($(FULL_TARGET),i386-watcom)
override TARGET_DIRS+=chm
endif
ifeq ($(FULL_TARGET),i386-netwlibc)
override TARGET_DIRS+=chm unzip zlib
override TARGET_DIRS+=chm
endif
ifeq ($(FULL_TARGET),i386-wince)
override TARGET_DIRS+=chm unzip zlib tcl fftw
override TARGET_DIRS+=chm tcl fftw
endif
ifeq ($(FULL_TARGET),i386-embedded)
override TARGET_DIRS+=chm
@ -298,13 +298,13 @@ ifeq ($(FULL_TARGET),i386-symbian)
override TARGET_DIRS+=chm
endif
ifeq ($(FULL_TARGET),m68k-linux)
override TARGET_DIRS+=chm unzip zlib fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm ncurses tcl cdrom imlib gnome1 fpgtk newt uuid ldap openal mad oggvorbis a52 modplug dts openssl pcap libcurl cairo aspell graph
override TARGET_DIRS+=chm fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm tcl cdrom imlib gnome1 fpgtk newt uuid ldap openal mad oggvorbis a52 modplug dts openssl pcap libcurl cairo aspell graph
endif
ifeq ($(FULL_TARGET),m68k-freebsd)
override TARGET_DIRS+=chm unzip zlib fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm ncurses fpgtk tcl imlib gnome1 openssl pcap libcurl cairo sdl graph aspell
override TARGET_DIRS+=chm fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm fpgtk tcl imlib gnome1 openssl pcap libcurl cairo sdl graph aspell
endif
ifeq ($(FULL_TARGET),m68k-netbsd)
override TARGET_DIRS+=chm unzip zlib x11 opengl gtk syslog forms svgalib ggi libpng libgd utmp bfd gdbm ncurses fpgtk tcl imlib gnome1 openssl pcap libcurl cairo aspell
override TARGET_DIRS+=chm x11 opengl gtk syslog forms svgalib ggi libpng libgd utmp bfd gdbm fpgtk tcl imlib gnome1 openssl pcap libcurl cairo aspell
endif
ifeq ($(FULL_TARGET),m68k-amiga)
override TARGET_DIRS+=chm amunits
@ -313,7 +313,7 @@ ifeq ($(FULL_TARGET),m68k-atari)
override TARGET_DIRS+=chm
endif
ifeq ($(FULL_TARGET),m68k-openbsd)
override TARGET_DIRS+=chm unzip zlib x11 opengl gtk syslog forms svgalib ggi libpng libgd utmp bfd gdbm ncurses fpgtk tcl imlib gnome1 openssl pcap libcurl cairo aspell
override TARGET_DIRS+=chm x11 opengl gtk syslog forms svgalib ggi libpng libgd utmp bfd gdbm fpgtk tcl imlib gnome1 openssl pcap libcurl cairo aspell
endif
ifeq ($(FULL_TARGET),m68k-palmos)
override TARGET_DIRS+=chm palmunits
@ -322,10 +322,10 @@ ifeq ($(FULL_TARGET),m68k-embedded)
override TARGET_DIRS+=chm
endif
ifeq ($(FULL_TARGET),powerpc-linux)
override TARGET_DIRS+=chm unzip zlib fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm ncurses tcl cdrom imlib gnome1 fpgtk newt uuid ldap openal mad oggvorbis a52 modplug dts openssl pcap libcurl cairo aspell sdl graph
override TARGET_DIRS+=chm fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm tcl cdrom imlib gnome1 fpgtk newt uuid ldap openal mad oggvorbis a52 modplug dts openssl pcap libcurl cairo aspell sdl graph
endif
ifeq ($(FULL_TARGET),powerpc-netbsd)
override TARGET_DIRS+=chm unzip zlib x11 opengl gtk syslog forms svgalib ggi libpng libgd utmp bfd gdbm ncurses fpgtk tcl imlib gnome1 openssl pcap libcurl cairo aspell
override TARGET_DIRS+=chm x11 opengl gtk syslog forms svgalib ggi libpng libgd utmp bfd gdbm fpgtk tcl imlib gnome1 openssl pcap libcurl cairo aspell
endif
ifeq ($(FULL_TARGET),powerpc-amiga)
override TARGET_DIRS+=chm amunits
@ -334,7 +334,7 @@ ifeq ($(FULL_TARGET),powerpc-macos)
override TARGET_DIRS+=chm
endif
ifeq ($(FULL_TARGET),powerpc-darwin)
override TARGET_DIRS+=chm unzip zlib fftw x11 opengl gtk gtk2 syslog forms libpng libgd utmp bfd gdbm ncurses fpgtk tcl imlib gnome1 openssl libcurl cairo aspell univint sdl graph
override TARGET_DIRS+=chm fftw x11 opengl gtk gtk2 syslog forms libpng libgd utmp bfd gdbm fpgtk tcl imlib gnome1 openssl libcurl cairo aspell univint sdl graph
endif
ifeq ($(FULL_TARGET),powerpc-morphos)
override TARGET_DIRS+=chm
@ -343,40 +343,40 @@ ifeq ($(FULL_TARGET),powerpc-embedded)
override TARGET_DIRS+=chm
endif
ifeq ($(FULL_TARGET),sparc-linux)
override TARGET_DIRS+=chm unzip zlib fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm ncurses tcl cdrom imlib gnome1 fpgtk newt uuid ldap openal mad oggvorbis a52 modplug dts openssl pcap libcurl cairo aspell graph
override TARGET_DIRS+=chm fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm tcl cdrom imlib gnome1 fpgtk newt uuid ldap openal mad oggvorbis a52 modplug dts openssl pcap libcurl cairo aspell graph
endif
ifeq ($(FULL_TARGET),sparc-netbsd)
override TARGET_DIRS+=chm unzip zlib x11 opengl gtk syslog forms svgalib ggi libpng libgd utmp bfd gdbm ncurses fpgtk tcl imlib gnome1 openssl pcap libcurl cairo aspell
override TARGET_DIRS+=chm x11 opengl gtk syslog forms svgalib ggi libpng libgd utmp bfd gdbm fpgtk tcl imlib gnome1 openssl pcap libcurl cairo aspell
endif
ifeq ($(FULL_TARGET),sparc-solaris)
override TARGET_DIRS+=chm unzip zlib fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm ncurses fpgtk tcl imlib gnome1 openssl pcap libcurl cairo
override TARGET_DIRS+=chm fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm fpgtk tcl imlib gnome1 openssl pcap libcurl cairo
endif
ifeq ($(FULL_TARGET),sparc-embedded)
override TARGET_DIRS+=chm
endif
ifeq ($(FULL_TARGET),x86_64-linux)
override TARGET_DIRS+=chm unzip zlib fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm ncurses tcl cdrom imlib gnome1 fpgtk newt uuid ldap openal mad oggvorbis a52 modplug dts openssl pcap libcurl cairo aspell sdl graph
override TARGET_DIRS+=chm fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm tcl cdrom imlib gnome1 fpgtk newt uuid ldap openal mad oggvorbis a52 modplug dts openssl pcap libcurl cairo aspell sdl graph
endif
ifeq ($(FULL_TARGET),x86_64-freebsd)
override TARGET_DIRS+=chm unzip zlib fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm ncurses fpgtk tcl imlib gnome1 openssl pcap libcurl cairo sdl graph aspell
override TARGET_DIRS+=chm fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm fpgtk tcl imlib gnome1 openssl pcap libcurl cairo sdl graph aspell
endif
ifeq ($(FULL_TARGET),x86_64-darwin)
override TARGET_DIRS+=chm unzip zlib fftw x11 opengl gtk gtk2 syslog forms libpng libgd utmp bfd gdbm ncurses fpgtk tcl imlib gnome1 openssl libcurl cairo aspell
override TARGET_DIRS+=chm fftw x11 opengl gtk gtk2 syslog forms libpng libgd utmp bfd gdbm fpgtk tcl imlib gnome1 openssl libcurl cairo aspell
endif
ifeq ($(FULL_TARGET),x86_64-win64)
override TARGET_DIRS+=chm unzip opengl gtk gtk2 zlib tcl cdrom fpgtk fftw openssl sdl
override TARGET_DIRS+=chm opengl gtk gtk2 tcl cdrom fpgtk fftw openssl sdl
endif
ifeq ($(FULL_TARGET),x86_64-embedded)
override TARGET_DIRS+=chm
endif
ifeq ($(FULL_TARGET),arm-linux)
override TARGET_DIRS+=chm unzip zlib fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm ncurses tcl cdrom imlib gnome1 fpgtk newt uuid ldap openal mad oggvorbis a52 modplug dts openssl pcap libcurl cairo aspell graph
override TARGET_DIRS+=chm fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm tcl cdrom imlib gnome1 fpgtk newt uuid ldap openal mad oggvorbis a52 modplug dts openssl pcap libcurl cairo aspell graph
endif
ifeq ($(FULL_TARGET),arm-palmos)
override TARGET_DIRS+=chm palmunits
endif
ifeq ($(FULL_TARGET),arm-wince)
override TARGET_DIRS+=chm unzip zlib tcl fftw
override TARGET_DIRS+=chm tcl fftw
endif
ifeq ($(FULL_TARGET),arm-gba)
override TARGET_DIRS+=chm
@ -391,10 +391,10 @@ ifeq ($(FULL_TARGET),arm-symbian)
override TARGET_DIRS+=chm
endif
ifeq ($(FULL_TARGET),powerpc64-linux)
override TARGET_DIRS+=chm unzip zlib fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm ncurses tcl cdrom imlib gnome1 fpgtk newt uuid ldap openal mad oggvorbis a52 modplug dts openssl pcap libcurl cairo aspell graph
override TARGET_DIRS+=chm fftw x11 opengl gtk gtk2 syslog forms svgalib ggi libpng libgd utmp bfd gdbm tcl cdrom imlib gnome1 fpgtk newt uuid ldap openal mad oggvorbis a52 modplug dts openssl pcap libcurl cairo aspell graph
endif
ifeq ($(FULL_TARGET),powerpc64-darwin)
override TARGET_DIRS+=chm unzip zlib fftw x11 opengl gtk gtk2 syslog forms libpng libgd utmp bfd gdbm ncurses fpgtk tcl imlib gnome1 openssl libcurl cairo aspell
override TARGET_DIRS+=chm fftw x11 opengl gtk gtk2 syslog forms libpng libgd utmp bfd gdbm fpgtk tcl imlib gnome1 openssl libcurl cairo aspell
endif
ifeq ($(FULL_TARGET),powerpc64-embedded)
override TARGET_DIRS+=chm
@ -1480,8 +1480,6 @@ fpc_makefile_dirs: fpc_makefile_sub1 fpc_makefile_sub2
fpc_makefiles: fpc_makefile fpc_makefile_dirs
ifeq ($(FULL_TARGET),i386-linux)
TARGET_DIRS_CHM=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_ZLIB=1
TARGET_DIRS_FFTW=1
TARGET_DIRS_X11=1
TARGET_DIRS_OPENGL=1
@ -1496,7 +1494,6 @@ TARGET_DIRS_LIBGD=1
TARGET_DIRS_UTMP=1
TARGET_DIRS_BFD=1
TARGET_DIRS_GDBM=1
TARGET_DIRS_NCURSES=1
TARGET_DIRS_TCL=1
TARGET_DIRS_CDROM=1
TARGET_DIRS_IMLIB=1
@ -1523,16 +1520,13 @@ TARGET_DIRS_GRAPH=1
endif
ifeq ($(FULL_TARGET),i386-go32v2)
TARGET_DIRS_CHM=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_GRAPH=1
endif
ifeq ($(FULL_TARGET),i386-win32)
TARGET_DIRS_CHM=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_OPENGL=1
TARGET_DIRS_GTK=1
TARGET_DIRS_GTK2=1
TARGET_DIRS_ZLIB=1
TARGET_DIRS_TCL=1
TARGET_DIRS_CDROM=1
TARGET_DIRS_FPGTK=1
@ -1552,8 +1546,6 @@ ifeq ($(FULL_TARGET),i386-os2)
TARGET_DIRS_CHM=1
TARGET_DIRS_OS2UNITS=1
TARGET_DIRS_REXX=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_ZLIB=1
TARGET_DIRS_X11=1
TARGET_DIRS_GTK=1
TARGET_DIRS_LIBPNG=1
@ -1563,8 +1555,6 @@ TARGET_DIRS_FPGTK=1
endif
ifeq ($(FULL_TARGET),i386-freebsd)
TARGET_DIRS_CHM=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_ZLIB=1
TARGET_DIRS_FFTW=1
TARGET_DIRS_X11=1
TARGET_DIRS_OPENGL=1
@ -1579,7 +1569,6 @@ TARGET_DIRS_LIBGD=1
TARGET_DIRS_UTMP=1
TARGET_DIRS_BFD=1
TARGET_DIRS_GDBM=1
TARGET_DIRS_NCURSES=1
TARGET_DIRS_FPGTK=1
TARGET_DIRS_TCL=1
TARGET_DIRS_IMLIB=1
@ -1598,8 +1587,6 @@ TARGET_DIRS_GRAPH=1
endif
ifeq ($(FULL_TARGET),i386-netbsd)
TARGET_DIRS_CHM=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_ZLIB=1
TARGET_DIRS_X11=1
TARGET_DIRS_OPENGL=1
TARGET_DIRS_GTK=1
@ -1612,7 +1599,6 @@ TARGET_DIRS_LIBGD=1
TARGET_DIRS_UTMP=1
TARGET_DIRS_BFD=1
TARGET_DIRS_GDBM=1
TARGET_DIRS_NCURSES=1
TARGET_DIRS_FPGTK=1
TARGET_DIRS_TCL=1
TARGET_DIRS_IMLIB=1
@ -1625,8 +1611,6 @@ TARGET_DIRS_ASPELL=1
endif
ifeq ($(FULL_TARGET),i386-solaris)
TARGET_DIRS_CHM=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_ZLIB=1
TARGET_DIRS_FFTW=1
TARGET_DIRS_X11=1
TARGET_DIRS_OPENGL=1
@ -1641,7 +1625,6 @@ TARGET_DIRS_LIBGD=1
TARGET_DIRS_UTMP=1
TARGET_DIRS_BFD=1
TARGET_DIRS_GDBM=1
TARGET_DIRS_NCURSES=1
TARGET_DIRS_FPGTK=1
TARGET_DIRS_TCL=1
TARGET_DIRS_IMLIB=1
@ -1656,13 +1639,9 @@ TARGET_DIRS_CHM=1
endif
ifeq ($(FULL_TARGET),i386-netware)
TARGET_DIRS_CHM=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_ZLIB=1
endif
ifeq ($(FULL_TARGET),i386-openbsd)
TARGET_DIRS_CHM=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_ZLIB=1
TARGET_DIRS_X11=1
TARGET_DIRS_OPENGL=1
TARGET_DIRS_GTK=1
@ -1675,7 +1654,6 @@ TARGET_DIRS_LIBGD=1
TARGET_DIRS_UTMP=1
TARGET_DIRS_BFD=1
TARGET_DIRS_GDBM=1
TARGET_DIRS_NCURSES=1
TARGET_DIRS_FPGTK=1
TARGET_DIRS_TCL=1
TARGET_DIRS_IMLIB=1
@ -1691,8 +1669,6 @@ TARGET_DIRS_CHM=1
endif
ifeq ($(FULL_TARGET),i386-darwin)
TARGET_DIRS_CHM=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_ZLIB=1
TARGET_DIRS_FFTW=1
TARGET_DIRS_X11=1
TARGET_DIRS_OPENGL=1
@ -1705,7 +1681,6 @@ TARGET_DIRS_LIBGD=1
TARGET_DIRS_UTMP=1
TARGET_DIRS_BFD=1
TARGET_DIRS_GDBM=1
TARGET_DIRS_NCURSES=1
TARGET_DIRS_FPGTK=1
TARGET_DIRS_TCL=1
TARGET_DIRS_IMLIB=1
@ -1722,8 +1697,6 @@ ifeq ($(FULL_TARGET),i386-emx)
TARGET_DIRS_CHM=1
TARGET_DIRS_OS2UNITS=1
TARGET_DIRS_REXX=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_ZLIB=1
TARGET_DIRS_X11=1
TARGET_DIRS_GTK=1
TARGET_DIRS_LIBPNG=1
@ -1736,13 +1709,9 @@ TARGET_DIRS_CHM=1
endif
ifeq ($(FULL_TARGET),i386-netwlibc)
TARGET_DIRS_CHM=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_ZLIB=1
endif
ifeq ($(FULL_TARGET),i386-wince)
TARGET_DIRS_CHM=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_ZLIB=1
TARGET_DIRS_TCL=1
TARGET_DIRS_FFTW=1
endif
@ -1754,8 +1723,6 @@ TARGET_DIRS_CHM=1
endif
ifeq ($(FULL_TARGET),m68k-linux)
TARGET_DIRS_CHM=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_ZLIB=1
TARGET_DIRS_FFTW=1
TARGET_DIRS_X11=1
TARGET_DIRS_OPENGL=1
@ -1770,7 +1737,6 @@ TARGET_DIRS_LIBGD=1
TARGET_DIRS_UTMP=1
TARGET_DIRS_BFD=1
TARGET_DIRS_GDBM=1
TARGET_DIRS_NCURSES=1
TARGET_DIRS_TCL=1
TARGET_DIRS_CDROM=1
TARGET_DIRS_IMLIB=1
@ -1794,8 +1760,6 @@ TARGET_DIRS_GRAPH=1
endif
ifeq ($(FULL_TARGET),m68k-freebsd)
TARGET_DIRS_CHM=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_ZLIB=1
TARGET_DIRS_FFTW=1
TARGET_DIRS_X11=1
TARGET_DIRS_OPENGL=1
@ -1810,7 +1774,6 @@ TARGET_DIRS_LIBGD=1
TARGET_DIRS_UTMP=1
TARGET_DIRS_BFD=1
TARGET_DIRS_GDBM=1
TARGET_DIRS_NCURSES=1
TARGET_DIRS_FPGTK=1
TARGET_DIRS_TCL=1
TARGET_DIRS_IMLIB=1
@ -1825,8 +1788,6 @@ TARGET_DIRS_ASPELL=1
endif
ifeq ($(FULL_TARGET),m68k-netbsd)
TARGET_DIRS_CHM=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_ZLIB=1
TARGET_DIRS_X11=1
TARGET_DIRS_OPENGL=1
TARGET_DIRS_GTK=1
@ -1839,7 +1800,6 @@ TARGET_DIRS_LIBGD=1
TARGET_DIRS_UTMP=1
TARGET_DIRS_BFD=1
TARGET_DIRS_GDBM=1
TARGET_DIRS_NCURSES=1
TARGET_DIRS_FPGTK=1
TARGET_DIRS_TCL=1
TARGET_DIRS_IMLIB=1
@ -1859,8 +1819,6 @@ TARGET_DIRS_CHM=1
endif
ifeq ($(FULL_TARGET),m68k-openbsd)
TARGET_DIRS_CHM=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_ZLIB=1
TARGET_DIRS_X11=1
TARGET_DIRS_OPENGL=1
TARGET_DIRS_GTK=1
@ -1873,7 +1831,6 @@ TARGET_DIRS_LIBGD=1
TARGET_DIRS_UTMP=1
TARGET_DIRS_BFD=1
TARGET_DIRS_GDBM=1
TARGET_DIRS_NCURSES=1
TARGET_DIRS_FPGTK=1
TARGET_DIRS_TCL=1
TARGET_DIRS_IMLIB=1
@ -1893,8 +1850,6 @@ TARGET_DIRS_CHM=1
endif
ifeq ($(FULL_TARGET),powerpc-linux)
TARGET_DIRS_CHM=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_ZLIB=1
TARGET_DIRS_FFTW=1
TARGET_DIRS_X11=1
TARGET_DIRS_OPENGL=1
@ -1909,7 +1864,6 @@ TARGET_DIRS_LIBGD=1
TARGET_DIRS_UTMP=1
TARGET_DIRS_BFD=1
TARGET_DIRS_GDBM=1
TARGET_DIRS_NCURSES=1
TARGET_DIRS_TCL=1
TARGET_DIRS_CDROM=1
TARGET_DIRS_IMLIB=1
@ -1934,8 +1888,6 @@ TARGET_DIRS_GRAPH=1
endif
ifeq ($(FULL_TARGET),powerpc-netbsd)
TARGET_DIRS_CHM=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_ZLIB=1
TARGET_DIRS_X11=1
TARGET_DIRS_OPENGL=1
TARGET_DIRS_GTK=1
@ -1948,7 +1900,6 @@ TARGET_DIRS_LIBGD=1
TARGET_DIRS_UTMP=1
TARGET_DIRS_BFD=1
TARGET_DIRS_GDBM=1
TARGET_DIRS_NCURSES=1
TARGET_DIRS_FPGTK=1
TARGET_DIRS_TCL=1
TARGET_DIRS_IMLIB=1
@ -1968,8 +1919,6 @@ TARGET_DIRS_CHM=1
endif
ifeq ($(FULL_TARGET),powerpc-darwin)
TARGET_DIRS_CHM=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_ZLIB=1
TARGET_DIRS_FFTW=1
TARGET_DIRS_X11=1
TARGET_DIRS_OPENGL=1
@ -1982,7 +1931,6 @@ TARGET_DIRS_LIBGD=1
TARGET_DIRS_UTMP=1
TARGET_DIRS_BFD=1
TARGET_DIRS_GDBM=1
TARGET_DIRS_NCURSES=1
TARGET_DIRS_FPGTK=1
TARGET_DIRS_TCL=1
TARGET_DIRS_IMLIB=1
@ -2003,8 +1951,6 @@ TARGET_DIRS_CHM=1
endif
ifeq ($(FULL_TARGET),sparc-linux)
TARGET_DIRS_CHM=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_ZLIB=1
TARGET_DIRS_FFTW=1
TARGET_DIRS_X11=1
TARGET_DIRS_OPENGL=1
@ -2019,7 +1965,6 @@ TARGET_DIRS_LIBGD=1
TARGET_DIRS_UTMP=1
TARGET_DIRS_BFD=1
TARGET_DIRS_GDBM=1
TARGET_DIRS_NCURSES=1
TARGET_DIRS_TCL=1
TARGET_DIRS_CDROM=1
TARGET_DIRS_IMLIB=1
@ -2043,8 +1988,6 @@ TARGET_DIRS_GRAPH=1
endif
ifeq ($(FULL_TARGET),sparc-netbsd)
TARGET_DIRS_CHM=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_ZLIB=1
TARGET_DIRS_X11=1
TARGET_DIRS_OPENGL=1
TARGET_DIRS_GTK=1
@ -2057,7 +2000,6 @@ TARGET_DIRS_LIBGD=1
TARGET_DIRS_UTMP=1
TARGET_DIRS_BFD=1
TARGET_DIRS_GDBM=1
TARGET_DIRS_NCURSES=1
TARGET_DIRS_FPGTK=1
TARGET_DIRS_TCL=1
TARGET_DIRS_IMLIB=1
@ -2070,8 +2012,6 @@ TARGET_DIRS_ASPELL=1
endif
ifeq ($(FULL_TARGET),sparc-solaris)
TARGET_DIRS_CHM=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_ZLIB=1
TARGET_DIRS_FFTW=1
TARGET_DIRS_X11=1
TARGET_DIRS_OPENGL=1
@ -2086,7 +2026,6 @@ TARGET_DIRS_LIBGD=1
TARGET_DIRS_UTMP=1
TARGET_DIRS_BFD=1
TARGET_DIRS_GDBM=1
TARGET_DIRS_NCURSES=1
TARGET_DIRS_FPGTK=1
TARGET_DIRS_TCL=1
TARGET_DIRS_IMLIB=1
@ -2101,8 +2040,6 @@ TARGET_DIRS_CHM=1
endif
ifeq ($(FULL_TARGET),x86_64-linux)
TARGET_DIRS_CHM=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_ZLIB=1
TARGET_DIRS_FFTW=1
TARGET_DIRS_X11=1
TARGET_DIRS_OPENGL=1
@ -2117,7 +2054,6 @@ TARGET_DIRS_LIBGD=1
TARGET_DIRS_UTMP=1
TARGET_DIRS_BFD=1
TARGET_DIRS_GDBM=1
TARGET_DIRS_NCURSES=1
TARGET_DIRS_TCL=1
TARGET_DIRS_CDROM=1
TARGET_DIRS_IMLIB=1
@ -2142,8 +2078,6 @@ TARGET_DIRS_GRAPH=1
endif
ifeq ($(FULL_TARGET),x86_64-freebsd)
TARGET_DIRS_CHM=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_ZLIB=1
TARGET_DIRS_FFTW=1
TARGET_DIRS_X11=1
TARGET_DIRS_OPENGL=1
@ -2158,7 +2092,6 @@ TARGET_DIRS_LIBGD=1
TARGET_DIRS_UTMP=1
TARGET_DIRS_BFD=1
TARGET_DIRS_GDBM=1
TARGET_DIRS_NCURSES=1
TARGET_DIRS_FPGTK=1
TARGET_DIRS_TCL=1
TARGET_DIRS_IMLIB=1
@ -2173,8 +2106,6 @@ TARGET_DIRS_ASPELL=1
endif
ifeq ($(FULL_TARGET),x86_64-darwin)
TARGET_DIRS_CHM=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_ZLIB=1
TARGET_DIRS_FFTW=1
TARGET_DIRS_X11=1
TARGET_DIRS_OPENGL=1
@ -2187,7 +2118,6 @@ TARGET_DIRS_LIBGD=1
TARGET_DIRS_UTMP=1
TARGET_DIRS_BFD=1
TARGET_DIRS_GDBM=1
TARGET_DIRS_NCURSES=1
TARGET_DIRS_FPGTK=1
TARGET_DIRS_TCL=1
TARGET_DIRS_IMLIB=1
@ -2199,11 +2129,9 @@ TARGET_DIRS_ASPELL=1
endif
ifeq ($(FULL_TARGET),x86_64-win64)
TARGET_DIRS_CHM=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_OPENGL=1
TARGET_DIRS_GTK=1
TARGET_DIRS_GTK2=1
TARGET_DIRS_ZLIB=1
TARGET_DIRS_TCL=1
TARGET_DIRS_CDROM=1
TARGET_DIRS_FPGTK=1
@ -2216,8 +2144,6 @@ TARGET_DIRS_CHM=1
endif
ifeq ($(FULL_TARGET),arm-linux)
TARGET_DIRS_CHM=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_ZLIB=1
TARGET_DIRS_FFTW=1
TARGET_DIRS_X11=1
TARGET_DIRS_OPENGL=1
@ -2232,7 +2158,6 @@ TARGET_DIRS_LIBGD=1
TARGET_DIRS_UTMP=1
TARGET_DIRS_BFD=1
TARGET_DIRS_GDBM=1
TARGET_DIRS_NCURSES=1
TARGET_DIRS_TCL=1
TARGET_DIRS_CDROM=1
TARGET_DIRS_IMLIB=1
@ -2260,8 +2185,6 @@ TARGET_DIRS_PALMUNITS=1
endif
ifeq ($(FULL_TARGET),arm-wince)
TARGET_DIRS_CHM=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_ZLIB=1
TARGET_DIRS_TCL=1
TARGET_DIRS_FFTW=1
endif
@ -2279,8 +2202,6 @@ TARGET_DIRS_CHM=1
endif
ifeq ($(FULL_TARGET),powerpc64-linux)
TARGET_DIRS_CHM=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_ZLIB=1
TARGET_DIRS_FFTW=1
TARGET_DIRS_X11=1
TARGET_DIRS_OPENGL=1
@ -2295,7 +2216,6 @@ TARGET_DIRS_LIBGD=1
TARGET_DIRS_UTMP=1
TARGET_DIRS_BFD=1
TARGET_DIRS_GDBM=1
TARGET_DIRS_NCURSES=1
TARGET_DIRS_TCL=1
TARGET_DIRS_CDROM=1
TARGET_DIRS_IMLIB=1
@ -2319,8 +2239,6 @@ TARGET_DIRS_GRAPH=1
endif
ifeq ($(FULL_TARGET),powerpc64-darwin)
TARGET_DIRS_CHM=1
TARGET_DIRS_UNZIP=1
TARGET_DIRS_ZLIB=1
TARGET_DIRS_FFTW=1
TARGET_DIRS_X11=1
TARGET_DIRS_OPENGL=1
@ -2333,7 +2251,6 @@ TARGET_DIRS_LIBGD=1
TARGET_DIRS_UTMP=1
TARGET_DIRS_BFD=1
TARGET_DIRS_GDBM=1
TARGET_DIRS_NCURSES=1
TARGET_DIRS_FPGTK=1
TARGET_DIRS_TCL=1
TARGET_DIRS_IMLIB=1
@ -2391,96 +2308,6 @@ chm:
$(MAKE) -C chm all
.PHONY: chm_all chm_debug chm_smart chm_release chm_units chm_examples chm_shared chm_install chm_sourceinstall chm_exampleinstall chm_distinstall chm_zipinstall chm_zipsourceinstall chm_zipexampleinstall chm_zipdistinstall chm_clean chm_distclean chm_cleanall chm_info chm_makefiles chm
endif
ifdef TARGET_DIRS_UNZIP
unzip_all:
$(MAKE) -C unzip all
unzip_debug:
$(MAKE) -C unzip debug
unzip_smart:
$(MAKE) -C unzip smart
unzip_release:
$(MAKE) -C unzip release
unzip_units:
$(MAKE) -C unzip units
unzip_examples:
$(MAKE) -C unzip examples
unzip_shared:
$(MAKE) -C unzip shared
unzip_install:
$(MAKE) -C unzip install
unzip_sourceinstall:
$(MAKE) -C unzip sourceinstall
unzip_exampleinstall:
$(MAKE) -C unzip exampleinstall
unzip_distinstall:
$(MAKE) -C unzip distinstall
unzip_zipinstall:
$(MAKE) -C unzip zipinstall
unzip_zipsourceinstall:
$(MAKE) -C unzip zipsourceinstall
unzip_zipexampleinstall:
$(MAKE) -C unzip zipexampleinstall
unzip_zipdistinstall:
$(MAKE) -C unzip zipdistinstall
unzip_clean:
$(MAKE) -C unzip clean
unzip_distclean:
$(MAKE) -C unzip distclean
unzip_cleanall:
$(MAKE) -C unzip cleanall
unzip_info:
$(MAKE) -C unzip info
unzip_makefiles:
$(MAKE) -C unzip makefiles
unzip:
$(MAKE) -C unzip all
.PHONY: unzip_all unzip_debug unzip_smart unzip_release unzip_units unzip_examples unzip_shared unzip_install unzip_sourceinstall unzip_exampleinstall unzip_distinstall unzip_zipinstall unzip_zipsourceinstall unzip_zipexampleinstall unzip_zipdistinstall unzip_clean unzip_distclean unzip_cleanall unzip_info unzip_makefiles unzip
endif
ifdef TARGET_DIRS_ZLIB
zlib_all:
$(MAKE) -C zlib all
zlib_debug:
$(MAKE) -C zlib debug
zlib_smart:
$(MAKE) -C zlib smart
zlib_release:
$(MAKE) -C zlib release
zlib_units:
$(MAKE) -C zlib units
zlib_examples:
$(MAKE) -C zlib examples
zlib_shared:
$(MAKE) -C zlib shared
zlib_install:
$(MAKE) -C zlib install
zlib_sourceinstall:
$(MAKE) -C zlib sourceinstall
zlib_exampleinstall:
$(MAKE) -C zlib exampleinstall
zlib_distinstall:
$(MAKE) -C zlib distinstall
zlib_zipinstall:
$(MAKE) -C zlib zipinstall
zlib_zipsourceinstall:
$(MAKE) -C zlib zipsourceinstall
zlib_zipexampleinstall:
$(MAKE) -C zlib zipexampleinstall
zlib_zipdistinstall:
$(MAKE) -C zlib zipdistinstall
zlib_clean:
$(MAKE) -C zlib clean
zlib_distclean:
$(MAKE) -C zlib distclean
zlib_cleanall:
$(MAKE) -C zlib cleanall
zlib_info:
$(MAKE) -C zlib info
zlib_makefiles:
$(MAKE) -C zlib makefiles
zlib:
$(MAKE) -C zlib all
.PHONY: zlib_all zlib_debug zlib_smart zlib_release zlib_units zlib_examples zlib_shared zlib_install zlib_sourceinstall zlib_exampleinstall zlib_distinstall zlib_zipinstall zlib_zipsourceinstall zlib_zipexampleinstall zlib_zipdistinstall zlib_clean zlib_distclean zlib_cleanall zlib_info zlib_makefiles zlib
endif
ifdef TARGET_DIRS_FFTW
fftw_all:
$(MAKE) -C fftw all
@ -3111,51 +2938,6 @@ gdbm:
$(MAKE) -C gdbm all
.PHONY: gdbm_all gdbm_debug gdbm_smart gdbm_release gdbm_units gdbm_examples gdbm_shared gdbm_install gdbm_sourceinstall gdbm_exampleinstall gdbm_distinstall gdbm_zipinstall gdbm_zipsourceinstall gdbm_zipexampleinstall gdbm_zipdistinstall gdbm_clean gdbm_distclean gdbm_cleanall gdbm_info gdbm_makefiles gdbm
endif
ifdef TARGET_DIRS_NCURSES
ncurses_all:
$(MAKE) -C ncurses all
ncurses_debug:
$(MAKE) -C ncurses debug
ncurses_smart:
$(MAKE) -C ncurses smart
ncurses_release:
$(MAKE) -C ncurses release
ncurses_units:
$(MAKE) -C ncurses units
ncurses_examples:
$(MAKE) -C ncurses examples
ncurses_shared:
$(MAKE) -C ncurses shared
ncurses_install:
$(MAKE) -C ncurses install
ncurses_sourceinstall:
$(MAKE) -C ncurses sourceinstall
ncurses_exampleinstall:
$(MAKE) -C ncurses exampleinstall
ncurses_distinstall:
$(MAKE) -C ncurses distinstall
ncurses_zipinstall:
$(MAKE) -C ncurses zipinstall
ncurses_zipsourceinstall:
$(MAKE) -C ncurses zipsourceinstall
ncurses_zipexampleinstall:
$(MAKE) -C ncurses zipexampleinstall
ncurses_zipdistinstall:
$(MAKE) -C ncurses zipdistinstall
ncurses_clean:
$(MAKE) -C ncurses clean
ncurses_distclean:
$(MAKE) -C ncurses distclean
ncurses_cleanall:
$(MAKE) -C ncurses cleanall
ncurses_info:
$(MAKE) -C ncurses info
ncurses_makefiles:
$(MAKE) -C ncurses makefiles
ncurses:
$(MAKE) -C ncurses all
.PHONY: ncurses_all ncurses_debug ncurses_smart ncurses_release ncurses_units ncurses_examples ncurses_shared ncurses_install ncurses_sourceinstall ncurses_exampleinstall ncurses_distinstall ncurses_zipinstall ncurses_zipsourceinstall ncurses_zipexampleinstall ncurses_zipdistinstall ncurses_clean ncurses_distclean ncurses_cleanall ncurses_info ncurses_makefiles ncurses
endif
ifdef TARGET_DIRS_TCL
tcl_all:
$(MAKE) -C tcl all

2463
packages/ncurses/Makefile Normal file

File diff suppressed because it is too large Load Diff

2669
packages/oracle/Makefile Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

2249
packages/unzip/Makefile Normal file

File diff suppressed because it is too large Load Diff

2286
packages/zlib/Makefile Normal file

File diff suppressed because it is too large Load Diff