Changeset c473b7 in git for kernel


Ignore:
Timestamp:
Sep 8, 2018, 10:28:55 PM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
Children:
14219d93b6658fbdcbbf8e3830b34ab82f20e67c
Parents:
25a7cf77c9555840e667325d992a2ec3e504e0ab
Message:
removed FLINT_CFLAGS, if unused
Location:
kernel
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/Makefile.am

    r25a7cf rc473b7  
    22AM_CPPFLAGS=-I${top_srcdir} -I${top_builddir} -I${top_srcdir}/libpolys -I${top_builddir}/libpolys \
    33${FACTORY_INCLUDES} $(OMALLOC_INCLUDES) $(RESOURCES_INCLUDES) \
    4 $(FLINT_CFLAGS) ${GMP_CPPFLAGS}
     4${GMP_CPPFLAGS}
    55
    66noinst_LTLIBRARIES=libGBEngine.la
  • kernel/Makefile.am

    r25a7cf rc473b7  
    55AM_CPPFLAGS = \
    66-I${top_srcdir} -I${top_builddir} -I${top_srcdir}/libpolys -I${top_builddir}/libpolys \
    7 $(FACTORY_INCLUDES) $(FLINT_CFLAGS) $(GMP_CPPFLAGS)
     7$(FACTORY_INCLUDES) $(GMP_CPPFLAGS)
    88
    99SOURCES = polys.cc \
  • kernel/combinatorics/Makefile.am

    r25a7cf rc473b7  
    22AM_CPPFLAGS=-I${top_srcdir} -I${top_builddir} -I${top_srcdir}/libpolys -I${top_builddir}/libpolys \
    33${FACTORY_INCLUDES} $(OMALLOC_INCLUDES) $(RESOURCES_INCLUDES) \
    4 $(FLINT_CFLAGS) ${GMP_CPPFLAGS}
     4${GMP_CPPFLAGS}
    55
    66noinst_LTLIBRARIES=libcombinatorics.la
  • kernel/fglm/Makefile.am

    r25a7cf rc473b7  
    22AM_CPPFLAGS=-I${top_srcdir} -I${top_builddir} -I${top_srcdir}/libpolys -I${top_builddir}/libpolys \
    33${FACTORY_INCLUDES} $(OMALLOC_INCLUDES) $(RESOURCES_INCLUDES) \
    4 $(FLINT_CFLAGS) ${GMP_CPPFLAGS}
     4${GMP_CPPFLAGS}
    55
    66noinst_LTLIBRARIES=libfglm.la
  • kernel/groebner_walk/Makefile.am

    r25a7cf rc473b7  
    22AM_CPPFLAGS=-I${top_srcdir} -I${top_builddir} -I${top_srcdir}/libpolys -I${top_builddir}/libpolys \
    33${FACTORY_INCLUDES} $(OMALLOC_INCLUDES) $(RESOURCES_INCLUDES) \
    4 $(FLINT_CFLAGS) ${GMP_CPPFLAGS}
     4${GMP_CPPFLAGS}
    55
    66noinst_LTLIBRARIES=libgroebner_walk.la
  • kernel/linear_algebra/Makefile.am

    r25a7cf rc473b7  
    22AM_CPPFLAGS=-I${top_srcdir} -I${top_builddir} -I${top_srcdir}/libpolys -I${top_builddir}/libpolys \
    33${FACTORY_INCLUDES} $(OMALLOC_INCLUDES) $(RESOURCES_INCLUDES) \
    4 $(FLINT_CFLAGS) ${GMP_CPPFLAGS}
     4${GMP_CPPFLAGS}
    55
    66noinst_LTLIBRARIES=liblinear_algebra.la
  • kernel/maps/Makefile.am

    r25a7cf rc473b7  
    22AM_CPPFLAGS=-I${top_srcdir} -I${top_builddir} -I${top_srcdir}/libpolys -I${top_builddir}/libpolys \
    33${FACTORY_INCLUDES} $(OMALLOC_INCLUDES) $(RESOURCES_INCLUDES) \
    4 $(FLINT_CFLAGS) ${GMP_CPPFLAGS}
     4${GMP_CPPFLAGS}
    55
    66noinst_LTLIBRARIES=libmaps.la
  • kernel/numeric/Makefile.am

    r25a7cf rc473b7  
    33-I${top_srcdir}/libpolys -I${top_builddir}/libpolys \
    44${FACTORY_INCLUDES} ${RESOURCES_INCLUDES} ${OMALLOC_INCLUDES} \
    5 ${FLINT_CFLAGS} ${GMP_CPPFLAGS}
     5${GMP_CPPFLAGS}
    66
    77noinst_LTLIBRARIES=libnumeric.la
  • kernel/oswrapper/Makefile.am

    r25a7cf rc473b7  
    22AM_CPPFLAGS=-I${top_srcdir} -I${top_builddir} -I${top_srcdir}/libpolys -I${top_builddir}/libpolys \
    33${FACTORY_INCLUDES} $(OMALLOC_INCLUDES) $(RESOURCES_INCLUDES) \
    4 $(FLINT_CFLAGS) ${GMP_CPPFLAGS}
     4${GMP_CPPFLAGS}
    55
    66AM_CXXFLAGS=
  • kernel/sample/Makefile.am

    r25a7cf rc473b7  
    22AM_CPPFLAGS=-I${top_srcdir} -I${top_builddir} -I${top_srcdir}/libpolys -I${top_builddir}/libpolys \
    33${FACTORY_INCLUDES} $(OMALLOC_INCLUDES) $(RESOURCES_INCLUDES) \
    4 $(FLINT_CFLAGS) ${GMP_CPPFLAGS}
     4${GMP_CPPFLAGS}
    55
    66noinst_LTLIBRARIES=libsample.la
  • kernel/spectrum/Makefile.am

    r25a7cf rc473b7  
    22AM_CPPFLAGS=-I${top_srcdir} -I${top_builddir} -I${top_srcdir}/libpolys -I${top_builddir}/libpolys \
    33${FACTORY_INCLUDES} $(OMALLOC_INCLUDES) $(RESOURCES_INCLUDES) \
    4 $(FLINT_CFLAGS) ${GMP_CPPFLAGS}
     4${GMP_CPPFLAGS}
    55
    66noinst_LTLIBRARIES=libspectrum.la
Note: See TracChangeset for help on using the changeset viewer.