1lib_LTLIBRARIES = libbpmnr.la
2libbpmnr_la_SOURCES = nr_fit.c \
3                      nr_four1.c \
4                      nr_gammln.c \
5                      nr_gammq.c \
6                      nr_gcf.c \
7                      nr_gser.c \
8                      nr_realft.c \
9                      nr_checks.c \
10                      nr_rangauss.c \
11                      nr_ran1.c \
12                      nr_ranuniform.c \
13                      nr_seed.c \
14                      nr_levmar.c \
15                      nr_median.c \
16                      nr_select.c \
17                      gsl_matrix.c \
18                      gsl_vector.c \
19                      gsl_linalg.c \
20                      gsl_block.c \
21                      gsl_blas.c \
22                      nr_complex.c \
23                      nr_sinc.c \
24                      nr_quadinterpol.c \
25                      dround.c
26
27pkgincludedir=$(includedir)/bpm
28pkginclude_HEADERS = bpm_nr.h
29
30INCLUDES= -I$(top_builddir) -I$(top_srcdir)
31
32libbpmnr_la_LDFLAGS = -release $(BPM_LIB_VERSION)
33
34