mirror of
https://review.haiku-os.org/haiku
synced 2025-02-15 01:58:36 +01:00
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31064 a95241bf-73f2-0310-859d-f6bbb57e9c96
24 lines
378 B
Plaintext
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++)
|
|
;
|