comparison pyPRADA_1.2/tools/bwa-0.5.7-mh/Makefile.am @ 0:acc2ca1a3ba4

Uploaded
author siyuan
date Thu, 20 Feb 2014 00:44:58 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:acc2ca1a3ba4
1 ## Makefile.am -- Process this file with automake to produce Makefile.in
2 ACLOCAL_AMFLAGS=-I m4
3 AM_CFLAGS = -Wall -m64 -fPIC
4 bin_PROGRAMS = bwa
5 noinst_LIBRARIES = libbwacore.a
6 libbwacore_a_SOURCES = utils.c bwt.c bwtio.c bwtaln.c bwtgap.c bntseq.c \
7 stdaln.c bwaseqio.c bwase.c kstring.c cs2nt.c
8 bwa_SOURCES = is.c bwtmisc.c bwtindex.c simple_dp.c bwape.c \
9 bwtsw2_core.c bwtsw2_main.c bwtsw2_aux.c bwt_lite.c bwtsw2_chain.c \
10 main.c
11 bwa_LDADD = bwt_gen/libbwtgen.a libbwacore.a
12 man_MANS= bwa.1
13 SUBDIRS= bwt_gen .