1C_SOURCES := with-debug.c without-debug.c2 3include Makefile.rules4 5without-debug.o: without-debug.c6 $(CC) $(CFLAGS_NO_DEBUG) -c $<7