~ubuntu-branches/ubuntu/saucy/abyss/saucy

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Shaun Jackman
  • Date: 2011-09-11 10:00:13 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: package-import@ubuntu.com-20110911100013-oa4m5fi036mjuwc8
Tags: 1.3.0-1
* New upstream release.
* Add libboost-graph-dev to Build-Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
        distdir dist dist-all distcheck
87
87
ETAGS = etags
88
88
CTAGS = ctags
89
 
DIST_SUBDIRS = bin doc Assembly Common DataLayer Graph dialign Align \
90
 
        ABYSS Parallel AdjList Consensus DAssembler DistanceEst \
91
 
        KAligner MergePaths Overlap ParseAligns PathOverlap PopBubbles \
92
 
        Scaffold SimpleGraph kmerprint
 
89
DIST_SUBDIRS = bin doc Assembly Common DataLayer FMIndex Graph dialign \
 
90
        Align ABYSS Parallel AdjList Consensus DAssembler DistanceEst \
 
91
        KAligner Map MergePaths Overlap ParseAligns PathOverlap \
 
92
        PopBubbles Scaffold SimpleGraph kmerprint
93
93
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
94
94
distdir = $(PACKAGE)-$(VERSION)
95
95
top_distdir = $(distdir)
231
231
        Assembly \
232
232
        Common \
233
233
        DataLayer \
 
234
        FMIndex \
234
235
        Graph \
235
236
        dialign \
236
237
        Align \
240
241
        DAssembler \
241
242
        DistanceEst \
242
243
        KAligner \
 
244
        Map \
243
245
        MergePaths \
244
246
        Overlap \
245
247
        ParseAligns \