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