source: git/Singular.pc.in @ 997a5b2

spielwiese
Last change on this file since 997a5b2 was 997a5b2, checked in by Oleksandr Motsak <motsak@…>, 10 years ago
Added the generation and installation of pkgconfig (*.pc) files + release versions for packages
  • Property mode set to 100644
File size: 484 bytes
RevLine 
[997a5b2]1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: libSingular
7Description: The Singular high level functionality
8Version: @PACKAGE_VERSION@
9URL: https://github.com/Singular/Sources/
10
11Requires: omalloc resources factory libpolys
12# Conflicts:
13
14Cflags: -I${includedir} -I${includedir}/singular @FACTORY_CFLAGS@ @FLINT_CFLAGS@ @NTL_CFLAGS@ @GMP_CFLAGS@ -DSING_NDEBUG -DOM_NDEBUG
15Libs: -L${libdir} -lSingular  @USEPPROCSDYNAMICLD@
16# Libs.private:
17
Note: See TracBrowser for help on using the repository browser.