mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:29:29 +02:00
+ darwin rules added (derived from fbsd)
This commit is contained in:
parent
aae508c277
commit
c1608e3c69
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2004/03/15]
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2004/03/29]
|
||||
#
|
||||
default: all
|
||||
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom
|
||||
@ -231,6 +231,9 @@ endif
|
||||
ifeq ($(OS_TARGET),openbsd)
|
||||
override TARGET_DIRS+=unzip x11 opengl gtk syslog forms svgalib ggi libpng libgd utmp bfd zlib gdbm ncurses fpgtk tcl imlib gnome1
|
||||
endif
|
||||
ifeq ($(OS_TARGET),darwin)
|
||||
override TARGET_DIRS+=unzip x11 opengl gtk syslog forms svgalib ggi libpng libgd utmp bfd zlib gdbm ncurses fpgtk tcl imlib gnome1
|
||||
endif
|
||||
ifeq ($(OS_TARGET),emx)
|
||||
override TARGET_DIRS+=os2units rexx unzip x11 gtk libpng zlib tcl imlib fpgtk
|
||||
endif
|
||||
@ -1492,6 +1495,27 @@ TARGET_DIRS_TCL=1
|
||||
TARGET_DIRS_IMLIB=1
|
||||
TARGET_DIRS_GNOME1=1
|
||||
endif
|
||||
ifeq ($(OS_TARGET),darwin)
|
||||
TARGET_DIRS_UNZIP=1
|
||||
TARGET_DIRS_X11=1
|
||||
TARGET_DIRS_OPENGL=1
|
||||
TARGET_DIRS_GTK=1
|
||||
TARGET_DIRS_SYSLOG=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_BFD=1
|
||||
TARGET_DIRS_ZLIB=1
|
||||
TARGET_DIRS_GDBM=1
|
||||
TARGET_DIRS_NCURSES=1
|
||||
TARGET_DIRS_FPGTK=1
|
||||
TARGET_DIRS_TCL=1
|
||||
TARGET_DIRS_IMLIB=1
|
||||
TARGET_DIRS_GNOME1=1
|
||||
endif
|
||||
ifeq ($(OS_TARGET),emx)
|
||||
TARGET_DIRS_OS2UNITS=1
|
||||
TARGET_DIRS_REXX=1
|
||||
|
@ -36,6 +36,10 @@ dirs_emx=os2units \
|
||||
imlib fpgtk
|
||||
dirs_go32v2=unzip
|
||||
dirs_netware=zlib
|
||||
dirs_darwin= unzip \
|
||||
x11 opengl gtk syslog \
|
||||
forms svgalib ggi libpng libgd \
|
||||
utmp bfd zlib gdbm ncurses fpgtk tcl imlib gnome1
|
||||
|
||||
[install]
|
||||
fpcpackage=y
|
||||
|
Loading…
Reference in New Issue
Block a user