~ubuntu-branches/ubuntu/trusty/bwa/trusty

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Charles Plessy
  • Date: 2011-02-08 16:11:12 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20110208161112-1fvt0mtygl8rhajf
Tags: 0.5.9-1
* New usptream release
  - Upstream moved to GitHub (debian/upstream-metadata.yaml).
  - Checked copyright; one file was removed (debian/copyright).
* Migrated the Debian source package to Git (debian/control).
* Use Debhelper 8 (debian/control, debian/compat).

Show diffs side-by-side

added added

removed removed

Lines of Context:
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 .