+ QNX and SunOS targets

This commit is contained in:
carl 2001-12-11 23:15:53 +00:00
parent f94967ca66
commit b51a2dc4b5
2 changed files with 16 additions and 0 deletions

View File

@ -180,6 +180,12 @@ endif
ifeq ($(OS_TARGET),netbsd)
override TARGET_DIRS+=zlib ncurses x11 gtk syslog inet uncgi mysql ibase postgres oracle opengl forms svgalib ggi libpng libgd utmp paszlib gdbint cmem regexpr unzip asyncio bfd gdbm
endif
ifeq ($(OS_TARGET),sunos)
override TARGET_DIRS+=paszlib regexpr
endif
ifeq ($(OS_TARGET),qnx)
override TARGET_DIRS+=paszlib regexpr
endif
override INSTALL_FPCPACKAGE=y
ifdef REQUIRE_UNITSDIR
override UNITSDIR+=$(REQUIRE_UNITSDIR)
@ -1034,6 +1040,14 @@ TARGET_DIRS_ASYNCIO=1
TARGET_DIRS_BFD=1
TARGET_DIRS_GDBM=1
endif
ifeq ($(OS_TARGET),sunos)
TARGET_DIRS_PASZLIB=1
TARGET_DIRS_REGEXPR=1
endif
ifeq ($(OS_TARGET),qnx)
TARGET_DIRS_PASZLIB=1
TARGET_DIRS_REGEXPR=1
endif
ifdef TARGET_DIRS_ZLIB
zlib_all:
$(MAKE) -C zlib all

View File

@ -16,6 +16,8 @@ dirs_netbsd=zlib ncurses x11 gtk syslog \
opengl forms svgalib ggi libpng libgd \
utmp paszlib gdbint cmem regexpr unzip asyncio bfd gdbm
dirs_beos=paszlib regexpr
dirs_qnx=paszlib regexpr
dirs_sunos=paszlib regexpr
dirs_os2=uncgi paszlib unzip regexpr
dirs_freebsd=zlib ncurses x11 gtk syslog \
inet uncgi \