fixed make distclean

git-svn-id: trunk@44139 -
This commit is contained in:
mattias 2014-02-18 17:37:14 +00:00
parent 62446ddbd8
commit 9d710db4fc
75 changed files with 106 additions and 416 deletions

View File

@ -2744,14 +2744,13 @@ zipinstall: fpc_zipinstall
zipsourceinstall: fpc_zipsourceinstall
zipexampleinstall: fpc_zipexampleinstall
zipdistinstall: fpc_zipdistinstall
distclean: fpc_distclean
info: fpc_info
makefiles: fpc_makefiles
.PHONY: debug smart release units shared sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall distclean info makefiles
.PHONY: debug smart release units shared sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall info makefiles
ifneq ($(wildcard fpcmake.loc),)
include fpcmake.loc
endif
.PHONY: help registration lazutils codetools tools lcl basecomponents bigidecomponents lazbuild ide idepkg idebig cleanide bigide useride starter lhelp all clean purge install
.PHONY: help registration lazutils codetools tools lcl basecomponents bigidecomponents lazbuild ide idepkg idebig cleanide bigide useride starter lhelp all clean purge distclean install
help:
@$(ECHO)
@$(ECHO) " Main targets"
@ -2868,9 +2867,16 @@ clean: cleanlaz
$(MAKE) -C tools clean
$(MAKE) -C components/chmhelp/lhelp clean
cleanbigide: clean
purge: clean
purge:
$(MAKE) -C ide distclean
$(MAKE) -C packager/registration distclean
$(MAKE) -C lcl distclean
$(MAKE) -C components distclean
$(MAKE) -C tools distclean
$(MAKE) -C components/chmhelp/lhelp distclean
$(MAKE) -C examples clean
cleanall: purge
distclean: purge
installbase:
ifneq ($(findstring $(OS_TARGET),win32 win64),)
else

View File

@ -44,7 +44,7 @@ endif
#-----------------------------------------------------------------------------
[rules]
.PHONY: help registration lazutils codetools tools lcl basecomponents bigidecomponents lazbuild ide idepkg idebig cleanide bigide useride starter lhelp all clean purge install
.PHONY: help registration lazutils codetools tools lcl basecomponents bigidecomponents lazbuild ide idepkg idebig cleanide bigide useride starter lhelp all clean purge distclean install
#-----------------------------------------------------------------------------
help:
@ -236,12 +236,21 @@ clean: cleanlaz
cleanbigide: clean
purge: clean
purge:
$(MAKE) -C ide distclean
$(MAKE) -C packager/registration distclean
$(MAKE) -C lcl distclean
$(MAKE) -C components distclean
$(MAKE) -C tools distclean
$(MAKE) -C components/chmhelp/lhelp distclean
$(MAKE) -C examples clean
# $(MAKE) -C doceditor clean
cleanall: purge
distclean: purge
# create dirs
installbase:
ifneq ($(findstring $(OS_TARGET),win32 win64),)

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/pascalscript.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) pascalscript$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) pascalscript$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/cairocanvas_pkg.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) cairocanvas_pkg$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) cairocanvas_pkg$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/lhelpcontrolpkg.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) lhelpcontrolpkg$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) lhelpcontrolpkg$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/ChmHelpPkg.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) chmhelppkg$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) chmhelppkg$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/CodeTools.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) codetools$(PPUEXT) compiled
distclean: clean
$(deltree) units/*
${DELTREE} units/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) codetools$(PPUEXT) compiled
distclean: clean
$(deltree) units/*
${DELTREE} units/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/Cody.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) cody$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) cody$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/DebuggerIntf.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) debuggerintf$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) debuggerintf$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/ExternHelp.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) externhelp$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) externhelp$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/FPCUnitTestRunner.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) fpcunittestrunner$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) fpcunittestrunner$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/fpcunitide.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) fpcunitide$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) fpcunitide$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -2912,4 +2912,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/IDEIntf.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) ideintf$(PPUEXT) compiled
distclean: clean
$(deltree) units/*
${DELTREE} units/*

View File

@ -56,4 +56,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) ideintf$(PPUEXT) compiled
distclean: clean
$(deltree) units/*
${DELTREE} units/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/InstantFPCLaz.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) instantfpclaz$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) instantfpclaz$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -2912,4 +2912,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/jcfidelazarus.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) jcfidelazarus$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -56,4 +56,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) jcfidelazarus$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/LazControls.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) lazcontrols$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) lazcontrols$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/LazDebuggerGdbmi.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) lazdebuggergdbmi$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) lazdebuggergdbmi$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/lazsvnpkg.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) lazsvnpkg$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) lazsvnpkg$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/LazUtils.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) lazutils$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) lazutils$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/leakview.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) leakview$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) leakview$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/MacOSFiles.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) macosfiles$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) macosfiles$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/EditorMacroScript.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) editormacroscript$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) editormacroscript$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/MemDSLaz.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) memdslaz$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) memdslaz$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -2912,4 +2912,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/Printer4Lazarus.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) printer4lazarus$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -56,4 +56,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) printer4lazarus$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/printers4lazide.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) printers4lazide$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) printers4lazide$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/ProjTemplates.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) projtemplates$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) projtemplates$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/RunTimeTypeInfoControls.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) runtimetypeinfocontrols$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) runtimetypeinfocontrols$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/SDFLaz.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) sdflaz$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) sdflaz$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/SQLDBLaz.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) sqldblaz$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) sqldblaz$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/SynEdit.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) allsynedit$(PPUEXT) compiled
distclean: clean
$(deltree) units/*
${DELTREE} units/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) allsynedit$(PPUEXT) compiled
distclean: clean
$(deltree) units/*
${DELTREE} units/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/SynEditDsgn.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) allsyneditdsgn$(PPUEXT) compiled
distclean: clean
$(deltree) units/*
${DELTREE} units/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) allsyneditdsgn$(PPUEXT) compiled
distclean: clean
$(deltree) units/*
${DELTREE} units/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/TAChartLazarusPkg.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) tachartlazaruspkg$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) tachartlazaruspkg$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/DBFLaz.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) dbflaz$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) dbflaz$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/ToDoListLaz.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) todolistlaz$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) todolistlaz$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/TurboPowerIPro.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) turbopoweripro$(PPUEXT) compiled
distclean: clean
$(deltree) units/*
${DELTREE} units/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) turbopoweripro$(PPUEXT) compiled
distclean: clean
$(deltree) units/*
${DELTREE} units/*

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/TurboPowerIProDsgn.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) turbopoweriprodsgn$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) turbopoweriprodsgn$(PPUEXT) compiled
distclean: clean
$(deltree) lib/*
${DELTREE} lib/*

View File

@ -1,11 +1,11 @@
#
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2013-05-26 rev 24621]
# Don't edit, this file is generated by FPCMake Version 2.0.0 [2014/02/05]
#
default: all
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-haiku i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian i386-nativent i386-iphonesim i386-android m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded powerpc-wii powerpc-aix sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-netbsd x86_64-solaris x86_64-openbsd x86_64-darwin x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-darwin arm-wince arm-gba arm-nds arm-embedded arm-symbian arm-android powerpc64-linux powerpc64-darwin powerpc64-embedded powerpc64-aix avr-embedded armeb-linux armeb-embedded mips-linux mipsel-linux jvm-java jvm-android i8086-msdos
MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-haiku i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince i386-embedded i386-symbian i386-nativent i386-iphonesim m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos m68k-embedded powerpc-linux powerpc-netbsd powerpc-amiga powerpc-macos powerpc-darwin powerpc-morphos powerpc-embedded powerpc-wii sparc-linux sparc-netbsd sparc-solaris sparc-embedded x86_64-linux x86_64-freebsd x86_64-netbsd x86_64-solaris x86_64-openbsd x86_64-darwin x86_64-win64 x86_64-embedded arm-linux arm-palmos arm-darwin arm-wince arm-gba arm-nds arm-embedded arm-symbian powerpc64-linux powerpc64-darwin powerpc64-embedded avr-embedded armeb-linux armeb-embedded mipsel-linux
BSDs = freebsd netbsd openbsd darwin
UNIXs = linux $(BSDs) solaris qnx haiku aix
LIMIT83fs = go32v2 os2 emx watcom msdos
UNIXs = linux $(BSDs) solaris qnx haiku
LIMIT83fs = go32v2 os2 emx watcom
OSNeedsComspecToRunBatch = go32v2 watcom
FORCE:
.PHONY: FORCE
@ -177,12 +177,6 @@ else
ARCH=$(CPU_TARGET)
endif
endif
ifeq ($(FULL_TARGET),arm-embedded)
ifeq ($(SUBARCH),)
$(error When compiling for arm-embedded, a sub-architecture (e.g. SUBARCH=armv4t or SUBARCH=armv7m) must be defined)
endif
override FPCOPT+=-Cp$(SUBARCH)
endif
ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),)
TARGETSUFFIX=$(OS_TARGET)
SOURCESUFFIX=$(OS_SOURCE)
@ -208,14 +202,6 @@ endif
ifeq ($(OS_TARGET),linux)
linuxHier=1
endif
ifndef CROSSCOMPILE
BUILDFULLNATIVE=1
export BUILDFULLNATIVE
endif
ifdef BUILDFULLNATIVE
BUILDNATIVE=1
export BUILDNATIVE
endif
export OS_TARGET OS_SOURCE ARCH CPU_TARGET CPU_SOURCE FULL_TARGET FULL_SOURCE TARGETSUFFIX SOURCESUFFIX CROSSCOMPILE
ifdef FPCDIR
override FPCDIR:=$(subst \,/,$(FPCDIR))
@ -264,27 +250,8 @@ endif
ifndef BINUTILSPREFIX
ifndef CROSSBINDIR
ifdef CROSSCOMPILE
ifneq ($(OS_TARGET),msdos)
ifndef DARWIN2DARWIN
ifneq ($(CPU_TARGET),jvm)
BINUTILSPREFIX=$(CPU_TARGET)-$(OS_TARGET)-
ifeq ($(OS_TARGET),android)
ifeq ($(CPU_TARGET),arm)
BINUTILSPREFIX=arm-linux-androideabi-
else
ifeq ($(CPU_TARGET),i386)
BINUTILSPREFIX=i686-linux-android-
else
ifeq ($(CPU_TARGET),mips)
BINUTILSPREFIX=mipsel-linux-android-
endif
endif
endif
endif
endif
endif
else
BINUTILSPREFIX=$(OS_TARGET)-
endif
endif
endif
@ -397,9 +364,6 @@ endif
ifeq ($(FULL_TARGET),i386-iphonesim)
override TARGET_DIRS+=interfaces
endif
ifeq ($(FULL_TARGET),i386-android)
override TARGET_DIRS+=interfaces
endif
ifeq ($(FULL_TARGET),m68k-linux)
override TARGET_DIRS+=interfaces
endif
@ -448,9 +412,6 @@ endif
ifeq ($(FULL_TARGET),powerpc-wii)
override TARGET_DIRS+=interfaces
endif
ifeq ($(FULL_TARGET),powerpc-aix)
override TARGET_DIRS+=interfaces
endif
ifeq ($(FULL_TARGET),sparc-linux)
override TARGET_DIRS+=interfaces
endif
@ -511,9 +472,6 @@ endif
ifeq ($(FULL_TARGET),arm-symbian)
override TARGET_DIRS+=interfaces
endif
ifeq ($(FULL_TARGET),arm-android)
override TARGET_DIRS+=interfaces
endif
ifeq ($(FULL_TARGET),powerpc64-linux)
override TARGET_DIRS+=interfaces
endif
@ -523,9 +481,6 @@ endif
ifeq ($(FULL_TARGET),powerpc64-embedded)
override TARGET_DIRS+=interfaces
endif
ifeq ($(FULL_TARGET),powerpc64-aix)
override TARGET_DIRS+=interfaces
endif
ifeq ($(FULL_TARGET),avr-embedded)
override TARGET_DIRS+=interfaces
endif
@ -535,21 +490,9 @@ endif
ifeq ($(FULL_TARGET),armeb-embedded)
override TARGET_DIRS+=interfaces
endif
ifeq ($(FULL_TARGET),mips-linux)
override TARGET_DIRS+=interfaces
endif
ifeq ($(FULL_TARGET),mipsel-linux)
override TARGET_DIRS+=interfaces
endif
ifeq ($(FULL_TARGET),jvm-java)
override TARGET_DIRS+=interfaces
endif
ifeq ($(FULL_TARGET),jvm-android)
override TARGET_DIRS+=interfaces
endif
ifeq ($(FULL_TARGET),i8086-msdos)
override TARGET_DIRS+=interfaces
endif
ifeq ($(FULL_TARGET),i386-linux)
override TARGET_UNITS+=alllclunits
endif
@ -616,9 +559,6 @@ endif
ifeq ($(FULL_TARGET),i386-iphonesim)
override TARGET_UNITS+=alllclunits
endif
ifeq ($(FULL_TARGET),i386-android)
override TARGET_UNITS+=alllclunits
endif
ifeq ($(FULL_TARGET),m68k-linux)
override TARGET_UNITS+=alllclunits
endif
@ -667,9 +607,6 @@ endif
ifeq ($(FULL_TARGET),powerpc-wii)
override TARGET_UNITS+=alllclunits
endif
ifeq ($(FULL_TARGET),powerpc-aix)
override TARGET_UNITS+=alllclunits
endif
ifeq ($(FULL_TARGET),sparc-linux)
override TARGET_UNITS+=alllclunits
endif
@ -730,9 +667,6 @@ endif
ifeq ($(FULL_TARGET),arm-symbian)
override TARGET_UNITS+=alllclunits
endif
ifeq ($(FULL_TARGET),arm-android)
override TARGET_UNITS+=alllclunits
endif
ifeq ($(FULL_TARGET),powerpc64-linux)
override TARGET_UNITS+=alllclunits
endif
@ -742,9 +676,6 @@ endif
ifeq ($(FULL_TARGET),powerpc64-embedded)
override TARGET_UNITS+=alllclunits
endif
ifeq ($(FULL_TARGET),powerpc64-aix)
override TARGET_UNITS+=alllclunits
endif
ifeq ($(FULL_TARGET),avr-embedded)
override TARGET_UNITS+=alllclunits
endif
@ -754,21 +685,9 @@ endif
ifeq ($(FULL_TARGET),armeb-embedded)
override TARGET_UNITS+=alllclunits
endif
ifeq ($(FULL_TARGET),mips-linux)
override TARGET_UNITS+=alllclunits
endif
ifeq ($(FULL_TARGET),mipsel-linux)
override TARGET_UNITS+=alllclunits
endif
ifeq ($(FULL_TARGET),jvm-java)
override TARGET_UNITS+=alllclunits
endif
ifeq ($(FULL_TARGET),jvm-android)
override TARGET_UNITS+=alllclunits
endif
ifeq ($(FULL_TARGET),i8086-msdos)
override TARGET_UNITS+=alllclunits
endif
ifeq ($(FULL_TARGET),i386-linux)
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
endif
@ -835,9 +754,6 @@ endif
ifeq ($(FULL_TARGET),i386-iphonesim)
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
endif
ifeq ($(FULL_TARGET),i386-android)
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
endif
ifeq ($(FULL_TARGET),m68k-linux)
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
endif
@ -886,9 +802,6 @@ endif
ifeq ($(FULL_TARGET),powerpc-wii)
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
endif
ifeq ($(FULL_TARGET),powerpc-aix)
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
endif
ifeq ($(FULL_TARGET),sparc-linux)
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
endif
@ -949,9 +862,6 @@ endif
ifeq ($(FULL_TARGET),arm-symbian)
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
endif
ifeq ($(FULL_TARGET),arm-android)
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
endif
ifeq ($(FULL_TARGET),powerpc64-linux)
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
endif
@ -961,9 +871,6 @@ endif
ifeq ($(FULL_TARGET),powerpc64-embedded)
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
endif
ifeq ($(FULL_TARGET),powerpc64-aix)
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
endif
ifeq ($(FULL_TARGET),avr-embedded)
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
endif
@ -973,21 +880,9 @@ endif
ifeq ($(FULL_TARGET),armeb-embedded)
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
endif
ifeq ($(FULL_TARGET),mips-linux)
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
endif
ifeq ($(FULL_TARGET),mipsel-linux)
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
endif
ifeq ($(FULL_TARGET),jvm-java)
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
endif
ifeq ($(FULL_TARGET),jvm-android)
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
endif
ifeq ($(FULL_TARGET),i8086-msdos)
override TARGET_IMPLICITUNITS+=actnlist arrow avglvltree buttons calendar chart checklst clipbrd clistbox comctrls controls dbactns dbctrls dbgrids dialogs dynamicarray dynhasharray editbtn extctrls extdlgs extendedstrings extgraphics filectrl forms fpcadds graphics graphmath graphtype grids imglist inipropstorage interfacebase lazlinkedlist lclintf lclmemmanager lclproc lclrescache lclstrconsts lcltype lclunicodedata lconvencoding lmessages lresources maskedit menus pairsplitter popupnotifier postscriptprinter printers propertystorage spin stdactns stdctrls stringhashlist textstrings toolwin utrace xmlpropstorage
endif
ifeq ($(FULL_TARGET),i386-linux)
override TARGET_RSTS+=lclstrconsts
endif
@ -1054,9 +949,6 @@ endif
ifeq ($(FULL_TARGET),i386-iphonesim)
override TARGET_RSTS+=lclstrconsts
endif
ifeq ($(FULL_TARGET),i386-android)
override TARGET_RSTS+=lclstrconsts
endif
ifeq ($(FULL_TARGET),m68k-linux)
override TARGET_RSTS+=lclstrconsts
endif
@ -1105,9 +997,6 @@ endif
ifeq ($(FULL_TARGET),powerpc-wii)
override TARGET_RSTS+=lclstrconsts
endif
ifeq ($(FULL_TARGET),powerpc-aix)
override TARGET_RSTS+=lclstrconsts
endif
ifeq ($(FULL_TARGET),sparc-linux)
override TARGET_RSTS+=lclstrconsts
endif
@ -1168,9 +1057,6 @@ endif
ifeq ($(FULL_TARGET),arm-symbian)
override TARGET_RSTS+=lclstrconsts
endif
ifeq ($(FULL_TARGET),arm-android)
override TARGET_RSTS+=lclstrconsts
endif
ifeq ($(FULL_TARGET),powerpc64-linux)
override TARGET_RSTS+=lclstrconsts
endif
@ -1180,9 +1066,6 @@ endif
ifeq ($(FULL_TARGET),powerpc64-embedded)
override TARGET_RSTS+=lclstrconsts
endif
ifeq ($(FULL_TARGET),powerpc64-aix)
override TARGET_RSTS+=lclstrconsts
endif
ifeq ($(FULL_TARGET),avr-embedded)
override TARGET_RSTS+=lclstrconsts
endif
@ -1192,21 +1075,9 @@ endif
ifeq ($(FULL_TARGET),armeb-embedded)
override TARGET_RSTS+=lclstrconsts
endif
ifeq ($(FULL_TARGET),mips-linux)
override TARGET_RSTS+=lclstrconsts
endif
ifeq ($(FULL_TARGET),mipsel-linux)
override TARGET_RSTS+=lclstrconsts
endif
ifeq ($(FULL_TARGET),jvm-java)
override TARGET_RSTS+=lclstrconsts
endif
ifeq ($(FULL_TARGET),jvm-android)
override TARGET_RSTS+=lclstrconsts
endif
ifeq ($(FULL_TARGET),i8086-msdos)
override TARGET_RSTS+=lclstrconsts
endif
ifeq ($(FULL_TARGET),i386-linux)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
@ -1273,9 +1144,6 @@ endif
ifeq ($(FULL_TARGET),i386-iphonesim)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
ifeq ($(FULL_TARGET),i386-android)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
ifeq ($(FULL_TARGET),m68k-linux)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
@ -1324,9 +1192,6 @@ endif
ifeq ($(FULL_TARGET),powerpc-wii)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
ifeq ($(FULL_TARGET),powerpc-aix)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
ifeq ($(FULL_TARGET),sparc-linux)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
@ -1387,9 +1252,6 @@ endif
ifeq ($(FULL_TARGET),arm-symbian)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
ifeq ($(FULL_TARGET),arm-android)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
ifeq ($(FULL_TARGET),powerpc64-linux)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
@ -1399,9 +1261,6 @@ endif
ifeq ($(FULL_TARGET),powerpc64-embedded)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
ifeq ($(FULL_TARGET),powerpc64-aix)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
ifeq ($(FULL_TARGET),avr-embedded)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
@ -1411,21 +1270,9 @@ endif
ifeq ($(FULL_TARGET),armeb-embedded)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
ifeq ($(FULL_TARGET),mips-linux)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
ifeq ($(FULL_TARGET),mipsel-linux)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
ifeq ($(FULL_TARGET),jvm-java)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
ifeq ($(FULL_TARGET),jvm-android)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
ifeq ($(FULL_TARGET),i8086-msdos)
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT)) $(wildcard widgetset/*$(OEXT)) $(wildcard widgetset/*$(PPUEXT)) $(wildcard widgetset/*$(RSTEXT))$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
endif
ifeq ($(FULL_TARGET),i386-linux)
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
endif
@ -1492,9 +1339,6 @@ endif
ifeq ($(FULL_TARGET),i386-iphonesim)
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
endif
ifeq ($(FULL_TARGET),i386-android)
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
endif
ifeq ($(FULL_TARGET),m68k-linux)
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
endif
@ -1543,9 +1387,6 @@ endif
ifeq ($(FULL_TARGET),powerpc-wii)
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
endif
ifeq ($(FULL_TARGET),powerpc-aix)
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
endif
ifeq ($(FULL_TARGET),sparc-linux)
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
endif
@ -1606,9 +1447,6 @@ endif
ifeq ($(FULL_TARGET),arm-symbian)
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
endif
ifeq ($(FULL_TARGET),arm-android)
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
endif
ifeq ($(FULL_TARGET),powerpc64-linux)
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
endif
@ -1618,9 +1456,6 @@ endif
ifeq ($(FULL_TARGET),powerpc64-embedded)
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
endif
ifeq ($(FULL_TARGET),powerpc64-aix)
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
endif
ifeq ($(FULL_TARGET),avr-embedded)
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
endif
@ -1630,21 +1465,9 @@ endif
ifeq ($(FULL_TARGET),armeb-embedded)
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
endif
ifeq ($(FULL_TARGET),mips-linux)
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
endif
ifeq ($(FULL_TARGET),mipsel-linux)
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
endif
ifeq ($(FULL_TARGET),jvm-java)
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
endif
ifeq ($(FULL_TARGET),jvm-android)
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
endif
ifeq ($(FULL_TARGET),i8086-msdos)
override COMPILER_OPTIONS+=-gl $(LCL_DISABLE_CHECKS)
endif
ifeq ($(FULL_TARGET),i386-linux)
override COMPILER_INCLUDEDIR+=include
endif
@ -1711,9 +1534,6 @@ endif
ifeq ($(FULL_TARGET),i386-iphonesim)
override COMPILER_INCLUDEDIR+=include
endif
ifeq ($(FULL_TARGET),i386-android)
override COMPILER_INCLUDEDIR+=include
endif
ifeq ($(FULL_TARGET),m68k-linux)
override COMPILER_INCLUDEDIR+=include
endif
@ -1762,9 +1582,6 @@ endif
ifeq ($(FULL_TARGET),powerpc-wii)
override COMPILER_INCLUDEDIR+=include
endif
ifeq ($(FULL_TARGET),powerpc-aix)
override COMPILER_INCLUDEDIR+=include
endif
ifeq ($(FULL_TARGET),sparc-linux)
override COMPILER_INCLUDEDIR+=include
endif
@ -1825,9 +1642,6 @@ endif
ifeq ($(FULL_TARGET),arm-symbian)
override COMPILER_INCLUDEDIR+=include
endif
ifeq ($(FULL_TARGET),arm-android)
override COMPILER_INCLUDEDIR+=include
endif
ifeq ($(FULL_TARGET),powerpc64-linux)
override COMPILER_INCLUDEDIR+=include
endif
@ -1837,9 +1651,6 @@ endif
ifeq ($(FULL_TARGET),powerpc64-embedded)
override COMPILER_INCLUDEDIR+=include
endif
ifeq ($(FULL_TARGET),powerpc64-aix)
override COMPILER_INCLUDEDIR+=include
endif
ifeq ($(FULL_TARGET),avr-embedded)
override COMPILER_INCLUDEDIR+=include
endif
@ -1849,21 +1660,9 @@ endif
ifeq ($(FULL_TARGET),armeb-embedded)
override COMPILER_INCLUDEDIR+=include
endif
ifeq ($(FULL_TARGET),mips-linux)
override COMPILER_INCLUDEDIR+=include
endif
ifeq ($(FULL_TARGET),mipsel-linux)
override COMPILER_INCLUDEDIR+=include
endif
ifeq ($(FULL_TARGET),jvm-java)
override COMPILER_INCLUDEDIR+=include
endif
ifeq ($(FULL_TARGET),jvm-android)
override COMPILER_INCLUDEDIR+=include
endif
ifeq ($(FULL_TARGET),i8086-msdos)
override COMPILER_INCLUDEDIR+=include
endif
ifeq ($(FULL_TARGET),i386-linux)
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
endif
@ -1930,9 +1729,6 @@ endif
ifeq ($(FULL_TARGET),i386-iphonesim)
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
endif
ifeq ($(FULL_TARGET),i386-android)
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
endif
ifeq ($(FULL_TARGET),m68k-linux)
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
endif
@ -1981,9 +1777,6 @@ endif
ifeq ($(FULL_TARGET),powerpc-wii)
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
endif
ifeq ($(FULL_TARGET),powerpc-aix)
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
endif
ifeq ($(FULL_TARGET),sparc-linux)
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
endif
@ -2044,9 +1837,6 @@ endif
ifeq ($(FULL_TARGET),arm-symbian)
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
endif
ifeq ($(FULL_TARGET),arm-android)
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
endif
ifeq ($(FULL_TARGET),powerpc64-linux)
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
endif
@ -2056,9 +1846,6 @@ endif
ifeq ($(FULL_TARGET),powerpc64-embedded)
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
endif
ifeq ($(FULL_TARGET),powerpc64-aix)
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
endif
ifeq ($(FULL_TARGET),avr-embedded)
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
endif
@ -2068,21 +1855,9 @@ endif
ifeq ($(FULL_TARGET),armeb-embedded)
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
endif
ifeq ($(FULL_TARGET),mips-linux)
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
endif
ifeq ($(FULL_TARGET),mipsel-linux)
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
endif
ifeq ($(FULL_TARGET),jvm-java)
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
endif
ifeq ($(FULL_TARGET),jvm-android)
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
endif
ifeq ($(FULL_TARGET),i8086-msdos)
override COMPILER_UNITDIR+=../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) . $(NONWIN32) forms widgetset
endif
ifeq ($(FULL_TARGET),i386-linux)
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
endif
@ -2149,9 +1924,6 @@ endif
ifeq ($(FULL_TARGET),i386-iphonesim)
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
endif
ifeq ($(FULL_TARGET),i386-android)
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
endif
ifeq ($(FULL_TARGET),m68k-linux)
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
endif
@ -2200,9 +1972,6 @@ endif
ifeq ($(FULL_TARGET),powerpc-wii)
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
endif
ifeq ($(FULL_TARGET),powerpc-aix)
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
endif
ifeq ($(FULL_TARGET),sparc-linux)
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
endif
@ -2263,9 +2032,6 @@ endif
ifeq ($(FULL_TARGET),arm-symbian)
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
endif
ifeq ($(FULL_TARGET),arm-android)
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
endif
ifeq ($(FULL_TARGET),powerpc64-linux)
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
endif
@ -2275,9 +2041,6 @@ endif
ifeq ($(FULL_TARGET),powerpc64-embedded)
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
endif
ifeq ($(FULL_TARGET),powerpc64-aix)
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
endif
ifeq ($(FULL_TARGET),avr-embedded)
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
endif
@ -2287,21 +2050,9 @@ endif
ifeq ($(FULL_TARGET),armeb-embedded)
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
endif
ifeq ($(FULL_TARGET),mips-linux)
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
endif
ifeq ($(FULL_TARGET),mipsel-linux)
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
endif
ifeq ($(FULL_TARGET),jvm-java)
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
endif
ifeq ($(FULL_TARGET),jvm-android)
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
endif
ifeq ($(FULL_TARGET),i8086-msdos)
override COMPILER_UNITTARGETDIR+=units/$(CPU_TARGET)-$(OS_TARGET)
endif
ifdef REQUIRE_UNITSDIR
override UNITSDIR+=$(REQUIRE_UNITSDIR)
endif
@ -2530,14 +2281,6 @@ SHAREDLIBEXT=.dll
SHORTSUFFIX=wat
IMPORTLIBPREFIX=
endif
ifneq ($(CPU_TARGET),jvm)
ifeq ($(OS_TARGET),android)
BATCHEXT=.sh
EXEEXT=
HASSHAREDLIB=1
SHORTSUFFIX=lnx
endif
endif
ifeq ($(OS_TARGET),linux)
BATCHEXT=.sh
EXEEXT=
@ -2662,30 +2405,6 @@ EXEEXT=.dol
SHAREDLIBEXT=.so
SHORTSUFFIX=wii
endif
ifeq ($(OS_TARGET),aix)
BATCHEXT=.sh
EXEEXT=
SHORTSUFFIX=aix
endif
ifeq ($(OS_TARGET),java)
OEXT=.class
ASMEXT=.j
SHAREDLIBEXT=.jar
SHORTSUFFIX=java
endif
ifeq ($(CPU_TARGET),jvm)
ifeq ($(OS_TARGET),android)
OEXT=.class
ASMEXT=.j
SHAREDLIBEXT=.jar
SHORTSUFFIX=android
endif
endif
ifeq ($(OS_TARGET),msdos)
STATICLIBPREFIX=
STATICLIBEXT=.lib
SHORTSUFFIX=d16
endif
ifneq ($(findstring $(OS_SOURCE),$(LIMIT83fs)),)
FPCMADE=fpcmade.$(SHORTSUFFIX)
ZIPSUFFIX=$(SHORTSUFFIX)
@ -2907,11 +2626,7 @@ AS=$(ASPROG)
LD=$(LDPROG)
RC=$(RCPROG)
AR=$(ARPROG)
ifdef inUnix
PPAS=./ppas$(SRCBATCHEXT)
else
PPAS=ppas$(SRCBATCHEXT)
endif
ifdef inUnix
LDCONFIG=ldconfig
else
@ -2998,9 +2713,6 @@ endif
ifeq ($(FULL_TARGET),i386-iphonesim)
REQUIRE_PACKAGES_RTL=1
endif
ifeq ($(FULL_TARGET),i386-android)
REQUIRE_PACKAGES_RTL=1
endif
ifeq ($(FULL_TARGET),m68k-linux)
REQUIRE_PACKAGES_RTL=1
endif
@ -3049,9 +2761,6 @@ endif
ifeq ($(FULL_TARGET),powerpc-wii)
REQUIRE_PACKAGES_RTL=1
endif
ifeq ($(FULL_TARGET),powerpc-aix)
REQUIRE_PACKAGES_RTL=1
endif
ifeq ($(FULL_TARGET),sparc-linux)
REQUIRE_PACKAGES_RTL=1
endif
@ -3112,9 +2821,6 @@ endif
ifeq ($(FULL_TARGET),arm-symbian)
REQUIRE_PACKAGES_RTL=1
endif
ifeq ($(FULL_TARGET),arm-android)
REQUIRE_PACKAGES_RTL=1
endif
ifeq ($(FULL_TARGET),powerpc64-linux)
REQUIRE_PACKAGES_RTL=1
endif
@ -3124,9 +2830,6 @@ endif
ifeq ($(FULL_TARGET),powerpc64-embedded)
REQUIRE_PACKAGES_RTL=1
endif
ifeq ($(FULL_TARGET),powerpc64-aix)
REQUIRE_PACKAGES_RTL=1
endif
ifeq ($(FULL_TARGET),avr-embedded)
REQUIRE_PACKAGES_RTL=1
endif
@ -3136,21 +2839,9 @@ endif
ifeq ($(FULL_TARGET),armeb-embedded)
REQUIRE_PACKAGES_RTL=1
endif
ifeq ($(FULL_TARGET),mips-linux)
REQUIRE_PACKAGES_RTL=1
endif
ifeq ($(FULL_TARGET),mipsel-linux)
REQUIRE_PACKAGES_RTL=1
endif
ifeq ($(FULL_TARGET),jvm-java)
REQUIRE_PACKAGES_RTL=1
endif
ifeq ($(FULL_TARGET),jvm-android)
REQUIRE_PACKAGES_RTL=1
endif
ifeq ($(FULL_TARGET),i8086-msdos)
REQUIRE_PACKAGES_RTL=1
endif
ifdef REQUIRE_PACKAGES_RTL
PACKAGEDIR_RTL:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /rtl/Makefile.fpc,$(PACKAGESDIR))))))
ifneq ($(PACKAGEDIR_RTL),)
@ -3301,12 +2992,17 @@ endif
endif
ifdef CREATESHARED
override FPCOPT+=-Cg
ifeq ($(CPU_TARGET),i386)
override FPCOPT+=-Aas
endif
endif
ifeq ($(findstring 2.0.,$(FPC_VERSION)),)
ifneq ($(findstring $(OS_TARGET),freebsd openbsd netbsd linux solaris),)
ifeq ($(CPU_TARGET),x86_64)
override FPCOPT+=-Cg
endif
endif
endif
ifdef LINKSHARED
endif
ifdef OPT
@ -3833,9 +3529,6 @@ endif
ifeq ($(FULL_TARGET),i386-iphonesim)
TARGET_DIRS_INTERFACES=1
endif
ifeq ($(FULL_TARGET),i386-android)
TARGET_DIRS_INTERFACES=1
endif
ifeq ($(FULL_TARGET),m68k-linux)
TARGET_DIRS_INTERFACES=1
endif
@ -3884,9 +3577,6 @@ endif
ifeq ($(FULL_TARGET),powerpc-wii)
TARGET_DIRS_INTERFACES=1
endif
ifeq ($(FULL_TARGET),powerpc-aix)
TARGET_DIRS_INTERFACES=1
endif
ifeq ($(FULL_TARGET),sparc-linux)
TARGET_DIRS_INTERFACES=1
endif
@ -3947,9 +3637,6 @@ endif
ifeq ($(FULL_TARGET),arm-symbian)
TARGET_DIRS_INTERFACES=1
endif
ifeq ($(FULL_TARGET),arm-android)
TARGET_DIRS_INTERFACES=1
endif
ifeq ($(FULL_TARGET),powerpc64-linux)
TARGET_DIRS_INTERFACES=1
endif
@ -3959,9 +3646,6 @@ endif
ifeq ($(FULL_TARGET),powerpc64-embedded)
TARGET_DIRS_INTERFACES=1
endif
ifeq ($(FULL_TARGET),powerpc64-aix)
TARGET_DIRS_INTERFACES=1
endif
ifeq ($(FULL_TARGET),avr-embedded)
TARGET_DIRS_INTERFACES=1
endif
@ -3971,21 +3655,9 @@ endif
ifeq ($(FULL_TARGET),armeb-embedded)
TARGET_DIRS_INTERFACES=1
endif
ifeq ($(FULL_TARGET),mips-linux)
TARGET_DIRS_INTERFACES=1
endif
ifeq ($(FULL_TARGET),mipsel-linux)
TARGET_DIRS_INTERFACES=1
endif
ifeq ($(FULL_TARGET),jvm-java)
TARGET_DIRS_INTERFACES=1
endif
ifeq ($(FULL_TARGET),jvm-android)
TARGET_DIRS_INTERFACES=1
endif
ifeq ($(FULL_TARGET),i8086-msdos)
TARGET_DIRS_INTERFACES=1
endif
ifdef TARGET_DIRS_INTERFACES
interfaces_all:
$(MAKE) -C interfaces all
@ -4046,10 +3718,9 @@ zipsourceinstall: fpc_zipsourceinstall
zipexampleinstall: fpc_zipexampleinstall $(addsuffix _zipexampleinstall,$(TARGET_DIRS))
zipdistinstall: fpc_zipdistinstall
clean: fpc_clean $(addsuffix _clean,$(TARGET_DIRS))
distclean: fpc_distclean $(addsuffix _distclean,$(TARGET_DIRS))
info: fpc_info
makefiles: fpc_makefiles
.PHONY: debug smart release units examples shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean distclean info makefiles
.PHONY: debug smart release units examples shared install sourceinstall exampleinstall distinstall zipinstall zipsourceinstall zipexampleinstall zipdistinstall clean info makefiles
ifneq ($(wildcard fpcmake.loc),)
include fpcmake.loc
endif
@ -4102,3 +3773,5 @@ cleanall: clean
$(MAKE) -C interfaces/qt clean
$(MAKE) -C interfaces/win32 clean
$(MAKE) -C interfaces/wince clean
distclean: clean
${DELTREE} units/*

View File

@ -168,3 +168,5 @@ cleanall: clean
$(MAKE) -C interfaces/win32 clean
$(MAKE) -C interfaces/wince clean
distclean: clean
${DELTREE} units/*

View File

@ -3947,7 +3947,7 @@ begin
if DistCleanDir<>'' then begin
s:=s+''+e;
s:=s+'distclean: clean'+e;
s:=s+' $(deltree) '+DistCleanDir+e;
s:=s+' ${DELTREE} '+DistCleanDir+e;
end;
//DebugLn('TPkgManager.DoWriteMakefile [',s,']');

View File

@ -2717,4 +2717,4 @@ compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/FCL.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) fcllaz$(PPUEXT) compiled
distclean: clean
$(deltree) ../units/*
${DELTREE} ../units/*

View File

@ -55,4 +55,4 @@ compiled:
all: cleartarget $(COMPILER_UNITTARGETDIR) fcllaz$(PPUEXT) compiled
distclean: clean
$(deltree) ../units/*
${DELTREE} ../units/*