llvm/lldb/test/API/functionalities/breakpoint/breakpoint_ids/Makefile

CXX_SOURCES := main.cpp

ifeq ($(CC_TYPE), icc)
    CXXFLAGS_EXTRAS := -debug inline-debug-info
endif


include Makefile.rules