|
@@ -1,5 +1,5 @@
|
|
#
|
|
#
|
|
-# Makefile generated by fpcmake v0.99.13 [2000/02/09]
|
|
|
|
|
|
+# Makefile generated by fpcmake v0.99.13 [2000/02/29]
|
|
#
|
|
#
|
|
|
|
|
|
defaultrule: all
|
|
defaultrule: all
|
|
@@ -218,7 +218,8 @@ ZIPTARGET=install
|
|
|
|
|
|
# Directories
|
|
# Directories
|
|
|
|
|
|
-vpath %$(PASEXT) $(INC)
|
|
|
|
|
|
+vpath %$(PASEXT) $(INC) ../test
|
|
|
|
+override NEEDINCDIR=$(INC)
|
|
ifndef TARGETDIR
|
|
ifndef TARGETDIR
|
|
TARGETDIR=.
|
|
TARGETDIR=.
|
|
endif
|
|
endif
|
|
@@ -676,6 +677,11 @@ ifdef UNITSDIR
|
|
override FPCOPT+=-Fu$(UNITSDIR)
|
|
override FPCOPT+=-Fu$(UNITSDIR)
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifdef NEEDINCDIR
|
|
|
|
+override FPCOPT+=$(addprefix -Fi,$(NEEDINCDIR))
|
|
|
|
+endif
|
|
|
|
+
|
|
|
|
+
|
|
# Target dirs
|
|
# Target dirs
|
|
ifdef TARGETDIR
|
|
ifdef TARGETDIR
|
|
override FPCOPT+=-FE$(TARGETDIR)
|
|
override FPCOPT+=-FE$(TARGETDIR)
|