Changeset 37e66f in git for dyn_modules/bigintm


Ignore:
Timestamp:
Mar 19, 2014, 8:39:14 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
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
  • dyn_modules/bigintm/Makefile.am

    rc0bbad r37e66f  
    1111MYINCLUDES =  -I${top_srcdir} -I${top_builddir} -I${srcdir} \
    1212-I${top_srcdir}/libpolys -I${top_builddir}/libpolys \
    13 -I${top_srcdir}/factory/include -I${top_builddir}/factory/include \
    14 $(FACTORY_CFLAGS) $(NTL_CFLAGS) $(GMP_CFLAGS)
     13$(FACTORY_INCLUDES) $(RESOURCES_INCLUDES) $(OMALLOC_INCLUDES) \
     14$(FLINT_CFLAGS) $(NTL_CFLAGS) $(GMP_CFLAGS)
    1515
    1616bigintm_la_SOURCES   = mod_main.cc bigintm.cc bigintm.h
Note: See TracChangeset for help on using the changeset viewer.