comparison fastx_toolkit-0.0.6/galaxy/tools/fastx_toolkit_with_gzip_and_output_label/Makefile.in @ 3:997f5136985f draft default tip

Uploaded
author xilinxu
date Thu, 14 Aug 2014 04:52:17 -0400
parents
children
comparison
equal deleted inserted replaced
2:dfe9332138cf 3:997f5136985f
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/tools/fastx_toolkit_with_gzip_and_output_label
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_quality_converter.xml \
156 fastq_quality_filter.xml \
157 fastx_quality_statistics.xml \
158 fastq_to_fasta.xml \
159 fastx_artifacts_filter.xml \
160 fastx_clipper.xml \
161 fastx_reverse_complement.xml \
162 fastx_trimmer.xml \
163 fastx_barcode_splitter.xml \
164 fastx_nucleotides_distribution.xml \
165 fastq_quality_boxplot.xml \
166 fasta_clipping_histogram.xml \
167 fastx_collapser.xml
168
169 all: all-am
170
171 .SUFFIXES:
172 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
173 @for dep in $?; do \
174 case '$(am__configure_deps)' in \
175 *$$dep*) \
176 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
177 && exit 0; \
178 exit 1;; \
179 esac; \
180 done; \
181 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu galaxy/tools/fastx_toolkit_with_gzip_and_output_label/Makefile'; \
182 cd $(top_srcdir) && \
183 $(AUTOMAKE) --gnu galaxy/tools/fastx_toolkit_with_gzip_and_output_label/Makefile
184 .PRECIOUS: Makefile
185 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
186 @case '$?' in \
187 *config.status*) \
188 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
189 *) \
190 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
191 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
192 esac;
193
194 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
195 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
196
197 $(top_srcdir)/configure: $(am__configure_deps)
198 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
199 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
200 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
201 tags: TAGS
202 TAGS:
203
204 ctags: CTAGS
205 CTAGS:
206
207
208 distdir: $(DISTFILES)
209 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
210 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
211 list='$(DISTFILES)'; \
212 dist_files=`for file in $$list; do echo $$file; done | \
213 sed -e "s|^$$srcdirstrip/||;t" \
214 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
215 case $$dist_files in \
216 */*) $(MKDIR_P) `echo "$$dist_files" | \
217 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
218 sort -u` ;; \
219 esac; \
220 for file in $$dist_files; do \
221 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
222 if test -d $$d/$$file; then \
223 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
224 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
225 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
226 fi; \
227 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
228 else \
229 test -f $(distdir)/$$file \
230 || cp -p $$d/$$file $(distdir)/$$file \
231 || exit 1; \
232 fi; \
233 done
234 check-am: all-am
235 check: check-am
236 all-am: Makefile
237 installdirs:
238 install: install-am
239 install-exec: install-exec-am
240 install-data: install-data-am
241 uninstall: uninstall-am
242
243 install-am: all-am
244 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
245
246 installcheck: installcheck-am
247 install-strip:
248 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
249 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
250 `test -z '$(STRIP)' || \
251 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
252 mostlyclean-generic:
253
254 clean-generic:
255
256 distclean-generic:
257 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
258
259 maintainer-clean-generic:
260 @echo "This command is intended for maintainers to use"
261 @echo "it deletes files that may require special tools to rebuild."
262 clean: clean-am
263
264 clean-am: clean-generic mostlyclean-am
265
266 distclean: distclean-am
267 -rm -f Makefile
268 distclean-am: clean-am distclean-generic
269
270 dvi: dvi-am
271
272 dvi-am:
273
274 html: html-am
275
276 info: info-am
277
278 info-am:
279
280 install-data-am:
281
282 install-dvi: install-dvi-am
283
284 install-exec-am:
285
286 install-html: install-html-am
287
288 install-info: install-info-am
289
290 install-man:
291
292 install-pdf: install-pdf-am
293
294 install-ps: install-ps-am
295
296 installcheck-am:
297
298 maintainer-clean: maintainer-clean-am
299 -rm -f Makefile
300 maintainer-clean-am: distclean-am maintainer-clean-generic
301
302 mostlyclean: mostlyclean-am
303
304 mostlyclean-am: mostlyclean-generic
305
306 pdf: pdf-am
307
308 pdf-am:
309
310 ps: ps-am
311
312 ps-am:
313
314 uninstall-am:
315
316 .MAKE: install-am install-strip
317
318 .PHONY: all all-am check check-am clean clean-generic distclean \
319 distclean-generic distdir dvi dvi-am html html-am info info-am \
320 install install-am install-data install-data-am install-dvi \
321 install-dvi-am install-exec install-exec-am install-html \
322 install-html-am install-info install-info-am install-man \
323 install-pdf install-pdf-am install-ps install-ps-am \
324 install-strip installcheck installcheck-am installdirs \
325 maintainer-clean maintainer-clean-generic mostlyclean \
326 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
327
328 # Tell versions [3.59,3.63) of GNU make to not export all variables.
329 # Otherwise a system limit (for SysV at least) may be exceeded.
330 .NOEXPORT: