2019-04-29 21:18:42 +00:00
|
|
|
# Note: automake support is community-based. The maintaners do not use automake
|
|
|
|
# internally.
|
|
|
|
|
2017-12-03 19:07:35 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
2019-04-29 21:18:42 +00:00
|
|
|
|
2017-12-03 19:07:35 +00:00
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
|
|
|
|
# Build . before src so that our all-local and clean-local hooks kicks in at
|
|
|
|
# the right time.
|
|
|
|
SUBDIRS = googletest googlemock
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
BUILD.bazel \
|
|
|
|
CMakeLists.txt \
|
|
|
|
README.md \
|
|
|
|
WORKSPACE
|