|
Last change
on this file since 88bb6b was acbe1b, checked in by Frederik Heber <heber@…>, 15 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 | |
|---|
| 1 | prefix=@prefix@
|
|---|
| 2 | exec_prefix=@exec_prefix@
|
|---|
| 3 | libdir=@libdir@
|
|---|
| 4 | includedir=@includedir@
|
|---|
| 5 |
|
|---|
| 6 | Name: @PACKAGE_NAME@
|
|---|
| 7 | Description: MoleCuilder - a molecular builder
|
|---|
| 8 | Version: @PACKAGE_VERSION@
|
|---|
| 9 | URL: @PACKAGE_URL@
|
|---|
| 10 | Libs: -L${libdir} -lMolecuilderQtUI -lMolecuilderUI -lMolecuilderActions -lMolecuilder -lMolecuilderParser -lMolecuilderLinearAlgebra -lMolecuilderExceptions
|
|---|
| 11 | Cflags: -I${includedir}/MoleCuilder -I${libdir}/Molecuilder/include
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.