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