1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60CC = @CC@
61CXX = @CXX@
62MAKEINFO = @MAKEINFO@
63PACKAGE = @PACKAGE@
64VERSION = @VERSION@
65
66bin_PROGRAMS = sjeng
67sjeng_SOURCES = attacks.c crazy.c epd.c learn.c partner.c seval.c                 ttable.c book.c ecache.c eval.c moves.c search.c                 sjeng.c utils.c newbook.c proof.c neval.c rcfile.c 		leval.c draw.c see.c probe.c segtb.c 		protos.h extvars.h sjeng.h squares.h
68
69EXTRA_DIST = TODO NEWS ChangeLog COPYING BUGS THANKS blob2.c sjeng.rc
70SUBDIRS = books tests
71ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
72mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
73CONFIG_HEADER = config.h
74CONFIG_CLEAN_FILES =
75PROGRAMS =  $(bin_PROGRAMS)
76
77
78DEFS = @DEFS@ -I. -I$(srcdir) -I.
79CPPFLAGS = @CPPFLAGS@
80LDFLAGS = @LDFLAGS@
81LIBS = @LIBS@
82sjeng_OBJECTS =  attacks.o crazy.o epd.o learn.o partner.o seval.o \
83ttable.o book.o ecache.o eval.o moves.o search.o sjeng.o utils.o \
84newbook.o proof.o neval.o rcfile.o leval.o draw.o see.o probe.o segtb.o
85sjeng_LDADD = $(LDADD)
86sjeng_DEPENDENCIES =
87sjeng_LDFLAGS =
88CFLAGS = @CFLAGS@
89COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90CCLD = $(CC)
91LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
92DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
93Makefile.am Makefile.in NEWS THANKS TODO aclocal.m4 config.h.in \
94configure configure.in install-sh missing mkinstalldirs
95
96
97DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
98
99TAR = tar
100GZIP_ENV = --best
101SOURCES = $(sjeng_SOURCES)
102OBJECTS = $(sjeng_OBJECTS)
103
104all: all-redirect
105.SUFFIXES:
106.SUFFIXES: .S .c .o .s
107$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
108	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
109
110Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
111	cd $(top_builddir) \
112	  && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
113
114$(ACLOCAL_M4):  configure.in
115	cd $(srcdir) && $(ACLOCAL)
116
117config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
118	$(SHELL) ./config.status --recheck
119$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
120	cd $(srcdir) && $(AUTOCONF)
121
122config.h: stamp-h
123	@if test ! -f $@; then \
124		rm -f stamp-h; \
125		$(MAKE) stamp-h; \
126	else :; fi
127stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
128	cd $(top_builddir) \
129	  && CONFIG_FILES= CONFIG_HEADERS=config.h \
130	     $(SHELL) ./config.status
131	@echo timestamp > stamp-h 2> /dev/null
132$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
133	@if test ! -f $@; then \
134		rm -f $(srcdir)/stamp-h.in; \
135		$(MAKE) $(srcdir)/stamp-h.in; \
136	else :; fi
137$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
138	cd $(top_srcdir) && $(AUTOHEADER)
139	@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
140
141mostlyclean-hdr:
142
143clean-hdr:
144
145distclean-hdr:
146	-rm -f config.h
147
148maintainer-clean-hdr:
149
150mostlyclean-binPROGRAMS:
151
152clean-binPROGRAMS:
153	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
154
155distclean-binPROGRAMS:
156
157maintainer-clean-binPROGRAMS:
158
159install-binPROGRAMS: $(bin_PROGRAMS)
160	@$(NORMAL_INSTALL)
161	$(mkinstalldirs) $(DESTDIR)$(bindir)
162	@list='$(bin_PROGRAMS)'; for p in $$list; do \
163	  if test -f $$p; then \
164	    echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
165	     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
166	  else :; fi; \
167	done
168
169uninstall-binPROGRAMS:
170	@$(NORMAL_UNINSTALL)
171	list='$(bin_PROGRAMS)'; for p in $$list; do \
172	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
173	done
174
175.c.o:
176	$(COMPILE) -c $<
177
178.s.o:
179	$(COMPILE) -c $<
180
181.S.o:
182	$(COMPILE) -c $<
183
184mostlyclean-compile:
185	-rm -f *.o core *.core
186
187clean-compile:
188
189distclean-compile:
190	-rm -f *.tab.c
191
192maintainer-clean-compile:
193
194sjeng: $(sjeng_OBJECTS) $(sjeng_DEPENDENCIES)
195	@rm -f sjeng
196	$(LINK) $(sjeng_LDFLAGS) $(sjeng_OBJECTS) $(sjeng_LDADD) $(LIBS)
197
198# This directory's subdirectories are mostly independent; you can cd
199# into them and run `make' without going through this Makefile.
200# To change the values of `make' variables: instead of editing Makefiles,
201# (1) if the variable is set in `config.status', edit `config.status'
202#     (which will cause the Makefiles to be regenerated when you run `make');
203# (2) otherwise, pass the desired values on the `make' command line.
204
205@SET_MAKE@
206
207all-recursive install-data-recursive install-exec-recursive \
208installdirs-recursive install-recursive uninstall-recursive  \
209check-recursive installcheck-recursive info-recursive dvi-recursive:
210	@set fnord $(MAKEFLAGS); amf=$$2; \
211	dot_seen=no; \
212	target=`echo $@ | sed s/-recursive//`; \
213	list='$(SUBDIRS)'; for subdir in $$list; do \
214	  echo "Making $$target in $$subdir"; \
215	  if test "$$subdir" = "."; then \
216	    dot_seen=yes; \
217	    local_target="$$target-am"; \
218	  else \
219	    local_target="$$target"; \
220	  fi; \
221	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
222	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
223	done; \
224	if test "$$dot_seen" = "no"; then \
225	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
226	fi; test -z "$$fail"
227
228mostlyclean-recursive clean-recursive distclean-recursive \
229maintainer-clean-recursive:
230	@set fnord $(MAKEFLAGS); amf=$$2; \
231	dot_seen=no; \
232	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
233	  rev="$$subdir $$rev"; \
234	  test "$$subdir" = "." && dot_seen=yes; \
235	done; \
236	test "$$dot_seen" = "no" && rev=". $$rev"; \
237	target=`echo $@ | sed s/-recursive//`; \
238	for subdir in $$rev; do \
239	  echo "Making $$target in $$subdir"; \
240	  if test "$$subdir" = "."; then \
241	    local_target="$$target-am"; \
242	  else \
243	    local_target="$$target"; \
244	  fi; \
245	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
246	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
247	done && test -z "$$fail"
248tags-recursive:
249	list='$(SUBDIRS)'; for subdir in $$list; do \
250	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
251	done
252
253tags: TAGS
254
255ID: $(HEADERS) $(SOURCES) $(LISP)
256	list='$(SOURCES) $(HEADERS)'; \
257	unique=`for i in $$list; do echo $$i; done | \
258	  awk '    { files[$$0] = 1; } \
259	       END { for (i in files) print i; }'`; \
260	here=`pwd` && cd $(srcdir) \
261	  && mkid -f$$here/ID $$unique $(LISP)
262
263TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
264	tags=; \
265	here=`pwd`; \
266	list='$(SUBDIRS)'; for subdir in $$list; do \
267   if test "$$subdir" = .; then :; else \
268	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
269   fi; \
270	done; \
271	list='$(SOURCES) $(HEADERS)'; \
272	unique=`for i in $$list; do echo $$i; done | \
273	  awk '    { files[$$0] = 1; } \
274	       END { for (i in files) print i; }'`; \
275	test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
276	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
277
278mostlyclean-tags:
279
280clean-tags:
281
282distclean-tags:
283	-rm -f TAGS ID
284
285maintainer-clean-tags:
286
287distdir = $(PACKAGE)-$(VERSION)
288top_distdir = $(distdir)
289
290# This target untars the dist file and tries a VPATH configuration.  Then
291# it guarantees that the distribution is self-contained by making another
292# tarfile.
293distcheck: dist
294	-rm -rf $(distdir)
295	GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
296	mkdir $(distdir)/=build
297	mkdir $(distdir)/=inst
298	dc_install_base=`cd $(distdir)/=inst && pwd`; \
299	cd $(distdir)/=build \
300	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
301	  && $(MAKE) $(AM_MAKEFLAGS) \
302	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
303	  && $(MAKE) $(AM_MAKEFLAGS) check \
304	  && $(MAKE) $(AM_MAKEFLAGS) install \
305	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
306	  && $(MAKE) $(AM_MAKEFLAGS) dist
307	-rm -rf $(distdir)
308	@banner="$(distdir).tar.gz is ready for distribution"; \
309	dashes=`echo "$$banner" | sed s/./=/g`; \
310	echo "$$dashes"; \
311	echo "$$banner"; \
312	echo "$$dashes"
313dist: distdir
314	-chmod -R a+r $(distdir)
315	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
316	-rm -rf $(distdir)
317dist-all: distdir
318	-chmod -R a+r $(distdir)
319	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
320	-rm -rf $(distdir)
321distdir: $(DISTFILES)
322	-rm -rf $(distdir)
323	mkdir $(distdir)
324	-chmod 777 $(distdir)
325	@for file in $(DISTFILES); do \
326	  d=$(srcdir); \
327	  if test -d $$d/$$file; then \
328	    cp -pr $$/$$file $(distdir)/$$file; \
329	  else \
330	    test -f $(distdir)/$$file \
331	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
332	    || cp -p $$d/$$file $(distdir)/$$file || :; \
333	  fi; \
334	done
335	for subdir in $(SUBDIRS); do \
336	  if test "$$subdir" = .; then :; else \
337	    test -d $(distdir)/$$subdir \
338	    || mkdir $(distdir)/$$subdir \
339	    || exit 1; \
340	    chmod 777 $(distdir)/$$subdir; \
341	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
342	      || exit 1; \
343	  fi; \
344	done
345info-am:
346info: info-recursive
347dvi-am:
348dvi: dvi-recursive
349check-am: all-am
350check: check-recursive
351installcheck-am:
352installcheck: installcheck-recursive
353all-recursive-am: config.h
354	$(MAKE) $(AM_MAKEFLAGS) all-recursive
355
356install-exec-am: install-binPROGRAMS
357install-exec: install-exec-recursive
358
359install-data-am:
360install-data: install-data-recursive
361
362install-am: all-am
363	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
364install: install-recursive
365uninstall-am: uninstall-binPROGRAMS
366uninstall: uninstall-recursive
367all-am: Makefile $(PROGRAMS) config.h
368all-redirect: all-recursive-am
369install-strip:
370	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
371installdirs: installdirs-recursive
372installdirs-am:
373	$(mkinstalldirs)  $(DESTDIR)$(bindir)
374
375
376mostlyclean-generic:
377
378clean-generic:
379
380distclean-generic:
381	-rm -f Makefile $(CONFIG_CLEAN_FILES)
382	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
383
384maintainer-clean-generic:
385mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
386		mostlyclean-compile mostlyclean-tags \
387		mostlyclean-generic
388
389mostlyclean: mostlyclean-recursive
390
391clean-am:  clean-hdr clean-binPROGRAMS clean-compile clean-tags \
392		clean-generic mostlyclean-am
393
394clean: clean-recursive
395
396distclean-am:  distclean-hdr distclean-binPROGRAMS distclean-compile \
397		distclean-tags distclean-generic clean-am
398
399distclean: distclean-recursive
400	-rm -f config.status
401
402maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS \
403		maintainer-clean-compile maintainer-clean-tags \
404		maintainer-clean-generic distclean-am
405	@echo "This command is intended for maintainers to use;"
406	@echo "it deletes files that may require special tools to rebuild."
407
408maintainer-clean: maintainer-clean-recursive
409	-rm -f config.status
410
411.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
412mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
413maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
414mostlyclean-compile distclean-compile clean-compile \
415maintainer-clean-compile install-data-recursive \
416uninstall-data-recursive install-exec-recursive \
417uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
418all-recursive check-recursive installcheck-recursive info-recursive \
419dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
420maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
421distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
422dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
423install-exec-am install-exec install-data-am install-data install-am \
424install uninstall-am uninstall all-redirect all-am all installdirs-am \
425installdirs mostlyclean-generic distclean-generic clean-generic \
426maintainer-clean-generic clean mostlyclean distclean maintainer-clean
427
428
429# Tell versions [3.59,3.63) of GNU make to not export all variables.
430# Otherwise a system limit (for SysV at least) may be exceeded.
431.NOEXPORT:
432