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