Changeset 921690 in git for kernel/Makefile.am


Ignore:
Timestamp:
Mar 26, 2014, 9:58:44 AM (10 years ago)
Author:
Adi Popescu <adi_popescum@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
Children:
49638b20af32a6a5e879809c94cef93658eac169
Parents:
409444526f66c629851b190e390fefb5f1a1d343
git-author:
Adi Popescu <adi_popescum@yahoo.de>2014-03-26 09:58:44+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-03-28 16:37:27+01:00
Message:
Separating Sources kernel/maps
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile.am

    r4094445 r921690  
    22# TODO: use ${top_srcdir} instead of .. in the above?
    33
    4 SUBDIRS=sample numeric fglm groebner_walk combinatorics spectrum linear_algebra
     4SUBDIRS=sample numeric fglm groebner_walk combinatorics spectrum linear_algebra maps
    55# kernelsample   
    66
     
    1818    nc.cc sca.cc gr_kstd2.cc \
    1919    misc.cc \
    20     fast_maps.cc \
    2120    kspoly.cc kpolys.cc \
    2221    syz.cc syz0.cc syz1.cc syz2.cc syz3.cc \
     
    5958${builddir}/spectrum/libspectrum.la \
    6059${builddir}/linear_algebra/liblinear_algebra.la \
     60${builddir}/maps/libmaps.la \
    6161${USEPPROCSDYNAMICLDFLAGS} ${USEPPROCSDYNAMICLD} \
    6262${abs_top_builddir}/libpolys/polys/libpolys.la
Note: See TracChangeset for help on using the changeset viewer.