Adding Makefiles

git-svn-id: trunk@26240 -
This commit is contained in:
martin 2010-06-21 14:23:31 +00:00
parent 941b2fb068
commit cea63840e7
3 changed files with 3016 additions and 0 deletions

2
.gitattributes vendored
View File

@ -1219,6 +1219,8 @@ components/jcf2/Utils/JcfSystemUtils.pas svneol=native#text/pascal
components/jcf2/Utils/JcfUnicode.pas svneol=native#text/pascal
components/jcf2/Utils/JcfUnicodeFiles.pas svneol=native#text/pascal
components/jcf2/readme.txt svneol=native#text/plain
components/lazcontrols/Makefile svneol=native#text/plain
components/lazcontrols/Makefile.fpc svneol=native#text/plain
components/lazcontrols/dividerbevel.pas svneol=native#text/pascal
components/lazcontrols/dividerbevel_icon.lrs svneol=native#text/pascal
components/lazcontrols/images/tdividerbevel.png -text

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,51 @@
# File generated automatically by Lazarus Package Manager
#
# Makefile.fpc for LazControls 0.0
#
# This file was generated on 21/06/2010
[package]
name=lazcontrols
version=0.0
[compiler]
unittargetdir=lib/$(CPU_TARGET)-$(OS_TARGET)
unitdir=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/ ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM)/ ../../packager/units/$(CPU_TARGET)-$(OS_TARGET)/ ./
includedir=./
options=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
[target]
units=lazcontrols.pas
[clean]
files=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) \
$(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) \
$(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) \
$(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 all
cleartarget:
-$(DEL) $(COMPILER_UNITTARGETDIR)/lazcontrols$(PPUEXT)
all: cleartarget $(COMPILER_UNITTARGETDIR) lazcontrols$(PPUEXT)