~ubuntu-branches/ubuntu/trusty/cctools/trusty-proposed

« back to all changes in this revision

Viewing changes to sand/src/Makefile

  • Committer: Package Import Robot
  • Author(s): Michael Hanke
  • Date: 2012-03-30 12:40:01 UTC
  • mfrom: (9.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20120330124001-ze0lhxm5uwq2e3mo
Tags: 3.4.2-2
Added patch to handle a missing CFLAGS variable in Python's sysconfig
report (Closes: #661658).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
include ../../Makefile.rules
3
3
 
4
4
PROGRAMS = sand_align_master sand_align_kernel sand_filter_master sand_filter_kernel sand_compress_reads sand_uncompress_reads
5
 
SCRIPTS = sand_runCA
 
5
SCRIPTS = sand_runCA_5.4 sand_runCA_6.1 sand_runCA_7.0
6
6
SOURCES =  compressed_sequence.o sequence_filter.c sequence.c matrix.c overlap.c align.c
7
7
OBJECTS = ${SOURCES:%.c=%.o}
8
8
HEADERS = *.h