Makefile.am 315 B

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