llvm/lldb/test/API/python_api/frame/inlines/Makefile

C_SOURCES := inlines.c

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

include Makefile.rules