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