Bladeren bron

* regenerated

peter 24 jaren geleden
bovenliggende
commit
98da83d641
5 gewijzigde bestanden met toevoegingen van 42 en 17 verwijderingen
  1. 7 2
      ide/Makefile
  2. 11 6
      utils/Makefile
  3. 8 3
      utils/fprcp/Makefile
  4. 8 3
      utils/simulator/Makefile
  5. 8 3
      utils/tply/Makefile

+ 7 - 2
ide/Makefile

@@ -1,5 +1,5 @@
 #
-# Makefile generated by fpcmake v1.00 [2001/01/30]
+# Makefile generated by fpcmake v1.00 [2001/04/10]
 #
 
 defaultrule: all
@@ -284,6 +284,11 @@ ifndef LD
 LD=ld
 endif
 
+# Resource compiler
+ifndef RC
+RC=rc
+endif
+
 # ppas.bat / ppas.sh
 PPAS=ppas$(BATCHEXT)
 
@@ -357,7 +362,7 @@ endif
 # set the prefix directory where to install everything
 ifndef PREFIXINSTALLDIR
 ifdef UNIXINSTALLDIR
-PREFIXINSTALLDIR=/usr
+PREFIXINSTALLDIR=/usr/local
 else
 PREFIXINSTALLDIR=/pp
 endif

+ 11 - 6
utils/Makefile

@@ -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

+ 8 - 3
utils/fprcp/Makefile

@@ -1,5 +1,5 @@
 #
-# Makefile generated by fpcmake v1.00 [2001/01/30]
+# Makefile generated by fpcmake v1.00 [2001/04/10]
 #
 
 defaultrule: all
@@ -314,6 +314,11 @@ ifndef LD
 LD=ld
 endif
 
+# Resource compiler
+ifndef RC
+RC=rc
+endif
+
 # ppas.bat / ppas.sh
 PPAS=ppas$(BATCHEXT)
 
@@ -515,7 +520,7 @@ PACKAGERTL=1
 
 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
@@ -572,7 +577,7 @@ endif
 # set the prefix directory where to install everything
 ifndef PREFIXINSTALLDIR
 ifdef UNIXINSTALLDIR
-PREFIXINSTALLDIR=/usr
+PREFIXINSTALLDIR=/usr/local
 else
 PREFIXINSTALLDIR=/pp
 endif

+ 8 - 3
utils/simulator/Makefile

@@ -1,5 +1,5 @@
 #
-# Makefile generated by fpcmake v1.00 [2001/01/30]
+# Makefile generated by fpcmake v1.00 [2001/04/10]
 #
 
 defaultrule: all
@@ -314,6 +314,11 @@ ifndef LD
 LD=ld
 endif
 
+# Resource compiler
+ifndef RC
+RC=rc
+endif
+
 # ppas.bat / ppas.sh
 PPAS=ppas$(BATCHEXT)
 
@@ -515,7 +520,7 @@ PACKAGERTL=1
 
 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
@@ -572,7 +577,7 @@ endif
 # set the prefix directory where to install everything
 ifndef PREFIXINSTALLDIR
 ifdef UNIXINSTALLDIR
-PREFIXINSTALLDIR=/usr
+PREFIXINSTALLDIR=/usr/local
 else
 PREFIXINSTALLDIR=/pp
 endif

+ 8 - 3
utils/tply/Makefile

@@ -1,5 +1,5 @@
 #
-# Makefile generated by fpcmake v1.00 [2001/01/30]
+# Makefile generated by fpcmake v1.00 [2001/04/10]
 #
 
 defaultrule: all
@@ -316,6 +316,11 @@ ifndef LD
 LD=ld
 endif
 
+# Resource compiler
+ifndef RC
+RC=rc
+endif
+
 # ppas.bat / ppas.sh
 PPAS=ppas$(BATCHEXT)
 
@@ -517,7 +522,7 @@ PACKAGERTL=1
 
 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
@@ -574,7 +579,7 @@ endif
 # set the prefix directory where to install everything
 ifndef PREFIXINSTALLDIR
 ifdef UNIXINSTALLDIR
-PREFIXINSTALLDIR=/usr
+PREFIXINSTALLDIR=/usr/local
 else
 PREFIXINSTALLDIR=/pp
 endif