aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/Makefile.am
blob: 576044a6450f3ea1e2e1a9ecfa3e4e9f633ac574 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
lib_LTLIBRARIES        = libcrystfel.la
libcrystfel_la_SOURCES = src/reflist.c src/utils.c src/cell.c src/detector.c \
                         src/thread-pool.c src/image.c src/hdf5-file.c \
                         src/beam-parameters.c src/geometry.c src/statistics.c \
                         src/symmetry.c src/stream.c src/peaks.c \
                         src/reflist-utils.c src/filters.c src/diffraction.c \
                         src/diffraction-gpu.c src/cl-utils.c src/render.c \
                         src/index.c src/dirax.c src/mosflm.c src/reax.c

libcrystfel_la_includedir=$(includedir)/crystfel/
libcrystfel_la_include_HEADERS = src/beam-parameters.h src/diffraction-gpu.h \
                                 src/hdf5-file.h src/reflist.h src/symmetry.h \
                                 src/cell.h src/diffraction.h src/image.h \
                                 src/reflist-utils.h src/thread-pool.h \
                                 src/cl-utils.h src/filters.h src/list_tmp.h \
                                 src/statistics.h src/utils.h src/detector.h \
                                 src/geometry.h src/peaks.h src/stream.h \
                                 src/render.h src/index.h \
                                 ../data/defs.h

INCLUDES = "-I$(top_srcdir)/data"
AM_CPPFLAGS = -DDATADIR=\""$(datadir)"\" -I$(top_builddir)/lib
AM_CPPFLAGS += -I$(top_srcdir)/lib