Changeset fd201f in git
- Timestamp:
- Aug 29, 2012, 7:18:10 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ad2543eab51733612ba7d118afc77edca719600e')
- Children:
- a42a812f2de4c6d3a667835ff9b0ab7667856539
- Parents:
- fa0fc66f09934f54d52fa59b31ab2aadd3c428b1
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-08-29 19:18:10+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-09-07 19:51:24+02:00
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/Makefile.am
rfa0fc6 rfd201f 10 10 endif 11 11 12 lib _LTLIBRARIES = libcoeffs.la ${LIB_G}12 libcoeffs_LTLIBRARIES = libcoeffs.la ${LIB_G} 13 13 libcoeffsdir = $(libdir)/singular 14 14 -
libpolys/misc/Makefile.am
rfa0fc6 rfd201f 10 10 endif 11 11 12 lib _LTLIBRARIES = libmisc.la ${LIB_G}12 libmisc_LTLIBRARIES = libmisc.la ${LIB_G} 13 13 libmiscdir = $(libdir)/singular 14 14 -
libpolys/reporter/Makefile.am
rfa0fc6 rfd201f 10 10 endif 11 11 12 lib _LTLIBRARIES = libreporter.la ${LIB_G}12 libreporter_LTLIBRARIES = libreporter.la ${LIB_G} 13 13 libreporterdir = $(libdir)/singular 14 14 -
xalloc/Makefile.am
rfa0fc6 rfd201f 7 7 endif 8 8 9 lib omalloc_LTLIBRARIES=libomalloc.la ${LIB_G}10 libomallocdir = $(libdir)/9 lib_LTLIBRARIES=libomalloc.la ${LIB_G} 10 ## libomallocdir = $(libdir)/ 11 11 12 12 libomalloc_includedir=$(includedir)/omalloc
Note: See TracChangeset
for help on using the changeset viewer.