Changeset d3e2512 in git


Ignore:
Timestamp:
Mar 21, 2014, 4:36:20 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
066288456fa8bd509318f0501d9d2f78256ddda3
Parents:
fd0b7bbf2ab917faae6c70a29b3c51df485ff1b6
Message:
Separating sources: kernel/fglm/
Files:
1 added
2 edited
5 moved

Legend:

Unmodified
Added
Removed
  • configure.ac

    rfd0b7b rd3e2512  
    202202AC_CONFIG_FILES([kernel/sample/Makefile]) # kernelsample
    203203AC_CONFIG_FILES([kernel/numeric/Makefile])
     204AC_CONFIG_FILES([kernel/fglm/Makefile])
    204205
    205206AC_CONFIG_SUBDIRS([gfanlib])
  • kernel/Makefile.am

    rfd0b7b rd3e2512  
    22# TODO: use ${top_srcdir} instead of .. in the above?
    33
    4 SUBDIRS=sample numeric
     4SUBDIRS=sample numeric fglm
    55# kernelsample   
    66
     
    2020    misc.cc \
    2121    fast_maps.cc \
    22     fglmzero.cc fglmvec.cc fglmgauss.cc fglmhom.cc fglmcomb.cc \
    2322    kspoly.cc kpolys.cc \
    2423    syz.cc syz0.cc syz1.cc syz2.cc syz3.cc \
     
    6362
    6463libkernel_la_LIBADD   = \
    65 ${builddir}/sample/libsample.la ${builddir}/numeric/libnumeric.la \
     64${builddir}/sample/libsample.la \
     65${builddir}/numeric/libnumeric.la \
     66${builddir}/fglm/libfglm.la \
    6667${USEPPROCSDYNAMICLDFLAGS} ${USEPPROCSDYNAMICLD} \
    6768${abs_top_builddir}/libpolys/polys/libpolys.la
Note: See TracChangeset for help on using the changeset viewer.