source: git/libpolys/libpolys.pc.in @ 61e855

spielwiese
Last change on this file since 61e855 was 9819c5, checked in by Oleksandr Motsak <motsak@…>, 9 years ago
Fix due to Jérôme BENOIT (autotools: pkgconfig: refine) See also https://github.com/Singular/Sources/pull/691
  • Property mode set to 100644
File size: 532 bytes
Line 
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: @PACKAGE@
7Description: The Singular polynomial/coefficient arithmetic and related supporting functionality
8Version: @PACKAGE_VERSION@
9URL: https://github.com/Singular/Sources/tree/spielwiese/@PACKAGE@
10
11Requires: @PKG_REQUIRE@
12Conflicts:
13
14Cflags: -I${includedir} -I${includedir}/singular @SINGULAR_CFLAGS@ @FLINT_CFLAGS@ @NTL_CFLAGS@ @GMP_CFLAGS@
15Libs: -L${libdir} -lpolys @FLINT_LIBS@ @NTL_LIBS@ @GMP_LIBS@ @USEPPROCSDYNAMICLD@
16Libs.private:
17
Note: See TracBrowser for help on using the repository browser.