Changeset 0ff203 in git for libpolys/polys/Makefile.am


Ignore:
Timestamp:
Sep 29, 2011, 10:08:30 AM (13 years ago)
Author:
Volker Braun <vbraun.name@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
61a05011eb6c7b5ce19f060abf2ce176727b964e
Parents:
5d18675b2ded38546a705f58d4e8b9d631357571
git-author:
Volker Braun <vbraun.name@gmail.com>2011-09-29 10:08:30+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:47+01:00
Message:
stop automake from flattening install subdirectories for headers
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/Makefile.am

    r5d18675 r0ff203  
    4444LIBPOLYSHEADERS = monomials/ring.h monomials/monomials.h \
    4545        nc/nc.h nc/sca.h nc/summator.h nc/ncSAFormula.h nc/ncSACache.h nc/ncSAMult.h \
    46         operations/pShallowCopyDelete.h operations/p_Mult_q.h \
    47         templates/p_Procs.h mod_raw.h \
     46        operations/pShallowCopyDelete.h \
     47        templates/p_Procs.h templates/p_MemAdd.h templates/p_MemCmp.h \
    4848        monomials/p_polys.h monomials/maps.h prCopy.h \
    4949        kbuckets.h sbuckets.h simpleideals.h weight.h matpol.h \
    5050        sparsmat.h clapsing.h clapconv.h coeffrings.h \
    51         ext_fields/algext.h ext_fields/transext.h
     51        ext_fields/algext.h ext_fields/transext.h mod_raw.h 
    5252
    5353EXTRA_DIST = \
    5454        prCopy.pl prCopyTemplate.cc \
    55         templates/p_Procs_Lib.cc templates/p_MemCmp.h templates/p_MemCopy.h templates/p_Numbers.h \
     55        templates/p_Procs_Lib.cc templates/p_MemCopy.h templates/p_Numbers.h \
    5656        templates/p_Procs_Set.h templates/p_Procs_Static.h templates/p_Procs_Dynamic.h \
    5757        templates/p_Procs_Impl.h templates/p_Delete__T.cc templates/p_Copy__T.cc \
    58         templates/p_ShallowCopyDelete__T.cc templates/p_MemAdd.h templates/p_Mult_nn__T.cc \
     58        templates/p_ShallowCopyDelete__T.cc templates/p_Mult_nn__T.cc \
    5959        templates/pp_Mult_nn__T.cc templates/pp_Mult_mm__T.cc templates/p_Mult_mm__T.cc \
    6060        templates/pp_Mult_Coeff_mm_DivSelect__T.cc templates/pp_Mult_nn__T.cc \
    6161        templates/pp_Mult_Coeff_mm_DivSelectMult__T.cc \
    62         templates/pp_Mult_mm_Noether__T.cc \
     62        templates/pp_Mult_mm_Noether__T.cc operations/p_Mult_q.h \
    6363        templates/p_kBucketSetLm__T.cc templates/p_Minus_mm_Mult_qq__T.cc \
    6464        templates/p_Merge_q__T.cc templates/p_Add_q__T.cc templates/p_Neg__T.cc
     
    124124libpolys_includedir=$(includedir)/singular/polys
    125125
    126 libpolys_include_HEADERS = $(LIBPOLYSHEADERS)
     126nobase_libpolys_include_HEADERS = $(LIBPOLYSHEADERS)
    127127
    128128libpolys_a_SOURCES = ${SOURCES}
Note: See TracChangeset for help on using the changeset viewer.