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