* Get the tests to compile (incdir and sourcesdir were incomplete)

This commit is contained in:
pierre 2000-02-29 12:16:27 +00:00
parent 72785f07b7
commit fa9047fa9e
6 changed files with 30 additions and 12 deletions

View File

@ -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
@ -218,7 +218,8 @@ ZIPTARGET=install
# Directories
vpath %$(PASEXT) $(INC)
vpath %$(PASEXT) $(INC) ../test
override NEEDINCDIR=$(INC)
ifndef TARGETDIR
TARGETDIR=.
endif
@ -676,6 +677,11 @@ ifdef UNITSDIR
override FPCOPT+=-Fu$(UNITSDIR)
endif
ifdef NEEDINCDIR
override FPCOPT+=$(addprefix -Fi,$(NEEDINCDIR))
endif
# Target dirs
ifdef TARGETDIR
override FPCOPT+=-FE$(TARGETDIR)

View File

@ -19,8 +19,8 @@ libname=fpapi
[dirs]
fpcdir=../..
targetdir=.
sourcesdir=$(INC)
sourcesdir=$(INC) ../test
incdir=$(INC)
[presettings]
INC=../inc

View File

@ -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
@ -218,7 +218,8 @@ ZIPTARGET=install
# Directories
vpath %$(PASEXT) $(INC)
vpath %$(PASEXT) $(INC) ../test
override NEEDINCDIR=$(INC)
ifndef TARGETDIR
TARGETDIR=.
endif
@ -676,6 +677,11 @@ ifdef UNITSDIR
override FPCOPT+=-Fu$(UNITSDIR)
endif
ifdef NEEDINCDIR
override FPCOPT+=$(addprefix -Fi,$(NEEDINCDIR))
endif
# Target dirs
ifdef TARGETDIR
override FPCOPT+=-FE$(TARGETDIR)

View File

@ -19,8 +19,8 @@ libname=fpapi
[dirs]
fpcdir=../..
targetdir=.
sourcesdir=$(INC)
sourcesdir=$(INC) ../test
incdir=$(INC)
[presettings]
INC=../inc

View File

@ -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
@ -218,7 +218,8 @@ ZIPTARGET=install
# Directories
vpath %$(PASEXT) $(INC)
vpath %$(PASEXT) $(INC) ../test
override NEEDINCDIR=$(INC)
ifndef TARGETDIR
TARGETDIR=.
endif
@ -676,6 +677,11 @@ ifdef UNITSDIR
override FPCOPT+=-Fu$(UNITSDIR)
endif
ifdef NEEDINCDIR
override FPCOPT+=$(addprefix -Fi,$(NEEDINCDIR))
endif
# Target dirs
ifdef TARGETDIR
override FPCOPT+=-FE$(TARGETDIR)

View File

@ -19,8 +19,8 @@ libname=fpapi
[dirs]
fpcdir=../..
targetdir=.
sourcesdir=$(INC)
sourcesdir=$(INC) ../test
incdir=$(INC)
[presettings]
INC=../inc