25 lines
379 B
Plaintext
Raw Normal View History

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
# tag_names.cpp
: $(TARGET_LIBSUPC++)
;