WSTester updated to work plus hopefully all the other changes that need to go into...
[jabaws.git] / binaries / src / ViennaRNA / Kinfold / Makefile.am
diff --git a/binaries/src/ViennaRNA/Kinfold/Makefile.am b/binaries/src/ViennaRNA/Kinfold/Makefile.am
new file mode 100644 (file)
index 0000000..61d8031
--- /dev/null
@@ -0,0 +1,22 @@
+bin_PROGRAMS = Kinfold
+SUBDIRS = Example
+
+Kinfold_LDFLAGS=$(OPENMP_CFLAGS)
+
+Kinfold_SOURCES = baum.c cache.c globals.c main.c nachbar.c \
+                 baum.h cache_util.h globals.h   nachbar.h \
+                 cmdline.c cmdline.h
+EXTRA_DIST = Laplace/extract_data.pl \
+             Laplace/laplace.sh \
+             Laplace/README \
+             Laplace/seq1 \
+             Laplace/seq1_ref.ps \
+             Laplace/to_boxplot.R \
+             kinfold.ggo
+
+globals.o: cmdline.h
+
+cmdline.h cmdline.c: kinfold.ggo
+       gengetopt -i kinfold.ggo
+
+dist_man_MANS = Kinfold.1