Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
52277c91
Commit
52277c91
authored
Apr 07, 2011
by
zhanyong.wan
Browse files
disables 'make install'
parent
8e687532
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
Makefile.am
Makefile.am
+12
-4
No files found.
Makefile.am
View file @
52277c91
...
@@ -7,10 +7,6 @@ EXTRA_DIST =
...
@@ -7,10 +7,6 @@ EXTRA_DIST =
# included in the 'subdirs' variable.
# included in the 'subdirs' variable.
SUBDIRS
=
$(subdirs)
SUBDIRS
=
$(subdirs)
# Scripts and utilities to be installed by 'make install'.
dist_bin_SCRIPTS
=
scripts/gmock_doctor.py
bin_SCRIPTS
=
scripts/gmock-config
# This is generated by the configure script, so clean it for distribution.
# This is generated by the configure script, so clean it for distribution.
DISTCLEANFILES
=
scripts/gmock-config
DISTCLEANFILES
=
scripts/gmock-config
...
@@ -199,3 +195,15 @@ maintainer-clean-local:
...
@@ -199,3 +195,15 @@ maintainer-clean-local:
# Death tests may produce core dumps in the build directory. In case
# Death tests may produce core dumps in the build directory. In case
# this happens, clean them to keep distcleancheck happy.
# this happens, clean them to keep distcleancheck happy.
CLEANFILES
=
core
CLEANFILES
=
core
# Disables 'make install' as installing a compiled version of Google
# Mock can lead to undefined behavior due to violation of the
# One-Definition Rule.
install-exec-local
:
echo
"'make install' is dangerous and not supported. Instead, see README for how to integrate Google Mock into your build system."
false
install-data-local
:
echo
"'make install' is dangerous and not supported. Instead, see README for how to integrate Google Mock into your build system."
false
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment