2019-05-20 09:29:18 +03:00
|
|
|
# Note: automake support is community-based. The maintainers do not use automake
|
2019-04-30 00:18:42 +03:00
|
|
|
# internally.
|
|
|
|
|
2017-12-03 22:07:35 +03:00
|
|
|
## Process this file with automake to produce Makefile.in
|
2019-04-30 00:18:42 +03:00
|
|
|
|
2017-12-03 22:07:35 +03: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
|