Searched refs:USER_DIR (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/googletest/googletest/make/
H A DMakefile20 USER_DIR = ../samples macro
74 sample1.o : $(USER_DIR)/sample1.cc $(USER_DIR)/sample1.h $(GTEST_HEADERS)
75 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(USER_DIR)/sample1.cc
77 sample1_unittest.o : $(USER_DIR)/sample1_unittest.cc \
78 $(USER_DIR)/sample1.h $(GTEST_HEADERS)
79 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(USER_DIR)/sample1_unittest.cc
/freebsd-12-stable/contrib/googletest/googlemock/make/
H A DMakefile27 USER_DIR = ../test macro
97 gmock_test.o : $(USER_DIR)/gmock_test.cc $(GMOCK_HEADERS)
98 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(USER_DIR)/gmock_test.cc

Completed in 108 milliseconds