Changeset 502f5f6 in git


Ignore:
Timestamp:
May 23, 2011, 4:45:53 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
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
Location:
factory
Files:
3 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
  • factory/gengftables-conway.cc

    rcfb500 r502f5f6  
    1111//}}}
    1212
    13 #include <factory.h>
     13#include "factory.h"
    1414
    1515#ifdef HAVE_IOSTREAM
     
    2929
    3030
    31 #include <cf_assert.h>
    32 #include <gf_tabutil.h>
     31#include "cf_assert.h"
     32#include "gf_tabutil.h"
    3333
    3434using namespace std;
  • factory/gengftables.cc

    rcfb500 r502f5f6  
    2121#endif
    2222
    23 #include <factory.h>
    24 
    25 #include <cf_assert.h>
    26 #include <gf_tabutil.h>
     23#include "factory.h"
     24
     25#include "cf_assert.h"
     26#include "gf_tabutil.h"
    2727
    2828//{{{ constants
Note: See TracChangeset for help on using the changeset viewer.