Changeset 5acf7dc in git


Ignore:
Timestamp:
Dec 16, 2011, 7:00:47 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
Children:
ebf13849df776a2674dee3545428c623e5ad12f9
Parents:
b7d64b3fc45a85f34ae6f34e9c227eed2796c70f
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-12-16 19:00:47+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-01-06 21:09:33+01:00
Message:
adaptation due to libfac

FIX: libfac uses factory.h (which includes factory/cf_gmp.h...)
Location:
factory
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • factory/Makefile.am

    rb7d64b r5acf7dc  
    11ACLOCAL_AMFLAGS = -I ../m4
    22
    3 SUBDIRS = include/factory
     3SUBDIRS=include/factory libfac
    44
    55CXXTEMPLFLAGS      =  --no-exceptions ## -fno-implicit-templates
     
    356356test_d_r_LDADD = -L${builddir} -lfactory $(GMP_LIBS) $(NTL_LIBS)
    357357
    358 
    359 PACKAGES=libfac
    360 SUBDIRS=$(PACKAGES)
  • factory/libfac/Makefile.am

    rb7d64b r5acf7dc  
    1010# -fdiagnostics-show-option
    1111
    12 AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} -I${builddir} -I${srcdir}/..  -I${builddir}/.. -I${srcdir}/factor  -I${builddir}/factor -I${srcdir}/charset -I${builddir}/charset ${GMP_CFLAGS} ${NTL_CFLAGS}
     12AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} -I${builddir} -I${srcdir}/.. -I${builddir}/.. -I${srcdir}/../include  -I${builddir}/../include -I${srcdir}/factor  -I${builddir}/factor -I${srcdir}/charset -I${builddir}/charset ${GMP_CFLAGS} ${NTL_CFLAGS}
    1313
    1414libfac_la_CPPFLAGS   = ${AM_CPPFLAGS} -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H
Note: See TracChangeset for help on using the changeset viewer.