瀏覽代碼

* Regenerated

peter 24 年之前
父節點
當前提交
3e41bf3597
共有 82 個文件被更改,包括 191 次插入150 次删除
  1. 1 1
      compiler/Makefile
  2. 9 1
      compiler/new/Makefile
  3. 2 0
      compiler/new/Makefile.fpc
  4. 2 2
      compiler/utils/Makefile
  5. 1 1
      demo/Makefile
  6. 2 2
      demo/graph/Makefile
  7. 2 2
      demo/linux/Makefile
  8. 2 2
      demo/modex/Makefile
  9. 2 2
      demo/os2/Makefile
  10. 2 2
      demo/text/Makefile
  11. 2 2
      demo/win32/Makefile
  12. 2 2
      fcl/Makefile
  13. 2 2
      fcl/db/Makefile
  14. 2 2
      fcl/db/dbase/Makefile
  15. 2 2
      fcl/db/interbase/Makefile
  16. 2 2
      fcl/db/mysql/Makefile
  17. 2 2
      fcl/db/tests/Makefile
  18. 2 2
      fcl/shedit/Makefile
  19. 2 2
      fcl/shedit/gtk/Makefile
  20. 2 2
      fcl/tests/Makefile
  21. 2 2
      fcl/xml/Makefile
  22. 1 1
      ide/Makefile
  23. 1 1
      ide/fake/Makefile
  24. 10 2
      ide/fake/compiler/Makefile
  25. 3 0
      ide/fake/compiler/Makefile.fpc
  26. 10 2
      ide/fake/gdb/Makefile
  27. 3 0
      ide/fake/gdb/Makefile.fpc
  28. 2 2
      ide/text/Makefile
  29. 2 2
      ide/text/compiler/Makefile
  30. 2 2
      install/fpinst/Makefile
  31. 1 1
      packages/Makefile
  32. 2 2
      packages/cmem/Makefile
  33. 2 2
      packages/forms/Makefile
  34. 2 2
      packages/forms/demo/Makefile
  35. 2 2
      packages/gdbint/Makefile
  36. 1 1
      packages/gdbint/libgdb/Makefile
  37. 1 1
      packages/gdbm/Makefile
  38. 2 2
      packages/ggi/Makefile
  39. 2 2
      packages/gtk/Makefile
  40. 2 2
      packages/gtk/examples/Makefile
  41. 1 1
      packages/gtk/examples/tutorial/Makefile
  42. 2 2
      packages/gtk/gtkgl/Makefile
  43. 2 2
      packages/ibase/Makefile
  44. 2 2
      packages/inet/Makefile
  45. 2 2
      packages/libgd/Makefile
  46. 2 2
      packages/libpng/Makefile
  47. 2 2
      packages/mysql/Makefile
  48. 2 2
      packages/ncurses/Makefile
  49. 2 2
      packages/opengl/Makefile
  50. 2 2
      packages/opengl/build/Makefile
  51. 2 2
      packages/opengl/examples/Makefile
  52. 2 2
      packages/oracle/Makefile
  53. 2 2
      packages/oracle/example/Makefile
  54. 2 2
      packages/paszlib/Makefile
  55. 2 2
      packages/postgres/Makefile
  56. 2 2
      packages/regexpr/Makefile
  57. 2 2
      packages/svgalib/Makefile
  58. 2 2
      packages/syslog/Makefile
  59. 2 2
      packages/uncgi/Makefile
  60. 2 2
      packages/unzip/Makefile
  61. 2 2
      packages/utmp/Makefile
  62. 2 2
      packages/x11/Makefile
  63. 2 2
      packages/zlib/Makefile
  64. 5 5
      rtl/Makefile
  65. 2 2
      rtl/amiga/Makefile
  66. 2 2
      rtl/beos/Makefile
  67. 2 2
      rtl/freebsd/Makefile
  68. 2 2
      rtl/go32v1/Makefile
  69. 2 2
      rtl/go32v2/Makefile
  70. 2 2
      rtl/linux/Makefile
  71. 2 2
      rtl/os2/Makefile
  72. 10 1
      rtl/unix/keyboard.pp
  73. 2 2
      rtl/win32/Makefile
  74. 1 1
      tests/Makefile
  75. 2 2
      tests/units/Makefile
  76. 2 2
      utils/Makefile
  77. 2 2
      utils/dxegen/Makefile
  78. 2 2
      utils/fpcm/Makefile
  79. 2 2
      utils/fprcp/Makefile
  80. 2 2
      utils/h2pas/Makefile
  81. 2 2
      utils/simulator/Makefile
  82. 2 2
      utils/tply/Makefile

+ 1 - 1
compiler/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))

+ 9 - 1
compiler/new/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -107,6 +107,14 @@ else
 override FPCDIR=wrong
 endif
 ifeq ($(FPCDIR),wrong)
+override FPCDIR=../..
+ifeq ($(wildcard $(FPCDIR)/rtl),)
+ifeq ($(wildcard $(FPCDIR)/units),)
+override FPCDIR=wrong
+endif
+endif
+endif
+ifeq ($(FPCDIR),wrong)
 ifdef inUnix
 override FPCDIR=/usr/local/lib/fpc/$(FPC_VERSION)
 ifeq ($(wildcard $(FPCDIR)/units),)

+ 2 - 0
compiler/new/Makefile.fpc

@@ -15,6 +15,8 @@ includedir=$(OLDDIR)/$(CPU_TARGET) $(OLDDIR)
 packages=rtl
 tools=diff cmp
 
+[default]
+fpcdir=../..
 
 [prerules]
 # Don't export OS_SOURCE because it can change after the first compile

+ 2 - 2
compiler/utils/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -744,7 +744,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 1 - 1
demo/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))

+ 2 - 2
demo/graph/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -751,7 +751,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
demo/linux/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -741,7 +741,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
demo/modex/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -741,7 +741,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
demo/os2/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -741,7 +741,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
demo/text/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -739,7 +739,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
demo/win32/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -741,7 +741,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
fcl/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -914,7 +914,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
fcl/db/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -840,7 +840,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
fcl/db/dbase/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -755,7 +755,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
fcl/db/interbase/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -805,7 +805,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
fcl/db/mysql/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -805,7 +805,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
fcl/db/tests/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -915,7 +915,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
fcl/shedit/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -755,7 +755,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
fcl/shedit/gtk/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -1022,7 +1022,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
fcl/tests/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -921,7 +921,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
fcl/xml/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -739,7 +739,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 1 - 1
ide/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))

+ 1 - 1
ide/fake/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))

+ 10 - 2
ide/fake/compiler/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -107,6 +107,14 @@ else
 override FPCDIR=wrong
 endif
 ifeq ($(FPCDIR),wrong)
+override FPCDIR=../../..
+ifeq ($(wildcard $(FPCDIR)/rtl),)
+ifeq ($(wildcard $(FPCDIR)/units),)
+override FPCDIR=wrong
+endif
+endif
+endif
+ifeq ($(FPCDIR),wrong)
 ifdef inUnix
 override FPCDIR=/usr/local/lib/fpc/$(FPC_VERSION)
 ifeq ($(wildcard $(FPCDIR)/units),)
@@ -727,7 +735,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 3 - 0
ide/fake/compiler/Makefile.fpc

@@ -4,3 +4,6 @@
 
 [target]
 units=browcol compiler systems version comphook globtype tokens
+
+[default]
+fpcdir=../../..

+ 10 - 2
ide/fake/gdb/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -107,6 +107,14 @@ else
 override FPCDIR=wrong
 endif
 ifeq ($(FPCDIR),wrong)
+override FPCDIR=../../..
+ifeq ($(wildcard $(FPCDIR)/rtl),)
+ifeq ($(wildcard $(FPCDIR)/units),)
+override FPCDIR=wrong
+endif
+endif
+endif
+ifeq ($(FPCDIR),wrong)
 ifdef inUnix
 override FPCDIR=/usr/local/lib/fpc/$(FPC_VERSION)
 ifeq ($(wildcard $(FPCDIR)/units),)
@@ -727,7 +735,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 3 - 0
ide/fake/gdb/Makefile.fpc

@@ -5,6 +5,9 @@
 [target]
 units=gdbcon gdbint
 
+[default]
+fpcdir=../../..
+
 [rules]
 gdbint$(PPUEXT): gdbint.pas
 

+ 2 - 2
ide/text/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -875,7 +875,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
ide/text/compiler/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -775,7 +775,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
install/fpinst/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -796,7 +796,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 1 - 1
packages/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))

+ 2 - 2
packages/cmem/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -754,7 +754,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
packages/forms/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -817,7 +817,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
packages/forms/demo/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -825,7 +825,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
packages/gdbint/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -771,7 +771,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 1 - 1
packages/gdbint/libgdb/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))

+ 1 - 1
packages/gdbm/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))

+ 2 - 2
packages/ggi/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -769,7 +769,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
packages/gtk/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -836,7 +836,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
packages/gtk/examples/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -856,7 +856,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 1 - 1
packages/gtk/examples/tutorial/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))

+ 2 - 2
packages/gtk/gtkgl/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -833,7 +833,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
packages/ibase/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -769,7 +769,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
packages/inet/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -754,7 +754,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
packages/libgd/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -769,7 +769,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
packages/libpng/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -788,7 +788,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
packages/mysql/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -769,7 +769,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
packages/ncurses/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -769,7 +769,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
packages/opengl/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -815,7 +815,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
packages/opengl/build/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all_units
 override PATH:=$(subst \,/,$(PATH))
@@ -923,7 +923,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
packages/opengl/examples/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -819,7 +819,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
packages/oracle/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -769,7 +769,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
packages/oracle/example/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -961,7 +961,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
packages/paszlib/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -754,7 +754,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
packages/postgres/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -769,7 +769,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
packages/regexpr/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -755,7 +755,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
packages/svgalib/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -769,7 +769,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
packages/syslog/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -769,7 +769,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
packages/uncgi/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -754,7 +754,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
packages/unzip/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -741,7 +741,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
packages/utmp/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -754,7 +754,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
packages/x11/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -753,7 +753,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
packages/zlib/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -753,7 +753,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 5 - 5
rtl/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -674,7 +674,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif
@@ -1217,9 +1217,9 @@ zipinstall: fpc_zipinstall
 zipsourceinstall: fpc_zipsourceinstall
 zipexampleinstall: fpc_zipexampleinstall $(addsuffix _zipexampleinstall,$(TARGET_DIRS))
 zipdistinstall: fpc_zipdistinstall $(addsuffix _zipdistinstall,$(TARGET_DIRS))
-clean: $(addsuffix _clean,$(TARGET_DIRS))
-distclean: $(addsuffix _distclean,$(TARGET_DIRS))
-cleanall: $(addsuffix _cleanall,$(TARGET_DIRS))
+clean: fpc_clean $(addsuffix _clean,$(TARGET_DIRS))
+distclean: fpc_distclean $(addsuffix _distclean,$(TARGET_DIRS))
+cleanall: fpc_cleanall $(addsuffix _cleanall,$(TARGET_DIRS))
 info: fpc_info
 .PHONY: all debug smart examples shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean distclean cleanall info
 ifneq ($(wildcard fpcmake.loc),)

+ 2 - 2
rtl/amiga/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -722,7 +722,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
rtl/beos/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -717,7 +717,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
rtl/freebsd/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -729,7 +729,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
rtl/go32v1/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -715,7 +715,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
rtl/go32v2/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -722,7 +722,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
rtl/linux/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -735,7 +735,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
rtl/os2/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -721,7 +721,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 10 - 1
rtl/unix/keyboard.pp

@@ -1093,6 +1093,12 @@ Begin
               store[arrayind]:=ch;
               inc(arrayind);
             end;
+          if not assigned(NNPT) then
+            begin
+              if ch<>#0 then
+                PushKey(ch);
+              break;
+            end;
         end;
       if assigned(NPT) and NPT^.CanBeTerminal then
         begin
@@ -1710,7 +1716,10 @@ begin
 end.
 {
   $Log$
-  Revision 1.4  2001-06-27 21:37:38  peter
+  Revision 1.5  2001-08-02 20:56:08  peter
+    * Regenerated
+
+  Revision 1.4  2001/06/27 21:37:38  peter
     * v10 merges
 
   Revision 1.3  2001/04/10 23:35:02  peter

+ 2 - 2
rtl/win32/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -725,7 +725,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 1 - 1
tests/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: allexectests
 override PATH:=$(subst \,/,$(PATH))

+ 2 - 2
tests/units/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -736,7 +736,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
utils/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -918,7 +918,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
utils/dxegen/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -743,7 +743,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
utils/fpcm/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -916,7 +916,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
utils/fprcp/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -741,7 +741,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
utils/h2pas/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -742,7 +742,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
utils/simulator/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -741,7 +741,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif

+ 2 - 2
utils/tply/Makefile

@@ -1,5 +1,5 @@
 #
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/07/31]
+# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/02]
 #
 default: all
 override PATH:=$(subst \,/,$(PATH))
@@ -751,7 +751,7 @@ ifdef INSTALL_CREATEPACKAGEFPC
 ifdef FPCMAKE
 ifdef PACKAGE_VERSION
 ifneq ($(wildcard Makefile.fpc),)
-	$(FPCMAKE) -p Makefile.fpc
+	$(FPCMAKE) -p -T$(OS_TARGET) Makefile.fpc
 	$(MKDIR) $(INSTALL_UNITDIR)
 	$(INSTALL) Package.fpc $(INSTALL_UNITDIR)
 endif