mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-01 20:36:08 +02:00
CairoCanvas, added Makefile
git-svn-id: trunk@40686 -
This commit is contained in:
parent
8d3eece0e7
commit
585a87e0f0
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -563,6 +563,8 @@ components/anchordocking/restoredebugger/ADRestoreDebugger.lpr svneol=native#tex
|
||||
components/anchordocking/restoredebugger/adlayoutviewer.pas svneol=native#text/plain
|
||||
components/anchordocking/restoredebugger/mainunit.lfm svneol=native#text/plain
|
||||
components/anchordocking/restoredebugger/mainunit.pas svneol=native#text/plain
|
||||
components/cairocanvas/Makefile svneol=native#text/plain
|
||||
components/cairocanvas/Makefile.fpc svneol=native#text/plain
|
||||
components/cairocanvas/README.txt svneol=native#text/plain
|
||||
components/cairocanvas/cairocanvas.pas svneol=native#text/plain
|
||||
components/cairocanvas/cairocanvas_pkg.lpk svneol=native#text/plain
|
||||
|
2700
components/cairocanvas/Makefile
Normal file
2700
components/cairocanvas/Makefile
Normal file
File diff suppressed because it is too large
Load Diff
55
components/cairocanvas/Makefile.fpc
Normal file
55
components/cairocanvas/Makefile.fpc
Normal file
@ -0,0 +1,55 @@
|
||||
# File generated automatically by Lazarus Package Manager
|
||||
#
|
||||
# Makefile.fpc for cairocanvas_pkg 0.0
|
||||
#
|
||||
# This file was generated on 01/04/13
|
||||
|
||||
[package]
|
||||
name=cairocanvas_pkg
|
||||
version=0.0
|
||||
|
||||
[compiler]
|
||||
unittargetdir=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||
unitdir=../../packager/units/$(CPU_TARGET)-$(OS_TARGET) ../lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) .
|
||||
options= -MObjFPC -Scghi -O1 -g -gl -vewnhi -l -dLCL -dLCL$(LCL_PLATFORM)
|
||||
|
||||
[target]
|
||||
units=cairocanvas_pkg.pas
|
||||
|
||||
[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 *$(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]
|
||||
.PHONY: cleartarget compiled all
|
||||
|
||||
cleartarget:
|
||||
-$(DEL) $(COMPILER_UNITTARGETDIR)/cairocanvas_pkg$(PPUEXT)
|
||||
|
||||
compiled:
|
||||
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/cairocanvas_pkg.compiled
|
||||
|
||||
all: cleartarget $(COMPILER_UNITTARGETDIR) cairocanvas_pkg$(PPUEXT) compiled
|
@ -12,6 +12,7 @@
|
||||
<MsgFileName Value=""/>
|
||||
</CompilerMessages>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
<CreateMakefileOnBuild Value="True"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
<Files Count="1">
|
||||
|
Loading…
Reference in New Issue
Block a user