summaryrefslogtreecommitdiff
path: root/gsl-1.9/complex/Makefile.am
blob: 9fd87a9fa64ee803822252442336fd44effb14cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
noinst_LTLIBRARIES = libgslcomplex.la 

pkginclude_HEADERS = gsl_complex.h gsl_complex_math.h

#INCLUDES = -I$(top_builddir) -I$(top_srcdir)
INCLUDES = -I$(top_srcdir)

libgslcomplex_la_SOURCES = math.c

TESTS = $(check_PROGRAMS)
check_PROGRAMS = test

test_SOURCES = test.c results.h results1.h results_real.h
test_LDADD = libgslcomplex.la ../err/libgslerr.la ../ieee-utils/libgslieeeutils.la ../err/libgslerr.la ../test/libgsltest.la ../sys/libgslsys.la  ../utils/libutils.la