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
22VPATH = @srcdir@
23pkgdatadir = $(datadir)/@PACKAGE@
24pkgincludedir = $(includedir)/@PACKAGE@
25pkglibdir = $(libdir)/@PACKAGE@
26pkglibexecdir = $(libexecdir)/@PACKAGE@
27am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28install_sh_DATA = $(install_sh) -c -m 644
29install_sh_PROGRAM = $(install_sh) -c
30install_sh_SCRIPT = $(install_sh) -c
31INSTALL_HEADER = $(INSTALL_DATA)
32transform = $(program_transform_name)
33NORMAL_INSTALL = :
34PRE_INSTALL = :
35POST_INSTALL = :
36NORMAL_UNINSTALL = :
37PRE_UNINSTALL = :
38POST_UNINSTALL = :
39bin_PROGRAMS = polyglot$(EXEEXT)
40subdir = .
41DIST_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
46ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47am__aclocal_m4_deps = $(top_srcdir)/configure.ac
48am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49	$(ACLOCAL_M4)
50am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
51 configure.lineno config.status.lineno
52mkinstalldirs = $(install_sh) -d
53CONFIG_HEADER = config.h
54CONFIG_CLEAN_FILES =
55CONFIG_CLEAN_VPATH_FILES =
56am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man6dir)" \
57	"$(DESTDIR)$(docdir)"
58PROGRAMS = $(bin_PROGRAMS)
59am_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)
71polyglot_OBJECTS = $(am_polyglot_OBJECTS)
72polyglot_LDADD = $(LDADD)
73DEFAULT_INCLUDES = -I.@am__isrc@
74depcomp = $(SHELL) $(top_srcdir)/depcomp
75am__depfiles_maybe = depfiles
76am__mv = mv -f
77COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
78	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
79CCLD = $(CC)
80LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
81SOURCES = $(polyglot_SOURCES)
82DIST_SOURCES = $(polyglot_SOURCES)
83am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
84am__vpath_adj = case $$p in \
85    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
86    *) f=$$p;; \
87  esac;
88am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
89am__install_max = 40
90am__nobase_strip_setup = \
91  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
92am__nobase_strip = \
93  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
94am__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] }'
101am__base_list = \
102  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
103  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
104man6dir = $(mandir)/man6
105NROFF = nroff
106MANS = $(man6_MANS)
107DATA = $(dist_doc_DATA)
108ETAGS = etags
109CTAGS = ctags
110DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
111distdir = $(PACKAGE)-$(VERSION)
112top_distdir = $(distdir)
113am__remove_distdir = \
114  { test ! -d "$(distdir)" \
115    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
116         && rm -fr "$(distdir)"; }; }
117DIST_ARCHIVES = $(distdir).tar.gz
118GZIP_ENV = --best
119distuninstallcheck_listfiles = find . -type f -print
120distcleancheck_listfiles = find . -type f -print
121ACLOCAL = @ACLOCAL@
122AMTAR = @AMTAR@
123AUTOCONF = @AUTOCONF@
124AUTOHEADER = @AUTOHEADER@
125AUTOMAKE = @AUTOMAKE@
126AWK = @AWK@
127CC = @CC@
128CCDEPMODE = @CCDEPMODE@
129CFLAGS = @CFLAGS@
130CPP = @CPP@
131CPPFLAGS = @CPPFLAGS@
132CYGPATH_W = @CYGPATH_W@
133DEFS = @DEFS@
134DEPDIR = @DEPDIR@
135ECHO_C = @ECHO_C@
136ECHO_N = @ECHO_N@
137ECHO_T = @ECHO_T@
138EGREP = @EGREP@
139EXEEXT = @EXEEXT@
140GREP = @GREP@
141INSTALL = @INSTALL@
142INSTALL_DATA = @INSTALL_DATA@
143INSTALL_PROGRAM = @INSTALL_PROGRAM@
144INSTALL_SCRIPT = @INSTALL_SCRIPT@
145INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
146LDFLAGS = @LDFLAGS@
147LIBOBJS = @LIBOBJS@
148LIBS = @LIBS@
149LTLIBOBJS = @LTLIBOBJS@
150MAKEINFO = @MAKEINFO@
151MKDIR_P = @MKDIR_P@
152OBJEXT = @OBJEXT@
153PACKAGE = @PACKAGE@
154PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
155PACKAGE_NAME = @PACKAGE_NAME@
156PACKAGE_STRING = @PACKAGE_STRING@
157PACKAGE_TARNAME = @PACKAGE_TARNAME@
158PACKAGE_VERSION = @PACKAGE_VERSION@
159PATH_SEPARATOR = @PATH_SEPARATOR@
160SET_MAKE = @SET_MAKE@
161SHELL = @SHELL@
162STRIP = @STRIP@
163VERSION = @VERSION@
164abs_builddir = @abs_builddir@
165abs_srcdir = @abs_srcdir@
166abs_top_builddir = @abs_top_builddir@
167abs_top_srcdir = @abs_top_srcdir@
168ac_ct_CC = @ac_ct_CC@
169am__include = @am__include@
170am__leading_dot = @am__leading_dot@
171am__quote = @am__quote@
172am__tar = @am__tar@
173am__untar = @am__untar@
174bindir = @bindir@
175build_alias = @build_alias@
176builddir = @builddir@
177datadir = @datadir@
178datarootdir = @datarootdir@
179docdir = @docdir@
180dvidir = @dvidir@
181exec_prefix = @exec_prefix@
182host_alias = @host_alias@
183htmldir = @htmldir@
184includedir = @includedir@
185infodir = @infodir@
186install_sh = @install_sh@
187libdir = @libdir@
188libexecdir = @libexecdir@
189localedir = @localedir@
190localstatedir = @localstatedir@
191mandir = @mandir@
192mkdir_p = @mkdir_p@
193oldincludedir = @oldincludedir@
194pdfdir = @pdfdir@
195prefix = @prefix@
196program_transform_name = @program_transform_name@
197psdir = @psdir@
198sbindir = @sbindir@
199sharedstatedir = @sharedstatedir@
200srcdir = @srcdir@
201sysconfdir = @sysconfdir@
202target_alias = @target_alias@
203top_build_prefix = @top_build_prefix@
204top_builddir = @top_builddir@
205top_srcdir = @top_srcdir@
206polyglot_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
207dist_doc_DATA = README README1.3 README1.4 README1.4w README1.4w10UCI book_format.html
208man6_MANS = polyglot.man
209EXTRA_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
210all: config.h
211	$(MAKE) $(AM_MAKEFLAGS) all-am
212
213.SUFFIXES:
214.SUFFIXES: .c .o .obj
215am--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
231Makefile: $(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
250config.h: stamp-h1
251	@if test ! -f $@; then \
252	  rm -f stamp-h1; \
253	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
254	else :; fi
255
256stamp-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
264distclean-hdr:
265	-rm -f config.h stamp-h1
266install-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
291uninstall-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
301clean-binPROGRAMS:
302	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
303polyglot$(EXEEXT): $(polyglot_OBJECTS) $(polyglot_DEPENDENCIES)
304	@rm -f polyglot$(EXEEXT)
305	$(LINK) $(polyglot_OBJECTS) $(polyglot_LDADD) $(LIBS)
306
307mostlyclean-compile:
308	-rm -f *.$(OBJEXT)
309
310distclean-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) '$<'`
364install-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
389uninstall-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; }
398install-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
411uninstall-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
419ID: $(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
427tags: TAGS
428
429TAGS:  $(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
450ctags: CTAGS
451CTAGS:  $(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
463GTAGS:
464	here=`$(am__cd) $(top_builddir) && pwd` \
465	  && $(am__cd) $(top_srcdir) \
466	  && gtags -i $(GTAGS_ARGS) "$$here"
467
468distclean-tags:
469	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
470
471distdir: $(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)"
523dist-gzip: distdir
524	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
525	$(am__remove_distdir)
526
527dist-bzip2: distdir
528	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
529	$(am__remove_distdir)
530
531dist-lzma: distdir
532	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
533	$(am__remove_distdir)
534
535dist-xz: distdir
536	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
537	$(am__remove_distdir)
538
539dist-tarZ: distdir
540	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
541	$(am__remove_distdir)
542
543dist-shar: distdir
544	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
545	$(am__remove_distdir)
546
547dist-zip: distdir
548	-rm -f $(distdir).zip
549	zip -rq $(distdir).zip $(distdir)
550	$(am__remove_distdir)
551
552dist 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.
559distcheck: 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'
613distuninstallcheck:
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
622distcleancheck: 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
631check-am: all-am
632check: check-am
633all-am: Makefile $(PROGRAMS) $(MANS) $(DATA) config.h
634installdirs:
635	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man6dir)" "$(DESTDIR)$(docdir)"; do \
636	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
637	done
638install: install-am
639install-exec: install-exec-am
640install-data: install-data-am
641uninstall: uninstall-am
642
643install-am: all-am
644	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
645
646installcheck: installcheck-am
647install-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
652mostlyclean-generic:
653
654clean-generic:
655
656distclean-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
660maintainer-clean-generic:
661	@echo "This command is intended for maintainers to use"
662	@echo "it deletes files that may require special tools to rebuild."
663clean: clean-am
664
665clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
666
667distclean: distclean-am
668	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
669	-rm -rf ./$(DEPDIR)
670	-rm -f Makefile
671distclean-am: clean-am distclean-compile distclean-generic \
672	distclean-hdr distclean-tags
673
674dvi: dvi-am
675
676dvi-am:
677
678html: html-am
679
680html-am:
681
682info: info-am
683
684info-am:
685
686install-data-am: install-dist_docDATA install-man
687
688install-dvi: install-dvi-am
689
690install-dvi-am:
691
692install-exec-am: install-binPROGRAMS
693
694install-html: install-html-am
695
696install-html-am:
697
698install-info: install-info-am
699
700install-info-am:
701
702install-man: install-man6
703
704install-pdf: install-pdf-am
705
706install-pdf-am:
707
708install-ps: install-ps-am
709
710install-ps-am:
711
712installcheck-am:
713
714maintainer-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
719maintainer-clean-am: distclean-am maintainer-clean-generic
720
721mostlyclean: mostlyclean-am
722
723mostlyclean-am: mostlyclean-compile mostlyclean-generic
724
725pdf: pdf-am
726
727pdf-am:
728
729ps: ps-am
730
731ps-am:
732
733uninstall-am: uninstall-binPROGRAMS uninstall-dist_docDATA \
734	uninstall-man
735
736uninstall-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
758polyglot.man: polyglot.pod
759	pod2man -c "" -r "" -s 6 polyglot.pod > polyglot.man
760
761README: polyglot.man
762	groff -t -e -mandoc -Tascii polyglot.man| col -bx > README
763
764deb:
765	dpkg-buildpackage
766
767rpm:
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:
774