SubDir HAIKU_TOP src apps debugger ; CCFLAGS += -Werror ; C++FLAGS += -Werror ; UsePrivateHeaders debug interface kernel shared ; UsePrivateSystemHeaders ; 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 TeamDebugger.cpp Team.cpp Thread.cpp # DebugAnalyzer:util Variant.cpp # gui/team_window ImageListView.cpp TeamWindow.cpp ThreadListView.cpp # DWARF # attribute_classes.cpp # AttributeValue.cpp # DebugInfoEntries.cpp # DebugInfoEntry.cpp # DwarfManager.cpp # SourceLanguageInfo.cpp # tag_names.cpp : DebugAnalyzer_gui_table.o debug_utils.a libcolumnlistview.a $(TARGET_LIBSTDC++) be debug : Debugger.rdef ; SEARCH on [ FGristFiles Variant.cpp ] = [ FDirName $(debugAnalyzerSources) util ] ; HaikuSubInclude gui running_teams_window ;