Last change
on this file since 1117 was
1117,
checked in by sam, 10 years ago
|
math: move the Remez algorithm implementation to the core.
|
File size:
993 bytes
|
Line | |
---|
1 | |
---|
2 | AM_CPPFLAGS = -I$(top_srcdir)/src |
---|
3 | |
---|
4 | all-local: $(noinst_PROGRAMS) |
---|
5 | test x$(MAKE_FSELF) = xno || make_fself pi$(EXEEXT) pi.self |
---|
6 | test x$(MAKE_FSELF) = xno || make_fself poly$(EXEEXT) poly.self |
---|
7 | test x$(MAKE_FSELF) = xno || make_fself remez$(EXEEXT) remez.self |
---|
8 | |
---|
9 | CLEANFILES = $(noinst_PROGRAMS:%$(EXEEXT)=%.self) \ |
---|
10 | $(noinst_PROGRAMS:%$(EXEEXT)=%.elf) \ |
---|
11 | $(noinst_PROGRAMS:%$(EXEEXT)=%.exe) |
---|
12 | |
---|
13 | noinst_PROGRAMS = pi poly remez |
---|
14 | |
---|
15 | pi_SOURCES = pi.cpp |
---|
16 | pi_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ |
---|
17 | pi_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@ |
---|
18 | pi_DEPENDENCIES = $(top_builddir)/src/liblol.a |
---|
19 | |
---|
20 | poly_SOURCES = poly.cpp |
---|
21 | poly_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ |
---|
22 | poly_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@ |
---|
23 | poly_DEPENDENCIES = $(top_builddir)/src/liblol.a |
---|
24 | |
---|
25 | remez_SOURCES = remez.cpp |
---|
26 | remez_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ |
---|
27 | remez_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@ |
---|
28 | remez_DEPENDENCIES = $(top_builddir)/src/liblol.a |
---|
29 | |
---|
Note: See
TracBrowser
for help on using the repository browser.