Add CLI option for two player game, and associated framework to hook it all together.
[sgk-go] / interface / Makefile.in
CommitLineData
7eeb782e
AT
1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005 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@
16
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21pkgdatadir = $(datadir)/@PACKAGE@
22pkglibdir = $(libdir)/@PACKAGE@
23pkgincludedir = $(includedir)/@PACKAGE@
24top_builddir = ..
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26INSTALL = @INSTALL@
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
38bin_PROGRAMS = gnugo$(EXEEXT)
39subdir = interface
40DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
41 $(srcdir)/Makefile.in
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/configure.in
44am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45 $(ACLOCAL_M4)
46mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47CONFIG_HEADER = $(top_builddir)/config.h
48CONFIG_CLEAN_FILES =
49am__installdirs = "$(DESTDIR)$(bindir)"
50binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
51PROGRAMS = $(bin_PROGRAMS)
3ebb0002 52am_gnugo_OBJECTS = main.$(OBJEXT) play_ascii.$(OBJEXT) play_ansi.$(OBJEXT) \
7eeb782e 53 play_gmp.$(OBJEXT) play_gtp.$(OBJEXT) play_solo.$(OBJEXT) \
de03db18
AT
54 play_test.$(OBJEXT) gmp.$(OBJEXT) gtp.$(OBJEXT) \
55 play_twoplayer.$(OBJEXT)
7eeb782e
AT
56gnugo_OBJECTS = $(am_gnugo_OBJECTS)
57gnugo_LDADD = $(LDADD)
58gnugo_DEPENDENCIES = ../engine/libengine.a ../patterns/libpatterns.a \
59 ../sgf/libsgf.a ../utils/libutils.a
60DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
61depcomp = $(SHELL) $(top_srcdir)/depcomp
62am__depfiles_maybe = depfiles
63COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
64 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
65CCLD = $(CC)
66LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
67SOURCES = $(gnugo_SOURCES)
68DIST_SOURCES = $(gnugo_SOURCES)
69HEADERS = $(noinst_HEADERS)
70ETAGS = etags
71CTAGS = ctags
72DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
73ACLOCAL = @ACLOCAL@
74AMDEP_FALSE = @AMDEP_FALSE@
75AMDEP_TRUE = @AMDEP_TRUE@
76AMTAR = @AMTAR@
77AUTOCONF = @AUTOCONF@
78AUTOHEADER = @AUTOHEADER@
79AUTOMAKE = @AUTOMAKE@
80AWK = @AWK@
81CC = @CC@
82CCDEPMODE = @CCDEPMODE@
83CFLAGS = @CFLAGS@
84CPP = @CPP@
85CPPFLAGS = @CPPFLAGS@
86CYGPATH_W = @CYGPATH_W@
87DEFS = @DEFS@
88DEPDIR = @DEPDIR@
89DFA_ENABLED_FALSE = @DFA_ENABLED_FALSE@
90DFA_ENABLED_TRUE = @DFA_ENABLED_TRUE@
91ECHO_C = @ECHO_C@
92ECHO_N = @ECHO_N@
93ECHO_T = @ECHO_T@
94EGREP = @EGREP@
95EXEEXT = @EXEEXT@
96GCC_MAJOR_VERSION = @GCC_MAJOR_VERSION@
97GCC_MINOR_VERSION = @GCC_MINOR_VERSION@
98GCC_ONLY_FALSE = @GCC_ONLY_FALSE@
99GCC_ONLY_TRUE = @GCC_ONLY_TRUE@
100GNU_GO_WARNINGS = @GNU_GO_WARNINGS@
101GREP = @GREP@
102INSTALL_DATA = @INSTALL_DATA@
103INSTALL_PROGRAM = @INSTALL_PROGRAM@
104INSTALL_SCRIPT = @INSTALL_SCRIPT@
105INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
106LDFLAGS = @LDFLAGS@
107LIBOBJS = @LIBOBJS@
108LIBS = @LIBS@
109LTLIBOBJS = @LTLIBOBJS@
110MAINT = @MAINT@
111MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
112MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
113MAKEINFO = @MAKEINFO@
114OBJEXT = @OBJEXT@
115PACKAGE = @PACKAGE@
116PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
117PACKAGE_NAME = @PACKAGE_NAME@
118PACKAGE_STRING = @PACKAGE_STRING@
119PACKAGE_TARNAME = @PACKAGE_TARNAME@
120PACKAGE_VERSION = @PACKAGE_VERSION@
121PATH_SEPARATOR = @PATH_SEPARATOR@
122RANLIB = @RANLIB@
123SET_MAKE = @SET_MAKE@
124SHELL = @SHELL@
125STRIP = @STRIP@
126VERSION = @VERSION@
127ac_ct_CC = @ac_ct_CC@
128am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
129am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
130am__include = @am__include@
131am__leading_dot = @am__leading_dot@
132am__quote = @am__quote@
133am__tar = @am__tar@
134am__untar = @am__untar@
135bindir = @bindir@
136build_alias = @build_alias@
137datadir = @datadir@
138datarootdir = @datarootdir@
139docdir = @docdir@
140dvidir = @dvidir@
141exec_prefix = @exec_prefix@
142glibconfig = @glibconfig@
143host_alias = @host_alias@
144htmldir = @htmldir@
145includedir = @includedir@
146infodir = @infodir@
147install_sh = @install_sh@
148libdir = @libdir@
149libexecdir = @libexecdir@
150localedir = @localedir@
151localstatedir = @localstatedir@
152mandir = @mandir@
153mkdir_p = @mkdir_p@
154oldincludedir = @oldincludedir@
155pdfdir = @pdfdir@
156prefix = @prefix@
157program_transform_name = @program_transform_name@
158psdir = @psdir@
159sbindir = @sbindir@
160sharedstatedir = @sharedstatedir@
161sysconfdir = @sysconfdir@
162target_alias = @target_alias@
163EXTRA_DIST = gtp_examples gnugo.dsp gnugo.el make-xpms-file.el GoImage xpms \
164 big-xpms gnugo-xpms.el gnugo-big-xpms.el CMakeLists.txt
165
166noinst_HEADERS = interface.h gmp.h gtp.h
167
168# Remove these files here... they are created locally
169DISTCLEANFILES = *~
170AM_CPPFLAGS = \
171 $(GNU_GO_WARNINGS) \
172 -I$(top_srcdir)/sgf \
173 -I$(top_srcdir)/engine \
174 -I$(top_srcdir)/utils
175
176LDADD = \
177 ../engine/libengine.a \
178 ../patterns/libpatterns.a \
179 ../sgf/libsgf.a \
180 ../utils/libutils.a
181
182gnugo_SOURCES = \
183 main.c \
184 play_ascii.c \
3ebb0002 185 play_ansi.c \
de03db18 186 play_twoplayer.c \
7eeb782e
AT
187 play_gmp.c \
188 play_gtp.c \
189 play_solo.c \
190 play_test.c \
191 gmp.c \
192 gtp.c
193
194AIXOPTS = -O -qmaxmem=16384 -qro -qroconst -qinfo
195all: all-am
196
197.SUFFIXES:
198.SUFFIXES: .c .o .obj
199$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
200 @for dep in $?; do \
201 case '$(am__configure_deps)' in \
202 *$$dep*) \
203 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
204 && exit 0; \
205 exit 1;; \
206 esac; \
207 done; \
208 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu interface/Makefile'; \
209 cd $(top_srcdir) && \
210 $(AUTOMAKE) --gnu interface/Makefile
211.PRECIOUS: Makefile
212Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
213 @case '$?' in \
214 *config.status*) \
215 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
216 *) \
217 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
218 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
219 esac;
220
221$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
222 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
223
224$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
225 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
226$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
227 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
228install-binPROGRAMS: $(bin_PROGRAMS)
229 @$(NORMAL_INSTALL)
230 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
231 @list='$(bin_PROGRAMS)'; for p in $$list; do \
232 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
233 if test -f $$p \
234 ; then \
235 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
236 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
237 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
238 else :; fi; \
239 done
240
241uninstall-binPROGRAMS:
242 @$(NORMAL_UNINSTALL)
243 @list='$(bin_PROGRAMS)'; for p in $$list; do \
244 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
245 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
246 rm -f "$(DESTDIR)$(bindir)/$$f"; \
247 done
248
249clean-binPROGRAMS:
250 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
251gnugo$(EXEEXT): $(gnugo_OBJECTS) $(gnugo_DEPENDENCIES)
252 @rm -f gnugo$(EXEEXT)
253 $(LINK) $(gnugo_LDFLAGS) $(gnugo_OBJECTS) $(gnugo_LDADD) $(LIBS)
254
255mostlyclean-compile:
256 -rm -f *.$(OBJEXT)
257
258distclean-compile:
259 -rm -f *.tab.c
260
261@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gmp.Po@am__quote@
262@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtp.Po@am__quote@
263@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
264@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/play_ascii.Po@am__quote@
3ebb0002 265@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/play_ansi.Po@am__quote@
de03db18 266@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/play_twoplayer.Po@am__quote@
7eeb782e
AT
267@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/play_gmp.Po@am__quote@
268@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/play_gtp.Po@am__quote@
269@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/play_solo.Po@am__quote@
270@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/play_test.Po@am__quote@
271
272.c.o:
273@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
274@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
275@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
276@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
277@am__fastdepCC_FALSE@ $(COMPILE) -c $<
278
279.c.obj:
280@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
281@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
282@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
283@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
284@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
285uninstall-info-am:
286
287ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
288 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
289 unique=`for i in $$list; do \
290 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
291 done | \
292 $(AWK) ' { files[$$0] = 1; } \
293 END { for (i in files) print i; }'`; \
294 mkid -fID $$unique
295tags: TAGS
296
297TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
298 $(TAGS_FILES) $(LISP)
299 tags=; \
300 here=`pwd`; \
301 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
302 unique=`for i in $$list; do \
303 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
304 done | \
305 $(AWK) ' { files[$$0] = 1; } \
306 END { for (i in files) print i; }'`; \
307 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
308 test -n "$$unique" || unique=$$empty_fix; \
309 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
310 $$tags $$unique; \
311 fi
312ctags: CTAGS
313CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
314 $(TAGS_FILES) $(LISP)
315 tags=; \
316 here=`pwd`; \
317 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
318 unique=`for i in $$list; do \
319 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
320 done | \
321 $(AWK) ' { files[$$0] = 1; } \
322 END { for (i in files) print i; }'`; \
323 test -z "$(CTAGS_ARGS)$$tags$$unique" \
324 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
325 $$tags $$unique
326
327GTAGS:
328 here=`$(am__cd) $(top_builddir) && pwd` \
329 && cd $(top_srcdir) \
330 && gtags -i $(GTAGS_ARGS) $$here
331
332distclean-tags:
333 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
334
335distdir: $(DISTFILES)
336 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
337 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
338 list='$(DISTFILES)'; for file in $$list; do \
339 case $$file in \
340 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
341 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
342 esac; \
343 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
344 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
345 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
346 dir="/$$dir"; \
347 $(mkdir_p) "$(distdir)$$dir"; \
348 else \
349 dir=''; \
350 fi; \
351 if test -d $$d/$$file; then \
352 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
353 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
354 fi; \
355 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
356 else \
357 test -f $(distdir)/$$file \
358 || cp -p $$d/$$file $(distdir)/$$file \
359 || exit 1; \
360 fi; \
361 done
362check-am: all-am
363check: check-am
364all-am: Makefile $(PROGRAMS) $(HEADERS)
365installdirs:
366 for dir in "$(DESTDIR)$(bindir)"; do \
367 test -z "$$dir" || $(mkdir_p) "$$dir"; \
368 done
369install: install-am
370install-exec: install-exec-am
371install-data: install-data-am
372uninstall: uninstall-am
373
374install-am: all-am
375 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
376
377installcheck: installcheck-am
378install-strip:
379 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
380 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
381 `test -z '$(STRIP)' || \
382 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
383mostlyclean-generic:
384
385clean-generic:
386
387distclean-generic:
388 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
389 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
390
391maintainer-clean-generic:
392 @echo "This command is intended for maintainers to use"
393 @echo "it deletes files that may require special tools to rebuild."
394clean: clean-am
395
396clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
397
398distclean: distclean-am
399 -rm -rf ./$(DEPDIR)
400 -rm -f Makefile
401distclean-am: clean-am distclean-compile distclean-generic \
402 distclean-tags
403
404dvi: dvi-am
405
406dvi-am:
407
408html: html-am
409
410info: info-am
411
412info-am:
413
414install-data-am:
415
416install-exec-am: install-binPROGRAMS
417
418install-info: install-info-am
419
420install-man:
421
422installcheck-am:
423
424maintainer-clean: maintainer-clean-am
425 -rm -rf ./$(DEPDIR)
426 -rm -f Makefile
427maintainer-clean-am: distclean-am maintainer-clean-generic
428
429mostlyclean: mostlyclean-am
430
431mostlyclean-am: mostlyclean-compile mostlyclean-generic
432
433pdf: pdf-am
434
435pdf-am:
436
437ps: ps-am
438
439ps-am:
440
441uninstall-am: uninstall-binPROGRAMS uninstall-info-am
442
443.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
444 clean-generic ctags distclean distclean-compile \
445 distclean-generic distclean-tags distdir dvi dvi-am html \
446 html-am info info-am install install-am install-binPROGRAMS \
447 install-data install-data-am install-exec install-exec-am \
448 install-info install-info-am install-man install-strip \
449 installcheck installcheck-am installdirs maintainer-clean \
450 maintainer-clean-generic mostlyclean mostlyclean-compile \
451 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
452 uninstall-am uninstall-binPROGRAMS uninstall-info-am
453
454
455gnugo-xpms.el : $(shell ls xpms/*.xpm)
456 emacs -batch --no-site-file -l make-xpms-file.el -f make-xpms-file $@ $(shell ls xpms/*.xpm)
457
458gnugo-big-xpms.el : $(shell ls xpms/*.xpm)
459 emacs -batch --no-site-file -l make-xpms-file.el -f make-xpms-file $@ $(shell ls big-xpms/*.xpm)
460
461# OPTIONS=$(AIXOPTS)
462# Tell versions [3.59,3.63) of GNU make to not export all variables.
463# Otherwise a system limit (for SysV at least) may be exceeded.
464.NOEXPORT: