WSTester updated to work plus hopefully all the other changes that need to go into...
[jabaws.git] / binaries / src / ViennaRNA / Utils / Makefile.in
1 # Makefile.in generated by automake 1.11.6 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, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18
19 VPATH = @srcdir@
20 am__make_dryrun = \
21   { \
22     am__dry=no; \
23     case $$MAKEFLAGS in \
24       *\\[\ \   ]*) \
25         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
26           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
27       *) \
28         for am__flg in $$MAKEFLAGS; do \
29           case $$am__flg in \
30             *=*|--*) ;; \
31             *n*) am__dry=yes; break;; \
32           esac; \
33         done;; \
34     esac; \
35     test $$am__dry = yes; \
36   }
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@
40 pkglibexecdir = $(libexecdir)/@PACKAGE@
41 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42 install_sh_DATA = $(install_sh) -c -m 644
43 install_sh_PROGRAM = $(install_sh) -c
44 install_sh_SCRIPT = $(install_sh) -c
45 INSTALL_HEADER = $(INSTALL_DATA)
46 transform = $(program_transform_name)
47 NORMAL_INSTALL = :
48 PRE_INSTALL = :
49 POST_INSTALL = :
50 NORMAL_UNINSTALL = :
51 PRE_UNINSTALL = :
52 POST_UNINSTALL = :
53 build_triplet = @build@
54 host_triplet = @host@
55 pkgbin_PROGRAMS = b2ct$(EXEEXT) popt$(EXEEXT)
56 subdir = Utils
57 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
58 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
60         $(top_srcdir)/m4/package.m4 $(top_srcdir)/configure.ac
61 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62         $(ACLOCAL_M4)
63 mkinstalldirs = $(install_sh) -d
64 CONFIG_HEADER = $(top_builddir)/config.h
65 CONFIG_CLEAN_FILES =
66 CONFIG_CLEAN_VPATH_FILES =
67 am__installdirs = "$(DESTDIR)$(pkgbindir)" "$(DESTDIR)$(pkgbindir)"
68 PROGRAMS = $(pkgbin_PROGRAMS)
69 b2ct_SOURCES = b2ct.c
70 b2ct_OBJECTS = b2ct.$(OBJEXT)
71 b2ct_LDADD = $(LDADD)
72 b2ct_DEPENDENCIES =
73 popt_SOURCES = popt.c
74 popt_OBJECTS = popt.$(OBJEXT)
75 popt_LDADD = $(LDADD)
76 popt_DEPENDENCIES =
77 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
78 am__vpath_adj = case $$p in \
79     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
80     *) f=$$p;; \
81   esac;
82 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
83 am__install_max = 40
84 am__nobase_strip_setup = \
85   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
86 am__nobase_strip = \
87   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
88 am__nobase_list = $(am__nobase_strip_setup); \
89   for p in $$list; do echo "$$p $$p"; done | \
90   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
91   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
92     if (++n[$$2] == $(am__install_max)) \
93       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
94     END { for (dir in files) print dir, files[dir] }'
95 am__base_list = \
96   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
97   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
98 am__uninstall_files_from_dir = { \
99   test -z "$$files" \
100     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
101     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
102          $(am__cd) "$$dir" && rm -f $$files; }; \
103   }
104 SCRIPTS = $(pkgbin_SCRIPTS)
105 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
106 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
107 am__depfiles_maybe = depfiles
108 am__mv = mv -f
109 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
110         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
111 AM_V_CC = $(am__v_CC_@AM_V@)
112 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
113 am__v_CC_0 = @echo "  CC    " $@;
114 AM_V_at = $(am__v_at_@AM_V@)
115 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
116 am__v_at_0 = @
117 CCLD = $(CC)
118 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
119 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
120 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
121 am__v_CCLD_0 = @echo "  CCLD  " $@;
122 AM_V_GEN = $(am__v_GEN_@AM_V@)
123 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
124 am__v_GEN_0 = @echo "  GEN   " $@;
125 SOURCES = b2ct.c popt.c
126 DIST_SOURCES = b2ct.c popt.c
127 am__can_run_installinfo = \
128   case $$AM_UPDATE_INFO_DIR in \
129     n|no|NO) false;; \
130     *) (install-info --version) >/dev/null 2>&1;; \
131   esac
132 ETAGS = etags
133 CTAGS = ctags
134 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
135 ACLOCAL = @ACLOCAL@
136 AMTAR = @AMTAR@
137 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
138 AUTOCONF = @AUTOCONF@
139 AUTOHEADER = @AUTOHEADER@
140 AUTOMAKE = @AUTOMAKE@
141 AWK = @AWK@
142 CC = @CC@
143 CCDEPMODE = @CCDEPMODE@
144 CFLAGS = @CFLAGS@
145 CLUSTER_DIR = @CLUSTER_DIR@
146 CPP = @CPP@
147 CPPFLAGS = @CPPFLAGS@
148 CXX = @CXX@
149 CXXCPP = @CXXCPP@
150 CXXDEPMODE = @CXXDEPMODE@
151 CXXFLAGS = @CXXFLAGS@
152 CXXLD = @CXXLD@
153 CYGPATH_W = @CYGPATH_W@
154 DEFS = @DEFS@
155 DEPDIR = @DEPDIR@
156 DOXYGEN_CMD_LATEX = @DOXYGEN_CMD_LATEX@
157 DOXYGEN_CMD_MAKEINDEX = @DOXYGEN_CMD_MAKEINDEX@
158 DOXYGEN_CONF = @DOXYGEN_CONF@
159 DOXYGEN_DOCDIR = @DOXYGEN_DOCDIR@
160 DOXYGEN_GENERATE_HTML = @DOXYGEN_GENERATE_HTML@
161 DOXYGEN_GENERATE_LATEX = @DOXYGEN_GENERATE_LATEX@
162 DOXYGEN_HAVE_DOT = @DOXYGEN_HAVE_DOT@
163 DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
164 DOXYGEN_SRCDIR = @DOXYGEN_SRCDIR@
165 DOXYGEN_WITH_PDFLATEX = @DOXYGEN_WITH_PDFLATEX@
166 ECHO_C = @ECHO_C@
167 ECHO_N = @ECHO_N@
168 ECHO_T = @ECHO_T@
169 EGREP = @EGREP@
170 EXEEXT = @EXEEXT@
171 FPIC = @FPIC@
172 GREP = @GREP@
173 INSTALL = @INSTALL@
174 INSTALL_DATA = @INSTALL_DATA@
175 INSTALL_PROGRAM = @INSTALL_PROGRAM@
176 INSTALL_SCRIPT = @INSTALL_SCRIPT@
177 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
178 ISODATE = @ISODATE@
179 LDFLAGS = @LDFLAGS@
180 LIBOBJS = @LIBOBJS@
181 LIBS = @LIBS@
182 LIBSVM_DIR = @LIBSVM_DIR@
183 LTLIBOBJS = @LTLIBOBJS@
184 MAKEINFO = @MAKEINFO@
185 MKDIR_P = @MKDIR_P@
186 OBJEXT = @OBJEXT@
187 OPENMP_CFLAGS = @OPENMP_CFLAGS@
188 PACKAGE = @PACKAGE@
189 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
190 PACKAGE_NAME = @PACKAGE_NAME@
191 PACKAGE_STRING = @PACKAGE_STRING@
192 PACKAGE_TARNAME = @PACKAGE_TARNAME@
193 PACKAGE_URL = @PACKAGE_URL@
194 PACKAGE_VERSION = @PACKAGE_VERSION@
195 PATH_SEPARATOR = @PATH_SEPARATOR@
196 PERLPREFIX = @PERLPREFIX@
197 PERL_INTERFACE = @PERL_INTERFACE@
198 POW_LIB = @POW_LIB@
199 PYTHON_INTERFACE = @PYTHON_INTERFACE@
200 PerlCmd = @PerlCmd@
201 PythonCmd = @PythonCmd@
202 RANLIB = @RANLIB@
203 REFERENCE_MANUAL_PDF_NAME = @REFERENCE_MANUAL_PDF_NAME@
204 REFERENCE_MANUAL_TAGFILE = @REFERENCE_MANUAL_TAGFILE@
205 SET_MAKE = @SET_MAKE@
206 SHELL = @SHELL@
207 STRIP = @STRIP@
208 VERSION = @VERSION@
209 abs_builddir = @abs_builddir@
210 abs_srcdir = @abs_srcdir@
211 abs_top_builddir = @abs_top_builddir@
212 abs_top_srcdir = @abs_top_srcdir@
213 ac_ct_CC = @ac_ct_CC@
214 ac_ct_CXX = @ac_ct_CXX@
215 am__include = @am__include@
216 am__leading_dot = @am__leading_dot@
217 am__quote = @am__quote@
218 am__tar = @am__tar@
219 am__untar = @am__untar@
220 bindir = @bindir@
221 build = @build@
222 build_alias = @build_alias@
223 build_cpu = @build_cpu@
224 build_os = @build_os@
225 build_vendor = @build_vendor@
226 builddir = @builddir@
227 datadir = @datadir@
228 datarootdir = @datarootdir@
229 docdir = @docdir@
230 dot = @dot@
231 doxygen = @doxygen@
232 dvidir = @dvidir@
233 egrep = @egrep@
234 exec_prefix = @exec_prefix@
235 host = @host@
236 host_alias = @host_alias@
237 host_cpu = @host_cpu@
238 host_os = @host_os@
239 host_vendor = @host_vendor@
240 htmldir = @htmldir@
241 includedir = @includedir@
242 infodir = @infodir@
243 install_sh = @install_sh@
244 latex = @latex@
245 libdir = @libdir@
246 libexecdir = @libexecdir@
247 localedir = @localedir@
248 localstatedir = @localstatedir@
249 makeindex = @makeindex@
250 mandir = @mandir@
251 mkdir_p = @mkdir_p@
252 oldincludedir = @oldincludedir@
253 pdfdir = @pdfdir@
254 pdflatex = @pdflatex@
255 perl = @perl@
256 prefix = @prefix@
257 program_transform_name = @program_transform_name@
258 psdir = @psdir@
259 sbindir = @sbindir@
260 sharedstatedir = @sharedstatedir@
261 srcdir = @srcdir@
262 subdirs = @subdirs@
263 sysconfdir = @sysconfdir@
264 target_alias = @target_alias@
265 top_build_prefix = @top_build_prefix@
266 top_builddir = @top_builddir@
267 top_srcdir = @top_srcdir@
268 pkgbindir = $(pkgdatadir)/bin
269 pscript = b2mt.pl ct2b.pl dpzoom.pl mountain.pl relplot.pl rotate_ss.pl cmount.pl colorrna.pl coloraln.pl refold.pl switch.pl
270 pkgbin_SCRIPTS = $(pscript) Fold
271 EXTRA_DIST = $(pscript) Fold
272 LDADD = -L../lib -lRNA -lm
273 AM_CPPFLAGS = -I$(srcdir)/../H
274 all: all-am
275
276 .SUFFIXES:
277 .SUFFIXES: .c .o .obj
278 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
279         @for dep in $?; do \
280           case '$(am__configure_deps)' in \
281             *$$dep*) \
282               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
283                 && { if test -f $@; then exit 0; else break; fi; }; \
284               exit 1;; \
285           esac; \
286         done; \
287         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Utils/Makefile'; \
288         $(am__cd) $(top_srcdir) && \
289           $(AUTOMAKE) --gnu Utils/Makefile
290 .PRECIOUS: Makefile
291 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
292         @case '$?' in \
293           *config.status*) \
294             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
295           *) \
296             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
297             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
298         esac;
299
300 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
301         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
302
303 $(top_srcdir)/configure:  $(am__configure_deps)
304         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
305 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
306         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307 $(am__aclocal_m4_deps):
308 install-pkgbinPROGRAMS: $(pkgbin_PROGRAMS)
309         @$(NORMAL_INSTALL)
310         @list='$(pkgbin_PROGRAMS)'; test -n "$(pkgbindir)" || list=; \
311         if test -n "$$list"; then \
312           echo " $(MKDIR_P) '$(DESTDIR)$(pkgbindir)'"; \
313           $(MKDIR_P) "$(DESTDIR)$(pkgbindir)" || exit 1; \
314         fi; \
315         for p in $$list; do echo "$$p $$p"; done | \
316         sed 's/$(EXEEXT)$$//' | \
317         while read p p1; do if test -f $$p; \
318           then echo "$$p"; echo "$$p"; else :; fi; \
319         done | \
320         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
321             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
322         sed 'N;N;N;s,\n, ,g' | \
323         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
324           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
325             if ($$2 == $$4) files[d] = files[d] " " $$1; \
326             else { print "f", $$3 "/" $$4, $$1; } } \
327           END { for (d in files) print "f", d, files[d] }' | \
328         while read type dir files; do \
329             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
330             test -z "$$files" || { \
331               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(pkgbindir)$$dir'"; \
332               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(pkgbindir)$$dir" || exit $$?; \
333             } \
334         ; done
335
336 uninstall-pkgbinPROGRAMS:
337         @$(NORMAL_UNINSTALL)
338         @list='$(pkgbin_PROGRAMS)'; test -n "$(pkgbindir)" || list=; \
339         files=`for p in $$list; do echo "$$p"; done | \
340           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
341               -e 's/$$/$(EXEEXT)/' `; \
342         test -n "$$list" || exit 0; \
343         echo " ( cd '$(DESTDIR)$(pkgbindir)' && rm -f" $$files ")"; \
344         cd "$(DESTDIR)$(pkgbindir)" && rm -f $$files
345
346 clean-pkgbinPROGRAMS:
347         -test -z "$(pkgbin_PROGRAMS)" || rm -f $(pkgbin_PROGRAMS)
348 b2ct$(EXEEXT): $(b2ct_OBJECTS) $(b2ct_DEPENDENCIES) $(EXTRA_b2ct_DEPENDENCIES) 
349         @rm -f b2ct$(EXEEXT)
350         $(AM_V_CCLD)$(LINK) $(b2ct_OBJECTS) $(b2ct_LDADD) $(LIBS)
351 popt$(EXEEXT): $(popt_OBJECTS) $(popt_DEPENDENCIES) $(EXTRA_popt_DEPENDENCIES) 
352         @rm -f popt$(EXEEXT)
353         $(AM_V_CCLD)$(LINK) $(popt_OBJECTS) $(popt_LDADD) $(LIBS)
354 install-pkgbinSCRIPTS: $(pkgbin_SCRIPTS)
355         @$(NORMAL_INSTALL)
356         @list='$(pkgbin_SCRIPTS)'; test -n "$(pkgbindir)" || list=; \
357         if test -n "$$list"; then \
358           echo " $(MKDIR_P) '$(DESTDIR)$(pkgbindir)'"; \
359           $(MKDIR_P) "$(DESTDIR)$(pkgbindir)" || exit 1; \
360         fi; \
361         for p in $$list; do \
362           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
363           if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
364         done | \
365         sed -e 'p;s,.*/,,;n' \
366             -e 'h;s|.*|.|' \
367             -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
368         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
369           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
370             if ($$2 == $$4) { files[d] = files[d] " " $$1; \
371               if (++n[d] == $(am__install_max)) { \
372                 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
373             else { print "f", d "/" $$4, $$1 } } \
374           END { for (d in files) print "f", d, files[d] }' | \
375         while read type dir files; do \
376              if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
377              test -z "$$files" || { \
378                echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(pkgbindir)$$dir'"; \
379                $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(pkgbindir)$$dir" || exit $$?; \
380              } \
381         ; done
382
383 uninstall-pkgbinSCRIPTS:
384         @$(NORMAL_UNINSTALL)
385         @list='$(pkgbin_SCRIPTS)'; test -n "$(pkgbindir)" || exit 0; \
386         files=`for p in $$list; do echo "$$p"; done | \
387                sed -e 's,.*/,,;$(transform)'`; \
388         dir='$(DESTDIR)$(pkgbindir)'; $(am__uninstall_files_from_dir)
389
390 mostlyclean-compile:
391         -rm -f *.$(OBJEXT)
392
393 distclean-compile:
394         -rm -f *.tab.c
395
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/b2ct.Po@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/popt.Po@am__quote@
398
399 .c.o:
400 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
401 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
402 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
403 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
404 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
405
406 .c.obj:
407 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
408 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
409 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
410 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
411 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
412
413 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
414         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
415         unique=`for i in $$list; do \
416             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
417           done | \
418           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
419               END { if (nonempty) { for (i in files) print i; }; }'`; \
420         mkid -fID $$unique
421 tags: TAGS
422
423 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
424                 $(TAGS_FILES) $(LISP)
425         set x; \
426         here=`pwd`; \
427         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
428         unique=`for i in $$list; do \
429             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
430           done | \
431           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
432               END { if (nonempty) { for (i in files) print i; }; }'`; \
433         shift; \
434         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
435           test -n "$$unique" || unique=$$empty_fix; \
436           if test $$# -gt 0; then \
437             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
438               "$$@" $$unique; \
439           else \
440             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
441               $$unique; \
442           fi; \
443         fi
444 ctags: CTAGS
445 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
446                 $(TAGS_FILES) $(LISP)
447         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
448         unique=`for i in $$list; do \
449             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
450           done | \
451           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
452               END { if (nonempty) { for (i in files) print i; }; }'`; \
453         test -z "$(CTAGS_ARGS)$$unique" \
454           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
455              $$unique
456
457 GTAGS:
458         here=`$(am__cd) $(top_builddir) && pwd` \
459           && $(am__cd) $(top_srcdir) \
460           && gtags -i $(GTAGS_ARGS) "$$here"
461
462 distclean-tags:
463         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
464
465 distdir: $(DISTFILES)
466         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
467         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
468         list='$(DISTFILES)'; \
469           dist_files=`for file in $$list; do echo $$file; done | \
470           sed -e "s|^$$srcdirstrip/||;t" \
471               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
472         case $$dist_files in \
473           */*) $(MKDIR_P) `echo "$$dist_files" | \
474                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
475                            sort -u` ;; \
476         esac; \
477         for file in $$dist_files; do \
478           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
479           if test -d $$d/$$file; then \
480             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
481             if test -d "$(distdir)/$$file"; then \
482               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
483             fi; \
484             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
485               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
486               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
487             fi; \
488             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
489           else \
490             test -f "$(distdir)/$$file" \
491             || cp -p $$d/$$file "$(distdir)/$$file" \
492             || exit 1; \
493           fi; \
494         done
495 check-am: all-am
496 check: check-am
497 all-am: Makefile $(PROGRAMS) $(SCRIPTS)
498 installdirs:
499         for dir in "$(DESTDIR)$(pkgbindir)" "$(DESTDIR)$(pkgbindir)"; do \
500           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
501         done
502 install: install-am
503 install-exec: install-exec-am
504 install-data: install-data-am
505 uninstall: uninstall-am
506
507 install-am: all-am
508         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
509
510 installcheck: installcheck-am
511 install-strip:
512         if test -z '$(STRIP)'; then \
513           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
514             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
515               install; \
516         else \
517           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
518             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
519             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
520         fi
521 mostlyclean-generic:
522
523 clean-generic:
524
525 distclean-generic:
526         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
527         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
528
529 maintainer-clean-generic:
530         @echo "This command is intended for maintainers to use"
531         @echo "it deletes files that may require special tools to rebuild."
532 clean: clean-am
533
534 clean-am: clean-generic clean-pkgbinPROGRAMS mostlyclean-am
535
536 distclean: distclean-am
537         -rm -rf ./$(DEPDIR)
538         -rm -f Makefile
539 distclean-am: clean-am distclean-compile distclean-generic \
540         distclean-tags
541
542 dvi: dvi-am
543
544 dvi-am:
545
546 html: html-am
547
548 html-am:
549
550 info: info-am
551
552 info-am:
553
554 install-data-am: install-pkgbinPROGRAMS install-pkgbinSCRIPTS
555
556 install-dvi: install-dvi-am
557
558 install-dvi-am:
559
560 install-exec-am:
561
562 install-html: install-html-am
563
564 install-html-am:
565
566 install-info: install-info-am
567
568 install-info-am:
569
570 install-man:
571
572 install-pdf: install-pdf-am
573
574 install-pdf-am:
575
576 install-ps: install-ps-am
577
578 install-ps-am:
579
580 installcheck-am:
581
582 maintainer-clean: maintainer-clean-am
583         -rm -rf ./$(DEPDIR)
584         -rm -f Makefile
585 maintainer-clean-am: distclean-am maintainer-clean-generic
586
587 mostlyclean: mostlyclean-am
588
589 mostlyclean-am: mostlyclean-compile mostlyclean-generic
590
591 pdf: pdf-am
592
593 pdf-am:
594
595 ps: ps-am
596
597 ps-am:
598
599 uninstall-am: uninstall-pkgbinPROGRAMS uninstall-pkgbinSCRIPTS
600
601 .MAKE: install-am install-strip
602
603 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
604         clean-pkgbinPROGRAMS ctags distclean distclean-compile \
605         distclean-generic distclean-tags distdir dvi dvi-am html \
606         html-am info info-am install install-am install-data \
607         install-data-am install-dvi install-dvi-am install-exec \
608         install-exec-am install-html install-html-am install-info \
609         install-info-am install-man install-pdf install-pdf-am \
610         install-pkgbinPROGRAMS install-pkgbinSCRIPTS install-ps \
611         install-ps-am install-strip installcheck installcheck-am \
612         installdirs maintainer-clean maintainer-clean-generic \
613         mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
614         ps ps-am tags uninstall uninstall-am uninstall-pkgbinPROGRAMS \
615         uninstall-pkgbinSCRIPTS
616
617
618 $(pscript) : Makefile
619         if test -n "@PerlCmd@"; then \
620           @PerlCmd@ -npi -e 's|^#!\S+|#!@PerlCmd@|' $@ ; \
621         fi
622
623 # Tell versions [3.59,3.63) of GNU make to not export all variables.
624 # Otherwise a system limit (for SysV at least) may be exceeded.
625 .NOEXPORT: