comparison srf2fastq/io_lib-1.12.2/io_lib/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 lib_LTLIBRARIES = libstaden-read.la
2
3 libstaden_read_la_SOURCES = \
4 Read.c \
5 Read.h \
6 scf_extras.c \
7 scf_extras.h \
8 translate.c \
9 translate.h \
10 compression.c \
11 compression.h \
12 ztr.c \
13 ztr.h \
14 ztr_translate.c \
15 deflate_interlaced.c \
16 deflate_interlaced.h \
17 abi.h \
18 fpoint.c \
19 fpoint.h \
20 seqIOABI.c \
21 seqIOABI.h \
22 seqIOALF.c \
23 alf.h \
24 ctfCompress.c \
25 seqIOCTF.c \
26 seqIOCTF.h \
27 expFileIO.c \
28 expFileIO.h \
29 plain.h \
30 seqIOPlain.c \
31 misc_scf.c \
32 read_scf.c \
33 scf.h \
34 write_scf.c \
35 sff.c \
36 sff.h \
37 srf.c \
38 srf.h \
39 array.c \
40 array.h \
41 compress.c \
42 compress.h \
43 error.c \
44 error.h \
45 files.c \
46 find.c \
47 mach-io.c \
48 mach-io.h \
49 misc.h \
50 open_trace_file.c \
51 open_trace_file.h \
52 read_alloc.c \
53 strings.c \
54 tar_format.h \
55 traceType.c \
56 traceType.h \
57 xalloc.c \
58 xalloc.h \
59 vlen.c \
60 vlen.h \
61 hash_table.c \
62 hash_table.h \
63 jenkins_lookup3.c \
64 jenkins_lookup3.h \
65 mFILE.c \
66 mFILE.h \
67 os.h \
68 stdio_hack.h \
69 pooled_alloc.c \
70 pooled_alloc.h
71
72 libstaden_read_la_CPPFLAGS = @LIBCURL_CPPFLAGS@
73
74 libstaden_read_la_LDFLAGS = -version-info @VERS_CURRENT@:@VERS_REVISION@:@VERS_AGE@
75 libstaden_read_la_LIBADD = @LIBZ@ @LIBCURL@
76
77 INCLUDES = -I${top_srcdir}