|
@@ -1,8 +1,8 @@
|
|
|
#
|
|
|
-# Don't edit, this file is generated by FPCMake Version 1.1 [2003/05/17]
|
|
|
+# Don't edit, this file is generated by FPCMake Version 1.1 [2003/06/27]
|
|
|
#
|
|
|
default: all
|
|
|
-MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos macosx emx
|
|
|
+MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx
|
|
|
override PATH:=$(subst \,/,$(PATH))
|
|
|
ifeq ($(findstring ;,$(PATH)),)
|
|
|
inUnix=1
|
|
@@ -536,6 +536,12 @@ ifeq ($(OS_TARGET),macos)
|
|
|
EXEEXT=
|
|
|
FPCMADE=fpcmade.mcc
|
|
|
endif
|
|
|
+ifeq ($(OS_TARGET),darwin)
|
|
|
+EXEEXT=
|
|
|
+HASSHAREDLIB=1
|
|
|
+FPCMADE=fpcmade.darwin
|
|
|
+ZIPSUFFIX=darwin
|
|
|
+endif
|
|
|
else
|
|
|
ifeq ($(OS_TARGET),go32v1)
|
|
|
PPUEXT=.pp1
|
|
@@ -1332,7 +1338,7 @@ unix$(PPUEXT) : unix.pp strings$(PPUEXT) $(INC)/textrec.inc $(INC)/filerec.inc \
|
|
|
unixsysc.inc
|
|
|
baseunix$(PPUEXT) : errno.inc bunxtype.inc ptypes.inc ctypes.inc \
|
|
|
signal.inc $(UNIXINC)/bunxh.inc bunxmain.inc ostypes.inc \
|
|
|
- bunxfunc.inc $(CPU_TARGET)/syscallh.inc sysnr.inc \
|
|
|
+ bunxfunc.inc $(CPU_TARGET)/syscallh.inc $(CPU_TARGET)/sysnr.inc \
|
|
|
ostypes.inc ossysch.inc bunxmacr.inc $(UNIXINC)/gensigset.inc \
|
|
|
$(UNIXINC)/genfuncs.inc $(SYSTEMUNIT)$(PPUEXT)
|
|
|
ports$(PPUEXT) : ports.pp unix$(PPUEXT) objpas$(PPUEXT)
|