mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-10 09:49:27 +02:00
+ add objects and cg directories to clean
This commit is contained in:
parent
bd8a7a628a
commit
a329d5e4f1
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2002/02/28]
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2002/02/27]
|
||||
#
|
||||
default: allexectests
|
||||
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx
|
||||
@ -108,7 +108,7 @@ ifndef FPC_VERSION
|
||||
FPC_VERSION:=$(shell $(FPC) -iV)
|
||||
endif
|
||||
export FPC FPC_VERSION
|
||||
unexport CHECKDEPEND ALLDEPENDENCIES
|
||||
unexport CHECKDEPEND ALL_DEPENDENCIES
|
||||
ifeq ($(findstring 1.0.,$(FPC_VERSION)),)
|
||||
COMPILERINFO:=$(shell $(FPC) -iSP -iTP -iSO -iTO)
|
||||
ifndef CPU_SOURCE
|
||||
@ -247,7 +247,6 @@ endif
|
||||
endif
|
||||
endif
|
||||
export INSTALL_PREFIX
|
||||
export INSTALL_SOURCESUBDIR
|
||||
ifndef DIST_DESTDIR
|
||||
DIST_DESTDIR:=$(BASEDIR)
|
||||
endif
|
||||
@ -309,7 +308,7 @@ endif
|
||||
endif
|
||||
else
|
||||
ifdef INSTALL_FPCPACKAGE
|
||||
INSTALL_SOURCEDIR:=$(INSTALL_BASEDIR)/source/$(INSTALL_SOURCESUBDIR)/$(PACKAGE_NAME)
|
||||
INSTALL_SOURCEDIR:=$(INSTALL_BASEDIR)/source/$(PACKAGE_NAME)
|
||||
else
|
||||
INSTALL_SOURCEDIR:=$(INSTALL_BASEDIR)/source
|
||||
endif
|
||||
@ -992,7 +991,7 @@ makefiles: fpc_makefiles
|
||||
ifneq ($(wildcard fpcmake.loc),)
|
||||
include fpcmake.loc
|
||||
endif
|
||||
TESTSUBDIRS=cg units/system units/dos units/crt
|
||||
TESTSUBDIRS=cg units/system units/dos units/crt units/objects
|
||||
TESTDIRS:=test $(addprefix test/,$(TESTSUBDIRS))
|
||||
ifeq ($(OS_TARGET),linux)
|
||||
INUNIX=1
|
||||
@ -1028,7 +1027,7 @@ endif
|
||||
ifdef INTERACTIVE
|
||||
override DOTESTOPT+=-i
|
||||
endif
|
||||
DIRS=webtbs webtbf tbs tbf test
|
||||
DIRS=webtbs webtbf tbs tbf test test/cg test/units/system test/units/objects
|
||||
%.log : %.pp
|
||||
$(DOTEST) $(DOTESTOPT) $<
|
||||
%.elg : %.pp
|
||||
|
@ -12,7 +12,7 @@ rule=allexectests
|
||||
|
||||
[rules]
|
||||
# Subdirs available in the test subdir
|
||||
TESTSUBDIRS=cg units/system units/dos units/crt
|
||||
TESTSUBDIRS=cg units/system units/dos units/crt units/objects
|
||||
|
||||
# All full dirnames in the test/ dir including the subdir self
|
||||
TESTDIRS:=test $(addprefix test/,$(TESTSUBDIRS))
|
||||
@ -77,7 +77,7 @@ endif
|
||||
# Test run targets
|
||||
#
|
||||
|
||||
DIRS=webtbs webtbf tbs tbf test
|
||||
DIRS=webtbs webtbf tbs tbf test test/cg test/units/system test/units/objects
|
||||
|
||||
%.log : %.pp
|
||||
$(DOTEST) $(DOTESTOPT) $<
|
||||
|
Loading…
Reference in New Issue
Block a user