Changeset 4b7c2a in git


Ignore:
Timestamp:
May 30, 2014, 2:28:46 AM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
d9dfcea84bd0d2eb3427c96d4f714a02c904ad87
Parents:
44e55429c18451c5c2d86929c7cdbb8d0b2f1189
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-05-30 02:28:46+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-05-30 02:29:48+02:00
Message:
Fixed the target path for public kernel headers
Location:
kernel
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/Makefile.am

    r44e5542 r4b7c2a  
    77libGBEngine_la_SOURCES=khstd.cc kstdfac.cc kstd1.cc kstd2.cc kutil.cc nc.cc sca.cc gr_kstd2.cc kspoly.cc kpolys.cc syz.cc syz0.cc syz1.cc syz2.cc syz3.cc units.cc tgb.cc tgbgauss.cc f5data.cc f5lists.cc f5gb.cc f5c.cc ratgring.cc shiftgb.cc ringgb.cc janet.cc
    88
    9 libGBEngine_la_includedir=$(includedir)/kernel/GBEngine
     9libGBEngine_la_includedir=$(includedir)/singular/kernel/GBEngine
    1010libGBEngine_la_include_HEADERS=stairc.h syz.h kstdfac.h kutil.h khstd.h kstd1.h units.h ratgring.h shiftgb.h nc.h kInline.h tgb.h ringgb.h tgbgauss.h tgb_internal.h f5c.h f5data.h f5gb.h f5lists.h janet.h
    1111
  • kernel/combinatorics/Makefile.am

    r44e5542 r4b7c2a  
    77libcombinatorics_la_SOURCES=hdegree.cc hilb.cc hutil.cc
    88
    9 libcombinatorics_la_includedir=$(includedir)/kernel/combinatorics
     9libcombinatorics_la_includedir=$(includedir)/singular/kernel/combinatorics
    1010libcombinatorics_la_include_HEADERS=hutil.h
    1111
  • kernel/fglm/Makefile.am

    r44e5542 r4b7c2a  
    77libfglm_la_SOURCES=fglmzero.cc fglmvec.cc fglmgauss.cc fglmhom.cc fglmcomb.cc
    88
    9 libfglm_la_includedir=$(includedir)/singular/fglm
     9libfglm_la_includedir=$(includedir)/singular/kernel/fglm
    1010libfglm_la_include_HEADERS=fglm.h fglmgauss.h fglmvec.h
    1111
  • kernel/groebner_walk/Makefile.am

    r44e5542 r4b7c2a  
    77libgroebner_walk_la_SOURCES=walkProc.cc walkMain.cc walkSupport.cc
    88
    9 libgroebner_walk_la_includedir=$(includedir)/kernel/groebner_walk
     9libgroebner_walk_la_includedir=$(includedir)/singular/kernel/groebner_walk
    1010libgroebner_walk_la_include_HEADERS=walkProc.h walkMain.h walkSupport.h
    1111
  • kernel/linear_algebra/Makefile.am

    r44e5542 r4b7c2a  
    1010
    1111
    12 liblinear_algebra_la_includedir=$(includedir)/kernel/linear_algebra
     12liblinear_algebra_la_includedir=$(includedir)/singular/kernel/linear_algebra
    1313liblinear_algebra_la_include_HEADERS= \
    1414  Minor.h MinorInterface.h MinorProcessor.h \
  • kernel/maps/Makefile.am

    r44e5542 r4b7c2a  
    77libmaps_la_SOURCES=fast_maps.cc
    88
    9 libmaps_la_includedir=$(includedir)/kernel/maps
     9libmaps_la_includedir=$(includedir)/singular/kernel/maps
    1010libmaps_la_include_HEADERS=fast_maps.h
    1111
  • kernel/spectrum/Makefile.am

    r44e5542 r4b7c2a  
    77libspectrum_la_SOURCES=GMPrat.cc multicnt.cc npolygon.cc semic.cc spectrum.cc splist.cc
    88
    9 libspectrum_la_includedir=$(includedir)/kernel/spectrum
     9libspectrum_la_includedir=$(includedir)/singular/kernel/spectrum
    1010libspectrum_la_include_HEADERS=GMPrat.h multicnt.h npolygon.h semic.h spectrum.h splist.h kmatrix.h
    1111
Note: See TracChangeset for help on using the changeset viewer.