|
@@ -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/01/10]
|
|
|
#
|
|
|
default: all
|
|
|
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom
|
|
@@ -185,14 +185,11 @@ override FPCDIR:=$(FPCDIR)/..
|
|
|
ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl units)),)
|
|
|
override FPCDIR:=$(FPCDIR)/..
|
|
|
ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl units)),)
|
|
|
-override FPCDIR:=$(BASEDIR)
|
|
|
-ifeq ($(wildcard $(addprefix $(FPCDIR)/,rtl units)),)
|
|
|
override FPCDIR=c:/pp
|
|
|
endif
|
|
|
endif
|
|
|
endif
|
|
|
endif
|
|
|
-endif
|
|
|
ifndef CROSSDIR
|
|
|
CROSSDIR:=$(FPCDIR)/cross/$(FULL_TARGET)
|
|
|
endif
|
|
@@ -232,7 +229,7 @@ GRAPHDIR=$(INC)/graph
|
|
|
ifndef USELIBGGI
|
|
|
USELIBGGI=NO
|
|
|
endif
|
|
|
-override TARGET_UNITS+=$(SYSTEMUNIT) objpas strings sysctl baseunix unixtype unixutil unix initc cmem dos dl objects printer sysutils typinfo systhrds classes math varutils charset ucomplex getopts heaptrc lineinfo errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils sysconst cthreads strutils rtlconst
|
|
|
+override TARGET_UNITS+=$(SYSTEMUNIT) objpas strings sysctl baseunix unixtype unixutil unix initc cmem dos dl objects printer sockets sysutils typinfo systhrds classes math varutils charset ucomplex getopts heaptrc lineinfo errors terminfo termio video crt mouse keyboard console variants types sysctl dateutils sysconst cthreads strutils rtlconst
|
|
|
override TARGET_RSTS+=math varutils typinfo classes variants dateutils systhrds sysconst rtlconst
|
|
|
override INSTALL_FPCPACKAGE=y
|
|
|
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(BSDINC) $(BSDPROCINC) $(OSPROCINC)
|
|
@@ -547,8 +544,7 @@ ZIPSUFFIX=nw
|
|
|
endif
|
|
|
ifeq ($(OS_TARGET),macos)
|
|
|
EXEEXT=
|
|
|
-FPCMADE=fpcmade.macos
|
|
|
-ZIPSUFFIX=macos
|
|
|
+FPCMADE=fpcmade.mcc
|
|
|
endif
|
|
|
ifeq ($(OS_TARGET),darwin)
|
|
|
EXEEXT=
|
|
@@ -847,11 +843,9 @@ ARNAME=$(BINUTILSPREFIX)ar
|
|
|
RCNAME=$(BINUTILSPREFIX)rc
|
|
|
ifneq ($(findstring 1.0.,$(FPC_VERSION)),)
|
|
|
ifeq ($(OS_TARGET),win32)
|
|
|
-ifeq ($(CROSSBINDIR),)
|
|
|
-ASNAME=asw
|
|
|
-LDNAME=ldw
|
|
|
-ARNAME=arw
|
|
|
-endif
|
|
|
+ASNAME=as
|
|
|
+LDNAME=ld
|
|
|
+ARNAME=ar
|
|
|
endif
|
|
|
endif
|
|
|
ifndef ASPROG
|