Changeset 6af1cc in git


Ignore:
Timestamp:
Jan 14, 2011, 3:09:15 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'fc741b6502fd8a97288eaa3eba6e5220f3c3df87')
Children:
8e0bf8b4ab959ccb20087537bf84bdc77bdee721
Parents:
351a5f98b6806d2385238578e737147580dc23de
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-01-14 15:09:15+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:59:25+01:00
Message:
syntax fixes for libpoly, part 4: Makefile
Location:
libpolys/polys
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/COPYING

    • Property mode changed from 120000 to 100644
    r351a5f r6af1cc  
    1 /sw/share/automake-1.11/COPYING
  • libpolys/polys/INSTALL

    • Property mode changed from 120000 to 100644
    r351a5f r6af1cc  
    1 /sw/share/automake-1.11/INSTALL
  • libpolys/polys/Makefile.am

    r351a5f r6af1cc  
    1010SOURCES = \
    1111        monomials/monomials.cc monomials/p_polys.cc monomials/ring.cc \
    12         pDebug.cc pInline0.cc pInline1.cc pInline2.cc \
     12        pDebug.cc pInline0.cc \
    1313        operations/pShallowCopyDelete.cc operations/p_Mult_q.cc \
    14         p_Procs_Lib.cc polys-impl.cc polys.cc \
     14        templates/p_Procs_Lib.cc polys.cc \
    1515        polys0.cc polys1.cc prCopy.cc prCopyTemplate.cc \
    16         sbucktes.cc
     16        sbuckets.cc
    1717
    1818noinst_HEADERS =
     
    2020include_HEADERS = \
    2121        monomials/ring.h \
    22         pInline0.h pInline1.h pInline2.h operations/pShallowCopyDelete.h \
    23         p_MemAdd.h p_MemCmp.h p_MemCopy.h operations/p_Mult_q.h p_Numbers.h p_Procs.h \
    24         p_Procs_Dynamic.h p_Procs_Impl.h p_Procs_Set.h p_Procs_Static.h \
    25         monomials/p_polys.h monomials/polys-impl.h monomials/polys.h prCopy.h prCopyMacros.h \
     22        pInline0.h operations/pShallowCopyDelete.h \
     23        templates/p_MemAdd.h templates/p_MemCmp.h templates/p_MemCopy.h operations/p_Mult_q.h \
     24        templates/p_Numbers.h templates/p_Procs.h \
     25        templates/p_Procs_Dynamic.h templates/p_Procs_Impl.h templates/p_Procs_Set.h templates/p_Procs_Static.h \
     26        monomials/p_polys.h monomials/polys-impl.h polys.h prCopy.h prCopyMacros.h \
    2627        sbuckets.h
    2728
Note: See TracChangeset for help on using the changeset viewer.