Changeset adb2ed in git
- Timestamp:
- May 11, 2011, 5:43:14 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- e432a0567954893b1c33d7a9943e9921184cefef
- Parents:
- 45e35b62b6f04314377865c4eb8cad555c42f584
- git-author:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-05-11 17:43:14+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:04+01:00
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/Makefile.am
r45e35b radb2ed 1 1 CXXTEMPLFLAGS = -fno-implicit-templates --no-exceptions 2 2 3 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${ srcdir} ${GMP_CFLAGS} ${NTL_CFLAGS}3 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} ${GMP_CFLAGS} ${NTL_CFLAGS} 4 4 5 5 lib_LIBRARIES = libfactory.a libfactory_g.a … … 257 257 bin/folding.el bin/fold-docu.el \ 258 258 bin/makeheader bin/gen-readcf 259 260 CLEANFILES = factory.h factoryconf.h readcf.cc -
libpolys/coeffs/Makefile.am
r45e35b radb2ed 20 20 mpr_complex.h mpr_global.h 21 21 22 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${ srcdir} ${GMP_CFLAGS} ${NTL_CFLAGS}22 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} ${GMP_CFLAGS} ${NTL_CFLAGS} 23 23 24 24 SOURCES = \ -
libpolys/misc/Makefile.am
r45e35b radb2ed 13 13 libmisc_g_a_CPPFLAGS = -DHAVE_CONFIG_H 14 14 15 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} 15 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. 16 16 17 17 SOURCES = intvec.cc options.c -
libpolys/polys/Makefile.am
r45e35b radb2ed 13 13 AM_CXXFLAGS = ${PIPE} ${CXXTEMPLFLAGS} 14 14 15 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${ srcdir} -I${includedir} ${GMP_CFLAGS}15 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} -I${includedir} ${GMP_CFLAGS} 16 16 AM_LDFLAGS = -L${top_builddir}/coeffs -L${top_builddir}/reporter -L${top_builddir}/resources -L${top_builddir}/../omalloc -L${builddir} 17 17 -
libpolys/reporter/Makefile.am
r45e35b radb2ed 13 13 libreporter_g_a_CPPFLAGS = -DHAVE_CONFIG_H 14 14 15 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} 15 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. 16 16 17 17 SOURCES = dError.c reporter.cc -
libpolys/resources/Makefile.am
r45e35b radb2ed 13 13 libresources_g_a_CPPFLAGS = -DHAVE_CONFIG_H 14 14 15 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} 15 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. 16 16 17 17 SOURCES = feFopen.cc feResource.cc -
libpolys/tests/Makefile.am
r45e35b radb2ed 12 12 AM_CPPFLAGS = -DHAVE_CONFIG_H 13 13 14 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${ srcdir} ${GMP_CFLAGS} ${NTL_CFLAGS}14 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} ${GMP_CFLAGS} ${NTL_CFLAGS} 15 15 16 16 -
omalloc/configure.ac
r45e35b radb2ed 143 143 fi 144 144 145 dnl Set compiler, linker flags so that we can work with omalloc 146 BACKUP_CFLAGS=$CFLAGS 147 BACKUP_CXXFLAGS=$CXXFLAGS 148 BACKUP_LDFLAGS=$LDFLAGS 149 CFLAGS="$CFLAGS -I$srcdir" 150 CXXFLAGS="$CXXFLAGS -I$srcdir" 151 145 152 dnl lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll 146 153 dnl figure out page size of the system … … 167 174 AC_DEFINE_UNQUOTED(SIZEOF_SYSTEM_PAGE, $ac_cv_pagesize, "Page-size of the build-system") 168 175 else 169 AC_MSG_ERROR( need sytem page to be of size 4096 or 8192, but is $ac_cv_pagesize)176 AC_MSG_ERROR([need sytem page to be of size 4096 or 8192, but is $ac_cv_pagesize]) 170 177 fi 171 178 … … 304 311 fi 305 312 313 dnl Restore user-specified CFLAGS, CXXFLAGS, LIBS 314 315 CFLAGS=$BACKUP_CFLAGS 316 CXXFLAGS=$BACKUP_CXXFLAGS 317 LDFLAGS=$BACKUP_LDFLAGS 318 306 319 dnl lllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll 307 320 dnl check whether valloc is provided and that it works
Note: See TracChangeset
for help on using the changeset viewer.