1## Process this file with automake to produce Makefile.in 2AUTOMAKE_OPTIONS = foreign 3 4# Build . before src so that our all-local and clean-local hooks kicks in at 5# the right time. 6SUBDIRS = googletest googlemock 7 8EXTRA_DIST = \ 9 BUILD.bazel \ 10 CMakeLists.txt \ 11 README.md \ 12 WORKSPACE 13