|
@@ -1,5 +1,5 @@
|
|
|
#
|
|
|
-# Makefile generated by fpcmake v1.00 [2001/01/30]
|
|
|
+# Makefile generated by fpcmake v1.00 [2001/04/10]
|
|
|
#
|
|
|
|
|
|
defaultrule: all
|
|
@@ -334,6 +334,11 @@ ifndef LD
|
|
|
LD=ld
|
|
|
endif
|
|
|
|
|
|
+# Resource compiler
|
|
|
+ifndef RC
|
|
|
+RC=rc
|
|
|
+endif
|
|
|
+
|
|
|
# ppas.bat / ppas.sh
|
|
|
PPAS=ppas$(BATCHEXT)
|
|
|
|
|
@@ -562,7 +567,7 @@ endif
|
|
|
|
|
|
ifdef PACKAGERTL
|
|
|
ifneq ($(wildcard $(FPCDIR)/rtl),)
|
|
|
-ifneq ($(wildcard $(FPCDIR)/rtl/$(OS_TARGET)),)
|
|
|
+ifneq ($(wildcard $(FPCDIR)/rtl/$(OS_TARGET)/Makefile.fpc),)
|
|
|
PACKAGEDIR_RTL=$(FPCDIR)/rtl/$(OS_TARGET)
|
|
|
else
|
|
|
PACKAGEDIR_RTL=$(FPCDIR)/rtl
|
|
@@ -591,7 +596,7 @@ endif
|
|
|
endif
|
|
|
ifdef PACKAGEFCL
|
|
|
ifneq ($(wildcard $(FPCDIR)/fcl),)
|
|
|
-ifneq ($(wildcard $(FPCDIR)/fcl/$(OS_TARGET)),)
|
|
|
+ifneq ($(wildcard $(FPCDIR)/fcl/$(OS_TARGET)/Makefile.fpc),)
|
|
|
PACKAGEDIR_FCL=$(FPCDIR)/fcl/$(OS_TARGET)
|
|
|
else
|
|
|
PACKAGEDIR_FCL=$(FPCDIR)/fcl
|
|
@@ -620,7 +625,7 @@ endif
|
|
|
endif
|
|
|
ifdef PACKAGEZLIB
|
|
|
ifneq ($(wildcard $(PACKAGESDIR)/zlib),)
|
|
|
-ifneq ($(wildcard $(PACKAGESDIR)/zlib/$(OS_TARGET)),)
|
|
|
+ifneq ($(wildcard $(PACKAGESDIR)/zlib/$(OS_TARGET)/Makefile.fpc),)
|
|
|
PACKAGEDIR_ZLIB=$(PACKAGESDIR)/zlib/$(OS_TARGET)
|
|
|
else
|
|
|
PACKAGEDIR_ZLIB=$(PACKAGESDIR)/zlib
|
|
@@ -649,7 +654,7 @@ endif
|
|
|
endif
|
|
|
ifdef PACKAGEPASZLIB
|
|
|
ifneq ($(wildcard $(PACKAGESDIR)/paszlib),)
|
|
|
-ifneq ($(wildcard $(PACKAGESDIR)/paszlib/$(OS_TARGET)),)
|
|
|
+ifneq ($(wildcard $(PACKAGESDIR)/paszlib/$(OS_TARGET)/Makefile.fpc),)
|
|
|
PACKAGEDIR_PASZLIB=$(PACKAGESDIR)/paszlib/$(OS_TARGET)
|
|
|
else
|
|
|
PACKAGEDIR_PASZLIB=$(PACKAGESDIR)/paszlib
|
|
@@ -706,7 +711,7 @@ endif
|
|
|
# set the prefix directory where to install everything
|
|
|
ifndef PREFIXINSTALLDIR
|
|
|
ifdef UNIXINSTALLDIR
|
|
|
-PREFIXINSTALLDIR=/usr
|
|
|
+PREFIXINSTALLDIR=/usr/local
|
|
|
else
|
|
|
PREFIXINSTALLDIR=/pp
|
|
|
endif
|