Changeset 54f111d in git


Ignore:
Timestamp:
Mar 25, 2014, 1:21:59 PM (10 years ago)
Author:
Adi Popescu <adi_popescum@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
4bcb8b21d83ad418c69bf80b75c705dac02d7d0d
Parents:
8e0955e20e5cd5740e86fd4a3c4f51e5d121d22d
Message:
Separeting Sources: kernel/groebner_walk
Files:
1 added
2 edited
3 moved

Legend:

Unmodified
Added
Removed
  • configure.ac

    r8e0955 r54f111d  
    203203AC_CONFIG_FILES([kernel/numeric/Makefile])
    204204AC_CONFIG_FILES([kernel/fglm/Makefile])
     205AC_CONFIG_FILES([kernel/groebner_walk/Makefile])
    205206
    206207AC_CONFIG_SUBDIRS([gfanlib])
  • kernel/Makefile.am

    r8e0955 r54f111d  
    22# TODO: use ${top_srcdir} instead of .. in the above?
    33
    4 SUBDIRS=sample numeric fglm
     4SUBDIRS=sample numeric fglm groebner_walk
    55# kernelsample   
    66
     
    2424    timer.cc \
    2525    GMPrat.cc multicnt.cc npolygon.cc semic.cc spectrum.cc splist.cc \
    26     walkProc.cc walkMain.cc walkSupport.cc \
    2726    eigenval.cc units.cc \
    2827    fast_mult.cc digitech.cc \
     
    6362${builddir}/numeric/libnumeric.la \
    6463${builddir}/fglm/libfglm.la \
     64${builddir}/groebner_walk/libgroebner_walk.la \
    6565${USEPPROCSDYNAMICLDFLAGS} ${USEPPROCSDYNAMICLD} \
    6666${abs_top_builddir}/libpolys/polys/libpolys.la
Note: See TracChangeset for help on using the changeset viewer.