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

Uploaded
author xilinxu
date Thu, 14 Aug 2014 04:52:17 -0400
parents
children
comparison
equal deleted inserted replaced
2:dfe9332138cf 3:997f5136985f
1 # Copyright (C) 2008 Assaf Gordon <gordon@cshl.edu>
2 #
3 # This file is free software; as a special exception the author gives
4 # unlimited permission to copy and/or distribute it, with or without
5 # modifications, as long as this notice is preserved.
6 #
7 # This program is distributed in the hope that it will be useful, but
8 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
9 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10
11
12 bin_PROGRAMS = fastx_collapser
13
14 AM_CPPFLAGS = \
15 $(CC_WARNINGS) \
16 -I../libfastx
17
18 fastx_collapser_SOURCES = fastx_collapser.cpp \
19 std_hash.h
20
21 fastx_collapser_LDADD = ../libfastx/libfastx.a
22