CairoCanvas, added Makefile

git-svn-id: trunk@40686 -
This commit is contained in:
jesus 2013-04-01 22:50:48 +00:00
parent 8d3eece0e7
commit 585a87e0f0
4 changed files with 2758 additions and 0 deletions

2
.gitattributes vendored
View File

@ -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

File diff suppressed because it is too large Load Diff

View 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

View File

@ -12,6 +12,7 @@
<MsgFileName Value=""/>
</CompilerMessages>
<CompilerPath Value="$(CompPath)"/>
<CreateMakefileOnBuild Value="True"/>
</Other>
</CompilerOptions>
<Files Count="1">