Changeset 502f5f6 in git for factory/Makefile.am


Ignore:
Timestamp:
May 23, 2011, 4:45:53 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c44985a8f5ca67af1ce38a5a3fce467f6da4cc00
Parents:
cfb5000f6e3cef21c58dd8a3885a3762c287382b
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-23 16:45:53+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:47+01:00
Message:
CHG: trying to fix compilation problems due to factory.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/Makefile.am

    rcfb500 r502f5f6  
    22
    33INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} ${GMP_CFLAGS} ${NTL_CFLAGS}
     4
    45
    56lib_LIBRARIES = libfactory.a libfactory_g.a
     
    191192                ftmpl_matrix.h
    192193
     194# TODO:
     195# gengftables needs libfactory.a and factory.h AND is needed for generating gftable...
     196# somehow the current deps. seem to be broken...
     197# moreover factory.h needs a lot more generated headers, which wouldn't be installed yet
     198
    193199noinst_PROGRAMS = gengftables
     200gengftables_SOURCES = gengftables-conway.cc
     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
    194205gengftables_LDADD = -L${builddir} -lfactory $(GMP_LIBS) $(NTL_LIBS)
    195206
    196 gengftables_SOURCES = gengftables-conway.cc
     207gengftables: factory.h factoryconf.h
    197208
    198209gftablesdir=$(datadir)/gftables
     
    234245
    235246.template.h:
    236                 ${srcdir}/bin/makeheader $< $@
     247        ${srcdir}/bin/makeheader $< $@
    237248
    238249BUILT_SOURCES = factory.h factoryconf.h
Note: See TracChangeset for help on using the changeset viewer.