Changeset 37e66f in git for Singular.pc.in


Ignore:
Timestamp:
Mar 19, 2014, 8:39:14 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
38750a62e57a4262c5d883873104b2032b609386
Parents:
c0bbad6254e42ef9e4bed7c8d91f31a7c9f7ba50
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-03-19 20:39:14+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-03-19 21:44:53+01:00
Message:
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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular.pc.in

    rc0bbad r37e66f  
    99URL: https://github.com/Singular/Sources/
    1010
    11 Requires: omalloc resources factory libpolys
    12 # Conflicts:
     11Requires: @PKG_REQUIRE@ libpolys
     12Conflicts:
    1313
    14 Cflags: -I${includedir} -I${includedir}/singular @SINGULAR_CFLAGS@ @FACTORY_CFLAGS@ @FLINT_CFLAGS@ @NTL_CFLAGS@ @GMP_CFLAGS@
    15 Libs: -L${libdir} -lSingular  @USEPPROCSDYNAMICLD@
    16 # Libs.private:
     14Cflags: -I${includedir} -I${includedir}/singular @SINGULAR_CFLAGS@
     15Libs: -L${libdir} -lSingular @USEPPROCSDYNAMICLD@
     16Libs.private:
    1717
Note: See TracChangeset for help on using the changeset viewer.