Changeset 5acf7dc in git
- Timestamp:
- Dec 16, 2011, 7:00:47 PM (11 years ago)
- 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
- Location:
- factory
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/Makefile.am
rb7d64b r5acf7dc 1 1 ACLOCAL_AMFLAGS = -I ../m4 2 2 3 SUBDIRS = include/factory3 SUBDIRS=include/factory libfac 4 4 5 5 CXXTEMPLFLAGS = --no-exceptions ## -fno-implicit-templates … … 356 356 test_d_r_LDADD = -L${builddir} -lfactory $(GMP_LIBS) $(NTL_LIBS) 357 357 358 359 PACKAGES=libfac360 SUBDIRS=$(PACKAGES) -
factory/libfac/Makefile.am
rb7d64b r5acf7dc 10 10 # -fdiagnostics-show-option 11 11 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}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}/../include -I${builddir}/../include -I${srcdir}/factor -I${builddir}/factor -I${srcdir}/charset -I${builddir}/charset ${GMP_CFLAGS} ${NTL_CFLAGS} 13 13 14 14 libfac_la_CPPFLAGS = ${AM_CPPFLAGS} -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H
Note: See TracChangeset
for help on using the changeset viewer.