source: git/factory/factory.pc.in @ 91695f

spielwiese
Last change on this file since 91695f was 37e66f, checked in by Oleksandr Motsak <motsak@…>, 10 years ago
Better approach to configuring multiple packages: omalloc/resources/factory add: precious configure variables {OMALLOC/RESOURCES/FACTORY}_{LIBS/INCLUDES} fix: also related minor fixes NOTE: main changes are in m4/options.m4 and factory/configure.ac (which was the motivator for the whole thing) NOTE2: the cleanup of "-I${top_srcdir}/.." and "-I${top_srcdir}/../factory/include" (and similar for builddir) in favor of {OMALLOC/RESOURCES/FACTORY}_INCLUDES
  • Property mode set to 100644
File size: 443 bytes
Line 
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
11Requires: @PKG_REQUIRE@
12Conflicts:
13
14Cflags: -I${includedir} @SINGULAR_CFLAGS@ @FLINT_CFLAGS@ @NTL_CFLAGS@ @GMP_CFLAGS@
15Libs: -L${libdir} -l@PACKAGE@ @FLINT_LIBS@ @NTL_LIBS@ @GMP_LIBS@
16Libs.private:
17
Note: See TracBrowser for help on using the repository browser.