* Fixed for NetBsd/i386

This commit is contained in:
marco 2001-09-05 14:19:34 +00:00
parent 11dc7b4bd1
commit 308af74fa9
2 changed files with 35 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#
# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/30]
# Don't edit, this file is generated by FPCMake Version 1.1 [2001/09/05]
#
default: all
override PATH:=$(subst \,/,$(PATH))
@ -148,6 +148,9 @@ endif
ifeq ($(OS_TARGET),freebsd)
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
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
endif
override INSTALL_FPCPACKAGE=y
ifndef ECHO
ECHO:=$(strip $(wildcard $(addsuffix /gecho$(SRCEXEEXT),$(SEARCHPATH))))
@ -854,6 +857,31 @@ TARGET_DIRS_CMEM=1
TARGET_DIRS_REGEXPR=1
TARGET_DIRS_UNZIP=1
endif
ifeq ($(OS_TARGET),netbsd)
TARGET_DIRS_ZLIB=1
TARGET_DIRS_NCURSES=1
TARGET_DIRS_X11=1
TARGET_DIRS_GTK=1
TARGET_DIRS_SYSLOG=1
TARGET_DIRS_INET=1
TARGET_DIRS_UNCGI=1
TARGET_DIRS_MYSQL=1
TARGET_DIRS_IBASE=1
TARGET_DIRS_POSTGRES=1
TARGET_DIRS_ORACLE=1
TARGET_DIRS_OPENGL=1
TARGET_DIRS_FORMS=1
TARGET_DIRS_SVGALIB=1
TARGET_DIRS_GGI=1
TARGET_DIRS_LIBPNG=1
TARGET_DIRS_LIBGD=1
TARGET_DIRS_UTMP=1
TARGET_DIRS_PASZLIB=1
TARGET_DIRS_GDBINT=1
TARGET_DIRS_CMEM=1
TARGET_DIRS_REGEXPR=1
TARGET_DIRS_UNZIP=1
endif
ifdef TARGET_DIRS_ZLIB
zlib_all:
$(MAKE) -C zlib all

View File

@ -10,6 +10,12 @@ dirs_linux=zlib ncurses x11 gtk syslog \
utmp paszlib gdbint cmem regexpr unzip
dirs_win32=uncgi gtk gdbint ibase mysql zlib paszlib unzip regexpr opengl
dirs_go32v2=uncgi gdbint paszlib unzip regexpr
dirs_netbsd=zlib ncurses x11 gtk syslog \
inet uncgi \
mysql ibase postgres oracle \
opengl forms svgalib ggi libpng libgd \
utmp paszlib gdbint cmem regexpr unzip
dirs_os2=uncgi paszlib unzip regexpr
dirs_freebsd=zlib ncurses x11 gtk syslog \
inet uncgi \