Changeset d828d63 in git for Singular/Makefile.am
- Timestamp:
- Aug 2, 2012, 10:29:12 AM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ad2543eab51733612ba7d118afc77edca719600e')
- Children:
- 0419aba8292e7109329604d8ad03b70f8ef65423
- Parents:
- 85bcd6879cf375abcd839182c40d607f5e1e7884
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.am
r85bcd6 rd828d63 68 68 minpoly.cc\ 69 69 misc_ip.cc\ 70 mpsr_Error.cc\71 mpsr_Get.cc\72 mpsr_GetMisc.cc\73 mpsr_GetPoly.cc\74 mpsr_Put.cc\75 mpsr_PutPoly.cc\76 mpsr_Timer.cc\77 mpsr_Tok.cc\78 mpsr_sl.cc\79 70 ndbm.cc\ 80 71 newstruct.cc\ … … 132 123 mmalloc.h \ 133 124 omSingularConfig.h \ 134 mpsr.h \135 mpsr_Get.h \136 mpsr_Put.h \137 mpsr_Timer.h \138 mpsr_Tok.h \139 mpsr_sl.h \140 125 ndbm.h \ 141 126 newstruct.h \ … … 158 143 159 144 # plural_cmd.inc 160 nodist_libSingular_la_SOURCES = mpsr_Tok.inciparith.inc161 nodist_libSingular_g_la_SOURCES = mpsr_Tok.inciparith.inc145 nodist_libSingular_la_SOURCES = iparith.inc 146 nodist_libSingular_g_la_SOURCES = iparith.inc 162 147 163 148 noinst_HEADERS = version.h … … 364 349 365 350 # These files are built first 366 BUILT_SOURCES = feOpt.inc feOptTS.inc feOptES.inc mpsr_Tok.inciparith.inc LIB/all.lib plural_cmd.inc \351 BUILT_SOURCES = feOpt.inc feOptTS.inc feOptES.inc iparith.inc LIB/all.lib plural_cmd.inc \ 367 352 gftables MOD 368 353 … … 384 369 # plural_cmd.inc: iparith.inc 385 370 386 mpsr_Tok.inc: gentable2387 ${abs_builddir}/gentable2388 389 390 371 391 372 gftables: ${abs_top_srcdir}/factory/gftables
Note: See TracChangeset
for help on using the changeset viewer.