1CXX_SOURCES := main.cpp2EXE := StripMe3MAKE_DSYM := NO4 5include Makefile.rules6 7main.o: main.cpp8 $(CC) $(CFLAGS_NO_DEBUG) -c $< -o $@9