Changeset 9bb030 in git
- Timestamp:
- Aug 5, 2016, 2:54:57 PM (7 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 0b0d1e235cc8f64fa08f71fc6033108c88e1715b
- Parents:
- 52e6ef0a0e13c9f2f80b31a3cddfb99ca3dcc1ea
- Files:
-
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
r52e6ef r9bb030 44 44 /libpolys/libpolysconfig.h 45 45 /libpolys/libpolysconfig.h.in 46 /libpolys/misc/auxiliary.h47 46 /libpolys/polys/m4/ 48 47 /libpolys/polys/templates/p_Procs_Generate -
kernel/mod2.h
r52e6ef r9bb030 4 4 * 5 5 * mod2.h: Main configuration file for Singular 6 * DO NOT EDIT!7 6 * 8 7 *******************************************************************/ … … 12 11 /* please include singularconfig.h exclusively via <kernel/mod2.h> and before any other header */ 13 12 # include <singularconfig.h> 14 15 13 # include <misc/auxiliary.h> 16 14 -
libpolys/configure.ac
r52e6ef r9bb030 147 147 AC_CONFIG_FILES([polys/Makefile]) 148 148 AC_CONFIG_FILES([tests/Makefile]) 149 AC_CONFIG_FILES([libpolys-config libpolys.pc misc/auxiliary.h])149 AC_CONFIG_FILES([libpolys-config libpolys.pc]) 150 150 AC_OUTPUT -
libpolys/misc/Makefile.am
r52e6ef r9bb030 13 13 libmisc_la_includedir = $(includedir)/singular/misc 14 14 libmisc_la_include_HEADERS = mylimits.h options.h intvec.h int64vec.h \ 15 sirandom.h prime.h 15 sirandom.h prime.h auxiliary.h 16 16 17 nodist_libmisc_la_include_HEADERS = auxiliary.h18 nodist_libmisc_la_SOURCES = auxiliary.h19
Note: See TracChangeset
for help on using the changeset viewer.