- Timestamp:
- Dec 22, 2010, 5:39:32 PM (15 years ago)
- Children:
- 392a79
- Parents:
- 70672e3
- git-author:
- Frederik Heber <heber@…> (12/22/10 17:20:51)
- git-committer:
- Frederik Heber <heber@…> (12/22/10 17:39:32)
- Location:
- src
- Files:
-
- 3 edited
-
Makefile.am (modified) (4 diffs)
-
Patterns/unittests/Makefile.am (modified) (1 diff)
-
unittests/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.am
r70672e3 rcdf2e4 73 73 74 74 ##-@CODEPATTERNS_API_VERSION@ 75 lib_LTLIBRARIES = libCodePatterns.la 75 lib_LTLIBRARIES = libCodePatterns.la libCodePatterns-debug.la 76 76 libCodePatterns_LIBS = $(BOOST_THREAD_LIB) 77 libCodePatterns_debug_LIBS = $(BOOST_THREAD_LIB) 78 79 libCodePatterns_la_CPPFLAGS = -DNDEBUG -DNO_MEMDEBUG 80 libCodePatterns_debug_la_CPPFLAGS = -DMEMDEBUG -DLOG_OBSERVER 77 81 78 82 ## Define the source file list for the "libexample-@CODEPATTERNS_API_VERSION@.la" … … 86 90 #-$(CODEPATTERNS_API_VERSION) 87 91 libCodePatterns_la_SOURCES = ${HELPERSSOURCE} 92 libCodePatterns_debug_la_SOURCES = ${HELPERSSOURCE} 88 93 89 94 ## Instruct libtool to include ABI version information in the generated shared … … 92 97 #-$(CODEPATTERNS_API_VERSION) 93 98 libCodePatterns_la_LDFLAGS = -version-info $(CODEPATTERNS_SO_VERSION) 99 libCodePatterns_debug_la_LDFLAGS = -version-info $(CODEPATTERNS_SO_VERSION) 94 100 95 101 ## The generated configuration header is installed in its own subdirectory of … … 113 119 ## in which case the correct install location would be $(datadir)/pkgconfig. 114 120 pkgconfigdir = $(libdir)/pkgconfig 115 pkgconfig_DATA = $(top_builddir)/CodePatterns.pc 121 pkgconfig_DATA = $(top_builddir)/CodePatterns.pc $(top_builddir)/CodePatterns-debug.pc 116 122 117 123 FORCE: -
src/Patterns/unittests/Makefile.am
r70672e3 rcdf2e4 20 20 BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) $(BOOST_SYSTEM_LIB) $(BOOST_THREAD_LIB) 21 21 TESTLIBS = \ 22 ../../libCodePatterns .la \22 ../../libCodePatterns-debug.la \ 23 23 $(BOOST_LIB) 24 24 -
src/unittests/Makefile.am
r70672e3 rcdf2e4 20 20 BOOST_LIB = $(BOOST_LDFLAGS) $(BOOST_MPL_LIB) $(BOOST_PROGRAM_OPTIONS_LIB) $(BOOST_FILESYSTEM_LIB) $(BOOST_SYSTEM_LIB) $(BOOST_THREAD_LIB) 21 21 TESTLIBS = \ 22 ../libCodePatterns .la \22 ../libCodePatterns-debug.la \ 23 23 $(BOOST_LIB) 24 24
Note:
See TracChangeset
for help on using the changeset viewer.
