Wrapper for Clustal Omega.
[jabaws.git] / binaries / src / clustalo / src / clustal / Makefile.am
1 AM_CFLAGS = @OPENMP_CFLAGS@ @AM_CFLAGS@
2 AM_LDFLAGS = @AM_LDFLAGS@
3
4 noinst_LTLIBRARIES = libclustal.la
5
6 libclustal_la_SOURCES = \
7         hhalign_wrapper.c hhalign_wrapper.h \
8                 ktuple_pair.c ktuple_pair.h \
9         list.c list.h \
10                 log.c log.h \
11         muscle_upgma.c muscle_upgma.h \
12         muscle_tree.c muscle_tree.h \
13         mbed.c mbed.h \
14         pair_dist.h pair_dist.c \
15         progress.c progress.h \
16         queue.h \
17         seq.c seq.h \
18         symmatrix.c symmatrix.h \
19         tree.c tree.h \
20         util.c util.h \
21         weights.c weights.h
22
23 library_includedir=$(includedir)/clustalo/clustal
24
25 library_include_HEADERS = \
26         hhalign_wrapper.h \
27         ktuple_pair.h \
28         log.h \
29         mbed.h \
30         muscle_tree.h \
31         pair_dist.h \
32         progress.h \
33         seq.h \
34         symmatrix.h \
35         tree.h \
36         util.h \
37         weights.h
38