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