comparison fastx_toolkit-0.0.6/src/fastx_quality_stats/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
27 VPATH = @srcdir@
28 pkgdatadir = $(datadir)/@PACKAGE@
29 pkglibdir = $(libdir)/@PACKAGE@
30 pkgincludedir = $(includedir)/@PACKAGE@
31 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
32 install_sh_DATA = $(install_sh) -c -m 644
33 install_sh_PROGRAM = $(install_sh) -c
34 install_sh_SCRIPT = $(install_sh) -c
35 INSTALL_HEADER = $(INSTALL_DATA)
36 transform = $(program_transform_name)
37 NORMAL_INSTALL = :
38 PRE_INSTALL = :
39 POST_INSTALL = :
40 NORMAL_UNINSTALL = :
41 PRE_UNINSTALL = :
42 POST_UNINSTALL = :
43 build_triplet = @build@
44 host_triplet = @host@
45 bin_PROGRAMS = fastx_quality_stats$(EXEEXT)
46 subdir = src/fastx_quality_stats
47 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
48 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
50 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51 $(ACLOCAL_M4)
52 mkinstalldirs = $(install_sh) -d
53 CONFIG_HEADER = $(top_builddir)/config.h
54 CONFIG_CLEAN_FILES =
55 am__installdirs = "$(DESTDIR)$(bindir)"
56 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
57 PROGRAMS = $(bin_PROGRAMS)
58 am_fastx_quality_stats_OBJECTS = fastx_quality_stats.$(OBJEXT)
59 fastx_quality_stats_OBJECTS = $(am_fastx_quality_stats_OBJECTS)
60 fastx_quality_stats_DEPENDENCIES = ../libfastx/libfastx.a
61 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
62 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
63 am__depfiles_maybe = depfiles
64 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
65 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66 CCLD = $(CC)
67 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
68 SOURCES = $(fastx_quality_stats_SOURCES)
69 DIST_SOURCES = $(fastx_quality_stats_SOURCES)
70 ETAGS = etags
71 CTAGS = ctags
72 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
73 ACLOCAL = @ACLOCAL@
74 AMTAR = @AMTAR@
75 AUTOCONF = @AUTOCONF@
76 AUTOHEADER = @AUTOHEADER@
77 AUTOMAKE = @AUTOMAKE@
78 AWK = @AWK@
79 CC = @CC@
80 CCDEPMODE = @CCDEPMODE@
81 CFLAGS = @CFLAGS@
82 CPP = @CPP@
83 CPPFLAGS = @CPPFLAGS@
84 CXX = @CXX@
85 CXXCPP = @CXXCPP@
86 CXXDEPMODE = @CXXDEPMODE@
87 CXXFLAGS = @CXXFLAGS@
88 CYGPATH_W = @CYGPATH_W@
89 DEFS = @DEFS@
90 DEPDIR = @DEPDIR@
91 ECHO_C = @ECHO_C@
92 ECHO_N = @ECHO_N@
93 ECHO_T = @ECHO_T@
94 EGREP = @EGREP@
95 EXEEXT = @EXEEXT@
96 GREP = @GREP@
97 INSTALL = @INSTALL@
98 INSTALL_DATA = @INSTALL_DATA@
99 INSTALL_PROGRAM = @INSTALL_PROGRAM@
100 INSTALL_SCRIPT = @INSTALL_SCRIPT@
101 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
102 LDFLAGS = @LDFLAGS@
103 LIBOBJS = @LIBOBJS@
104 LIBS = @LIBS@
105 LTLIBOBJS = @LTLIBOBJS@
106 MAKEINFO = @MAKEINFO@
107 MKDIR_P = @MKDIR_P@
108 OBJEXT = @OBJEXT@
109 PACKAGE = @PACKAGE@
110 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
111 PACKAGE_NAME = @PACKAGE_NAME@
112 PACKAGE_STRING = @PACKAGE_STRING@
113 PACKAGE_TARNAME = @PACKAGE_TARNAME@
114 PACKAGE_VERSION = @PACKAGE_VERSION@
115 PATH_SEPARATOR = @PATH_SEPARATOR@
116 RANLIB = @RANLIB@
117 SET_MAKE = @SET_MAKE@
118 SHELL = @SHELL@
119 STRIP = @STRIP@
120 VERSION = @VERSION@
121 abs_builddir = @abs_builddir@
122 abs_srcdir = @abs_srcdir@
123 abs_top_builddir = @abs_top_builddir@
124 abs_top_srcdir = @abs_top_srcdir@
125 ac_ct_CC = @ac_ct_CC@
126 ac_ct_CXX = @ac_ct_CXX@
127 am__include = @am__include@
128 am__leading_dot = @am__leading_dot@
129 am__quote = @am__quote@
130 am__tar = @am__tar@
131 am__untar = @am__untar@
132 bindir = @bindir@
133 build = @build@
134 build_alias = @build_alias@
135 build_cpu = @build_cpu@
136 build_os = @build_os@
137 build_vendor = @build_vendor@
138 builddir = @builddir@
139 canonical_host_type = @canonical_host_type@
140 datadir = @datadir@
141 datarootdir = @datarootdir@
142 docdir = @docdir@
143 dvidir = @dvidir@
144 exec_prefix = @exec_prefix@
145 host = @host@
146 host_alias = @host_alias@
147 host_cpu = @host_cpu@
148 host_os = @host_os@
149 host_vendor = @host_vendor@
150 htmldir = @htmldir@
151 includedir = @includedir@
152 infodir = @infodir@
153 install_sh = @install_sh@
154 libdir = @libdir@
155 libexecdir = @libexecdir@
156 localedir = @localedir@
157 localstatedir = @localstatedir@
158 mandir = @mandir@
159 mkdir_p = @mkdir_p@
160 oldincludedir = @oldincludedir@
161 pdfdir = @pdfdir@
162 prefix = @prefix@
163 program_transform_name = @program_transform_name@
164 psdir = @psdir@
165 sbindir = @sbindir@
166 sharedstatedir = @sharedstatedir@
167 srcdir = @srcdir@
168 sysconfdir = @sysconfdir@
169 target_alias = @target_alias@
170 top_builddir = @top_builddir@
171 top_srcdir = @top_srcdir@
172 AM_CPPFLAGS = \
173 $(CC_WARNINGS) \
174 -I../libfastx
175
176 fastx_quality_stats_SOURCES = fastx_quality_stats.c
177 fastx_quality_stats_LDADD = ../libfastx/libfastx.a
178 all: all-am
179
180 .SUFFIXES:
181 .SUFFIXES: .c .o .obj
182 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
183 @for dep in $?; do \
184 case '$(am__configure_deps)' in \
185 *$$dep*) \
186 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
187 && exit 0; \
188 exit 1;; \
189 esac; \
190 done; \
191 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/fastx_quality_stats/Makefile'; \
192 cd $(top_srcdir) && \
193 $(AUTOMAKE) --gnu src/fastx_quality_stats/Makefile
194 .PRECIOUS: Makefile
195 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
196 @case '$?' in \
197 *config.status*) \
198 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
199 *) \
200 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
201 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
202 esac;
203
204 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
205 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
206
207 $(top_srcdir)/configure: $(am__configure_deps)
208 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
209 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
210 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
211 install-binPROGRAMS: $(bin_PROGRAMS)
212 @$(NORMAL_INSTALL)
213 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
214 @list='$(bin_PROGRAMS)'; for p in $$list; do \
215 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
216 if test -f $$p \
217 ; then \
218 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
219 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
220 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
221 else :; fi; \
222 done
223
224 uninstall-binPROGRAMS:
225 @$(NORMAL_UNINSTALL)
226 @list='$(bin_PROGRAMS)'; for p in $$list; do \
227 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
228 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
229 rm -f "$(DESTDIR)$(bindir)/$$f"; \
230 done
231
232 clean-binPROGRAMS:
233 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
234 fastx_quality_stats$(EXEEXT): $(fastx_quality_stats_OBJECTS) $(fastx_quality_stats_DEPENDENCIES)
235 @rm -f fastx_quality_stats$(EXEEXT)
236 $(LINK) $(fastx_quality_stats_OBJECTS) $(fastx_quality_stats_LDADD) $(LIBS)
237
238 mostlyclean-compile:
239 -rm -f *.$(OBJEXT)
240
241 distclean-compile:
242 -rm -f *.tab.c
243
244 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fastx_quality_stats.Po@am__quote@
245
246 .c.o:
247 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
248 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
249 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
250 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
251 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
252
253 .c.obj:
254 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
255 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
256 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
257 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
258 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
259
260 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
261 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
262 unique=`for i in $$list; do \
263 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
264 done | \
265 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
266 END { if (nonempty) { for (i in files) print i; }; }'`; \
267 mkid -fID $$unique
268 tags: TAGS
269
270 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
271 $(TAGS_FILES) $(LISP)
272 tags=; \
273 here=`pwd`; \
274 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
275 unique=`for i in $$list; do \
276 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
277 done | \
278 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
279 END { if (nonempty) { for (i in files) print i; }; }'`; \
280 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
281 test -n "$$unique" || unique=$$empty_fix; \
282 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
283 $$tags $$unique; \
284 fi
285 ctags: CTAGS
286 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
287 $(TAGS_FILES) $(LISP)
288 tags=; \
289 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
290 unique=`for i in $$list; do \
291 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
292 done | \
293 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
294 END { if (nonempty) { for (i in files) print i; }; }'`; \
295 test -z "$(CTAGS_ARGS)$$tags$$unique" \
296 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
297 $$tags $$unique
298
299 GTAGS:
300 here=`$(am__cd) $(top_builddir) && pwd` \
301 && cd $(top_srcdir) \
302 && gtags -i $(GTAGS_ARGS) $$here
303
304 distclean-tags:
305 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
306
307 distdir: $(DISTFILES)
308 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
309 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
310 list='$(DISTFILES)'; \
311 dist_files=`for file in $$list; do echo $$file; done | \
312 sed -e "s|^$$srcdirstrip/||;t" \
313 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
314 case $$dist_files in \
315 */*) $(MKDIR_P) `echo "$$dist_files" | \
316 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
317 sort -u` ;; \
318 esac; \
319 for file in $$dist_files; do \
320 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
321 if test -d $$d/$$file; then \
322 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
323 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
324 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
325 fi; \
326 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
327 else \
328 test -f $(distdir)/$$file \
329 || cp -p $$d/$$file $(distdir)/$$file \
330 || exit 1; \
331 fi; \
332 done
333 check-am: all-am
334 check: check-am
335 all-am: Makefile $(PROGRAMS)
336 installdirs:
337 for dir in "$(DESTDIR)$(bindir)"; do \
338 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
339 done
340 install: install-am
341 install-exec: install-exec-am
342 install-data: install-data-am
343 uninstall: uninstall-am
344
345 install-am: all-am
346 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
347
348 installcheck: installcheck-am
349 install-strip:
350 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
351 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
352 `test -z '$(STRIP)' || \
353 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
354 mostlyclean-generic:
355
356 clean-generic:
357
358 distclean-generic:
359 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
360
361 maintainer-clean-generic:
362 @echo "This command is intended for maintainers to use"
363 @echo "it deletes files that may require special tools to rebuild."
364 clean: clean-am
365
366 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
367
368 distclean: distclean-am
369 -rm -rf ./$(DEPDIR)
370 -rm -f Makefile
371 distclean-am: clean-am distclean-compile distclean-generic \
372 distclean-tags
373
374 dvi: dvi-am
375
376 dvi-am:
377
378 html: html-am
379
380 info: info-am
381
382 info-am:
383
384 install-data-am:
385
386 install-dvi: install-dvi-am
387
388 install-exec-am: install-binPROGRAMS
389
390 install-html: install-html-am
391
392 install-info: install-info-am
393
394 install-man:
395
396 install-pdf: install-pdf-am
397
398 install-ps: install-ps-am
399
400 installcheck-am:
401
402 maintainer-clean: maintainer-clean-am
403 -rm -rf ./$(DEPDIR)
404 -rm -f Makefile
405 maintainer-clean-am: distclean-am maintainer-clean-generic
406
407 mostlyclean: mostlyclean-am
408
409 mostlyclean-am: mostlyclean-compile mostlyclean-generic
410
411 pdf: pdf-am
412
413 pdf-am:
414
415 ps: ps-am
416
417 ps-am:
418
419 uninstall-am: uninstall-binPROGRAMS
420
421 .MAKE: install-am install-strip
422
423 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
424 clean-generic ctags distclean distclean-compile \
425 distclean-generic distclean-tags distdir dvi dvi-am html \
426 html-am info info-am install install-am install-binPROGRAMS \
427 install-data install-data-am install-dvi install-dvi-am \
428 install-exec install-exec-am install-html install-html-am \
429 install-info install-info-am install-man install-pdf \
430 install-pdf-am install-ps install-ps-am install-strip \
431 installcheck installcheck-am installdirs maintainer-clean \
432 maintainer-clean-generic mostlyclean mostlyclean-compile \
433 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
434 uninstall-am uninstall-binPROGRAMS
435
436 # Tell versions [3.59,3.63) of GNU make to not export all variables.
437 # Otherwise a system limit (for SysV at least) may be exceeded.
438 .NOEXPORT: