Changeset c2eb2e in git for kernel/Makefile.am


Ignore:
Timestamp:
Sep 28, 2011, 6:22:34 PM (13 years ago)
Author:
Volker Braun <vbraun.name@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
a0acbc558a10c931620702cf1f67288945e04b23
Parents:
83db8d3000b4078b3fa1965f387d1f5099e5426e
git-author:
Volker Braun <vbraun.name@gmail.com>2011-09-28 18:22:34+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:44+01:00
Message:
make install and make distcheck work now
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile.am

    r83db8d rc2eb2e  
    1010
    1111
    12 
    1312CXXTEMPLFLAGS = --no-exceptions ## -fno-implicit-templates
    1413
    15 
    16 lib_LIBRARIES = libkernel.a libkernel_g.a
    17 
     14libkernel_LIBRARIES = libkernel.a libkernel_g.a
     15libkerneldir = $(libdir)/singular
    1816
    1917libkernel_a_CFLAGS   = -O3 -fomit-frame-pointer -Wextra -Wall -Wno-long-long ${PIPE}
     
    5048    f5c.cc ratgring.cc shiftgb.cc gfan.cc \
    5149    linearAlgebra.cc nc.cc preimage.cc \
    52     fegetopt.c kInline.h
     50    fegetopt.c
    5351
    5452libkernel_a_SOURCES   = $(SOURCES)
    5553libkernel_g_a_SOURCES = $(SOURCES)
    56 
    57 libkernel_a_includedir  =${includedir}/kernel/
    58 libkernel_g_a_includedir=${includedir}/kernel/
    5954
    6055KERNELHEADERS = polys.h hutil.h stairc.h ideals.h \
     
    7267        fegetopt.h \
    7368        ratgring.h shiftgb.h nc.h \
    74         gfan.h preimage.h
     69        gfan.h preimage.h mod2.h longrat.h timer.h kInline.h modulop.h fast_mult.h \
     70        digitech.h tgb.h ringgb.h tgbgauss.h tgb_internal.h \
     71        linearAlgebra.h page.h
    7572
    76 libkernel_a_include_HEADERS   = $(KERNELHEADERS)
    77 libkernel_g_a_include_HEADERS = $(KERNELHEADERS)
    78 
     73libkernel_includedir  =${includedir}/singular/kernel/
     74libkernel_include_HEADERS   = $(KERNELHEADERS)
    7975
    8076if ENABLE_FACTORY
     
    9995testg_CXXFLAGS = -g -Wextra -Wall -Wno-long-long -pedantic ${PIPE} $(CXXTEMPLFLAGS)
    10096
    101 testr_SOURCES = test.cc
    102 testg_SOURCES = test.cc
     97testsources = test.cc f5c.h f5data.h f5gb.h f5lists.h
     98testr_SOURCES = $(testsources)
     99testg_SOURCES = $(testsources)
    103100
    104101testr_LDADD = -lkernel -lpolys -lcoeffs -lresources -lreporter -lmisc $(FACTORY_LIBS) -lomalloc $(NTL_LIBS) $(GMP_LIBS) ${USEPPROCSDYNAMICLDFLAGS} ${USEPPROCSDYNAMICLD}
     
    112109
    113110
    114 # noinst_HEADERS =
    115 
Note: See TracChangeset for help on using the changeset viewer.