HomeSort by relevance Sort by last modified time
    Searched refs:SAMPLE_DIR (Results 1 - 2 of 2) sorted by null

  /external/gtest/scripts/test/
Makefile 18 SAMPLE_DIR = ../../samples
49 sample1.o : $(SAMPLE_DIR)/sample1.cc $(SAMPLE_DIR)/sample1.h
50 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1.cc
52 sample1_unittest.o : $(SAMPLE_DIR)/sample1_unittest.cc \
53 $(SAMPLE_DIR)/sample1.h $(FUSED_GTEST_H)
54 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1_unittest.cc
  /external/protobuf/gtest/scripts/test/
Makefile 18 SAMPLE_DIR = ../../samples
49 sample1.o : $(SAMPLE_DIR)/sample1.cc $(SAMPLE_DIR)/sample1.h
50 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1.cc
52 sample1_unittest.o : $(SAMPLE_DIR)/sample1_unittest.cc \
53 $(SAMPLE_DIR)/sample1.h $(FUSED_GTEST_H)
54 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(SAMPLE_DIR)/sample1_unittest.cc

Completed in 36 milliseconds