3
|
1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
|
|
2 # @configure_input@
|
|
3
|
|
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|
5 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
|
6 # This Makefile.in is free software; the Free Software Foundation
|
|
7 # gives unlimited permission to copy and/or distribute it,
|
|
8 # with or without modifications, as long as this notice is preserved.
|
|
9
|
|
10 # This program is distributed in the hope that it will be useful,
|
|
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
13 # PARTICULAR PURPOSE.
|
|
14
|
|
15 @SET_MAKE@
|
|
16
|
|
17 # Copyright (C) 2008 Assaf Gordon <gordon@cshl.edu>
|
|
18 #
|
|
19 # This file is free software; as a special exception the author gives
|
|
20 # unlimited permission to copy and/or distribute it, with or without
|
|
21 # modifications, as long as this notice is preserved.
|
|
22 #
|
|
23 # This program is distributed in the hope that it will be useful, but
|
|
24 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
|
25 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
26 VPATH = @srcdir@
|
|
27 pkgdatadir = $(datadir)/@PACKAGE@
|
|
28 pkglibdir = $(libdir)/@PACKAGE@
|
|
29 pkgincludedir = $(includedir)/@PACKAGE@
|
|
30 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
31 install_sh_DATA = $(install_sh) -c -m 644
|
|
32 install_sh_PROGRAM = $(install_sh) -c
|
|
33 install_sh_SCRIPT = $(install_sh) -c
|
|
34 INSTALL_HEADER = $(INSTALL_DATA)
|
|
35 transform = $(program_transform_name)
|
|
36 NORMAL_INSTALL = :
|
|
37 PRE_INSTALL = :
|
|
38 POST_INSTALL = :
|
|
39 NORMAL_UNINSTALL = :
|
|
40 PRE_UNINSTALL = :
|
|
41 POST_UNINSTALL = :
|
|
42 build_triplet = @build@
|
|
43 host_triplet = @host@
|
|
44 subdir = galaxy/test-data
|
|
45 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
|
46 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
47 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
|
48 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
49 $(ACLOCAL_M4)
|
|
50 mkinstalldirs = $(install_sh) -d
|
|
51 CONFIG_HEADER = $(top_builddir)/config.h
|
|
52 CONFIG_CLEAN_FILES =
|
|
53 SOURCES =
|
|
54 DIST_SOURCES =
|
|
55 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
56 ACLOCAL = @ACLOCAL@
|
|
57 AMTAR = @AMTAR@
|
|
58 AUTOCONF = @AUTOCONF@
|
|
59 AUTOHEADER = @AUTOHEADER@
|
|
60 AUTOMAKE = @AUTOMAKE@
|
|
61 AWK = @AWK@
|
|
62 CC = @CC@
|
|
63 CCDEPMODE = @CCDEPMODE@
|
|
64 CFLAGS = @CFLAGS@
|
|
65 CPP = @CPP@
|
|
66 CPPFLAGS = @CPPFLAGS@
|
|
67 CXX = @CXX@
|
|
68 CXXCPP = @CXXCPP@
|
|
69 CXXDEPMODE = @CXXDEPMODE@
|
|
70 CXXFLAGS = @CXXFLAGS@
|
|
71 CYGPATH_W = @CYGPATH_W@
|
|
72 DEFS = @DEFS@
|
|
73 DEPDIR = @DEPDIR@
|
|
74 ECHO_C = @ECHO_C@
|
|
75 ECHO_N = @ECHO_N@
|
|
76 ECHO_T = @ECHO_T@
|
|
77 EGREP = @EGREP@
|
|
78 EXEEXT = @EXEEXT@
|
|
79 GREP = @GREP@
|
|
80 INSTALL = @INSTALL@
|
|
81 INSTALL_DATA = @INSTALL_DATA@
|
|
82 INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
83 INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
84 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
85 LDFLAGS = @LDFLAGS@
|
|
86 LIBOBJS = @LIBOBJS@
|
|
87 LIBS = @LIBS@
|
|
88 LTLIBOBJS = @LTLIBOBJS@
|
|
89 MAKEINFO = @MAKEINFO@
|
|
90 MKDIR_P = @MKDIR_P@
|
|
91 OBJEXT = @OBJEXT@
|
|
92 PACKAGE = @PACKAGE@
|
|
93 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
|
94 PACKAGE_NAME = @PACKAGE_NAME@
|
|
95 PACKAGE_STRING = @PACKAGE_STRING@
|
|
96 PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
|
97 PACKAGE_VERSION = @PACKAGE_VERSION@
|
|
98 PATH_SEPARATOR = @PATH_SEPARATOR@
|
|
99 RANLIB = @RANLIB@
|
|
100 SET_MAKE = @SET_MAKE@
|
|
101 SHELL = @SHELL@
|
|
102 STRIP = @STRIP@
|
|
103 VERSION = @VERSION@
|
|
104 abs_builddir = @abs_builddir@
|
|
105 abs_srcdir = @abs_srcdir@
|
|
106 abs_top_builddir = @abs_top_builddir@
|
|
107 abs_top_srcdir = @abs_top_srcdir@
|
|
108 ac_ct_CC = @ac_ct_CC@
|
|
109 ac_ct_CXX = @ac_ct_CXX@
|
|
110 am__include = @am__include@
|
|
111 am__leading_dot = @am__leading_dot@
|
|
112 am__quote = @am__quote@
|
|
113 am__tar = @am__tar@
|
|
114 am__untar = @am__untar@
|
|
115 bindir = @bindir@
|
|
116 build = @build@
|
|
117 build_alias = @build_alias@
|
|
118 build_cpu = @build_cpu@
|
|
119 build_os = @build_os@
|
|
120 build_vendor = @build_vendor@
|
|
121 builddir = @builddir@
|
|
122 canonical_host_type = @canonical_host_type@
|
|
123 datadir = @datadir@
|
|
124 datarootdir = @datarootdir@
|
|
125 docdir = @docdir@
|
|
126 dvidir = @dvidir@
|
|
127 exec_prefix = @exec_prefix@
|
|
128 host = @host@
|
|
129 host_alias = @host_alias@
|
|
130 host_cpu = @host_cpu@
|
|
131 host_os = @host_os@
|
|
132 host_vendor = @host_vendor@
|
|
133 htmldir = @htmldir@
|
|
134 includedir = @includedir@
|
|
135 infodir = @infodir@
|
|
136 install_sh = @install_sh@
|
|
137 libdir = @libdir@
|
|
138 libexecdir = @libexecdir@
|
|
139 localedir = @localedir@
|
|
140 localstatedir = @localstatedir@
|
|
141 mandir = @mandir@
|
|
142 mkdir_p = @mkdir_p@
|
|
143 oldincludedir = @oldincludedir@
|
|
144 pdfdir = @pdfdir@
|
|
145 prefix = @prefix@
|
|
146 program_transform_name = @program_transform_name@
|
|
147 psdir = @psdir@
|
|
148 sbindir = @sbindir@
|
|
149 sharedstatedir = @sharedstatedir@
|
|
150 srcdir = @srcdir@
|
|
151 sysconfdir = @sysconfdir@
|
|
152 target_alias = @target_alias@
|
|
153 top_builddir = @top_builddir@
|
|
154 top_srcdir = @top_srcdir@
|
|
155 EXTRA_DIST = fastq_qual_conv1a.out \
|
|
156 fastq_qual_conv1.fastq \
|
|
157 fastq_qual_conv1.out \
|
|
158 fastq_qual_conv2.fastq \
|
|
159 fastq_qual_conv2n.out \
|
|
160 fastq_qual_conv2.out \
|
|
161 fastq_qual_filter1a.out \
|
|
162 fastq_qual_filter1b.out \
|
|
163 fastq_qual_filter1.fastq \
|
|
164 fastq_stats1.fastq \
|
|
165 fastq_stats1.out \
|
|
166 fastq_to_fasta1a.out \
|
|
167 fastq_to_fasta1b.out \
|
|
168 fastq_to_fasta1.fastq \
|
|
169 fastx_artifacts1.fasta \
|
|
170 fastx_artifacts1.out \
|
|
171 fastx_artifacts2.fastq \
|
|
172 fastx_artifacts2.out \
|
|
173 fastx_clipper1a.out \
|
|
174 fastx_clipper1.fastq \
|
|
175 fastx_rev_comp1.fasta \
|
|
176 fastx_rev_comp2.fastq \
|
|
177 fastx_reverse_complement1.out \
|
|
178 fastx_reverse_complement2.out \
|
|
179 fastx_trimmer1.fasta \
|
|
180 fastx_trimmer1.out \
|
|
181 fastx_trimmer2.fastq \
|
|
182 fastx_trimmer2.out \
|
|
183 fasta_collapser1.fasta \
|
|
184 fasta_collapser1.out \
|
|
185 fastx_barcode_splitter1.fastq \
|
|
186 fastx_barcode_splitter1.txt \
|
|
187 fastx_barcode_splitter1.out
|
|
188
|
|
189 all: all-am
|
|
190
|
|
191 .SUFFIXES:
|
|
192 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
|
193 @for dep in $?; do \
|
|
194 case '$(am__configure_deps)' in \
|
|
195 *$$dep*) \
|
|
196 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
|
197 && exit 0; \
|
|
198 exit 1;; \
|
|
199 esac; \
|
|
200 done; \
|
|
201 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu galaxy/test-data/Makefile'; \
|
|
202 cd $(top_srcdir) && \
|
|
203 $(AUTOMAKE) --gnu galaxy/test-data/Makefile
|
|
204 .PRECIOUS: Makefile
|
|
205 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
206 @case '$?' in \
|
|
207 *config.status*) \
|
|
208 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
|
209 *) \
|
|
210 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
|
211 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
|
212 esac;
|
|
213
|
|
214 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
215 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
216
|
|
217 $(top_srcdir)/configure: $(am__configure_deps)
|
|
218 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
219 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
|
220 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
221 tags: TAGS
|
|
222 TAGS:
|
|
223
|
|
224 ctags: CTAGS
|
|
225 CTAGS:
|
|
226
|
|
227
|
|
228 distdir: $(DISTFILES)
|
|
229 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
230 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
231 list='$(DISTFILES)'; \
|
|
232 dist_files=`for file in $$list; do echo $$file; done | \
|
|
233 sed -e "s|^$$srcdirstrip/||;t" \
|
|
234 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
|
235 case $$dist_files in \
|
|
236 */*) $(MKDIR_P) `echo "$$dist_files" | \
|
|
237 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
|
238 sort -u` ;; \
|
|
239 esac; \
|
|
240 for file in $$dist_files; do \
|
|
241 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|
242 if test -d $$d/$$file; then \
|
|
243 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
244 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|
245 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
|
246 fi; \
|
|
247 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
|
248 else \
|
|
249 test -f $(distdir)/$$file \
|
|
250 || cp -p $$d/$$file $(distdir)/$$file \
|
|
251 || exit 1; \
|
|
252 fi; \
|
|
253 done
|
|
254 check-am: all-am
|
|
255 check: check-am
|
|
256 all-am: Makefile
|
|
257 installdirs:
|
|
258 install: install-am
|
|
259 install-exec: install-exec-am
|
|
260 install-data: install-data-am
|
|
261 uninstall: uninstall-am
|
|
262
|
|
263 install-am: all-am
|
|
264 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
265
|
|
266 installcheck: installcheck-am
|
|
267 install-strip:
|
|
268 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
269 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
270 `test -z '$(STRIP)' || \
|
|
271 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|
272 mostlyclean-generic:
|
|
273
|
|
274 clean-generic:
|
|
275
|
|
276 distclean-generic:
|
|
277 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
278
|
|
279 maintainer-clean-generic:
|
|
280 @echo "This command is intended for maintainers to use"
|
|
281 @echo "it deletes files that may require special tools to rebuild."
|
|
282 clean: clean-am
|
|
283
|
|
284 clean-am: clean-generic mostlyclean-am
|
|
285
|
|
286 distclean: distclean-am
|
|
287 -rm -f Makefile
|
|
288 distclean-am: clean-am distclean-generic
|
|
289
|
|
290 dvi: dvi-am
|
|
291
|
|
292 dvi-am:
|
|
293
|
|
294 html: html-am
|
|
295
|
|
296 info: info-am
|
|
297
|
|
298 info-am:
|
|
299
|
|
300 install-data-am:
|
|
301
|
|
302 install-dvi: install-dvi-am
|
|
303
|
|
304 install-exec-am:
|
|
305
|
|
306 install-html: install-html-am
|
|
307
|
|
308 install-info: install-info-am
|
|
309
|
|
310 install-man:
|
|
311
|
|
312 install-pdf: install-pdf-am
|
|
313
|
|
314 install-ps: install-ps-am
|
|
315
|
|
316 installcheck-am:
|
|
317
|
|
318 maintainer-clean: maintainer-clean-am
|
|
319 -rm -f Makefile
|
|
320 maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
321
|
|
322 mostlyclean: mostlyclean-am
|
|
323
|
|
324 mostlyclean-am: mostlyclean-generic
|
|
325
|
|
326 pdf: pdf-am
|
|
327
|
|
328 pdf-am:
|
|
329
|
|
330 ps: ps-am
|
|
331
|
|
332 ps-am:
|
|
333
|
|
334 uninstall-am:
|
|
335
|
|
336 .MAKE: install-am install-strip
|
|
337
|
|
338 .PHONY: all all-am check check-am clean clean-generic distclean \
|
|
339 distclean-generic distdir dvi dvi-am html html-am info info-am \
|
|
340 install install-am install-data install-data-am install-dvi \
|
|
341 install-dvi-am install-exec install-exec-am install-html \
|
|
342 install-html-am install-info install-info-am install-man \
|
|
343 install-pdf install-pdf-am install-ps install-ps-am \
|
|
344 install-strip installcheck installcheck-am installdirs \
|
|
345 maintainer-clean maintainer-clean-generic mostlyclean \
|
|
346 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
|
|
347
|
|
348 # Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
349 # Otherwise a system limit (for SysV at least) may be exceeded.
|
|
350 .NOEXPORT:
|