Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
661758ec
Commit
661758ec
authored
Apr 07, 2011
by
zhanyong.wan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disables 'make install'
parent
98054bd1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
5 deletions
+13
-5
Makefile.am
Makefile.am
+13
-5
No files found.
Makefile.am
View file @
661758ec
...
@@ -160,10 +160,6 @@ EXTRA_DIST += \
...
@@ -160,10 +160,6 @@ EXTRA_DIST += \
codegear/gtest_main.cbproj
\
codegear/gtest_main.cbproj
\
codegear/gtest_unittest.cbproj
codegear/gtest_unittest.cbproj
# Scripts and utilities
bin_SCRIPTS
=
scripts/gtest-config
CLEANFILES
=
$(bin_SCRIPTS)
# Distribute and install M4 macro
# Distribute and install M4 macro
m4datadir
=
$(datadir)
/aclocal
m4datadir
=
$(datadir)
/aclocal
m4data_DATA
=
m4/gtest.m4
m4data_DATA
=
m4/gtest.m4
...
@@ -291,4 +287,16 @@ maintainer-clean-local:
...
@@ -291,4 +287,16 @@ 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
# Test 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 Test into your build system."
false
install-data-local
:
echo
"'make install' is dangerous and not supported. Instead, see README for how to integrate Google Test 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