Changeset 10af64 in git for factory/GNUmakefile.in


Ignore:
Timestamp:
Apr 30, 2010, 1:27:48 PM (14 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
fc9f447ee5bbbae5a9b939471a9d59e37de27249
Parents:
9a310ad825cea963668f28e058738412470ae904
Message:
added new modular gcd over finite fields

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

Legend:

Unmodified
Added
Removed
  • factory/GNUmakefile.in

    r9a310a r10af64  
    133133                cf_char.cc \
    134134                cf_chinese.cc \
     135                cf_cyclo.cc\
    135136                cf_eval.cc \
    136137                cf_factor.cc \
     
    138139                cf_gcd.cc \
    139140                cf_gcd_charp.cc \
     141                cf_gcd_smallp.cc \
    140142                cf_generator.cc \
    141143                cf_globals.cc \
     
    146148                cf_linsys.cc \
    147149                cf_map.cc \
     150                cf_map_ext.cc \
    148151                cf_ops.cc \
    149152                cf_primes.cc \
     
    215218                cf_eval.h \
    216219                cf_factory.h \
     220                cf_gcd_smallp.h \
    217221                cf_generator.h \
    218222                cf_globals.h \
Note: See TracChangeset for help on using the changeset viewer.