mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 08:51:10 +02:00
* added netwlibc
This commit is contained in:
parent
ba9de3ec61
commit
a5ea5e6ee6
@ -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
|
||||||
|
@ -38,6 +38,7 @@ dirs_go32v2=unzip
|
|||||||
dirs_amiga=amunits
|
dirs_amiga=amunits
|
||||||
dirs_palmos=palmunits
|
dirs_palmos=palmunits
|
||||||
dirs_netware=unzip zlib
|
dirs_netware=unzip zlib
|
||||||
|
dirs_netwlibc=unzip zlib
|
||||||
dirs_darwin= unzip zlib \
|
dirs_darwin= unzip zlib \
|
||||||
x11 opengl gtk syslog \
|
x11 opengl gtk syslog \
|
||||||
forms svgalib ggi libpng libgd \
|
forms svgalib ggi libpng libgd \
|
||||||
|
Loading…
Reference in New Issue
Block a user