Ignore:
Timestamp:
Oct 6, 2011, 9:18:17 AM (11 years ago)
Author:
sam
Message:

test: more Remez exchange experimentations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/math/Makefile.am

    r1009 r1011  
    44all-local: $(noinst_PROGRAMS)
    55        test x$(MAKE_FSELF) = xno || make_fself pi$(EXEEXT) pi.self
     6        test x$(MAKE_FSELF) = xno || make_fself poly$(EXEEXT) pi.self
    67        test x$(MAKE_FSELF) = xno || make_fself remez$(EXEEXT) remez.self
    78
     
    1011             $(noinst_PROGRAMS:%$(EXEEXT)=%.exe)
    1112
    12 noinst_PROGRAMS = pi remez
     13noinst_PROGRAMS = pi poly remez
    1314
    1415pi_SOURCES = pi.cpp
     
    1718pi_DEPENDENCIES = $(top_builddir)/src/liblol.a
    1819
     20poly_SOURCES = poly.cpp
     21poly_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@
     22poly_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@
     23poly_DEPENDENCIES = $(top_builddir)/src/liblol.a
     24
    1925remez_SOURCES = remez.cpp remez-matrix.h remez-solver.h
    2026remez_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@
Note: See TracChangeset for help on using the changeset viewer.