Changeset d44785 in git for libpolys/coeffs/Makefile.am


Ignore:
Timestamp:
Sep 27, 2011, 3:15:55 PM (13 years ago)
Author:
Volker Braun <vbraun.name@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
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
  • libpolys/coeffs/Makefile.am

    rb9e11ba rd44785  
    2525        gnumpc.cc gnumpfl.cc longrat.cc longrat0.cc ffields.cc \
    2626        modulop.cc mpr_complex.cc
     27
    2728libcoeffs_a_SOURCES   = $(SOURCES)
    2829libcoeffs_g_a_SOURCES = $(SOURCES)
    29 
    3030
    3131## include_HEADERS = coeffs.h numbers.h
     
    7676# -fdiagnostics-show-option
    7777
    78 testr_CPPFLAGS = -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H
    79 testg_CPPFLAGS = -DHAVE_CONFIG_H
     78testr_CPPFLAGS = -DNDEBUG -DOM_NDEBUG
     79testg_CPPFLAGS =
    8080
    8181#gftables: ${top_srcdir}/../factory/gftables
Note: See TracChangeset for help on using the changeset viewer.