Add forgotten files 1.4.70b
[polyglot.git] / Makefile.in
1 # Makefile.in generated by automake 1.11.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, 2009  Free Software Foundation,
6 # 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 #AM_CPPFLAGS=-DDEBUG
19 #AM_CXXFLAGS=-g
20
21
22 VPATH = @srcdir@
23 pkgdatadir = $(datadir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 pkglibdir = $(libdir)/@PACKAGE@
26 pkglibexecdir = $(libexecdir)/@PACKAGE@
27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
33 NORMAL_INSTALL = :
34 PRE_INSTALL = :
35 POST_INSTALL = :
36 NORMAL_UNINSTALL = :
37 PRE_UNINSTALL = :
38 POST_UNINSTALL = :
39 bin_PROGRAMS = polyglot$(EXEEXT)
40 subdir = .
41 DIST_COMMON = README $(am__configure_deps) $(dist_doc_DATA) \
42         $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
43         $(srcdir)/config.h.in $(top_srcdir)/configure AUTHORS COPYING \
44         ChangeLog INSTALL NEWS TODO config.guess config.sub depcomp \
45         install-sh missing
46 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
48 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49         $(ACLOCAL_M4)
50 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
51  configure.lineno config.status.lineno
52 mkinstalldirs = $(install_sh) -d
53 CONFIG_HEADER = config.h
54 CONFIG_CLEAN_FILES =
55 CONFIG_CLEAN_VPATH_FILES =
56 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man6dir)" \
57         "$(DESTDIR)$(docdir)"
58 PROGRAMS = $(bin_PROGRAMS)
59 am_polyglot_OBJECTS = mainloop.$(OBJEXT) attack.$(OBJEXT) \
60         board.$(OBJEXT) book.$(OBJEXT) book_make.$(OBJEXT) \
61         book_merge.$(OBJEXT) colour.$(OBJEXT) engine.$(OBJEXT) \
62         epd.$(OBJEXT) fen.$(OBJEXT) gui.$(OBJEXT) game.$(OBJEXT) \
63         hash.$(OBJEXT) ini.$(OBJEXT) io.$(OBJEXT) line.$(OBJEXT) \
64         list.$(OBJEXT) main.$(OBJEXT) move.$(OBJEXT) move_do.$(OBJEXT) \
65         move_gen.$(OBJEXT) move_legal.$(OBJEXT) option.$(OBJEXT) \
66         parse.$(OBJEXT) pgheader.$(OBJEXT) pgn.$(OBJEXT) \
67         piece.$(OBJEXT) pipex_posix.$(OBJEXT) pipex_win32.$(OBJEXT) \
68         random.$(OBJEXT) san.$(OBJEXT) search.$(OBJEXT) \
69         square.$(OBJEXT) uci.$(OBJEXT) uci2uci.$(OBJEXT) \
70         util.$(OBJEXT) xboard2uci.$(OBJEXT)
71 polyglot_OBJECTS = $(am_polyglot_OBJECTS)
72 polyglot_LDADD = $(LDADD)
73 DEFAULT_INCLUDES = -I.@am__isrc@
74 depcomp = $(SHELL) $(top_srcdir)/depcomp
75 am__depfiles_maybe = depfiles
76 am__mv = mv -f
77 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
78         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
79 CCLD = $(CC)
80 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
81 SOURCES = $(polyglot_SOURCES)
82 DIST_SOURCES = $(polyglot_SOURCES)
83 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
84 am__vpath_adj = case $$p in \
85     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
86     *) f=$$p;; \
87   esac;
88 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
89 am__install_max = 40
90 am__nobase_strip_setup = \
91   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
92 am__nobase_strip = \
93   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
94 am__nobase_list = $(am__nobase_strip_setup); \
95   for p in $$list; do echo "$$p $$p"; done | \
96   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
97   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
98     if (++n[$$2] == $(am__install_max)) \
99       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
100     END { for (dir in files) print dir, files[dir] }'
101 am__base_list = \
102   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
103   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
104 man6dir = $(mandir)/man6
105 NROFF = nroff
106 MANS = $(man6_MANS)
107 DATA = $(dist_doc_DATA)
108 ETAGS = etags
109 CTAGS = ctags
110 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
111 distdir = $(PACKAGE)-$(VERSION)
112 top_distdir = $(distdir)
113 am__remove_distdir = \
114   { test ! -d "$(distdir)" \
115     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
116          && rm -fr "$(distdir)"; }; }
117 DIST_ARCHIVES = $(distdir).tar.gz
118 GZIP_ENV = --best
119 distuninstallcheck_listfiles = find . -type f -print
120 distcleancheck_listfiles = find . -type f -print
121 ACLOCAL = @ACLOCAL@
122 AMTAR = @AMTAR@
123 AUTOCONF = @AUTOCONF@
124 AUTOHEADER = @AUTOHEADER@
125 AUTOMAKE = @AUTOMAKE@
126 AWK = @AWK@
127 CC = @CC@
128 CCDEPMODE = @CCDEPMODE@
129 CFLAGS = @CFLAGS@
130 CPP = @CPP@
131 CPPFLAGS = @CPPFLAGS@
132 CYGPATH_W = @CYGPATH_W@
133 DEFS = @DEFS@
134 DEPDIR = @DEPDIR@
135 ECHO_C = @ECHO_C@
136 ECHO_N = @ECHO_N@
137 ECHO_T = @ECHO_T@
138 EGREP = @EGREP@
139 EXEEXT = @EXEEXT@
140 GREP = @GREP@
141 INSTALL = @INSTALL@
142 INSTALL_DATA = @INSTALL_DATA@
143 INSTALL_PROGRAM = @INSTALL_PROGRAM@
144 INSTALL_SCRIPT = @INSTALL_SCRIPT@
145 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
146 LDFLAGS = @LDFLAGS@
147 LIBOBJS = @LIBOBJS@
148 LIBS = @LIBS@
149 LTLIBOBJS = @LTLIBOBJS@
150 MAKEINFO = @MAKEINFO@
151 MKDIR_P = @MKDIR_P@
152 OBJEXT = @OBJEXT@
153 PACKAGE = @PACKAGE@
154 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
155 PACKAGE_NAME = @PACKAGE_NAME@
156 PACKAGE_STRING = @PACKAGE_STRING@
157 PACKAGE_TARNAME = @PACKAGE_TARNAME@
158 PACKAGE_VERSION = @PACKAGE_VERSION@
159 PATH_SEPARATOR = @PATH_SEPARATOR@
160 SET_MAKE = @SET_MAKE@
161 SHELL = @SHELL@
162 STRIP = @STRIP@
163 VERSION = @VERSION@
164 abs_builddir = @abs_builddir@
165 abs_srcdir = @abs_srcdir@
166 abs_top_builddir = @abs_top_builddir@
167 abs_top_srcdir = @abs_top_srcdir@
168 ac_ct_CC = @ac_ct_CC@
169 am__include = @am__include@
170 am__leading_dot = @am__leading_dot@
171 am__quote = @am__quote@
172 am__tar = @am__tar@
173 am__untar = @am__untar@
174 bindir = @bindir@
175 build_alias = @build_alias@
176 builddir = @builddir@
177 datadir = @datadir@
178 datarootdir = @datarootdir@
179 docdir = @docdir@
180 dvidir = @dvidir@
181 exec_prefix = @exec_prefix@
182 host_alias = @host_alias@
183 htmldir = @htmldir@
184 includedir = @includedir@
185 infodir = @infodir@
186 install_sh = @install_sh@
187 libdir = @libdir@
188 libexecdir = @libexecdir@
189 localedir = @localedir@
190 localstatedir = @localstatedir@
191 mandir = @mandir@
192 mkdir_p = @mkdir_p@
193 oldincludedir = @oldincludedir@
194 pdfdir = @pdfdir@
195 prefix = @prefix@
196 program_transform_name = @program_transform_name@
197 psdir = @psdir@
198 sbindir = @sbindir@
199 sharedstatedir = @sharedstatedir@
200 srcdir = @srcdir@
201 sysconfdir = @sysconfdir@
202 target_alias = @target_alias@
203 top_build_prefix = @top_build_prefix@
204 top_builddir = @top_builddir@
205 top_srcdir = @top_srcdir@
206 polyglot_SOURCES = mainloop.c attack.c board.c book.c book_make.c book_merge.c colour.c  engine.c epd.c fen.c gui.c game.c hash.c ini.c io.c line.c list.c main.c move.c move_do.c move_gen.c move_legal.c option.c parse.c pgheader.c pgn.c piece.c pipex_posix.c pipex_win32.c random.c san.c search.c square.c uci.c uci2uci.c util.c xboard2uci.c mainloop.h colour.h hash.h ini.h move_gen.h piece.h uci2uci.h attack.h config.h gui.h io.h move.h pipex.h uci.h board.h engine.h line.h move_legal.h random.h util.h book.h epd.h list.h option.h san.h book_make.h fen.h main.h parse.h search.h book_merge.h game.h move_do.h pgheader.h pgn.h square.h xboard2uci.h
207 dist_doc_DATA = README README1.3 README1.4 README1.4w README1.4w10UCI book_format.html
208 man6_MANS = polyglot.man
209 EXTRA_DIST = makefile.gcc makefile.ms polyglot.man polyglot.pod polyglot.spec debian/changelog debian/control debian/docs debian/README debian/compat debian/copyright debian/files debian/polyglot.substvars debian/rules
210 all: config.h
211         $(MAKE) $(AM_MAKEFLAGS) all-am
212
213 .SUFFIXES:
214 .SUFFIXES: .c .o .obj
215 am--refresh:
216         @:
217 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
218         @for dep in $?; do \
219           case '$(am__configure_deps)' in \
220             *$$dep*) \
221               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
222               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
223                 && exit 0; \
224               exit 1;; \
225           esac; \
226         done; \
227         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
228         $(am__cd) $(top_srcdir) && \
229           $(AUTOMAKE) --gnu Makefile
230 .PRECIOUS: Makefile
231 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
232         @case '$?' in \
233           *config.status*) \
234             echo ' $(SHELL) ./config.status'; \
235             $(SHELL) ./config.status;; \
236           *) \
237             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
238             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
239         esac;
240
241 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
242         $(SHELL) ./config.status --recheck
243
244 $(top_srcdir)/configure:  $(am__configure_deps)
245         $(am__cd) $(srcdir) && $(AUTOCONF)
246 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
247         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
248 $(am__aclocal_m4_deps):
249
250 config.h: stamp-h1
251         @if test ! -f $@; then \
252           rm -f stamp-h1; \
253           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
254         else :; fi
255
256 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
257         @rm -f stamp-h1
258         cd $(top_builddir) && $(SHELL) ./config.status config.h
259 $(srcdir)/config.h.in:  $(am__configure_deps) 
260         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
261         rm -f stamp-h1
262         touch $@
263
264 distclean-hdr:
265         -rm -f config.h stamp-h1
266 install-binPROGRAMS: $(bin_PROGRAMS)
267         @$(NORMAL_INSTALL)
268         test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
269         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
270         for p in $$list; do echo "$$p $$p"; done | \
271         sed 's/$(EXEEXT)$$//' | \
272         while read p p1; do if test -f $$p; \
273           then echo "$$p"; echo "$$p"; else :; fi; \
274         done | \
275         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
276             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
277         sed 'N;N;N;s,\n, ,g' | \
278         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
279           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
280             if ($$2 == $$4) files[d] = files[d] " " $$1; \
281             else { print "f", $$3 "/" $$4, $$1; } } \
282           END { for (d in files) print "f", d, files[d] }' | \
283         while read type dir files; do \
284             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
285             test -z "$$files" || { \
286               echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
287               $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
288             } \
289         ; done
290
291 uninstall-binPROGRAMS:
292         @$(NORMAL_UNINSTALL)
293         @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
294         files=`for p in $$list; do echo "$$p"; done | \
295           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
296               -e 's/$$/$(EXEEXT)/' `; \
297         test -n "$$list" || exit 0; \
298         echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
299         cd "$(DESTDIR)$(bindir)" && rm -f $$files
300
301 clean-binPROGRAMS:
302         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
303 polyglot$(EXEEXT): $(polyglot_OBJECTS) $(polyglot_DEPENDENCIES) 
304         @rm -f polyglot$(EXEEXT)
305         $(LINK) $(polyglot_OBJECTS) $(polyglot_LDADD) $(LIBS)
306
307 mostlyclean-compile:
308         -rm -f *.$(OBJEXT)
309
310 distclean-compile:
311         -rm -f *.tab.c
312
313 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/attack.Po@am__quote@
314 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/board.Po@am__quote@
315 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/book.Po@am__quote@
316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/book_make.Po@am__quote@
317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/book_merge.Po@am__quote@
318 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/colour.Po@am__quote@
319 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/engine.Po@am__quote@
320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epd.Po@am__quote@
321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fen.Po@am__quote@
322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/game.Po@am__quote@
323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gui.Po@am__quote@
324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
325 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ini.Po@am__quote@
326 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io.Po@am__quote@
327 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/line.Po@am__quote@
328 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
329 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
330 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mainloop.Po@am__quote@
331 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/move.Po@am__quote@
332 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/move_do.Po@am__quote@
333 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/move_gen.Po@am__quote@
334 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/move_legal.Po@am__quote@
335 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/option.Po@am__quote@
336 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
337 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pgheader.Po@am__quote@
338 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pgn.Po@am__quote@
339 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/piece.Po@am__quote@
340 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pipex_posix.Po@am__quote@
341 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pipex_win32.Po@am__quote@
342 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/random.Po@am__quote@
343 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/san.Po@am__quote@
344 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/search.Po@am__quote@
345 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/square.Po@am__quote@
346 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uci.Po@am__quote@
347 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uci2uci.Po@am__quote@
348 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
349 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xboard2uci.Po@am__quote@
350
351 .c.o:
352 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
353 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
354 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
355 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
356 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
357
358 .c.obj:
359 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
360 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
361 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
362 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
363 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
364 install-man6: $(man6_MANS)
365         @$(NORMAL_INSTALL)
366         test -z "$(man6dir)" || $(MKDIR_P) "$(DESTDIR)$(man6dir)"
367         @list='$(man6_MANS)'; test -n "$(man6dir)" || exit 0; \
368         { for i in $$list; do echo "$$i"; done; \
369         } | while read p; do \
370           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
371           echo "$$d$$p"; echo "$$p"; \
372         done | \
373         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^6][0-9a-z]*$$,6,;x' \
374               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
375         sed 'N;N;s,\n, ,g' | { \
376         list=; while read file base inst; do \
377           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
378             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man6dir)/$$inst'"; \
379             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man6dir)/$$inst" || exit $$?; \
380           fi; \
381         done; \
382         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
383         while read files; do \
384           test -z "$$files" || { \
385             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man6dir)'"; \
386             $(INSTALL_DATA) $$files "$(DESTDIR)$(man6dir)" || exit $$?; }; \
387         done; }
388
389 uninstall-man6:
390         @$(NORMAL_UNINSTALL)
391         @list='$(man6_MANS)'; test -n "$(man6dir)" || exit 0; \
392         files=`{ for i in $$list; do echo "$$i"; done; \
393         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^6][0-9a-z]*$$,6,;x' \
394               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
395         test -z "$$files" || { \
396           echo " ( cd '$(DESTDIR)$(man6dir)' && rm -f" $$files ")"; \
397           cd "$(DESTDIR)$(man6dir)" && rm -f $$files; }
398 install-dist_docDATA: $(dist_doc_DATA)
399         @$(NORMAL_INSTALL)
400         test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
401         @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
402         for p in $$list; do \
403           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
404           echo "$$d$$p"; \
405         done | $(am__base_list) | \
406         while read files; do \
407           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
408           $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
409         done
410
411 uninstall-dist_docDATA:
412         @$(NORMAL_UNINSTALL)
413         @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
414         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
415         test -n "$$files" || exit 0; \
416         echo " ( cd '$(DESTDIR)$(docdir)' && rm -f" $$files ")"; \
417         cd "$(DESTDIR)$(docdir)" && rm -f $$files
418
419 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
420         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
421         unique=`for i in $$list; do \
422             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
423           done | \
424           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
425               END { if (nonempty) { for (i in files) print i; }; }'`; \
426         mkid -fID $$unique
427 tags: TAGS
428
429 TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
430                 $(TAGS_FILES) $(LISP)
431         set x; \
432         here=`pwd`; \
433         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
434         unique=`for i in $$list; do \
435             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
436           done | \
437           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
438               END { if (nonempty) { for (i in files) print i; }; }'`; \
439         shift; \
440         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
441           test -n "$$unique" || unique=$$empty_fix; \
442           if test $$# -gt 0; then \
443             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
444               "$$@" $$unique; \
445           else \
446             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
447               $$unique; \
448           fi; \
449         fi
450 ctags: CTAGS
451 CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
452                 $(TAGS_FILES) $(LISP)
453         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
454         unique=`for i in $$list; do \
455             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
456           done | \
457           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
458               END { if (nonempty) { for (i in files) print i; }; }'`; \
459         test -z "$(CTAGS_ARGS)$$unique" \
460           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
461              $$unique
462
463 GTAGS:
464         here=`$(am__cd) $(top_builddir) && pwd` \
465           && $(am__cd) $(top_srcdir) \
466           && gtags -i $(GTAGS_ARGS) "$$here"
467
468 distclean-tags:
469         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
470
471 distdir: $(DISTFILES)
472         @list='$(MANS)'; if test -n "$$list"; then \
473           list=`for p in $$list; do \
474             if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
475             if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
476           if test -n "$$list" && \
477             grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
478             echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
479             grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
480             echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
481             echo "       typically \`make maintainer-clean' will remove them" >&2; \
482             exit 1; \
483           else :; fi; \
484         else :; fi
485         $(am__remove_distdir)
486         test -d "$(distdir)" || mkdir "$(distdir)"
487         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
488         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
489         list='$(DISTFILES)'; \
490           dist_files=`for file in $$list; do echo $$file; done | \
491           sed -e "s|^$$srcdirstrip/||;t" \
492               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
493         case $$dist_files in \
494           */*) $(MKDIR_P) `echo "$$dist_files" | \
495                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
496                            sort -u` ;; \
497         esac; \
498         for file in $$dist_files; do \
499           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
500           if test -d $$d/$$file; then \
501             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
502             if test -d "$(distdir)/$$file"; then \
503               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
504             fi; \
505             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
506               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
507               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
508             fi; \
509             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
510           else \
511             test -f "$(distdir)/$$file" \
512             || cp -p $$d/$$file "$(distdir)/$$file" \
513             || exit 1; \
514           fi; \
515         done
516         -test -n "$(am__skip_mode_fix)" \
517         || find "$(distdir)" -type d ! -perm -755 \
518                 -exec chmod u+rwx,go+rx {} \; -o \
519           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
520           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
521           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
522         || chmod -R a+r "$(distdir)"
523 dist-gzip: distdir
524         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
525         $(am__remove_distdir)
526
527 dist-bzip2: distdir
528         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
529         $(am__remove_distdir)
530
531 dist-lzma: distdir
532         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
533         $(am__remove_distdir)
534
535 dist-xz: distdir
536         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
537         $(am__remove_distdir)
538
539 dist-tarZ: distdir
540         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
541         $(am__remove_distdir)
542
543 dist-shar: distdir
544         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
545         $(am__remove_distdir)
546
547 dist-zip: distdir
548         -rm -f $(distdir).zip
549         zip -rq $(distdir).zip $(distdir)
550         $(am__remove_distdir)
551
552 dist dist-all: distdir
553         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
554         $(am__remove_distdir)
555
556 # This target untars the dist file and tries a VPATH configuration.  Then
557 # it guarantees that the distribution is self-contained by making another
558 # tarfile.
559 distcheck: dist
560         case '$(DIST_ARCHIVES)' in \
561         *.tar.gz*) \
562           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
563         *.tar.bz2*) \
564           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
565         *.tar.lzma*) \
566           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
567         *.tar.xz*) \
568           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
569         *.tar.Z*) \
570           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
571         *.shar.gz*) \
572           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
573         *.zip*) \
574           unzip $(distdir).zip ;;\
575         esac
576         chmod -R a-w $(distdir); chmod a+w $(distdir)
577         mkdir $(distdir)/_build
578         mkdir $(distdir)/_inst
579         chmod a-w $(distdir)
580         test -d $(distdir)/_build || exit 0; \
581         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
582           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
583           && am__cwd=`pwd` \
584           && $(am__cd) $(distdir)/_build \
585           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
586             $(DISTCHECK_CONFIGURE_FLAGS) \
587           && $(MAKE) $(AM_MAKEFLAGS) \
588           && $(MAKE) $(AM_MAKEFLAGS) dvi \
589           && $(MAKE) $(AM_MAKEFLAGS) check \
590           && $(MAKE) $(AM_MAKEFLAGS) install \
591           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
592           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
593           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
594                 distuninstallcheck \
595           && chmod -R a-w "$$dc_install_base" \
596           && ({ \
597                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
598                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
599                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
600                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
601                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
602               } || { rm -rf "$$dc_destdir"; exit 1; }) \
603           && rm -rf "$$dc_destdir" \
604           && $(MAKE) $(AM_MAKEFLAGS) dist \
605           && rm -rf $(DIST_ARCHIVES) \
606           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
607           && cd "$$am__cwd" \
608           || exit 1
609         $(am__remove_distdir)
610         @(echo "$(distdir) archives ready for distribution: "; \
611           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
612           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
613 distuninstallcheck:
614         @$(am__cd) '$(distuninstallcheck_dir)' \
615         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
616            || { echo "ERROR: files left after uninstall:" ; \
617                 if test -n "$(DESTDIR)"; then \
618                   echo "  (check DESTDIR support)"; \
619                 fi ; \
620                 $(distuninstallcheck_listfiles) ; \
621                 exit 1; } >&2
622 distcleancheck: distclean
623         @if test '$(srcdir)' = . ; then \
624           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
625           exit 1 ; \
626         fi
627         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
628           || { echo "ERROR: files left in build directory after distclean:" ; \
629                $(distcleancheck_listfiles) ; \
630                exit 1; } >&2
631 check-am: all-am
632 check: check-am
633 all-am: Makefile $(PROGRAMS) $(MANS) $(DATA) config.h
634 installdirs:
635         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man6dir)" "$(DESTDIR)$(docdir)"; do \
636           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
637         done
638 install: install-am
639 install-exec: install-exec-am
640 install-data: install-data-am
641 uninstall: uninstall-am
642
643 install-am: all-am
644         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
645
646 installcheck: installcheck-am
647 install-strip:
648         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
649           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
650           `test -z '$(STRIP)' || \
651             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
652 mostlyclean-generic:
653
654 clean-generic:
655
656 distclean-generic:
657         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
658         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
659
660 maintainer-clean-generic:
661         @echo "This command is intended for maintainers to use"
662         @echo "it deletes files that may require special tools to rebuild."
663 clean: clean-am
664
665 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
666
667 distclean: distclean-am
668         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
669         -rm -rf ./$(DEPDIR)
670         -rm -f Makefile
671 distclean-am: clean-am distclean-compile distclean-generic \
672         distclean-hdr distclean-tags
673
674 dvi: dvi-am
675
676 dvi-am:
677
678 html: html-am
679
680 html-am:
681
682 info: info-am
683
684 info-am:
685
686 install-data-am: install-dist_docDATA install-man
687
688 install-dvi: install-dvi-am
689
690 install-dvi-am:
691
692 install-exec-am: install-binPROGRAMS
693
694 install-html: install-html-am
695
696 install-html-am:
697
698 install-info: install-info-am
699
700 install-info-am:
701
702 install-man: install-man6
703
704 install-pdf: install-pdf-am
705
706 install-pdf-am:
707
708 install-ps: install-ps-am
709
710 install-ps-am:
711
712 installcheck-am:
713
714 maintainer-clean: maintainer-clean-am
715         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
716         -rm -rf $(top_srcdir)/autom4te.cache
717         -rm -rf ./$(DEPDIR)
718         -rm -f Makefile
719 maintainer-clean-am: distclean-am maintainer-clean-generic
720
721 mostlyclean: mostlyclean-am
722
723 mostlyclean-am: mostlyclean-compile mostlyclean-generic
724
725 pdf: pdf-am
726
727 pdf-am:
728
729 ps: ps-am
730
731 ps-am:
732
733 uninstall-am: uninstall-binPROGRAMS uninstall-dist_docDATA \
734         uninstall-man
735
736 uninstall-man: uninstall-man6
737
738 .MAKE: all install-am install-strip
739
740 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
741         clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
742         dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
743         distcheck distclean distclean-compile distclean-generic \
744         distclean-hdr distclean-tags distcleancheck distdir \
745         distuninstallcheck dvi dvi-am html html-am info info-am \
746         install install-am install-binPROGRAMS install-data \
747         install-data-am install-dist_docDATA install-dvi \
748         install-dvi-am install-exec install-exec-am install-html \
749         install-html-am install-info install-info-am install-man \
750         install-man6 install-pdf install-pdf-am install-ps \
751         install-ps-am install-strip installcheck installcheck-am \
752         installdirs maintainer-clean maintainer-clean-generic \
753         mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
754         ps ps-am tags uninstall uninstall-am uninstall-binPROGRAMS \
755         uninstall-dist_docDATA uninstall-man uninstall-man6
756
757
758 polyglot.man: polyglot.pod
759         pod2man -c "" -r "" -s 6 polyglot.pod > polyglot.man
760
761 README: polyglot.man
762         groff -t -e -mandoc -Tascii polyglot.man| col -bx > README              
763
764 deb:
765         dpkg-buildpackage
766
767 rpm:
768         make dist
769         rpmbuild -ta polyglot-@VERSION@.tar.gz
770
771 # Tell versions [3.59,3.63) of GNU make to not export all variables.
772 # Otherwise a system limit (for SysV at least) may be exceeded.
773 .NOEXPORT: