Add missing binaty and statis library
[jabaws.git] / binaries / src / ViennaRNA / Utils / Makefile.am
1 pkgbindir = $(pkgdatadir)/bin
2 pkgbin_PROGRAMS = b2ct popt
3
4 pscript = b2mt.pl ct2b.pl dpzoom.pl mountain.pl relplot.pl rotate_ss.pl cmount.pl colorrna.pl coloraln.pl refold.pl switch.pl
5 pkgbin_SCRIPTS = $(pscript) Fold
6
7 EXTRA_DIST = $(pscript) Fold
8
9 LDADD = -L../lib -lRNA -lm
10
11 AM_CPPFLAGS = -I$(srcdir)/../H
12
13 $(pscript) : Makefile
14         if test -n "@PerlCmd@"; then \
15           @PerlCmd@ -npi -e 's|^#!\S+|#!@PerlCmd@|' $@ ; \
16         fi