Changeset 84a0d5 in git


Ignore:
Timestamp:
Feb 28, 2014, 8:35:57 AM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
b73e0eb8a84e21fffb9a4bd70b6f17897d55c4fa
Parents:
65571b1405cd3392885da584f45116f2c272be23
Message:
Improved Makefile.am for kernel/numeric
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/numeric/Makefile.am

    r65571b r84a0d5  
    11ACLOCAL_AMFLAGS=-I ../../m4
    2 AM_CPPFLAGS=-I${top_srcdir} -I${top_builddir} -I${top_srcdir}/libpolys -I${top_builddir}/libpolys ${GMP_CFLAGS} -I${top_srcdir}/factory/include -I${top_builddir}/factory/include ${FACTORY_CFLAGS} ${NTL_CFLAGS}
     2AM_CPPFLAGS=-I${top_srcdir} -I${top_builddir} \
     3-I${top_srcdir}/libpolys -I${top_builddir}/libpolys \
     4-I${top_srcdir}/factory/include -I${top_builddir}/factory/include ${FACTORY_CFLAGS} \
     5${GMP_CFLAGS} ${NTL_CFLAGS} $(FLINT_CFLAGS)
    36
    47noinst_LTLIBRARIES=libnumeric.la
     8libnumeric_la_SOURCES=mpr_base.cc mpr_inout.cc mpr_numeric.cc
    59
    6 libnumeric_la_SOURCES=mpr_base.cc mpr_inout.cc mpr_numeric.cc
    710libnumeric_la_includedir=$(includedir)/singular/numeric
    811libnumeric_la_include_HEADERS=mpr_base.h mpr_inout.h mpr_numeric.h
Note: See TracChangeset for help on using the changeset viewer.