Ingo Weinhold a81bb42a93 Beginnings of the architecture abstraction.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31104 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-06-18 19:57:46 +00:00

79 lines
1.5 KiB
Plaintext

SubDir HAIKU_TOP src apps debugger ;
CCFLAGS += -Werror ;
C++FLAGS += -Werror ;
UsePrivateHeaders debug interface kernel shared ;
UsePrivateSystemHeaders ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) arch ] ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) arch x86 ] ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) debugger_interface ] ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) gui team_window ] ;
local debugAnalyzerSources
= [ FDirName $(HAIKU_TOP) src apps debuganalyzer ] ;
SubDirHdrs [ FDirName $(HAIKU_TOP) src bin debug ] ;
SubDirHdrs [ FDirName $(debugAnalyzerSources) gui ] ;
SubDirHdrs [ FDirName $(debugAnalyzerSources) util ] ;
Application Debugger :
Debugger.cpp
# ElfFile.cpp
Image.cpp
ImageInfo.cpp
Team.cpp
TeamDebugger.cpp
TeamDebugModel.cpp
Thread.cpp
ThreadInfo.cpp
# arch
Architecture.cpp
CpuState.cpp
StackFrame.cpp
StackTrace.cpp
# arch/x86
ArchitectureX86.cpp
CpuStateX86.cpp
# debugger_interface
DebugEvent.cpp
DebuggerInterface.cpp
# gui/team_window
ImageListView.cpp
TeamWindow.cpp
ThreadListView.cpp
# DebugAnalyzer:util
Variant.cpp
# DWARF
# attribute_classes.cpp
# AttributeValue.cpp
# DebugInfoEntries.cpp
# DebugInfoEntry.cpp
# DwarfManager.cpp
# SourceLanguageInfo.cpp
# tag_names.cpp
:
<nogrist>DebugAnalyzer_gui_table.o
<bin>debug_utils.a
libcolumnlistview.a
$(TARGET_LIBSTDC++)
be debug
: Debugger.rdef
;
SEARCH on [ FGristFiles Variant.cpp ]
= [ FDirName $(debugAnalyzerSources) util ] ;
HaikuSubInclude gui running_teams_window ;