|
@@ -1,5 +1,5 @@
|
|
|
#
|
|
|
-# Don't edit, this file is generated by FPCMake Version 1.1 [2004/09/04]
|
|
|
+# Don't edit, this file is generated by FPCMake Version 1.1 [2004/09/16]
|
|
|
#
|
|
|
default: all
|
|
|
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom morphos netwlibc
|
|
@@ -241,6 +241,9 @@ endif
|
|
|
ifeq ($(OS_TARGET),darwin)
|
|
|
override TARGET_UNITS+=process ssockets resolve fpasync syncobjs
|
|
|
endif
|
|
|
+ifeq ($(OS_TARGET),netwlibc)
|
|
|
+override TARGET_UNITS+=resolve ssockets
|
|
|
+endif
|
|
|
override TARGET_RSTS+=$(CLASSES10) ssockets cachecls resolve custapp cgiapp eventlog registry
|
|
|
override TARGET_EXAMPLEDIRS+=tests
|
|
|
override CLEAN_UNITS+=adler gzcrc gzio infblock infcodes inffast inftrees infutil minigzip paszlib trees zbase zcompres zdeflate zinflate zuncompr zutil pthreads
|
|
@@ -872,7 +875,7 @@ ifndef COPY
|
|
|
COPY:=$(CPPROG) -fp
|
|
|
endif
|
|
|
ifndef COPYTREE
|
|
|
-COPYTREE:=$(CPPROG) -rfp
|
|
|
+COPYTREE:=$(CPPROG) -Rfp
|
|
|
endif
|
|
|
ifndef MOVE
|
|
|
MOVE:=$(MVPROG) -f
|