source: MoleCuilder.pc.in@ 7305d5

Last change on this file since 7305d5 was acbe1b, checked in by Frederik Heber <heber@…>, 14 years ago

All libraries don't have version in name anymore.

  • we used gained knowledge from CodePatterns library for .pc file and and the generated libs to finalize their use (for SubspaceFactorizer soon the factored out into independent project).
  • .pc now contains all libs and named correctly.

Makefile.am's

  • include_HEADERs corrected
  • pkgconfig_.. thrown out except in src/, it's always the same file
    • at a later point we might have specialized .pc files for specific libraries such as Shapes,LinearAlgebra and Exceptions, ...
  • no more version attached, only via -version-info, as .pc file checks for version anyway.
  • Property mode set to 100644
File size: 424 bytes
Line 
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: @PACKAGE_NAME@
7Description: MoleCuilder - a molecular builder
8Version: @PACKAGE_VERSION@
9URL: @PACKAGE_URL@
10Libs: -L${libdir} -lMolecuilderQtUI -lMolecuilderUI -lMolecuilderActions -lMolecuilder -lMolecuilderParser -lMolecuilderLinearAlgebra -lMolecuilderExceptions
11Cflags: -I${includedir}/MoleCuilder -I${libdir}/Molecuilder/include
Note: See TracBrowser for help on using the repository browser.