Changeset eea2b0 in git for Singular/Makefile.in


Ignore:
Timestamp:
Apr 16, 1998, 6:10:24 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
66be51317f9400a7183a651dba28b63c4ebbdf83
Parents:
5821c1b832ca2803db683e6554957c7aac511380
Message:
1998-04-16  Olaf Bachmann  <obachman@mathematik.uni-kl.de>

	* mpsr_PutPoly.cc: Took out normalization of rational numbers
	before they are put -- might have side effects

	* extra.cc: added system("--option") which returns value of
	option; in debug mode: system("OptionValues") lists all option
	values

	* sing_mp.cc: use long option names for MP link options
	* MPtcp:launch: Uses find_exec as default application

	*  tesths.cc: New (handling of) command line options (long
	options, usage of getopt_long): Parse more than one argument
	script, etc ..
	*  added getopt.[c,h]for parsing of command lines

	* mod2.h.in, configure.in: Got rid off str* tests


git-svn-id: file:///usr/local/Singular/svn/trunk@1387 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.in

    r5821c1 reea2b0  
    9999    ndbm.cc spSpolyLoop.cc libparse.cc
    100100
    101 CSOURCES=mmalloc.c mmallocb.c mmallocs.c mmblock.c mmheap.c mmspec.c mmutil.c weight0.c find_exec.c
     101CSOURCES=mmalloc.c mmallocb.c mmallocs.c mmblock.c mmheap.c mmspec.c mmutil.c weight0.c find_exec.c getopt.c
    102102
    103103SOURCES=${CSOURCES} ${CXXSOURCES} grammar.y scanner.l libparse.l spSpolyLoop.pl
     
    114114        kstdfac.h mpsr_Get.h spolys.h \
    115115        kutil.h mpsr_Put.h spolys0.h \
    116         ndbm.h spSpolyLoop.h polys-impl.h polys-comp.h
     116        ndbm.h spSpolyLoop.h polys-impl.h polys-comp.h getopt.h
    117117
    118118TESTS=${testdir}/comparecheck ${testdir}/fac_test.in ${testdir}/fac_test.out\
     
    144144     mpsr_Error.o mpsr_Put.o mpsr_PutPoly.o mpsr_GetPoly.o \
    145145     mpsr_Get.o mpsr_GetMisc.o ndbm.o spSpolyLoop.o libparse.o \
    146      find_exec.o
     146     find_exec.o getopt.o
    147147
    148148##
     
    398398
    399399OBJG2= mmalloc.og mmallocb.og mmallocs.og mmblock.og mmheap.og \
    400      mmspec.og mmutil.og weight0.og find_exec.og
     400     mmspec.og mmutil.og weight0.og find_exec.og getopt.og
    401401
    402402
     
    472472
    473473OBJP2= mmalloc.op mmallocb.op mmallocs.op mmblock.op mmheap.op \
    474      mmspec.op mmutil.op weight0.op find_exec.op
     474     mmspec.op mmutil.op weight0.op find_exec.op getopt.op
    475475
    476476OBJP=$(OBJP1) $(OBJP2) claptmpl.op
     
    497497
    498498OBJB2= mmalloc.ob mmallocb.ob mmallocs.ob mmblock.ob mmheap.ob \
    499      mmspec.ob mmutil.ob weight0.ob find_exec.ob
     499     mmspec.ob mmutil.ob weight0.ob find_exec.ob getopt.ob
    500500
    501501OBJB=$(OBJB1) $(OBJB2) claptmpl.ob
Note: See TracChangeset for help on using the changeset viewer.