|
@@ -1,5 +1,5 @@
|
|
#
|
|
#
|
|
-# Don't edit, this file is generated by FPCMake Version 1.1 [2004/12/20]
|
|
|
|
|
|
+# Don't edit, this file is generated by FPCMake Version 1.1 [2004/12/29]
|
|
#
|
|
#
|
|
default: all
|
|
default: all
|
|
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom morphos netwlibc
|
|
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom morphos netwlibc
|
|
@@ -255,6 +255,9 @@ endif
|
|
ifeq ($(OS_TARGET),emx)
|
|
ifeq ($(OS_TARGET),emx)
|
|
override TARGET_DIRS+=os2units rexx unzip zlib x11 gtk libpng tcl imlib fpgtk
|
|
override TARGET_DIRS+=os2units rexx unzip zlib x11 gtk libpng tcl imlib fpgtk
|
|
endif
|
|
endif
|
|
|
|
+ifeq ($(OS_TARGET),netwlibc)
|
|
|
|
+override TARGET_DIRS+=unzip zlib
|
|
|
|
+endif
|
|
override INSTALL_FPCPACKAGE=y
|
|
override INSTALL_FPCPACKAGE=y
|
|
override INSTALL_FPCSUBDIR=packages/extra
|
|
override INSTALL_FPCSUBDIR=packages/extra
|
|
ifdef REQUIRE_UNITSDIR
|
|
ifdef REQUIRE_UNITSDIR
|
|
@@ -1636,6 +1639,10 @@ TARGET_DIRS_TCL=1
|
|
TARGET_DIRS_IMLIB=1
|
|
TARGET_DIRS_IMLIB=1
|
|
TARGET_DIRS_FPGTK=1
|
|
TARGET_DIRS_FPGTK=1
|
|
endif
|
|
endif
|
|
|
|
+ifeq ($(OS_TARGET),netwlibc)
|
|
|
|
+TARGET_DIRS_UNZIP=1
|
|
|
|
+TARGET_DIRS_ZLIB=1
|
|
|
|
+endif
|
|
ifdef TARGET_DIRS_UNZIP
|
|
ifdef TARGET_DIRS_UNZIP
|
|
unzip_all:
|
|
unzip_all:
|
|
$(MAKE) -C unzip all
|
|
$(MAKE) -C unzip all
|