1# Makefile.in generated by automake 1.6.3 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5# 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@
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = ..
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
46am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47INSTALL = @INSTALL@
48INSTALL_PROGRAM = @INSTALL_PROGRAM@
49INSTALL_DATA = @INSTALL_DATA@
50install_sh_DATA = $(install_sh) -c -m 644
51install_sh_PROGRAM = $(install_sh) -c
52install_sh_SCRIPT = $(install_sh) -c
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54INSTALL_HEADER = $(INSTALL_DATA)
55transform = @program_transform_name@
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62
63EXEEXT = @EXEEXT@
64OBJEXT = @OBJEXT@
65PATH_SEPARATOR = @PATH_SEPARATOR@
66AMTAR = @AMTAR@
67AWK = @AWK@
68CC = @CC@
69CXX = @CXX@
70DEPDIR = @DEPDIR@
71INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
72PACKAGE = @PACKAGE@
73STRIP = @STRIP@
74VERSION = @VERSION@
75am__include = @am__include@
76am__quote = @am__quote@
77install_sh = @install_sh@
78noinst_DIST = bug.opn suicide.opn losers.opn
79noinst_DATA = nbook.db zbook.db
80subdir = books
81mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
82CONFIG_HEADER = $(top_builddir)/config.h
83CONFIG_CLEAN_FILES =
84depcomp =
85am__depfiles_maybe =
86DIST_SOURCES =
87DATA = $(noinst_DATA)
88
89DIST_COMMON = Makefile.am Makefile.in
90all: all-am
91
92.SUFFIXES:
93$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
94	cd $(top_srcdir) && \
95	  $(AUTOMAKE) --gnu  --ignore-deps books/Makefile
96Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
97	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
98uninstall-info-am:
99tags: TAGS
100TAGS:
101
102DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
103
104top_distdir = ..
105distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
106
107distdir: $(DISTFILES)
108	@list='$(DISTFILES)'; for file in $$list; do \
109	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
110	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
111	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
112	    dir="/$$dir"; \
113	    $(mkinstalldirs) "$(distdir)$$dir"; \
114	  else \
115	    dir=''; \
116	  fi; \
117	  if test -d $$d/$$file; then \
118	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
119	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
120	    fi; \
121	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
122	  else \
123	    test -f $(distdir)/$$file \
124	    || cp -p $$d/$$file $(distdir)/$$file \
125	    || exit 1; \
126	  fi; \
127	done
128check-am: all-am
129check: check-am
130all-am: Makefile $(DATA)
131
132installdirs:
133
134install: install-am
135install-exec: install-exec-am
136install-data: install-data-am
137uninstall: uninstall-am
138
139install-am: all-am
140	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
141
142installcheck: installcheck-am
143install-strip:
144	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
145	  INSTALL_STRIP_FLAG=-s \
146	  `test -z '$(STRIP)' || \
147	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
148mostlyclean-generic:
149
150clean-generic:
151
152distclean-generic:
153	-rm -f Makefile $(CONFIG_CLEAN_FILES)
154
155maintainer-clean-generic:
156	@echo "This command is intended for maintainers to use"
157	@echo "it deletes files that may require special tools to rebuild."
158clean: clean-am
159
160clean-am: clean-generic mostlyclean-am
161
162distclean: distclean-am
163
164distclean-am: clean-am distclean-generic
165
166dvi: dvi-am
167
168dvi-am:
169
170info: info-am
171
172info-am:
173
174install-data-am:
175
176install-exec-am:
177
178install-info: install-info-am
179
180install-man:
181
182installcheck-am:
183
184maintainer-clean: maintainer-clean-am
185
186maintainer-clean-am: distclean-am maintainer-clean-generic
187
188mostlyclean: mostlyclean-am
189
190mostlyclean-am: mostlyclean-generic
191
192uninstall-am: uninstall-info-am
193
194.PHONY: all all-am check check-am clean clean-generic distclean \
195	distclean-generic distdir dvi dvi-am info info-am install \
196	install-am install-data install-data-am install-exec \
197	install-exec-am install-info install-info-am install-man \
198	install-strip installcheck installcheck-am installdirs \
199	maintainer-clean maintainer-clean-generic mostlyclean \
200	mostlyclean-generic uninstall uninstall-am uninstall-info-am
201
202
203nbook.db: nbook.pgn
204	./build-book normal $<
205
206zbook.db: zhbook.pgn
207	./build-book crazyhouse $<
208
209#
210# Ignore whatever other target ProjectBuilder throws at us
211#
212.DEFAULT:
213	@echo "Ignoring request for unknown target" $@
214# Tell versions [3.59,3.63) of GNU make to not export all variables.
215# Otherwise a system limit (for SysV at least) may be exceeded.
216.NOEXPORT:
217