Wrapper for Clustal Omega.
[jabaws.git] / binaries / src / clustalo / src / kmpp / Makefile.am
1 # Replaces squids own automake files
2 #
3 # Some useful automake documentation:
4 # http://www.openismus.com/documents/linux/automake/automake.shtml
5 # http://www.bioinf.uni-freiburg.de/~mmann/HowTo/automake.html
6
7 #SUBDIRS =
8 #EXTRA_DIST = 
9 #LDADD =
10
11 # need DCLUSTALO here to enable Clustal specific squid patches
12 AM_CXXFLAGS = -DCLUSTALO @AM_CXXFLAGS@ 
13
14 noinst_LTLIBRARIES = libkmpp.la
15
16 libkmpp_la_SOURCES =  KMeans.cpp KMeans.h \
17         KmTree.cpp KmTree.h \
18         KmUtils.cpp KmUtils.h