mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-10 13:38:14 +02:00
codetools: updated Makefile
git-svn-id: trunk@26401 -
This commit is contained in:
parent
fc341bc746
commit
2a0f2fb91f
File diff suppressed because it is too large
Load Diff
@ -1,43 +1,53 @@
|
|||||||
# $Id$
|
# File generated automatically by Lazarus Package Manager
|
||||||
#
|
#
|
||||||
# Makefile.fpc for Lazarus for Free Pascal
|
# Makefile.fpc for CodeTools 1.0.1
|
||||||
#
|
#
|
||||||
|
# This file was generated on 07/02/2010
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name=codetools
|
name=codetools
|
||||||
version=1.0
|
version=1.0.1
|
||||||
|
|
||||||
[require]
|
|
||||||
packages=
|
|
||||||
|
|
||||||
[compiler]
|
[compiler]
|
||||||
unittargetdir=units/$(CPU_TARGET)-$(OS_TARGET)
|
unittargetdir=units/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
unitdir=.
|
unitdir=../../packager/units/$(CPU_TARGET)-$(OS_TARGET)/ ./
|
||||||
options=-gl
|
includedir=./
|
||||||
|
options=-gh -gl -dVerboseIndenter -dEnableBuildModes -dVerboseBug16168 -MObjFPC -Sci
|
||||||
|
|
||||||
[target]
|
[target]
|
||||||
units=allcodetoolunits
|
units=codetools.pas
|
||||||
implicitunits=codetoolsstrconsts avl_tree basiccodetools codecache sourcelog \
|
|
||||||
customcodetool multikeywordlisttool pascalparsertool finddeclarationtool \
|
|
||||||
identcompletiontool stdcodetools resourcecodetool codetemplatestool \
|
|
||||||
methodjumptool eventcodetool codecompletiontool codeatom codetree \
|
|
||||||
definetemplates expreval keywordfunclists linkscanner sourcechanger \
|
|
||||||
fileprocs codetoolsstructs codetoolmanager \
|
|
||||||
laz_dom laz_xmlcfg laz_xmlread laz_xmlwrite
|
|
||||||
|
|
||||||
[clean]
|
[clean]
|
||||||
files=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) \
|
files=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) \
|
||||||
$(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) \
|
$(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) \
|
||||||
$(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) \
|
$(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) \
|
||||||
|
$(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) \
|
||||||
|
$(wildcard $(COMPILER_UNITTARGETDIR)/*.res) \
|
||||||
|
$(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) \
|
||||||
$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
||||||
|
[prerules]
|
||||||
|
# LCL Platform
|
||||||
|
ifndef LCL_PLATFORM
|
||||||
|
ifeq ($(OS_TARGET),win32)
|
||||||
|
LCL_PLATFORM=win32
|
||||||
|
else
|
||||||
|
ifeq ($(OS_TARGET),win64)
|
||||||
|
LCL_PLATFORM=win32
|
||||||
|
else
|
||||||
|
ifeq ($(OS_TARGET),darwin)
|
||||||
|
LCL_PLATFORM=carbon
|
||||||
|
else
|
||||||
|
LCL_PLATFORM=gtk2
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
endif
|
||||||
|
export LCL_PLATFORM
|
||||||
|
|
||||||
[rules]
|
[rules]
|
||||||
.PHONY: cleartarget all
|
.PHONY: cleartarget all
|
||||||
|
|
||||||
cleartarget:
|
cleartarget:
|
||||||
-$(DEL) $(COMPILER_UNITTARGETDIR)/allcodetoolunits$(PPUEXT)
|
-$(DEL) $(COMPILER_UNITTARGETDIR)/codetools$(PPUEXT)
|
||||||
|
|
||||||
all: cleartarget $(COMPILER_UNITTARGETDIR) allcodetoolunits$(PPUEXT)
|
|
||||||
|
|
||||||
# end.
|
|
||||||
|
|
||||||
|
all: cleartarget $(COMPILER_UNITTARGETDIR) codetools$(PPUEXT)
|
||||||
|
Loading…
Reference in New Issue
Block a user