Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(350)

Side by Side Diff: Makefile.am

Issue 157150: Issue 214 - Compile GTEST as a DLL Base URL: http://googletest.googlecode.com/svn/trunk/
Patch Set: Created 14 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | codegear/gtest.cbproj » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Automake file 1 # Automake file
2 2
3 # TODO(chandlerc@google.com): automate the generation of *.h from *.h.pump. 3 # TODO(chandlerc@google.com): automate the generation of *.h from *.h.pump.
4 4
5 # Nonstandard package files for distribution 5 # Nonstandard package files for distribution
6 EXTRA_DIST = \ 6 EXTRA_DIST = \
7 CHANGES \ 7 CHANGES \
8 CONTRIBUTORS \ 8 CONTRIBUTORS \
9 include/gtest/gtest-param-test.h.pump \ 9 include/gtest/gtest-param-test.h.pump \
10 include/gtest/internal/gtest-tuple.h.pump \ 10 include/gtest/internal/gtest-tuple.h.pump \
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 pkginclude_internal_HEADERS = \ 105 pkginclude_internal_HEADERS = \
106 include/gtest/internal/gtest-death-test-internal.h \ 106 include/gtest/internal/gtest-death-test-internal.h \
107 include/gtest/internal/gtest-filepath.h \ 107 include/gtest/internal/gtest-filepath.h \
108 include/gtest/internal/gtest-internal.h \ 108 include/gtest/internal/gtest-internal.h \
109 include/gtest/internal/gtest-linked_ptr.h \ 109 include/gtest/internal/gtest-linked_ptr.h \
110 include/gtest/internal/gtest-param-util-generated.h \ 110 include/gtest/internal/gtest-param-util-generated.h \
111 include/gtest/internal/gtest-param-util.h \ 111 include/gtest/internal/gtest-param-util.h \
112 include/gtest/internal/gtest-port.h \ 112 include/gtest/internal/gtest-port.h \
113 include/gtest/internal/gtest-string.h \ 113 include/gtest/internal/gtest-string.h \
114 include/gtest/internal/gtest-tuple.h \ 114 include/gtest/internal/gtest-tuple.h \
115 include/gtest/internal/gtest-dllexport.h \
115 include/gtest/internal/gtest-type-util.h 116 include/gtest/internal/gtest-type-util.h
116 117
117 lib_libgtest_main_la_SOURCES = src/gtest_main.cc 118 lib_libgtest_main_la_SOURCES = src/gtest_main.cc
118 lib_libgtest_main_la_LIBADD = lib/libgtest.la 119 lib_libgtest_main_la_LIBADD = lib/libgtest.la
119 120
120 # Bulid rules for samples and tests. Automake's naming for some of 121 # Bulid rules for samples and tests. Automake's naming for some of
121 # these variables isn't terribly obvious, so this is a brief 122 # these variables isn't terribly obvious, so this is a brief
122 # reference: 123 # reference:
123 # 124 #
124 # TESTS -- Programs run automatically by "make check" 125 # TESTS -- Programs run automatically by "make check"
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 435
435 # TODO(wan@google.com): make the build script compile and run the 436 # TODO(wan@google.com): make the build script compile and run the
436 # negative-compilation tests. (The test/gtest_nc* files are unfinished 437 # negative-compilation tests. (The test/gtest_nc* files are unfinished
437 # implementation of tests for verifying that certain kinds of misuse 438 # implementation of tests for verifying that certain kinds of misuse
438 # of Google Test don't compile.) 439 # of Google Test don't compile.)
439 EXTRA_DIST += $(check_SCRIPTS) \ 440 EXTRA_DIST += $(check_SCRIPTS) \
440 test/gtest_nc.cc \ 441 test/gtest_nc.cc \
441 test/gtest_nc_test.py 442 test/gtest_nc_test.py
442 443
443 endif 444 endif
OLDNEW
« no previous file with comments | « no previous file | codegear/gtest.cbproj » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b