Lines Matching refs:all
9 # make [all] - makes everything.
11 # make clean - removes all files generated by make.
35 # All tests produced by this Makefile. Remember to add new tests you
39 # All Google Test headers. Usually you shouldn't change this
44 # All Google Mock headers. Note that all Google Test headers are
53 all : $(TESTS)
74 gtest-all.o : $(GTEST_SRCS_)
76 -c $(GTEST_DIR)/src/gtest-all.cc
78 gmock-all.o : $(GMOCK_SRCS_)
80 -c $(GMOCK_DIR)/src/gmock-all.cc
86 gmock.a : gmock-all.o gtest-all.o
89 gmock_main.a : gmock-all.o gtest-all.o gmock_main.o