mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-06 20:53:00 +02:00
Adding Makefiles
git-svn-id: trunk@26240 -
This commit is contained in:
parent
941b2fb068
commit
cea63840e7
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -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
|
||||
|
2963
components/lazcontrols/Makefile
Normal file
2963
components/lazcontrols/Makefile
Normal file
File diff suppressed because it is too large
Load Diff
51
components/lazcontrols/Makefile.fpc
Normal file
51
components/lazcontrols/Makefile.fpc
Normal 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)
|
Loading…
Reference in New Issue
Block a user