Changeset e14941 in git


Ignore:
Timestamp:
May 23, 2011, 6:44:34 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
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
Message:
FIX: gengtables should be an extra program
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/Makefile.am

    r8872ef re14941  
    22
    33INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} ${GMP_CFLAGS} ${NTL_CFLAGS}
    4 
    54
    65lib_LIBRARIES = libfactory.a libfactory_g.a
     
    197196# moreover factory.h needs a lot more generated headers, which wouldn't be installed yet
    198197
    199 noinst_PROGRAMS = gengftables
     198EXTRA_PROGRAMS = gengftables
     199
    200200gengftables_SOURCES = gengftables-conway.cc
    201201
    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 
    205202gengftables_LDADD = -L${builddir} -lfactory $(GMP_LIBS) $(NTL_LIBS)
    206 
    207 gengftables: factory.h factoryconf.h
    208203
    209204gftablesdir=$(datadir)/gftables
     
    231226
    232227
    233 
    234228gftables: gengftables
    235229                @if test -x ${srcdir}/gftables; then \
     
    299293                ftest_util.m4
    300294
    301 EXTRA_DIST =    gengftables.cc gengftables-conway.cc test_install.cc \
     295# gengftables.cc gengftables-conway.cc
     296EXTRA_DIST =    test_install.cc \
    302297                $(templatesrc) $(templateincl) $(hdrtemplsrc) \
    303298                $(ftestsrc) $(ftestincl) $(ftestm4src) $(ftestdistfiles) \
     
    309304
    310305CLEANFILES = factory.h factoryconf.h
    311 
    312 
    313 
Note: See TracChangeset for help on using the changeset viewer.