1C_SOURCES := main.c 2 3ifneq (,$(findstring icc,$(CC))) 4 CFLAGS_EXTRAS := -debug inline-debug-info 5endif 6 7include Makefile.rules 8