Ingo Weinhold 9e8ec48b30 Moved dwarf related code into dwarf/ subdirectory.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31064 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-06-15 21:50:04 +00:00

24 lines
378 B
Plaintext

SubDir HAIKU_TOP src apps debugger ;
CCFLAGS += -Werror ;
C++FLAGS += -Werror ;
UsePrivateHeaders kernel shared ;
UsePrivateSystemHeaders ;
Application Debugger :
debugger.cpp
ElfFile.cpp
# DWARF
# attribute_classes.cpp
# AttributeValue.cpp
# DebugInfoEntries.cpp
# DebugInfoEntry.cpp
# DwarfManager.cpp
# SourceLanguageInfo.cpp
3 tag_names.cpp
: $(TARGET_LIBSUPC++)
;