Changeset 4bcb8b in git
- Timestamp:
- Mar 25, 2014, 1:33:46 PM (10 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- b88d52d110f103c4c42c6d698430c7d480deb3b8
- Parents:
- 54f111d680b21ee0982fbfcb493dcbc1834166ce
- Location:
- kernel
- Files:
-
- 2 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
kernel/Makefile.am
r54f111d r4bcb8b 41 41 fast_maps.h \ 42 42 febase.h \ 43 walkProc.h walkMain.h walkSupport.h\44 43 kstdfac.h kmatrix.h\ 45 44 kutil.h \ -
kernel/groebner_walk/Makefile.am
r54f111d r4bcb8b 7 7 libgroebner_walk_la_SOURCES=walkProc.cc walkMain.cc walkSupport.cc 8 8 9 # libgroebner_walk_la_includedir=$(includedir)/singular/groebner_walk10 #libgroebner_walk_la_include_HEADERS=walkProc.h walkMain.h walkSupport.h9 libgroebner_walk_la_includedir=$(includedir)/kernel/groebner_walk 10 libgroebner_walk_la_include_HEADERS=walkProc.h walkMain.h walkSupport.h 11 11 12 12
Note: See TracChangeset
for help on using the changeset viewer.