Change Eclipse configuration
[jabaws.git] / website / archive / binaries / mac / src / clustalo / src / clustal / Makefile.in
1 # Makefile.in generated by automake 1.10.2 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
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 subdir = src/clustal
37 DIST_COMMON = $(library_include_HEADERS) $(srcdir)/Makefile.am \
38         $(srcdir)/Makefile.in
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_prefix_config_h.m4 \
41         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
42         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
43         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/ax_openmp.m4 \
44         $(top_srcdir)/configure.ac
45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46         $(ACLOCAL_M4)
47 mkinstalldirs = $(install_sh) -d
48 CONFIG_HEADER = $(top_builddir)/src/config.h
49 CONFIG_CLEAN_FILES =
50 LTLIBRARIES = $(noinst_LTLIBRARIES)
51 libclustal_la_LIBADD =
52 am_libclustal_la_OBJECTS = hhalign_wrapper.lo ktuple_pair.lo list.lo \
53         log.lo muscle_upgma.lo muscle_tree.lo mbed.lo pair_dist.lo \
54         progress.lo seq.lo symmatrix.lo tree.lo util.lo weights.lo
55 libclustal_la_OBJECTS = $(am_libclustal_la_OBJECTS)
56 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
57 depcomp = $(SHELL) $(top_srcdir)/depcomp
58 am__depfiles_maybe = depfiles
59 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
60         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
61 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
62         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
63         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
64 CCLD = $(CC)
65 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
66         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
67         $(LDFLAGS) -o $@
68 SOURCES = $(libclustal_la_SOURCES)
69 DIST_SOURCES = $(libclustal_la_SOURCES)
70 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
71 am__vpath_adj = case $$p in \
72     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
73     *) f=$$p;; \
74   esac;
75 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
76 am__installdirs = "$(DESTDIR)$(library_includedir)"
77 library_includeHEADERS_INSTALL = $(INSTALL_HEADER)
78 HEADERS = $(library_include_HEADERS)
79 ETAGS = etags
80 CTAGS = ctags
81 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
82 ACLOCAL = @ACLOCAL@
83 AMTAR = @AMTAR@
84 AM_CFLAGS = @OPENMP_CFLAGS@ @AM_CFLAGS@
85 AM_CXXFLAGS = @AM_CXXFLAGS@
86 AM_LDFLAGS = @AM_LDFLAGS@
87 AR = @AR@
88 AUTOCONF = @AUTOCONF@
89 AUTOHEADER = @AUTOHEADER@
90 AUTOMAKE = @AUTOMAKE@
91 AWK = @AWK@
92 CC = @CC@
93 CCDEPMODE = @CCDEPMODE@
94 CFLAGS = @CFLAGS@
95 CPP = @CPP@
96 CPPFLAGS = @CPPFLAGS@
97 CXX = @CXX@
98 CXXCPP = @CXXCPP@
99 CXXDEPMODE = @CXXDEPMODE@
100 CXXFLAGS = @CXXFLAGS@
101 CYGPATH_W = @CYGPATH_W@
102 DEFS = @DEFS@
103 DEPDIR = @DEPDIR@
104 DSYMUTIL = @DSYMUTIL@
105 DUMPBIN = @DUMPBIN@
106 ECHO_C = @ECHO_C@
107 ECHO_N = @ECHO_N@
108 ECHO_T = @ECHO_T@
109 EGREP = @EGREP@
110 EXEEXT = @EXEEXT@
111 FGREP = @FGREP@
112 GREP = @GREP@
113 INSTALL = @INSTALL@
114 INSTALL_DATA = @INSTALL_DATA@
115 INSTALL_PROGRAM = @INSTALL_PROGRAM@
116 INSTALL_SCRIPT = @INSTALL_SCRIPT@
117 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
118 LD = @LD@
119 LDFLAGS = @LDFLAGS@
120 LIBOBJS = @LIBOBJS@
121 LIBS = @LIBS@
122 LIBTOOL = @LIBTOOL@
123 LIPO = @LIPO@
124 LN_S = @LN_S@
125 LTLIBOBJS = @LTLIBOBJS@
126 MAKEINFO = @MAKEINFO@
127 MKDIR_P = @MKDIR_P@
128 NM = @NM@
129 NMEDIT = @NMEDIT@
130 OBJDUMP = @OBJDUMP@
131 OBJEXT = @OBJEXT@
132 OPENMP_CFLAGS = @OPENMP_CFLAGS@
133 OPENMP_CXXFLAGS = @OPENMP_CXXFLAGS@
134 OTOOL = @OTOOL@
135 OTOOL64 = @OTOOL64@
136 PACKAGE = @PACKAGE@
137 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
138 PACKAGE_CODENAME = @PACKAGE_CODENAME@
139 PACKAGE_NAME = @PACKAGE_NAME@
140 PACKAGE_STRING = @PACKAGE_STRING@
141 PACKAGE_TARNAME = @PACKAGE_TARNAME@
142 PACKAGE_VERSION = @PACKAGE_VERSION@
143 PATH_SEPARATOR = @PATH_SEPARATOR@
144 RANLIB = @RANLIB@
145 SED = @SED@
146 SET_MAKE = @SET_MAKE@
147 SHELL = @SHELL@
148 STRIP = @STRIP@
149 VERSION = @VERSION@
150 abs_builddir = @abs_builddir@
151 abs_srcdir = @abs_srcdir@
152 abs_top_builddir = @abs_top_builddir@
153 abs_top_srcdir = @abs_top_srcdir@
154 ac_ct_CC = @ac_ct_CC@
155 ac_ct_CXX = @ac_ct_CXX@
156 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
157 am__include = @am__include@
158 am__leading_dot = @am__leading_dot@
159 am__quote = @am__quote@
160 am__tar = @am__tar@
161 am__untar = @am__untar@
162 bindir = @bindir@
163 build = @build@
164 build_alias = @build_alias@
165 build_cpu = @build_cpu@
166 build_os = @build_os@
167 build_vendor = @build_vendor@
168 builddir = @builddir@
169 datadir = @datadir@
170 datarootdir = @datarootdir@
171 docdir = @docdir@
172 dvidir = @dvidir@
173 exec_prefix = @exec_prefix@
174 host = @host@
175 host_alias = @host_alias@
176 host_cpu = @host_cpu@
177 host_os = @host_os@
178 host_vendor = @host_vendor@
179 htmldir = @htmldir@
180 includedir = @includedir@
181 infodir = @infodir@
182 install_sh = @install_sh@
183 libdir = @libdir@
184 libexecdir = @libexecdir@
185 localedir = @localedir@
186 localstatedir = @localstatedir@
187 lt_ECHO = @lt_ECHO@
188 mandir = @mandir@
189 mkdir_p = @mkdir_p@
190 oldincludedir = @oldincludedir@
191 pdfdir = @pdfdir@
192 prefix = @prefix@
193 program_transform_name = @program_transform_name@
194 psdir = @psdir@
195 sbindir = @sbindir@
196 sharedstatedir = @sharedstatedir@
197 srcdir = @srcdir@
198 sysconfdir = @sysconfdir@
199 target_alias = @target_alias@
200 top_build_prefix = @top_build_prefix@
201 top_builddir = @top_builddir@
202 top_srcdir = @top_srcdir@
203 noinst_LTLIBRARIES = libclustal.la
204 libclustal_la_SOURCES = \
205         hhalign_wrapper.c hhalign_wrapper.h \
206                 ktuple_pair.c ktuple_pair.h \
207         list.c list.h \
208                 log.c log.h \
209         muscle_upgma.c muscle_upgma.h \
210         muscle_tree.c muscle_tree.h \
211         mbed.c mbed.h \
212         pair_dist.h pair_dist.c \
213         progress.c progress.h \
214         queue.h \
215         seq.c seq.h \
216         symmatrix.c symmatrix.h \
217         tree.c tree.h \
218         util.c util.h \
219         weights.c weights.h
220
221 library_includedir = $(includedir)/clustalo/clustal
222 library_include_HEADERS = \
223         hhalign_wrapper.h \
224         ktuple_pair.h \
225         log.h \
226         mbed.h \
227         muscle_tree.h \
228         pair_dist.h \
229         progress.h \
230         seq.h \
231         symmatrix.h \
232         tree.h \
233         util.h \
234         weights.h
235
236 all: all-am
237
238 .SUFFIXES:
239 .SUFFIXES: .c .lo .o .obj
240 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
241         @for dep in $?; do \
242           case '$(am__configure_deps)' in \
243             *$$dep*) \
244               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
245                 && { if test -f $@; then exit 0; else break; fi; }; \
246               exit 1;; \
247           esac; \
248         done; \
249         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/clustal/Makefile'; \
250         cd $(top_srcdir) && \
251           $(AUTOMAKE) --gnu  src/clustal/Makefile
252 .PRECIOUS: Makefile
253 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
254         @case '$?' in \
255           *config.status*) \
256             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
257           *) \
258             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
259             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
260         esac;
261
262 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
263         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
264
265 $(top_srcdir)/configure:  $(am__configure_deps)
266         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
267 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
268         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
269
270 clean-noinstLTLIBRARIES:
271         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
272         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
273           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
274           test "$$dir" != "$$p" || dir=.; \
275           echo "rm -f \"$${dir}/so_locations\""; \
276           rm -f "$${dir}/so_locations"; \
277         done
278 libclustal.la: $(libclustal_la_OBJECTS) $(libclustal_la_DEPENDENCIES) 
279         $(LINK)  $(libclustal_la_OBJECTS) $(libclustal_la_LIBADD) $(LIBS)
280
281 mostlyclean-compile:
282         -rm -f *.$(OBJEXT)
283
284 distclean-compile:
285         -rm -f *.tab.c
286
287 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hhalign_wrapper.Plo@am__quote@
288 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ktuple_pair.Plo@am__quote@
289 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Plo@am__quote@
290 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Plo@am__quote@
291 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbed.Plo@am__quote@
292 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/muscle_tree.Plo@am__quote@
293 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/muscle_upgma.Plo@am__quote@
294 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pair_dist.Plo@am__quote@
295 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progress.Plo@am__quote@
296 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/seq.Plo@am__quote@
297 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/symmatrix.Plo@am__quote@
298 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tree.Plo@am__quote@
299 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
300 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weights.Plo@am__quote@
301
302 .c.o:
303 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
304 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
305 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
306 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
307 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
308
309 .c.obj:
310 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
311 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
312 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
313 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
314 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
315
316 .c.lo:
317 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
318 @am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
319 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
320 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
321 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
322
323 mostlyclean-libtool:
324         -rm -f *.lo
325
326 clean-libtool:
327         -rm -rf .libs _libs
328 install-library_includeHEADERS: $(library_include_HEADERS)
329         @$(NORMAL_INSTALL)
330         test -z "$(library_includedir)" || $(MKDIR_P) "$(DESTDIR)$(library_includedir)"
331         @list='$(library_include_HEADERS)'; for p in $$list; do \
332           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
333           f=$(am__strip_dir) \
334           echo " $(library_includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(library_includedir)/$$f'"; \
335           $(library_includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(library_includedir)/$$f"; \
336         done
337
338 uninstall-library_includeHEADERS:
339         @$(NORMAL_UNINSTALL)
340         @list='$(library_include_HEADERS)'; for p in $$list; do \
341           f=$(am__strip_dir) \
342           echo " rm -f '$(DESTDIR)$(library_includedir)/$$f'"; \
343           rm -f "$(DESTDIR)$(library_includedir)/$$f"; \
344         done
345
346 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
347         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
348         unique=`for i in $$list; do \
349             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
350           done | \
351           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
352               END { if (nonempty) { for (i in files) print i; }; }'`; \
353         mkid -fID $$unique
354 tags: TAGS
355
356 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
357                 $(TAGS_FILES) $(LISP)
358         tags=; \
359         here=`pwd`; \
360         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
361         unique=`for i in $$list; do \
362             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
363           done | \
364           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
365               END { if (nonempty) { for (i in files) print i; }; }'`; \
366         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
367           test -n "$$unique" || unique=$$empty_fix; \
368           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
369             $$tags $$unique; \
370         fi
371 ctags: CTAGS
372 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
373                 $(TAGS_FILES) $(LISP)
374         tags=; \
375         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
376         unique=`for i in $$list; do \
377             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
378           done | \
379           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
380               END { if (nonempty) { for (i in files) print i; }; }'`; \
381         test -z "$(CTAGS_ARGS)$$tags$$unique" \
382           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
383              $$tags $$unique
384
385 GTAGS:
386         here=`$(am__cd) $(top_builddir) && pwd` \
387           && cd $(top_srcdir) \
388           && gtags -i $(GTAGS_ARGS) $$here
389
390 distclean-tags:
391         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
392
393 distdir: $(DISTFILES)
394         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
395         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
396         list='$(DISTFILES)'; \
397           dist_files=`for file in $$list; do echo $$file; done | \
398           sed -e "s|^$$srcdirstrip/||;t" \
399               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
400         case $$dist_files in \
401           */*) $(MKDIR_P) `echo "$$dist_files" | \
402                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
403                            sort -u` ;; \
404         esac; \
405         for file in $$dist_files; do \
406           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
407           if test -d $$d/$$file; then \
408             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
409             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
410               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
411             fi; \
412             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
413           else \
414             test -f $(distdir)/$$file \
415             || cp -p $$d/$$file $(distdir)/$$file \
416             || exit 1; \
417           fi; \
418         done
419 check-am: all-am
420 check: check-am
421 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
422 installdirs:
423         for dir in "$(DESTDIR)$(library_includedir)"; do \
424           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
425         done
426 install: install-am
427 install-exec: install-exec-am
428 install-data: install-data-am
429 uninstall: uninstall-am
430
431 install-am: all-am
432         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
433
434 installcheck: installcheck-am
435 install-strip:
436         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
437           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
438           `test -z '$(STRIP)' || \
439             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
440 mostlyclean-generic:
441
442 clean-generic:
443
444 distclean-generic:
445         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
446
447 maintainer-clean-generic:
448         @echo "This command is intended for maintainers to use"
449         @echo "it deletes files that may require special tools to rebuild."
450 clean: clean-am
451
452 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
453         mostlyclean-am
454
455 distclean: distclean-am
456         -rm -rf ./$(DEPDIR)
457         -rm -f Makefile
458 distclean-am: clean-am distclean-compile distclean-generic \
459         distclean-tags
460
461 dvi: dvi-am
462
463 dvi-am:
464
465 html: html-am
466
467 info: info-am
468
469 info-am:
470
471 install-data-am: install-library_includeHEADERS
472
473 install-dvi: install-dvi-am
474
475 install-exec-am:
476
477 install-html: install-html-am
478
479 install-info: install-info-am
480
481 install-man:
482
483 install-pdf: install-pdf-am
484
485 install-ps: install-ps-am
486
487 installcheck-am:
488
489 maintainer-clean: maintainer-clean-am
490         -rm -rf ./$(DEPDIR)
491         -rm -f Makefile
492 maintainer-clean-am: distclean-am maintainer-clean-generic
493
494 mostlyclean: mostlyclean-am
495
496 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
497         mostlyclean-libtool
498
499 pdf: pdf-am
500
501 pdf-am:
502
503 ps: ps-am
504
505 ps-am:
506
507 uninstall-am: uninstall-library_includeHEADERS
508
509 .MAKE: install-am install-strip
510
511 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
512         clean-libtool clean-noinstLTLIBRARIES ctags distclean \
513         distclean-compile distclean-generic distclean-libtool \
514         distclean-tags distdir dvi dvi-am html html-am info info-am \
515         install install-am install-data install-data-am install-dvi \
516         install-dvi-am install-exec install-exec-am install-html \
517         install-html-am install-info install-info-am \
518         install-library_includeHEADERS install-man install-pdf \
519         install-pdf-am install-ps install-ps-am install-strip \
520         installcheck installcheck-am installdirs maintainer-clean \
521         maintainer-clean-generic mostlyclean mostlyclean-compile \
522         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
523         tags uninstall uninstall-am uninstall-library_includeHEADERS
524
525 # Tell versions [3.59,3.63) of GNU make to not export all variables.
526 # Otherwise a system limit (for SysV at least) may be exceeded.
527 .NOEXPORT: