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

« back to all changes in this revision

Viewing changes to Makefile

  • 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
1
CC=                     gcc
2
2
CXX=            g++
3
 
CFLAGS=         -g -Wall -O2 -m64
 
3
CFLAGS=         -g -Wall -O2
4
4
CXXFLAGS=       $(CFLAGS)
5
5
DFLAGS=         -DHAVE_PTHREAD #-D_FILE_OFFSET_BITS=64
6
6
OBJS=           utils.o bwt.o bwtio.o bwtaln.o bwtgap.o is.o \
7
7
                        bntseq.o bwtmisc.o bwtindex.o stdaln.o simple_dp.o \
8
8
                        bwaseqio.o bwase.o bwape.o kstring.o cs2nt.o \
9
9
                        bwtsw2_core.o bwtsw2_main.o bwtsw2_aux.o bwt_lite.o \
10
 
                        bwtsw2_chain.o
 
10
                        bwtsw2_chain.o bamlite.o
11
11
PROG=           bwa
12
12
INCLUDES=       
13
13
LIBS=           -lm -lz -lpthread -Lbwt_gen -lbwtgen