Changeset 860d71 in git for factory/Makefile.am


Ignore:
Timestamp:
May 11, 2012, 3:10:11 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0d1984ff9810b1f329e5aea72c3390fe48bc5e63
Parents:
b0ca43c93260d239fb0b76a8aa762b1ea55d09a2845c26085348f7b5e0c6e14ec73d58120fe1aa80
Message:
Merge pull request #108 from mmklee/factory_clean_up_sw

Factory clean up sw
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/Makefile.am

    rb0ca43c r860d71  
    7878                facMul.cc \
    7979                facSparseHensel.cc \
    80                 fieldGCD.cc \
    8180                ffops.cc \
    8281                FLINTconvert.cc \
     
    9089                int_pp.cc \
    9190                int_rat.cc \
    92                 sm_sparsemod.cc \
    93                 sm_util.cc \
    9491                variable.cc \
    9592                NTLconvert.cc \
    96                 abs_fac.cc \
    97                 bifac.cc \
    98                 lgs.cc \
    9993                singext.cc \
    10094                parseutil.cc \
     
    163157                facMul.h \
    164158                facSparseHensel.h \
    165                 fieldGCD.h \
    166159                ffops.h \
    167160                FLINTconvert.h \
     
    175168                int_pp.h \
    176169                int_rat.h \
    177                 sm_sparsemod.h \
    178                 sm_util.h \
    179170                timing.h \
    180171                variable.h \
    181172                NTLconvert.h \
    182                 bifac.h \
    183                 bifacConfig.h \
    184                 lgs.h \
    185173                algext.h \
    186174                singext.h \
     
    261249                factory.template
    262250
    263 # FTE source files
    264 ftestsrc =      ftest/ftest_io.cc \
    265                 ftest/ftest_util.cc \
    266                 ftest/ntl_util.cc
    267 
    268 # FTE header files
    269 ftestincl =     ftest/ftest_io.h \
    270                 ftest/ftest_util.h \
    271                 ftest/ntl_util.h
    272 
    273 ftestm4src =    ftest/commonden.m4 \
    274                 ftest/degree.m4 \
    275                 ftest/deriv.m4 \
    276                 ftest/divides.m4 \
    277                 ftest/divrem.m4 \
    278                 ftest/extgcd.m4 \
    279                 ftest/factorize.m4 \
    280                 ftest/fbinops.m4 \
    281                 ftest/feval.m4 \
    282                 ftest/gcd.m4 \
    283                 ftest/gcd.ntl.m4 \
    284                 ftest/insert.m4 \
    285                 ftest/norm.m4 \
    286                 ftest/resultant.m4 \
    287                 ftest/revert.m4 \
    288                 ftest/sqrfree.m4 \
    289                 ftest/size.m4 \
    290                 ftest/totaldegree.m4
    291 
    292 ftestdistfiles = \
    293                 ftest/ftest_util.m4
    294 
    295251EXTRA_DIST =    test_install.cc \
    296252                $(templatesrc) $(hdrtemplsrc) \
    297                 $(ftestsrc) $(ftestincl) $(ftestm4src) $(ftestdistfiles) \
    298253                doxygen.cfg factory.cfg \
    299254                examples/application.cc \
Note: See TracChangeset for help on using the changeset viewer.