Changeset 557b87 in git
- Timestamp:
- Aug 1, 2019, 3:58:56 PM (4 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 10ccdf4ec3a17fc1e6b47d06f9abf4565ae6334158603fd7faac3d049f61ca0b65d89e4be0a664f9
- Parents:
- 45b4e701346a4c9ccf12f8060eafb21cd313f114
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2019-08-01 15:58:56+02:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2019-08-02 11:17:24+02:00
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/dyn_modules/python/Makefile.am
r45b4e7 r557b87 51 51 python_moduledir = ${datadir}/singular/LIB 52 52 python_module_DATA = cart.py interpreter.py perf.py symm.py util.py 53 EXTRA_DIST=cart.py interpreter.py perf.py symm.py util.py -
Singular/dyn_modules/systhreads/Makefile.am
r45b4e7 r557b87 18 18 endif 19 19 20 SOURCES = shared.cc lintree.cc bytebuf.cc thread.cc bytebuf.h lintree.h channel.h syncvar.h threadconf.h 20 SOURCES = shared.cc lintree.cc bytebuf.cc thread.cc bytebuf.h lintree.h channel.h syncvar.h threadconf.h thread.h singthreads.h 21 21 systhreads_la_SOURCES = $(SOURCES) 22 22 systhreads_la_CPPFLAGS = ${MYINCLUDES} ${P_PROCS_CPPFLAGS_COMMON} -
factory/Makefile.am
r45b4e7 r557b87 101 101 # factory header files 102 102 factory_headers = \ 103 globaldefs.h \ 103 104 cf_assert.h \ 104 105 canonicalform.h \ … … 173 174 libfactory_includedir = ${includedir}/factory 174 175 175 nodist_libfactory_include_HEADERS = factory.h factoryconf.h globaldefs.h176 nodist_libfactory_include_HEADERS = factory.h factoryconf.h 176 177 177 178
Note: See TracChangeset
for help on using the changeset viewer.