source: CodePatterns-debug.pc.in@ 3f30cc

Last change on this file since 3f30cc was cdf2e4, checked in by Frederik Heber <heber@…>, 15 years ago

From now on we create two libs, one with and one without debug.

  • We specifically create two libs, as the debug one is not just the old lib but with some debug symbols. MemDebug, Asserts and ObserverLog implementations are clearly missing in these. This justifies to have two distinct (in an odd way) libraries.
  • additional CodePattern-debug.pc file
  • extended ax_codepatterns.m4 macro to have debug as an extra argument
  • Property mode set to 100644
File size: 399 bytes
Line 
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: @PACKAGE_NAME@
7Description: CodePatterns - various design schemes and helpers to initial application development, with debug compiled in
8Version: @PACKAGE_VERSION@
9URL: @PACKAGE_URL@
10Libs: -L${libdir} -lCodePatterns-debug
11Cflags: -I${includedir} -DMEMDEBUG
12##Requires: boost_thread >= 1.4.0
13Libs.private: -ldl
Note: See TracBrowser for help on using the repository browser.