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