Changeset d44785 in git for kernel


Ignore:
Timestamp:
Sep 27, 2011, 3:15:55 PM (13 years ago)
Author:
Volker Braun <vbraun.name@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f3fb4d02b80a3234382e5318316d68fb66cc1f08
Parents:
b9e11ba1ccf9ce6f95143f2be5524707ba4e9689
git-author:
Volker Braun <vbraun.name@gmail.com>2011-09-27 15:15:55+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:13:40+01:00
Message:
Cleaned up Makefile.am to remove superfluous rules
Also, note that -DHAVE_CONFIG_H is defined automatically
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile.am

    rb9e11ba rd44785  
    2525# -fdiagnostics-show-option
    2626
    27 libkernel_a_CPPFLAGS   = -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H
    28 libkernel_g_a_CPPFLAGS = -DHAVE_CONFIG_H
     27libkernel_a_CPPFLAGS   = -DNDEBUG -DOM_NDEBUG
     28#libkernel_g_a_CPPFLAGS =
    2929
    3030INCLUDES = -I${top_srcdir} -I${top_builddir} -I${top_srcdir}/libpolys -I${top_builddir}/libpolys $(GMP_CFLAGS) $(FACTORY_CFLAGS) $(NTL_CFLAGS)
     
    6868        khstd.h kstd1.h \
    6969        fglm.h fglmgauss.h fglmvec.h \
    70   GMPrat.h multicnt.h npolygon.h semic.h spectrum.h splist.h multicnt.h \
     70        GMPrat.h multicnt.h npolygon.h semic.h spectrum.h splist.h \
    7171        eigenval.h units.h \
    7272        fegetopt.h \
    7373        ratgring.h shiftgb.h nc.h \
    74         semic.h \
    7574        gfan.h preimage.h
    7675
     
    103102testg_SOURCES = test.cc
    104103
    105 # testr: libkernel.a
    106 # testg: libkernel_g.a
    107 
    108104testr_LDADD = -lkernel -lpolys -lcoeffs -lresources -lreporter -lmisc $(FACTORY_LIBS) -lomalloc $(NTL_LIBS) $(GMP_LIBS) ${USEPPROCSDYNAMICLDFLAGS} ${USEPPROCSDYNAMICLD}
    109105testg_LDADD = -lkernel_g -lpolys_g -lcoeffs_g -lresources_g -lreporter_g -lmisc_g $(FACTORY_LIBS) -lomalloc_g $(NTL_LIBS) $(GMP_LIBS) ${USEPPROCSDYNAMICLDFLAGS}  ${USEPPROCSDYNAMICLD}
    110106
    111 testr_CPPFLAGS = -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H
    112 testg_CPPFLAGS = -DHAVE_CONFIG_H
     107testr_CPPFLAGS = -DNDEBUG -DOM_NDEBUG
     108#testg_CPPFLAGS =
    113109
    114110CLEANFILES = $(TESTS)
Note: See TracChangeset for help on using the changeset viewer.