Changeset 921690 in git
- Timestamp:
- Mar 26, 2014, 9:58:44 AM (10 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 49638b20af32a6a5e879809c94cef93658eac169
- Parents:
- 409444526f66c629851b190e390fefb5f1a1d343
- git-author:
- Adi Popescu <adi_popescum@yahoo.de>2014-03-26 09:58:44+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-03-28 16:37:27+01:00
- Files:
-
- 1 added
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r4094445 r921690 207 207 AC_CONFIG_FILES([kernel/spectrum/Makefile]) 208 208 AC_CONFIG_FILES([kernel/linear_algebra/Makefile]) 209 AC_CONFIG_FILES([kernel/maps/Makefile]) 209 210 210 211 AC_CONFIG_SUBDIRS([gfanlib]) -
kernel/Makefile.am
r4094445 r921690 2 2 # TODO: use ${top_srcdir} instead of .. in the above? 3 3 4 SUBDIRS=sample numeric fglm groebner_walk combinatorics spectrum linear_algebra 4 SUBDIRS=sample numeric fglm groebner_walk combinatorics spectrum linear_algebra maps 5 5 # kernelsample 6 6 … … 18 18 nc.cc sca.cc gr_kstd2.cc \ 19 19 misc.cc \ 20 fast_maps.cc \21 20 kspoly.cc kpolys.cc \ 22 21 syz.cc syz0.cc syz1.cc syz2.cc syz3.cc \ … … 59 58 ${builddir}/spectrum/libspectrum.la \ 60 59 ${builddir}/linear_algebra/liblinear_algebra.la \ 60 ${builddir}/maps/libmaps.la \ 61 61 ${USEPPROCSDYNAMICLDFLAGS} ${USEPPROCSDYNAMICLD} \ 62 62 ${abs_top_builddir}/libpolys/polys/libpolys.la
Note: See TracChangeset
for help on using the changeset viewer.