comparison fastx_toolkit-0.0.6/galaxy/static/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/static
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 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
56 html-recursive info-recursive install-data-recursive \
57 install-dvi-recursive install-exec-recursive \
58 install-html-recursive install-info-recursive \
59 install-pdf-recursive install-ps-recursive install-recursive \
60 installcheck-recursive installdirs-recursive pdf-recursive \
61 ps-recursive uninstall-recursive
62 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
63 distclean-recursive maintainer-clean-recursive
64 ETAGS = etags
65 CTAGS = ctags
66 DIST_SUBDIRS = $(SUBDIRS)
67 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
68 ACLOCAL = @ACLOCAL@
69 AMTAR = @AMTAR@
70 AUTOCONF = @AUTOCONF@
71 AUTOHEADER = @AUTOHEADER@
72 AUTOMAKE = @AUTOMAKE@
73 AWK = @AWK@
74 CC = @CC@
75 CCDEPMODE = @CCDEPMODE@
76 CFLAGS = @CFLAGS@
77 CPP = @CPP@
78 CPPFLAGS = @CPPFLAGS@
79 CXX = @CXX@
80 CXXCPP = @CXXCPP@
81 CXXDEPMODE = @CXXDEPMODE@
82 CXXFLAGS = @CXXFLAGS@
83 CYGPATH_W = @CYGPATH_W@
84 DEFS = @DEFS@
85 DEPDIR = @DEPDIR@
86 ECHO_C = @ECHO_C@
87 ECHO_N = @ECHO_N@
88 ECHO_T = @ECHO_T@
89 EGREP = @EGREP@
90 EXEEXT = @EXEEXT@
91 GREP = @GREP@
92 INSTALL = @INSTALL@
93 INSTALL_DATA = @INSTALL_DATA@
94 INSTALL_PROGRAM = @INSTALL_PROGRAM@
95 INSTALL_SCRIPT = @INSTALL_SCRIPT@
96 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
97 LDFLAGS = @LDFLAGS@
98 LIBOBJS = @LIBOBJS@
99 LIBS = @LIBS@
100 LTLIBOBJS = @LTLIBOBJS@
101 MAKEINFO = @MAKEINFO@
102 MKDIR_P = @MKDIR_P@
103 OBJEXT = @OBJEXT@
104 PACKAGE = @PACKAGE@
105 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
106 PACKAGE_NAME = @PACKAGE_NAME@
107 PACKAGE_STRING = @PACKAGE_STRING@
108 PACKAGE_TARNAME = @PACKAGE_TARNAME@
109 PACKAGE_VERSION = @PACKAGE_VERSION@
110 PATH_SEPARATOR = @PATH_SEPARATOR@
111 RANLIB = @RANLIB@
112 SET_MAKE = @SET_MAKE@
113 SHELL = @SHELL@
114 STRIP = @STRIP@
115 VERSION = @VERSION@
116 abs_builddir = @abs_builddir@
117 abs_srcdir = @abs_srcdir@
118 abs_top_builddir = @abs_top_builddir@
119 abs_top_srcdir = @abs_top_srcdir@
120 ac_ct_CC = @ac_ct_CC@
121 ac_ct_CXX = @ac_ct_CXX@
122 am__include = @am__include@
123 am__leading_dot = @am__leading_dot@
124 am__quote = @am__quote@
125 am__tar = @am__tar@
126 am__untar = @am__untar@
127 bindir = @bindir@
128 build = @build@
129 build_alias = @build_alias@
130 build_cpu = @build_cpu@
131 build_os = @build_os@
132 build_vendor = @build_vendor@
133 builddir = @builddir@
134 canonical_host_type = @canonical_host_type@
135 datadir = @datadir@
136 datarootdir = @datarootdir@
137 docdir = @docdir@
138 dvidir = @dvidir@
139 exec_prefix = @exec_prefix@
140 host = @host@
141 host_alias = @host_alias@
142 host_cpu = @host_cpu@
143 host_os = @host_os@
144 host_vendor = @host_vendor@
145 htmldir = @htmldir@
146 includedir = @includedir@
147 infodir = @infodir@
148 install_sh = @install_sh@
149 libdir = @libdir@
150 libexecdir = @libexecdir@
151 localedir = @localedir@
152 localstatedir = @localstatedir@
153 mandir = @mandir@
154 mkdir_p = @mkdir_p@
155 oldincludedir = @oldincludedir@
156 pdfdir = @pdfdir@
157 prefix = @prefix@
158 program_transform_name = @program_transform_name@
159 psdir = @psdir@
160 sbindir = @sbindir@
161 sharedstatedir = @sharedstatedir@
162 srcdir = @srcdir@
163 sysconfdir = @sysconfdir@
164 target_alias = @target_alias@
165 top_builddir = @top_builddir@
166 top_srcdir = @top_srcdir@
167 SUBDIRS = fastx_icons
168 all: all-recursive
169
170 .SUFFIXES:
171 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
172 @for dep in $?; do \
173 case '$(am__configure_deps)' in \
174 *$$dep*) \
175 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
176 && exit 0; \
177 exit 1;; \
178 esac; \
179 done; \
180 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu galaxy/static/Makefile'; \
181 cd $(top_srcdir) && \
182 $(AUTOMAKE) --gnu galaxy/static/Makefile
183 .PRECIOUS: Makefile
184 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
185 @case '$?' in \
186 *config.status*) \
187 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
188 *) \
189 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
190 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
191 esac;
192
193 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
194 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
195
196 $(top_srcdir)/configure: $(am__configure_deps)
197 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
198 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
199 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
200
201 # This directory's subdirectories are mostly independent; you can cd
202 # into them and run `make' without going through this Makefile.
203 # To change the values of `make' variables: instead of editing Makefiles,
204 # (1) if the variable is set in `config.status', edit `config.status'
205 # (which will cause the Makefiles to be regenerated when you run `make');
206 # (2) otherwise, pass the desired values on the `make' command line.
207 $(RECURSIVE_TARGETS):
208 @failcom='exit 1'; \
209 for f in x $$MAKEFLAGS; do \
210 case $$f in \
211 *=* | --[!k]*);; \
212 *k*) failcom='fail=yes';; \
213 esac; \
214 done; \
215 dot_seen=no; \
216 target=`echo $@ | sed s/-recursive//`; \
217 list='$(SUBDIRS)'; for subdir in $$list; do \
218 echo "Making $$target in $$subdir"; \
219 if test "$$subdir" = "."; then \
220 dot_seen=yes; \
221 local_target="$$target-am"; \
222 else \
223 local_target="$$target"; \
224 fi; \
225 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
226 || eval $$failcom; \
227 done; \
228 if test "$$dot_seen" = "no"; then \
229 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
230 fi; test -z "$$fail"
231
232 $(RECURSIVE_CLEAN_TARGETS):
233 @failcom='exit 1'; \
234 for f in x $$MAKEFLAGS; do \
235 case $$f in \
236 *=* | --[!k]*);; \
237 *k*) failcom='fail=yes';; \
238 esac; \
239 done; \
240 dot_seen=no; \
241 case "$@" in \
242 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
243 *) list='$(SUBDIRS)' ;; \
244 esac; \
245 rev=''; for subdir in $$list; do \
246 if test "$$subdir" = "."; then :; else \
247 rev="$$subdir $$rev"; \
248 fi; \
249 done; \
250 rev="$$rev ."; \
251 target=`echo $@ | sed s/-recursive//`; \
252 for subdir in $$rev; do \
253 echo "Making $$target in $$subdir"; \
254 if test "$$subdir" = "."; then \
255 local_target="$$target-am"; \
256 else \
257 local_target="$$target"; \
258 fi; \
259 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
260 || eval $$failcom; \
261 done && test -z "$$fail"
262 tags-recursive:
263 list='$(SUBDIRS)'; for subdir in $$list; do \
264 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
265 done
266 ctags-recursive:
267 list='$(SUBDIRS)'; for subdir in $$list; do \
268 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
269 done
270
271 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
272 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
273 unique=`for i in $$list; do \
274 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
275 done | \
276 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
277 END { if (nonempty) { for (i in files) print i; }; }'`; \
278 mkid -fID $$unique
279 tags: TAGS
280
281 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
282 $(TAGS_FILES) $(LISP)
283 tags=; \
284 here=`pwd`; \
285 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
286 include_option=--etags-include; \
287 empty_fix=.; \
288 else \
289 include_option=--include; \
290 empty_fix=; \
291 fi; \
292 list='$(SUBDIRS)'; for subdir in $$list; do \
293 if test "$$subdir" = .; then :; else \
294 test ! -f $$subdir/TAGS || \
295 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
296 fi; \
297 done; \
298 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
299 unique=`for i in $$list; do \
300 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
301 done | \
302 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
303 END { if (nonempty) { for (i in files) print i; }; }'`; \
304 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
305 test -n "$$unique" || unique=$$empty_fix; \
306 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
307 $$tags $$unique; \
308 fi
309 ctags: CTAGS
310 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
311 $(TAGS_FILES) $(LISP)
312 tags=; \
313 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
314 unique=`for i in $$list; do \
315 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
316 done | \
317 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
318 END { if (nonempty) { for (i in files) print i; }; }'`; \
319 test -z "$(CTAGS_ARGS)$$tags$$unique" \
320 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
321 $$tags $$unique
322
323 GTAGS:
324 here=`$(am__cd) $(top_builddir) && pwd` \
325 && cd $(top_srcdir) \
326 && gtags -i $(GTAGS_ARGS) $$here
327
328 distclean-tags:
329 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
330
331 distdir: $(DISTFILES)
332 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
333 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
334 list='$(DISTFILES)'; \
335 dist_files=`for file in $$list; do echo $$file; done | \
336 sed -e "s|^$$srcdirstrip/||;t" \
337 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
338 case $$dist_files in \
339 */*) $(MKDIR_P) `echo "$$dist_files" | \
340 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
341 sort -u` ;; \
342 esac; \
343 for file in $$dist_files; do \
344 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
345 if test -d $$d/$$file; then \
346 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
347 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
348 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
349 fi; \
350 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
351 else \
352 test -f $(distdir)/$$file \
353 || cp -p $$d/$$file $(distdir)/$$file \
354 || exit 1; \
355 fi; \
356 done
357 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
358 if test "$$subdir" = .; then :; else \
359 test -d "$(distdir)/$$subdir" \
360 || $(MKDIR_P) "$(distdir)/$$subdir" \
361 || exit 1; \
362 distdir=`$(am__cd) $(distdir) && pwd`; \
363 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
364 (cd $$subdir && \
365 $(MAKE) $(AM_MAKEFLAGS) \
366 top_distdir="$$top_distdir" \
367 distdir="$$distdir/$$subdir" \
368 am__remove_distdir=: \
369 am__skip_length_check=: \
370 distdir) \
371 || exit 1; \
372 fi; \
373 done
374 check-am: all-am
375 check: check-recursive
376 all-am: Makefile
377 installdirs: installdirs-recursive
378 installdirs-am:
379 install: install-recursive
380 install-exec: install-exec-recursive
381 install-data: install-data-recursive
382 uninstall: uninstall-recursive
383
384 install-am: all-am
385 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
386
387 installcheck: installcheck-recursive
388 install-strip:
389 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
390 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
391 `test -z '$(STRIP)' || \
392 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
393 mostlyclean-generic:
394
395 clean-generic:
396
397 distclean-generic:
398 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
399
400 maintainer-clean-generic:
401 @echo "This command is intended for maintainers to use"
402 @echo "it deletes files that may require special tools to rebuild."
403 clean: clean-recursive
404
405 clean-am: clean-generic mostlyclean-am
406
407 distclean: distclean-recursive
408 -rm -f Makefile
409 distclean-am: clean-am distclean-generic distclean-tags
410
411 dvi: dvi-recursive
412
413 dvi-am:
414
415 html: html-recursive
416
417 info: info-recursive
418
419 info-am:
420
421 install-data-am:
422
423 install-dvi: install-dvi-recursive
424
425 install-exec-am:
426
427 install-html: install-html-recursive
428
429 install-info: install-info-recursive
430
431 install-man:
432
433 install-pdf: install-pdf-recursive
434
435 install-ps: install-ps-recursive
436
437 installcheck-am:
438
439 maintainer-clean: maintainer-clean-recursive
440 -rm -f Makefile
441 maintainer-clean-am: distclean-am maintainer-clean-generic
442
443 mostlyclean: mostlyclean-recursive
444
445 mostlyclean-am: mostlyclean-generic
446
447 pdf: pdf-recursive
448
449 pdf-am:
450
451 ps: ps-recursive
452
453 ps-am:
454
455 uninstall-am:
456
457 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
458 install-strip
459
460 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
461 all all-am check check-am clean clean-generic ctags \
462 ctags-recursive distclean distclean-generic distclean-tags \
463 distdir dvi dvi-am html html-am info info-am install \
464 install-am install-data install-data-am install-dvi \
465 install-dvi-am install-exec install-exec-am install-html \
466 install-html-am install-info install-info-am install-man \
467 install-pdf install-pdf-am install-ps install-ps-am \
468 install-strip installcheck installcheck-am installdirs \
469 installdirs-am maintainer-clean maintainer-clean-generic \
470 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
471 tags-recursive uninstall uninstall-am
472
473 # Tell versions [3.59,3.63) of GNU make to not export all variables.
474 # Otherwise a system limit (for SysV at least) may be exceeded.
475 .NOEXPORT: