2000-04-27 22:03:57 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
|
|
noinst_LIBRARIES = libcmaths.a
|
|
|
|
|
|
|
|
|
|
libcmaths_a_SOURCES = \
|
|
|
|
|
cmath1.c \
|
|
|
|
|
cmath1.h \
|
|
|
|
|
cmath2.c \
|
|
|
|
|
cmath2.h \
|
|
|
|
|
cmath3.c \
|
|
|
|
|
cmath3.h \
|
|
|
|
|
cmath4.c \
|
|
|
|
|
cmath4.h
|
|
|
|
|
|
2000-06-03 14:08:35 +02:00
|
|
|
bin_PROGRAMS = test_cx_mag test_cx_j test_cx_ph
|
|
|
|
|
|
|
|
|
|
test_cx_ph_SOURCES = \
|
|
|
|
|
test_cx_ph.c
|
|
|
|
|
|
|
|
|
|
test_cx_ph_LDADD = \
|
|
|
|
|
libcmaths.a \
|
|
|
|
|
../../misc/libmisc.a
|
2000-04-27 22:03:57 +02:00
|
|
|
|
2000-05-30 21:36:33 +02:00
|
|
|
test_cx_mag_SOURCES = \
|
|
|
|
|
test_cx_mag.c
|
|
|
|
|
|
|
|
|
|
test_cx_mag_LDADD = \
|
|
|
|
|
libcmaths.a \
|
|
|
|
|
../../misc/libmisc.a
|
|
|
|
|
|
|
|
|
|
test_cx_j_SOURCES = \
|
|
|
|
|
test_cx_j.c
|
|
|
|
|
|
|
|
|
|
test_cx_j_LDADD = \
|
|
|
|
|
libcmaths.a \
|
|
|
|
|
../../misc/libmisc.a
|
|
|
|
|
|
2000-06-03 14:08:35 +02:00
|
|
|
TESTS = test_cx_mag test_cx_j test_cx_ph
|
2000-04-27 22:03:57 +02:00
|
|
|
|
2000-05-13 12:36:41 +02:00
|
|
|
INCLUDES = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/maths/poly
|
2000-04-27 22:03:57 +02:00
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|