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