Changeset 0f3867 in git
- Timestamp:
- Jun 2, 2014, 11:04:28 AM (9 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- a742eb2f5317bb1343b57ae262e2578f432ed212
- Parents:
- 68e8ddfaf4c44baab2c1a43c6fa8f1d9a2002746
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-06-02 11:04:28+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-06-02 11:07:08+02:00
- Location:
- kernel
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/numeric/Makefile.am
r68e8dd r0f3867 8 8 libnumeric_la_SOURCES=mpr_base.cc mpr_inout.cc mpr_numeric.cc 9 9 10 libnumeric_la_includedir=$(includedir)/singular/ numeric10 libnumeric_la_includedir=$(includedir)/singular/kernel/numeric 11 11 libnumeric_la_include_HEADERS=mpr_base.h mpr_inout.h mpr_numeric.h 12 12 -
kernel/oswrapper/Makefile.am
r68e8dd r0f3867 7 7 liboswrapper_la_SOURCES=feread.cc fereadl.c timer.cc rlimit.c 8 8 9 liboswrapper_la_includedir=$(includedir)/singular/ owrapper9 liboswrapper_la_includedir=$(includedir)/singular/kernel/owrapper 10 10 liboswrapper_la_include_HEADERS=feread.h timer.h rlimit.h 11 11 -
kernel/sample/Makefile.am
r68e8dd r0f3867 7 7 libsample_la_SOURCES=sample.cc 8 8 9 # libsample_la_includedir=$(includedir)/singular/ sample9 # libsample_la_includedir=$(includedir)/singular/kernel/sample 10 10 # libsample_la_include_HEADERS=sample.h 11 11
Note: See TracChangeset
for help on using the changeset viewer.