1 2 3 4 5 6
CXX_SOURCES = a.cpp b.cpp include Makefile.rules a.o: a.cpp $(CC) $(CFLAGS_NO_DEBUG) -c $< -o $@