Changeset 1095e9 in git for factory


Ignore:
Timestamp:
Jun 8, 2017, 3:04:31 PM (7 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b9f50b373314e74e83c7c060a651dd2913e1f033')
Children:
32396b86ea4920ae0e2d77db0fda922beaf852694ef54ad1dbdf8430581e01572ac3dbf04c21b587
Parents:
28b2611726d42375448b045f3505a9bbc1e8b39c
Message:
build: GMP_CFLAGS -> GMP_CPPFLAGS, NTL_CFLAGS->NTL_CPPFLAGS
Location:
factory
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • factory/Makefile.am

    r28b261 r1095e9  
    55AM_CPPFLAGS = -I${builddir}/include -I${srcdir}/include -I${srcdir} \
    66$(OMALLOC_INCLUDES) $(RESOURCES_INCLUDES) \
    7 $(FLINT_CFLAGS) $(NTL_CFLAGS) $(GMP_CFLAGS) $(SINGULAR_CFLAGS)
     7$(FLINT_CFLAGS) $(NTL_CPPFLAGS) $(GMP_CPPFLAGS) $(SINGULAR_CFLAGS)
    88
    99lib_LTLIBRARIES = libfactory.la
  • factory/factory.pc.in

    r28b261 r1095e9  
    1212Conflicts:
    1313
    14 Cflags: -I${includedir} @SINGULAR_CFLAGS@ @FLINT_CFLAGS@ @NTL_CFLAGS@ @GMP_CFLAGS@
     14Cflags: -I${includedir} @SINGULAR_CFLAGS@ @FLINT_CFLAGS@ @NTL_CPPFLAGS@ @GMP_CPPFLAGS@
    1515Libs: -L${libdir} -l@PACKAGE@ @FLINT_LIBS@ @NTL_LIBS@ @GMP_LIBS@
    1616Libs.private:
Note: See TracChangeset for help on using the changeset viewer.