Changeset 4b7c2a in git
- Timestamp:
- May 30, 2014, 2:28:46 AM (9 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- d9dfcea84bd0d2eb3427c96d4f714a02c904ad87
- Parents:
- 44e55429c18451c5c2d86929c7cdbb8d0b2f1189
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-05-30 02:28:46+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-05-30 02:29:48+02:00
- Location:
- kernel
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/GBEngine/Makefile.am
r44e5542 r4b7c2a 7 7 libGBEngine_la_SOURCES=khstd.cc kstdfac.cc kstd1.cc kstd2.cc kutil.cc nc.cc sca.cc gr_kstd2.cc kspoly.cc kpolys.cc syz.cc syz0.cc syz1.cc syz2.cc syz3.cc units.cc tgb.cc tgbgauss.cc f5data.cc f5lists.cc f5gb.cc f5c.cc ratgring.cc shiftgb.cc ringgb.cc janet.cc 8 8 9 libGBEngine_la_includedir=$(includedir)/ kernel/GBEngine9 libGBEngine_la_includedir=$(includedir)/singular/kernel/GBEngine 10 10 libGBEngine_la_include_HEADERS=stairc.h syz.h kstdfac.h kutil.h khstd.h kstd1.h units.h ratgring.h shiftgb.h nc.h kInline.h tgb.h ringgb.h tgbgauss.h tgb_internal.h f5c.h f5data.h f5gb.h f5lists.h janet.h 11 11 -
kernel/combinatorics/Makefile.am
r44e5542 r4b7c2a 7 7 libcombinatorics_la_SOURCES=hdegree.cc hilb.cc hutil.cc 8 8 9 libcombinatorics_la_includedir=$(includedir)/ kernel/combinatorics9 libcombinatorics_la_includedir=$(includedir)/singular/kernel/combinatorics 10 10 libcombinatorics_la_include_HEADERS=hutil.h 11 11 -
kernel/fglm/Makefile.am
r44e5542 r4b7c2a 7 7 libfglm_la_SOURCES=fglmzero.cc fglmvec.cc fglmgauss.cc fglmhom.cc fglmcomb.cc 8 8 9 libfglm_la_includedir=$(includedir)/singular/ fglm9 libfglm_la_includedir=$(includedir)/singular/kernel/fglm 10 10 libfglm_la_include_HEADERS=fglm.h fglmgauss.h fglmvec.h 11 11 -
kernel/groebner_walk/Makefile.am
r44e5542 r4b7c2a 7 7 libgroebner_walk_la_SOURCES=walkProc.cc walkMain.cc walkSupport.cc 8 8 9 libgroebner_walk_la_includedir=$(includedir)/ kernel/groebner_walk9 libgroebner_walk_la_includedir=$(includedir)/singular/kernel/groebner_walk 10 10 libgroebner_walk_la_include_HEADERS=walkProc.h walkMain.h walkSupport.h 11 11 -
kernel/linear_algebra/Makefile.am
r44e5542 r4b7c2a 10 10 11 11 12 liblinear_algebra_la_includedir=$(includedir)/ kernel/linear_algebra12 liblinear_algebra_la_includedir=$(includedir)/singular/kernel/linear_algebra 13 13 liblinear_algebra_la_include_HEADERS= \ 14 14 Minor.h MinorInterface.h MinorProcessor.h \ -
kernel/maps/Makefile.am
r44e5542 r4b7c2a 7 7 libmaps_la_SOURCES=fast_maps.cc 8 8 9 libmaps_la_includedir=$(includedir)/ kernel/maps9 libmaps_la_includedir=$(includedir)/singular/kernel/maps 10 10 libmaps_la_include_HEADERS=fast_maps.h 11 11 -
kernel/spectrum/Makefile.am
r44e5542 r4b7c2a 7 7 libspectrum_la_SOURCES=GMPrat.cc multicnt.cc npolygon.cc semic.cc spectrum.cc splist.cc 8 8 9 libspectrum_la_includedir=$(includedir)/ kernel/spectrum9 libspectrum_la_includedir=$(includedir)/singular/kernel/spectrum 10 10 libspectrum_la_include_HEADERS=GMPrat.h multicnt.h npolygon.h semic.h spectrum.h splist.h kmatrix.h 11 11
Note: See TracChangeset
for help on using the changeset viewer.