WSTester updated to work plus hopefully all the other changes that need to go into...
[jabaws.git] / binaries / src / ViennaRNA / Cluster / Makefile.am
diff --git a/binaries/src/ViennaRNA/Cluster/Makefile.am b/binaries/src/ViennaRNA/Cluster/Makefile.am
new file mode 100644 (file)
index 0000000..ca9f958
--- /dev/null
@@ -0,0 +1,27 @@
+bin_PROGRAMS = AnalyseDists AnalyseSeqs
+man_MANS = AnalyseDists.1 AnalyseSeqs.1
+
+AM_CPPFLAGS = -I$(srcdir)/../H
+
+AnalyseDists_SOURCES = split.c \
+          distance_matrix.c \
+          cluster.c \
+          treeplot.c \
+          AD_main.c
+
+AnalyseSeqs_SOURCES = statgeom.c \
+          distance_matrix.c \
+          cluster.c \
+          AS_main.c \
+          split.c \
+          treeplot.c \
+          PS3D.c
+noinst_HEADERS = cluster.h split.h treeplot.h distance_matrix.h statgeom.h \
+                PS3D.h StrEdit_CostMatrix.h  
+
+LDADD = utils.o -lm
+
+utils.o:
+       $(COMPILE) -c $(srcdir)/../lib/utils.c
+
+EXTRA_DIST = $(man_MANS)