Logo
Explore Help
Sign In
eson/googletest
1
0
Fork 0
You've already forked googletest
Code Issues Pull Requests Releases Wiki Activity
googletest/Makefile.am

17 lines
343 B
Makefile
Raw Normal View History

Run autoconf from top-level directory. This is part (hopefully all) of the fixes for #776. The top-level configure.ac configures googletest first and then googlemock. With this changes it is possible to embed googletest into another project that uses autoconf. For an example (though it is WIP), see the commits (and soon PR) referenced from google/protobuf#236.
2017-12-03 14:07:35 -05:00
## Process this file with automake to produce Makefile.in
autotools c++11
2018-09-25 15:54:29 -04:00
AM_CXXFLAGS = -std=gnu++11
Run autoconf from top-level directory. This is part (hopefully all) of the fixes for #776. The top-level configure.ac configures googletest first and then googlemock. With this changes it is possible to embed googletest into another project that uses autoconf. For an example (though it is WIP), see the commits (and soon PR) referenced from google/protobuf#236.
2017-12-03 14:07:35 -05:00
ACLOCAL_AMFLAGS = -I m4
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
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 1150ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API