source: git/factory/factory.pc.in @ b7fca4

fieker-DuValspielwiese
Last change on this file since b7fca4 was c61d37d, checked in by Hans Schönemann <hannes@…>, 6 years ago
fix: remove NTL-includes from .h files
  • Property mode set to 100644
File size: 430 bytes
RevLine 
[997a5b2]1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: @PACKAGE@
7Description: The Singular factorization library
8Version: @PACKAGE_VERSION@
9URL: https://github.com/Singular/Sources/tree/spielwiese/@PACKAGE@
10
[37e66f]11Requires: @PKG_REQUIRE@
[75f460]12Conflicts:
[997a5b2]13
[c61d37d]14Cflags: -I${includedir} @SINGULAR_CFLAGS@ @FLINT_CFLAGS@ @GMP_CPPFLAGS@
[997a5b2]15Libs: -L${libdir} -l@PACKAGE@ @FLINT_LIBS@ @NTL_LIBS@ @GMP_LIBS@
[75f460]16Libs.private:
[997a5b2]17
Note: See TracBrowser for help on using the repository browser.