Changeset f2f5ea in git


Ignore:
Timestamp:
Mar 25, 2014, 2:31:30 PM (10 years ago)
Author:
Adi Popescu <adi_popescum@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
5ab3130b648fc8e50678fa99a6a1e5274eabfdb1
Parents:
66b1de771706655cf8a9c3924d1dac08150c8814
git-author:
Adi Popescu <adi_popescum@yahoo.de>2014-03-25 14:31:30+01:00
git-committer:
Adi Popescu <adi_popescum@yahoo.de>2014-03-25 17:28:28+01:00
Message:
Separating Sources: kernel/combinatorics
Files:
1 added
2 edited
3 moved

Legend:

Unmodified
Added
Removed
  • configure.ac

    r66b1de7 rf2f5ea  
    204204AC_CONFIG_FILES([kernel/fglm/Makefile])
    205205AC_CONFIG_FILES([kernel/groebner_walk/Makefile])
     206AC_CONFIG_FILES([kernel/combinatorics/Makefile])
    206207
    207208AC_CONFIG_SUBDIRS([gfanlib])
  • kernel/Makefile.am

    r66b1de7 rf2f5ea  
    22# TODO: use ${top_srcdir} instead of .. in the above?
    33
    4 SUBDIRS=sample numeric fglm groebner_walk
     4SUBDIRS=sample numeric fglm groebner_walk combinatorics
    55# kernelsample   
    66
     
    1313
    1414SOURCES = polys.cc febase.cc feread.cc \
    15     hdegree.cc hilb.cc hutil.cc \
    1615    ideals.cc \
    1716    khstd.cc kstdfac.cc \
     
    6261${builddir}/fglm/libfglm.la \
    6362${builddir}/groebner_walk/libgroebner_walk.la \
     63${builddir}/combinatorics/libcombinatorics.la \
    6464${USEPPROCSDYNAMICLDFLAGS} ${USEPPROCSDYNAMICLD} \
    6565${abs_top_builddir}/libpolys/polys/libpolys.la
Note: See TracChangeset for help on using the changeset viewer.