Changeset e14941 in git
- Timestamp:
- May 23, 2011, 6:44:34 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- efce9acbdd4e9ee5ed766e973d25bc0c6d2937e0
- Parents:
- 8872efbfb71195aa3318ef6e00f76ced9444e6f0
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-23 18:44:34+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:48+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/Makefile.am
r8872ef re14941 2 2 3 3 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} ${GMP_CFLAGS} ${NTL_CFLAGS} 4 5 4 6 5 lib_LIBRARIES = libfactory.a libfactory_g.a … … 197 196 # moreover factory.h needs a lot more generated headers, which wouldn't be installed yet 198 197 199 noinst_PROGRAMS = gengftables 198 EXTRA_PROGRAMS = gengftables 199 200 200 gengftables_SOURCES = gengftables-conway.cc 201 201 202 #### TODO: the following would not work...???!203 ####gengftables_includedir=-I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} ${GMP_CFLAGS} ${NTL_CFLAGS}204 205 202 gengftables_LDADD = -L${builddir} -lfactory $(GMP_LIBS) $(NTL_LIBS) 206 207 gengftables: factory.h factoryconf.h208 203 209 204 gftablesdir=$(datadir)/gftables … … 231 226 232 227 233 234 228 gftables: gengftables 235 229 @if test -x ${srcdir}/gftables; then \ … … 299 293 ftest_util.m4 300 294 301 EXTRA_DIST = gengftables.cc gengftables-conway.cc test_install.cc \ 295 # gengftables.cc gengftables-conway.cc 296 EXTRA_DIST = test_install.cc \ 302 297 $(templatesrc) $(templateincl) $(hdrtemplsrc) \ 303 298 $(ftestsrc) $(ftestincl) $(ftestm4src) $(ftestdistfiles) \ … … 309 304 310 305 CLEANFILES = factory.h factoryconf.h 311 312 313
Note: See TracChangeset
for help on using the changeset viewer.