Wrapper for Clustal Omega.
[jabaws.git] / binaries / src / clustalo / Makefile.am
1 # Some useful automake documentation:
2 # http://www.openismus.com/documents/linux/automake/automake.shtml
3 # http://www.bioinf.uni-freiburg.de/~mmann/HowTo/automake.html
4
5 # we do not use GNU-style files: NEWS README AUTHORS ChangeLog
6 #AUTOMAKE_OPTIONS = foreign
7
8 ACLOCAL_AMFLAGS=-I m4
9 SUBDIRS = src
10 # SUBDIRS = src tests
11
12 dist_doc_DATA = README
13
14 EXTRA_DIST = Doxyfile
15
16 pkgconfigdir = $(libdir)/pkgconfig
17 pkgconfig_DATA = clustalo.pc
18
19
20 bug-tests: all
21         cd bug-tests && $(SHELL) bug-tests.sh;
22
23 #dist-hook:
24 #       svnversion . > $(distdir)/src/svnversion.h 2>/dev/null
25