annotate fastx_toolkit-0.0.6/src/libfastx/Makefile.am @ 3:997f5136985f draft default tip

Uploaded
author xilinxu
date Thu, 14 Aug 2014 04:52:17 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
997f5136985f Uploaded
xilinxu
parents:
diff changeset
1
997f5136985f Uploaded
xilinxu
parents:
diff changeset
2 noinst_LIBRARIES = libfastx.a
997f5136985f Uploaded
xilinxu
parents:
diff changeset
3
997f5136985f Uploaded
xilinxu
parents:
diff changeset
4 libfastx_a_SOURCES = chomp.c chomp.h \
997f5136985f Uploaded
xilinxu
parents:
diff changeset
5 fastx.c fastx.h \
997f5136985f Uploaded
xilinxu
parents:
diff changeset
6 fastx_args.c fastx_args.h \
997f5136985f Uploaded
xilinxu
parents:
diff changeset
7 sequence_alignment.h sequence_alignment.cpp
997f5136985f Uploaded
xilinxu
parents:
diff changeset
8