source: git/Singular.pc.in @ 8f7098

spielwiese
Last change on this file since 8f7098 was 75f460, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 399 bytes
Line 
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: @PKG_REQUIRE@ libpolys
12Conflicts:
13
14Cflags: -I${includedir} -I${includedir}/singular @SINGULAR_CFLAGS@
15Libs: -L${libdir} -lSingular @USEPPROCSDYNAMICLD@
16Libs.private:
17
Note: See TracBrowser for help on using the repository browser.