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