Mac binaries
[jabaws.git] / website / archive / binaries / mac / src / clustalo / src / kmpp / Makefile.am
diff --git a/website/archive/binaries/mac/src/clustalo/src/kmpp/Makefile.am b/website/archive/binaries/mac/src/clustalo/src/kmpp/Makefile.am
new file mode 100644 (file)
index 0000000..b26248b
--- /dev/null
@@ -0,0 +1,18 @@
+# Replaces squids own automake files
+#
+# Some useful automake documentation:
+# http://www.openismus.com/documents/linux/automake/automake.shtml
+# http://www.bioinf.uni-freiburg.de/~mmann/HowTo/automake.html
+
+#SUBDIRS =
+#EXTRA_DIST = 
+#LDADD =
+
+# need DCLUSTALO here to enable Clustal specific squid patches
+AM_CXXFLAGS = -DCLUSTALO @AM_CXXFLAGS@ 
+
+noinst_LTLIBRARIES = libkmpp.la
+
+libkmpp_la_SOURCES =  KMeans.cpp KMeans.h \
+       KmTree.cpp KmTree.h \
+       KmUtils.cpp KmUtils.h