Searched refs:SAMPLE_DIR (Results 1 – 1 of 1) sorted by relevance
18 SAMPLE_DIR = ../../samples macro51 sample1.o : $(SAMPLE_DIR)/sample1.cc $(SAMPLE_DIR)/sample1.h52 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1.cc54 sample1_unittest.o : $(SAMPLE_DIR)/sample1_unittest.cc \55 $(SAMPLE_DIR)/sample1.h $(FUSED_GTEST_H)56 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1_unittest.cc