1LEVEL = ../../make 2 3CXX_SOURCES := main.cpp 4#CXX_SOURCES := print-cwd.cpp 5 6include $(LEVEL)/Makefile.rules 7 8