Changeset 7a5e7c in git for Singular/Makefile.in


Ignore:
Timestamp:
Jun 12, 1998, 7:41:42 PM (26 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '6e5adcba05493683b94648c659a729c189812c77')
Children:
069fcf4380789e4c2f33f5e235d901d02dd871ba
Parents:
60c7ad1963149772ccf27f5cca2b5ea93c1030d1
Message:
	* polys.cc: pComp for simple orderings based on only three
	routines (no variation for # of variables)

	* spolys0.cc (spGSpolyLoop): globally replaced by spSpolyLoop_General


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

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.in

    r60c7ad r7a5e7c  
    129129## Build Targets
    130130##
    131 
    132 
    133131.l.cc:
    134132        @if test "x${LEX}" = x; then \
     
    211209        ${LEX} -I -Pyylp -olibparse.cc libparse.l
    212210
     211src: scanner.cc grammar.h grammar.cc libparse.cc spSpolyLoop.inc
     212
    213213mod2.h: stamp-h
    214214
     
    255255
    256256clean:
    257         -rm -f Singular Singularg Singularp Singularb *.o *.og core *.op *.ob
     257        -rm -f Singular Singularg Singularp Singularb libparse \
     258            *.o *.og core *.op *.ob
    258259
    259260distclean: clean
     
    262263        -rm -f mod2.h Makefile TAGS* config.status config.cache config.log
    263264
    264 maintainer-clean: distclean
     265srcclean:
     266        @echo "This command is intended for maintainers to use;"
     267        @echo "Rebuilding the deleted files requires flex"
     268        @echo "bison, perl"
     269        -rm -f scanner.cc grammar.h grammar.cc libparse.cc spSpolyLoop.inc
     270
     271maintainer-clean: distclean srcclean
    265272        @echo "This command is intended for maintainers to use;"
    266273        @echo "Rebuilding the deleted files requires flex"
    267274        @echo "bison, perl and autoconf"
    268         -rm configure scanner.cc grammar.h grammar.cc libparse.cc spSpolyLoop.inc
     275        -rm configure
    269276
    270277##
Note: See TracChangeset for help on using the changeset viewer.