mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 11:09:27 +02:00
* Get the tests to compile (incdir and sourcesdir were incomplete)
This commit is contained in:
parent
72785f07b7
commit
fa9047fa9e
@ -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)
|
||||
|
@ -19,8 +19,8 @@ libname=fpapi
|
||||
[dirs]
|
||||
fpcdir=../..
|
||||
targetdir=.
|
||||
sourcesdir=$(INC)
|
||||
|
||||
sourcesdir=$(INC) ../test
|
||||
incdir=$(INC)
|
||||
|
||||
[presettings]
|
||||
INC=../inc
|
||||
|
@ -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)
|
||||
|
@ -19,8 +19,8 @@ libname=fpapi
|
||||
[dirs]
|
||||
fpcdir=../..
|
||||
targetdir=.
|
||||
sourcesdir=$(INC)
|
||||
|
||||
sourcesdir=$(INC) ../test
|
||||
incdir=$(INC)
|
||||
|
||||
[presettings]
|
||||
INC=../inc
|
||||
|
@ -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)
|
||||
|
@ -19,8 +19,8 @@ libname=fpapi
|
||||
[dirs]
|
||||
fpcdir=../..
|
||||
targetdir=.
|
||||
sourcesdir=$(INC)
|
||||
|
||||
sourcesdir=$(INC) ../test
|
||||
incdir=$(INC)
|
||||
|
||||
[presettings]
|
||||
INC=../inc
|
||||
|
Loading…
Reference in New Issue
Block a user