Before starting to tinker, ran clang-format on files that seem like relevant starting...
[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)
52am_gnugo_OBJECTS = main.$(OBJEXT) play_ascii.$(OBJEXT) \
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 \
184 play_gmp.c \
185 play_gtp.c \
186 play_solo.c \
187 play_test.c \
188 gmp.c \
189 gtp.c
190
191AIXOPTS = -O -qmaxmem=16384 -qro -qroconst -qinfo
192all: all-am
193
194.SUFFIXES:
195.SUFFIXES: .c .o .obj
196$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
197 @for dep in $?; do \
198 case '$(am__configure_deps)' in \
199 *$$dep*) \
200 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
201 && exit 0; \
202 exit 1;; \
203 esac; \
204 done; \
205 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu interface/Makefile'; \
206 cd $(top_srcdir) && \
207 $(AUTOMAKE) --gnu interface/Makefile
208.PRECIOUS: Makefile
209Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
210 @case '$?' in \
211 *config.status*) \
212 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
213 *) \
214 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
215 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
216 esac;
217
218$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
219 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
220
221$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
222 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
223$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
224 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
225install-binPROGRAMS: $(bin_PROGRAMS)
226 @$(NORMAL_INSTALL)
227 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
228 @list='$(bin_PROGRAMS)'; for p in $$list; do \
229 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
230 if test -f $$p \
231 ; then \
232 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
233 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
234 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
235 else :; fi; \
236 done
237
238uninstall-binPROGRAMS:
239 @$(NORMAL_UNINSTALL)
240 @list='$(bin_PROGRAMS)'; for p in $$list; do \
241 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
242 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
243 rm -f "$(DESTDIR)$(bindir)/$$f"; \
244 done
245
246clean-binPROGRAMS:
247 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
248gnugo$(EXEEXT): $(gnugo_OBJECTS) $(gnugo_DEPENDENCIES)
249 @rm -f gnugo$(EXEEXT)
250 $(LINK) $(gnugo_LDFLAGS) $(gnugo_OBJECTS) $(gnugo_LDADD) $(LIBS)
251
252mostlyclean-compile:
253 -rm -f *.$(OBJEXT)
254
255distclean-compile:
256 -rm -f *.tab.c
257
258@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gmp.Po@am__quote@
259@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtp.Po@am__quote@
260@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
261@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/play_ascii.Po@am__quote@
262@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/play_gmp.Po@am__quote@
263@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/play_gtp.Po@am__quote@
264@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/play_solo.Po@am__quote@
265@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/play_test.Po@am__quote@
266
267.c.o:
268@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
269@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
270@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
271@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
272@am__fastdepCC_FALSE@ $(COMPILE) -c $<
273
274.c.obj:
275@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
276@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
277@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
278@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
279@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
280uninstall-info-am:
281
282ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
283 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
284 unique=`for i in $$list; do \
285 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
286 done | \
287 $(AWK) ' { files[$$0] = 1; } \
288 END { for (i in files) print i; }'`; \
289 mkid -fID $$unique
290tags: TAGS
291
292TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
293 $(TAGS_FILES) $(LISP)
294 tags=; \
295 here=`pwd`; \
296 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
297 unique=`for i in $$list; do \
298 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
299 done | \
300 $(AWK) ' { files[$$0] = 1; } \
301 END { for (i in files) print i; }'`; \
302 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
303 test -n "$$unique" || unique=$$empty_fix; \
304 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
305 $$tags $$unique; \
306 fi
307ctags: CTAGS
308CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
309 $(TAGS_FILES) $(LISP)
310 tags=; \
311 here=`pwd`; \
312 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
313 unique=`for i in $$list; do \
314 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
315 done | \
316 $(AWK) ' { files[$$0] = 1; } \
317 END { for (i in files) print i; }'`; \
318 test -z "$(CTAGS_ARGS)$$tags$$unique" \
319 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
320 $$tags $$unique
321
322GTAGS:
323 here=`$(am__cd) $(top_builddir) && pwd` \
324 && cd $(top_srcdir) \
325 && gtags -i $(GTAGS_ARGS) $$here
326
327distclean-tags:
328 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
329
330distdir: $(DISTFILES)
331 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
332 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
333 list='$(DISTFILES)'; for file in $$list; do \
334 case $$file in \
335 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
336 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
337 esac; \
338 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
339 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
340 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
341 dir="/$$dir"; \
342 $(mkdir_p) "$(distdir)$$dir"; \
343 else \
344 dir=''; \
345 fi; \
346 if test -d $$d/$$file; then \
347 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
348 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
349 fi; \
350 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
351 else \
352 test -f $(distdir)/$$file \
353 || cp -p $$d/$$file $(distdir)/$$file \
354 || exit 1; \
355 fi; \
356 done
357check-am: all-am
358check: check-am
359all-am: Makefile $(PROGRAMS) $(HEADERS)
360installdirs:
361 for dir in "$(DESTDIR)$(bindir)"; do \
362 test -z "$$dir" || $(mkdir_p) "$$dir"; \
363 done
364install: install-am
365install-exec: install-exec-am
366install-data: install-data-am
367uninstall: uninstall-am
368
369install-am: all-am
370 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
371
372installcheck: installcheck-am
373install-strip:
374 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
375 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
376 `test -z '$(STRIP)' || \
377 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
378mostlyclean-generic:
379
380clean-generic:
381
382distclean-generic:
383 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
384 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
385
386maintainer-clean-generic:
387 @echo "This command is intended for maintainers to use"
388 @echo "it deletes files that may require special tools to rebuild."
389clean: clean-am
390
391clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
392
393distclean: distclean-am
394 -rm -rf ./$(DEPDIR)
395 -rm -f Makefile
396distclean-am: clean-am distclean-compile distclean-generic \
397 distclean-tags
398
399dvi: dvi-am
400
401dvi-am:
402
403html: html-am
404
405info: info-am
406
407info-am:
408
409install-data-am:
410
411install-exec-am: install-binPROGRAMS
412
413install-info: install-info-am
414
415install-man:
416
417installcheck-am:
418
419maintainer-clean: maintainer-clean-am
420 -rm -rf ./$(DEPDIR)
421 -rm -f Makefile
422maintainer-clean-am: distclean-am maintainer-clean-generic
423
424mostlyclean: mostlyclean-am
425
426mostlyclean-am: mostlyclean-compile mostlyclean-generic
427
428pdf: pdf-am
429
430pdf-am:
431
432ps: ps-am
433
434ps-am:
435
436uninstall-am: uninstall-binPROGRAMS uninstall-info-am
437
438.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
439 clean-generic ctags distclean distclean-compile \
440 distclean-generic distclean-tags distdir dvi dvi-am html \
441 html-am info info-am install install-am install-binPROGRAMS \
442 install-data install-data-am install-exec install-exec-am \
443 install-info install-info-am install-man install-strip \
444 installcheck installcheck-am installdirs maintainer-clean \
445 maintainer-clean-generic mostlyclean mostlyclean-compile \
446 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
447 uninstall-am uninstall-binPROGRAMS uninstall-info-am
448
449
450gnugo-xpms.el : $(shell ls xpms/*.xpm)
451 emacs -batch --no-site-file -l make-xpms-file.el -f make-xpms-file $@ $(shell ls xpms/*.xpm)
452
453gnugo-big-xpms.el : $(shell ls xpms/*.xpm)
454 emacs -batch --no-site-file -l make-xpms-file.el -f make-xpms-file $@ $(shell ls big-xpms/*.xpm)
455
456# OPTIONS=$(AIXOPTS)
457# Tell versions [3.59,3.63) of GNU make to not export all variables.
458# Otherwise a system limit (for SysV at least) may be exceeded.
459.NOEXPORT: