Changeset 547f64 in git


Ignore:
Timestamp:
Jun 17, 2010, 2:41:29 PM (13 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
04dd0ce998a4a58df8fc3aaf1bd42b662efc847c
Parents:
7bf14550d613edf557228ca502041b4a91b07ce3
Message:
changes for new factorization


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

Legend:

Unmodified
Added
Removed
  • factory/GNUmakefile.in

    r7bf145 r547f64  
    133133                cf_char.cc \
    134134                cf_chinese.cc \
    135                 cf_cyclo.cc\
     135                cf_cyclo.cc \
    136136                cf_eval.cc \
    137137                cf_factor.cc \
     
    157157                cf_util.cc \
    158158                debug.cc \
     159                DegreePattern.cc \
     160                ExtensionInfo.cc \
    159161                fac_berlekamp.cc \
    160162                fac_cantzass.cc \
     
    167169                fac_univar.cc \
    168170                fac_util.cc \
     171                facFqBivar.cc \
     172                facFqBivarUtil.cc \
     173                facFqFactorize.cc \
     174                facFqFactorizeUtil.cc \
     175                facFqSquarefree.cc \
     176                facHensel.cc \
    169177                fieldGCD.cc \
    170178                ffops.cc \
     
    202210
    203211# factory object files and dependencies
    204 factoryobj1 :=  $(factorysrc:%.cc=%.o)
    205 factoryobj :=   $(factoryobj1:%.y=%.o)
     212factoryobj :=   $(factorysrc:%.cc=%.o) $(factorysrc:%.y=%.o)
    206213factorygobj :=  $(factorysrc:%.cc=%.og)
    207214factorypobj :=  $(factorysrc:%.cc=%.op)
     
    215222                cf_algorithm.h \
    216223                cf_binom.h \
    217                 cf_cyclo.h\
    218224                cf_defs.h \
    219225                cf_eval.h \
    220226                cf_factory.h \
    221                 cf_gcd_smallp.h \
    222227                cf_generator.h \
    223228                cf_globals.h \
     229                cf_gcd_smallp.h \
    224230                cf_irred.h \
    225231                cf_iter.h \
    226232                cf_map.h \
    227                 cf_map_ext.h \
    228233                cf_primes.h \
    229234                cf_primetab.h \
     
    233238                cf_util.h \
    234239                debug.h \
     240                DegreePattern.h \
     241                ExtensionInfo.h \
    235242                fac_berlekamp.h \
    236243                fac_cantzass.h \
     
    241248                fac_univar.h \
    242249                fac_util.h \
     250                facFqBivar.h \
     251                facFqBivarUtil.h \
     252                facFqFactorize.h \
     253                facFqFactorizeUtil.h \
     254                facFqSquarefree.h \
     255                facHensel.h \
    243256                fieldGCD.h \
    244257                ffops.h \
     
    470483all:            $(alltargets)
    471484
    472 cf:             factoryconf.h factory.h $(libfactory) libsingcf_g.a
     485cf:             factoryconf.h factory.h $(libfactory) libsingcf_g.a libsingcf_p.a
    473486
    474487mem:            libcfmem.a
     
    612625install:        $(installtargets)
    613626
    614 install_all:    install libsingcf_p.a
    615                 -$(INSTALL_DATA) libsingcf_p.a $(libdir)/libsingcf_p.a
    616 
    617627install-nolns: install
    618628
     
    623633                $(INSTALL_DATA) $(libfactory) $(libdir)/$(libfactory)
    624634                -$(INSTALL_DATA) libsingcf_g.a $(libdir)/libsingcf_g.a
     635                -$(INSTALL_DATA) libsingcf_p.a $(libdir)/libsingcf_p.a
    625636                $(INSTALL_DATA) factory.h $(includedir)/factory.h
    626637                $(INSTALL_DATA) cf_gmp.h $(includedir)/cf_gmp.h
Note: See TracChangeset for help on using the changeset viewer.