comparison srf2fastq/io_lib-1.12.2/Makefile.am @ 0:d901c9f41a6a default tip

Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
author dawe
date Tue, 07 Jun 2011 17:48:05 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:d901c9f41a6a
1 AUTOMAKE_OPTIONS = foreign no-dependencies
2
3 SUBDIRS = io_lib progs tests
4
5 man_MANS = \
6 man/man1/srf_index_hash.1 \
7 man/man1/srf_info.1 \
8 man/man1/srf_list.1 \
9 man/man1/illumina2srf.1 \
10 man/man1/srf2fasta.1 \
11 man/man1/srf2fastq.1 \
12 man/man3/read_scf_header.3 \
13 man/man3/read_allocate.3 \
14 man/man3/ExperimentFile.3 \
15 man/man3/write_reading.3 \
16 man/man3/write_scf.3 \
17 man/man3/read_deallocate.3 \
18 man/man3/fwrite_reading.3 \
19 man/man3/read2scf.3 \
20 man/man3/scf2read.3 \
21 man/man3/fwrite_scf.3 \
22 man/man3/write_scf_header.3 \
23 man/man3/read_reading.3 \
24 man/man3/read_scf.3 \
25 man/man3/exp2read.3 \
26 man/man3/fread_reading.3 \
27 man/man3/read2exp.3 \
28 man/man3/fread_scf.3 \
29 man/man4/Read.4
30
31 pkginclude_HEADERS = \
32 io_lib/Read.h \
33 io_lib/scf_extras.h \
34 io_lib/translate.h \
35 io_lib/abi.h \
36 io_lib/fpoint.h \
37 io_lib/seqIOABI.h \
38 io_lib/alf.h \
39 io_lib/seqIOCTF.h \
40 io_lib/expFileIO.h \
41 io_lib/plain.h \
42 io_lib/scf.h \
43 io_lib/sff.h \
44 io_lib/array.h \
45 io_lib/compress.h \
46 io_lib/error.h \
47 io_lib/mach-io.h \
48 io_lib/misc.h \
49 io_lib/open_trace_file.h \
50 io_lib/tar_format.h \
51 io_lib/traceType.h \
52 io_lib/xalloc.h \
53 io_lib/mFILE.h \
54 io_lib/stdio_hack.h \
55 io_lib/vlen.h \
56 io_lib/hash_table.h \
57 io_lib/jenkins_lookup3.h \
58 io_lib/os.h \
59 io_lib/compression.h \
60 io_lib/ztr.h \
61 io_lib/deflate_interlaced.h \
62 io_lib/srf.h \
63 io_lib/pooled_alloc.h \
64 io_lib_config.h
65
66 bin_SCRIPTS = io_lib-config
67
68 EXTRA_DIST = README COPYRIGHT ChangeLog CHANGES man options.mk bootstrap \
69 docs/ZTR_format docs/Hash_File_Format io_lib-config.in
70
71
72 dist-hook:
73 rm -rf `find $(distdir)/man -name .svn`