Changeset 129ad21 in git
- Timestamp:
- Mar 28, 2014, 4:55:40 PM (9 years ago)
- 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
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
rf98a260 r129ad21 200 200 AC_CONFIG_FILES([xalloc/Makefile]) 201 201 AC_CONFIG_FILES([kernel/Makefile]) 202 AC_CONFIG_FILES([kernel/sample/Makefile]) # kernelsample203 202 AC_CONFIG_FILES([kernel/numeric/Makefile]) 204 203 AC_CONFIG_FILES([kernel/fglm/Makefile]) -
kernel/Makefile.am
rf98a260 r129ad21 2 2 # TODO: use ${top_srcdir} instead of .. in the above? 3 3 4 SUBDIRS=sample numeric fglm groebner_walk combinatorics spectrum linear_algebra maps GBEngine 5 # kernelsample 4 SUBDIRS=numeric fglm groebner_walk combinatorics spectrum linear_algebra maps GBEngine 6 5 7 6 noinst_LTLIBRARIES = libkernel.la … … 35 34 36 35 libkernel_la_LIBADD = \ 37 ${builddir}/sample/libsample.la \38 36 ${builddir}/numeric/libnumeric.la \ 39 37 ${builddir}/fglm/libfglm.la \
Note: See TracChangeset
for help on using the changeset viewer.