Moved dwarf related code into dwarf/ subdirectory.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31064 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2009-06-15 21:50:04 +00:00
parent 0523bcd60c
commit 9e8ec48b30
18 changed files with 9 additions and 7 deletions

View File

@ -7,15 +7,17 @@ UsePrivateHeaders kernel shared ;
UsePrivateSystemHeaders ;
Application Debugger :
attribute_classes.cpp
AttributeValue.cpp
debugger.cpp
DebugInfoEntries.cpp
DebugInfoEntry.cpp
DwarfManager.cpp
ElfFile.cpp
SourceLanguageInfo.cpp
tag_names.cpp
# DWARF
# attribute_classes.cpp
# AttributeValue.cpp
# DebugInfoEntries.cpp
# DebugInfoEntry.cpp
# DwarfManager.cpp
# SourceLanguageInfo.cpp
3 tag_names.cpp
: $(TARGET_LIBSUPC++)
;