Changeset 772990 in git
- Timestamp:
- Feb 22, 2012, 8:18:39 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 260672366116e9f5c3b19013786b1955f55cd47a
- Parents:
- 762407dfdd4ce18e60ae114357800624f0b09308
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-22 20:18:39+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-23 20:35:09+01:00
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.am
r762407 r772990 153 153 table.h \ 154 154 tok.h \ 155 version.h \156 155 walk.h 156 157 157 158 158 nodist_libSingular_la_SOURCES = mpsr_Tok.inc iparith.inc plural_cmd.inc 159 159 nodist_libSingular_g_la_SOURCES = mpsr_Tok.inc iparith.inc plural_cmd.inc 160 161 noinst_HEADERS = version.h 162 160 163 161 164 libSingular_includedir = ${includedir}/singular/Singular/ -
kernel/Makefile.am
r762407 r772990 52 52 libkernel_g_la_SOURCES = $(SOURCES) 53 53 54 KERNELHEADERS = polys.h hutil.h stairc.h ideals.h \54 KERNELHEADERS = mod2.h polys.h hutil.h stairc.h ideals.h \ 55 55 structs.h \ 56 56 syz.h \ -
libpolys/misc/Makefile.am
r762407 r772990 22 22 23 23 libmisc_includedir = $(includedir)/singular/misc 24 libmisc_include_HEADERS = mylimits.h options.h intvec.h int64vec.h 24 libmisc_include_HEADERS = mylimits.h options.h intvec.h int64vec.h auxiliary.h 25 25 26 26 nodist_libmisc_la_SOURCES = auxiliary.h -
omalloc/Makefile.am
r762407 r772990 32 32 libomalloc_g_la_SOURCES=$(SOURCES) $(noinst_HEADERS) 33 33 34 nodist_libomalloc_la_SOURCES = omConfig.h mylimits.h omalloc.h omTables.inc omTables.h 35 nodist_libomalloc_g_la_SOURCES = omConfig.h omalloc.h omTables.inc omTables.h 34 nodist_libomalloc_la_SOURCES = omTables.inc omTables.h mylimits.h 35 nodist_libomalloc_g_la_SOURCES = omTables.inc omTables.h mylimits.h 36 37 nodist_libomalloc_include_HEADERS = omConfig.h mylimits.h omTables.h 36 38 37 39 ### NOTE: "_g" (debug) means full library
Note: See TracChangeset
for help on using the changeset viewer.