1CXX_SOURCES = a.cpp b.cpp2 3include Makefile.rules4 5a.o: a.cpp6 $(CC) $(CFLAGS_NO_DEBUG) -c $< -o $@7