annotate fastx_toolkit-0.0.6/src/fastq_to_fasta/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 # Copyright (C) 2008 Assaf Gordon <gordon@cshl.edu>
997f5136985f Uploaded
xilinxu
parents:
diff changeset
2 #
997f5136985f Uploaded
xilinxu
parents:
diff changeset
3 # This file is free software; as a special exception the author gives
997f5136985f Uploaded
xilinxu
parents:
diff changeset
4 # unlimited permission to copy and/or distribute it, with or without
997f5136985f Uploaded
xilinxu
parents:
diff changeset
5 # modifications, as long as this notice is preserved.
997f5136985f Uploaded
xilinxu
parents:
diff changeset
6 #
997f5136985f Uploaded
xilinxu
parents:
diff changeset
7 # This program is distributed in the hope that it will be useful, but
997f5136985f Uploaded
xilinxu
parents:
diff changeset
8 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
997f5136985f Uploaded
xilinxu
parents:
diff changeset
9 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
997f5136985f Uploaded
xilinxu
parents:
diff changeset
10
997f5136985f Uploaded
xilinxu
parents:
diff changeset
11
997f5136985f Uploaded
xilinxu
parents:
diff changeset
12 bin_PROGRAMS = fastq_to_fasta
997f5136985f Uploaded
xilinxu
parents:
diff changeset
13
997f5136985f Uploaded
xilinxu
parents:
diff changeset
14 AM_CPPFLAGS = \
997f5136985f Uploaded
xilinxu
parents:
diff changeset
15 $(CC_WARNINGS) \
997f5136985f Uploaded
xilinxu
parents:
diff changeset
16 -I../libfastx
997f5136985f Uploaded
xilinxu
parents:
diff changeset
17
997f5136985f Uploaded
xilinxu
parents:
diff changeset
18 fastq_to_fasta_SOURCES = fastq_to_fasta.c
997f5136985f Uploaded
xilinxu
parents:
diff changeset
19
997f5136985f Uploaded
xilinxu
parents:
diff changeset
20 fastq_to_fasta_LDADD = ../libfastx/libfastx.a
997f5136985f Uploaded
xilinxu
parents:
diff changeset
21