~ubuntu-branches/ubuntu/raring/bedtools/raring

« back to all changes in this revision

Viewing changes to src/multiBamCov/Makefile

  • Committer: Package Import Robot
  • Author(s): Charles Plessy
  • Date: 2012-11-04 17:59:41 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20121104175941-hahqzy1w8uy650z0
Tags: 2.17.0-1
bb9012e Imported Upstream version 2.16.2.
9006b23 Imported Upstream version 2.17.0.
9112569 Documented BEDTools license as a whole.
325689c Removed Pre-Depends: dpkg (>= 1.15.6).
a781b14 Conforms with Policy 3.9.4.
84b1167 Use Debhelper 9. 
0bf572d Distribute the test suite.
422cd34 Bash completion for BEDTools.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
           -I$(UTILITIES_DIR)/lineFileUtilities/ \
11
11
           -I$(UTILITIES_DIR)/fileType/ \
12
12
           -I$(UTILITIES_DIR)/BamTools/include \
 
13
           -I$(UTILITIES_DIR)/BlockedIntervals \
13
14
           -I$(UTILITIES_DIR)/version/
14
15
 
15
16
# ----------------------------------