LLDB Debugger: makefiles

git-svn-id: trunk@58357 -
This commit is contained in:
martin 2018-06-20 18:38:29 +00:00
parent dfe1155f60
commit 035ec7a82c
7 changed files with 6216 additions and 0 deletions

6
.gitattributes vendored
View File

@ -2528,6 +2528,9 @@ components/lazdebuggergdbmi/test/testexception.pas svneol=native#text/pascal
components/lazdebuggergdbmi/test/testgdbtype.pas svneol=native#text/pascal
components/lazdebuggergdbmi/test/testinstructionqueue.pas svneol=native#text/pascal
components/lazdebuggergdbmi/test/testwatches.pas svneol=native#text/pascal
components/lazdebuggers/cmdlinedebuggerbase/Makefile svneol=native#text/plain
components/lazdebuggers/cmdlinedebuggerbase/Makefile.compiled svneol=native#text/plain
components/lazdebuggers/cmdlinedebuggerbase/Makefile.fpc svneol=native#text/plain
components/lazdebuggers/cmdlinedebuggerbase/cmdlinedebuggerbase.lpk svneol=native#text/plain
components/lazdebuggers/cmdlinedebuggerbase/cmdlinedebuggerbase.pas svneol=native#text/plain
components/lazdebuggers/cmdlinedebuggerbase/debuginstructions.pas svneol=native#text/plain
@ -2555,6 +2558,9 @@ components/lazdebuggers/lazdebuggerfpgdbmi/test/testwatches.pas svneol=native#te
components/lazdebuggers/lazdebuggerfplldb/fplldbdebugger.pas svneol=native#text/plain
components/lazdebuggers/lazdebuggerfplldb/lazdebuggerfplldb.lpk svneol=native#text/plain
components/lazdebuggers/lazdebuggerfplldb/lazdebuggerfplldb.pas svneol=native#text/plain
components/lazdebuggers/lazdebuggerlldb/Makefile svneol=native#text/plain
components/lazdebuggers/lazdebuggerlldb/Makefile.compiled svneol=native#text/plain
components/lazdebuggers/lazdebuggerlldb/Makefile.fpc svneol=native#text/plain
components/lazdebuggers/lazdebuggerlldb/lazdebuggerlldb.lpk svneol=native#text/plain
components/lazdebuggers/lazdebuggerlldb/lazdebuggerlldb.pas svneol=native#text/plain
components/lazdebuggers/lazdebuggerlldb/lldbdebugger.pas svneol=native#text/plain

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Makefile Value="2"/>
<Params Value=" -Fu../../../packager/units/$(CPU_TARGET)-$(OS_TARGET);../../lazutils/lib/$(CPU_TARGET)-$(OS_TARGET);../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET);. -MObjFPC -Scghi -CR -O1 -g -gl -l -vewnhibq cmdlinedebuggerbase.pas"/>
</CONFIG>

View File

@ -0,0 +1,64 @@
# File generated automatically by Lazarus Package Manager
#
# Makefile.fpc for CmdLineDebuggerBase 0.0
#
# This file was generated on 20/06/2018
[package]
name=cmdlinedebuggerbase
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) .
options= -MObjFPC -Scghi -CR -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
[target]
units=cmdlinedebuggerbase.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
DBG_OPTIONS=
ifeq ($(OS_TARGET),darwin)
DBG_OPTIONS=-gw
endif
[rules]
.PHONY: cleartarget compiled all
cleartarget:
-$(DEL) $(COMPILER_UNITTARGETDIR)/cmdlinedebuggerbase$(PPUEXT)
compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/CmdLineDebuggerBase.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) cmdlinedebuggerbase$(PPUEXT) compiled
distclean: clean
${DELTREE} lib/*

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Makefile Value="2"/>
<Params Value=" -Fu../../../packager/units/$(CPU_TARGET)-$(OS_TARGET);../../lazutils/lib/$(CPU_TARGET)-$(OS_TARGET);../../../lcl/units/$(CPU_TARGET)-$(OS_TARGET);../cmdlinedebuggerbase/lib/$(CPU_TARGET)-$(OS_TARGET);../../debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET);. -MObjFPC -Scghi -CR -O1 -g -gl -l -vewnhibq lazdebuggerlldb.pas"/>
</CONFIG>

View File

@ -0,0 +1,64 @@
# File generated automatically by Lazarus Package Manager
#
# Makefile.fpc for LazDebuggerLldb 0.0
#
# This file was generated on 20/06/2018
[package]
name=lazdebuggerlldb
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) ../cmdlinedebuggerbase/lib/$(CPU_TARGET)-$(OS_TARGET) ../../debuggerintf/lib/$(CPU_TARGET)-$(OS_TARGET) .
options= -MObjFPC -Scghi -CR -O1 -g -gl -l -vewnhibq $(DBG_OPTIONS)
[target]
units=lazdebuggerlldb.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
DBG_OPTIONS=
ifeq ($(OS_TARGET),darwin)
DBG_OPTIONS=-gw
endif
[rules]
.PHONY: cleartarget compiled all
cleartarget:
-$(DEL) $(COMPILER_UNITTARGETDIR)/lazdebuggerlldb$(PPUEXT)
compiled:
$(CPPROG) -f Makefile.compiled $(COMPILER_UNITTARGETDIR)/LazDebuggerLldb.compiled
all: cleartarget $(COMPILER_UNITTARGETDIR) lazdebuggerlldb$(PPUEXT) compiled
distclean: clean
${DELTREE} lib/*