Changeset 129ad21 in git


Ignore:
Timestamp:
Mar 28, 2014, 4:55:40 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
1f93cdd20fd8f32e14a6b03e38d84fbc4311d0e0
Parents:
f98a260c0667da3d5720cc7494e9cac2c21f4055
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-03-28 16:55:40+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-03-31 17:50:22+02:00
Message:
Revert "Added kernel dummy package: sample" (no need anymore)

NOTE: kernel/sample/Makefile.am is left as an example but not used anymore

This reverts commit 3074ad70db777694b401b1cd3980f74301b0339d.
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    rf98a260 r129ad21  
    200200AC_CONFIG_FILES([xalloc/Makefile])
    201201AC_CONFIG_FILES([kernel/Makefile])
    202 AC_CONFIG_FILES([kernel/sample/Makefile]) # kernelsample
    203202AC_CONFIG_FILES([kernel/numeric/Makefile])
    204203AC_CONFIG_FILES([kernel/fglm/Makefile])
  • kernel/Makefile.am

    rf98a260 r129ad21  
    22# TODO: use ${top_srcdir} instead of .. in the above?
    33
    4 SUBDIRS=sample numeric fglm groebner_walk combinatorics spectrum linear_algebra maps GBEngine
    5 # kernelsample   
     4SUBDIRS=numeric fglm groebner_walk combinatorics spectrum linear_algebra maps GBEngine   
    65
    76noinst_LTLIBRARIES = libkernel.la
     
    3534
    3635libkernel_la_LIBADD   = \
    37 ${builddir}/sample/libsample.la \
    3836${builddir}/numeric/libnumeric.la \
    3937${builddir}/fglm/libfglm.la \
Note: See TracChangeset for help on using the changeset viewer.