|
@@ -1,5 +1,5 @@
|
|
|
#
|
|
|
-# Don't edit, this file is generated by fpcmake v1.99.0 [2001/05/03]
|
|
|
+# Don't edit, this file is generated by fpcmake v1.99.0 [2001/05/30]
|
|
|
#
|
|
|
default: all
|
|
|
override PATH:=$(subst \,/,$(PATH))
|
|
@@ -53,7 +53,7 @@ else
|
|
|
PATHSEP:=$(subst /,\,/)
|
|
|
endif
|
|
|
ifdef PWD
|
|
|
-BASEDIR:=$(shell $(PWD))
|
|
|
+BASEDIR:=$(subst \,/,$(shell $(PWD)))
|
|
|
else
|
|
|
BASEDIR=.
|
|
|
endif
|
|
@@ -123,7 +123,7 @@ override DEFAULT_DIR=text
|
|
|
override TARGET_DIRS+=fake text
|
|
|
override INSTALL_FPCPACKAGE=y
|
|
|
ifndef ECHO
|
|
|
-ECHO:=$(strip $(wildcard $(addsuffix /gecho$(EXEEXT),$(SEARCHPATH))))
|
|
|
+ECHO:=$(strip $(wildcard $(addsuffix /gecho$(SRCEXEEXT),$(SEARCHPATH))))
|
|
|
ifeq ($(ECHO),)
|
|
|
ECHO:=$(strip $(wildcard $(addsuffix /echo$(SRCEXEEXT),$(SEARCHPATH))))
|
|
|
ifeq ($(ECHO),)
|
|
@@ -206,9 +206,9 @@ endif
|
|
|
endif
|
|
|
export PPUFILES
|
|
|
ifndef DATE
|
|
|
-DATE:=$(strip $(wildcard $(addsuffix /date$(SRCEXEEXT),$(SEARCHPATH))))
|
|
|
+DATE:=$(strip $(wildcard $(addsuffix /gdate$(SRCEXEEXT),$(SEARCHPATH))))
|
|
|
ifeq ($(DATE),)
|
|
|
-DATE:=$(strip $(wildcard $(addsuffix /gdate$(SRCEXEEXT),$(SEACHPATH))))
|
|
|
+DATE:=$(strip $(wildcard $(addsuffix /date$(SRCEXEEXT),$(SEARCHPATH))))
|
|
|
ifeq ($(DATE),)
|
|
|
DATE=
|
|
|
else
|
|
@@ -631,6 +631,7 @@ endif
|
|
|
ifdef TARGET_EXAMPLEDIRS
|
|
|
$(COPYTREE) $(addsuffix /*,$(TARGET_EXAMPLEDIRS)) $(INSTALL_EXAMPLEDIR)
|
|
|
endif
|
|
|
+.PHONY: fpc_distinstall
|
|
|
fpc_distinstall: install exampleinstall
|
|
|
.PHONY: fpc_zipinstall fpc_zipsourceinstall fpc_zipexampleinstall
|
|
|
ifndef PACKDIR
|