1 2 3 4 5 6 7 8 9
LEVEL = ../../../make C_SOURCES := inlines.c ifneq (,$(findstring icc,$(CC))) CFLAGS += -debug inline-debug-info endif include $(LEVEL)/Makefile.rules