Import upstream Source
[gamazons.git] / src / Makefile.in
blobb45896d85253ecb3a344675264ae5b808b9ff8c0
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999, 2001 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.
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.
14 SHELL = @SHELL@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
35 DESTDIR =
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = ..
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 CATALOGS = @CATALOGS@
61 CATOBJEXT = @CATOBJEXT@
62 CC = @CC@
63 DATADIRNAME = @DATADIRNAME@
64 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
65 GMOFILES = @GMOFILES@
66 GMSGFMT = @GMSGFMT@
67 INSTOBJEXT = @INSTOBJEXT@
68 INTLDEPS = @INTLDEPS@
69 INTLLIBS = @INTLLIBS@
70 INTLOBJS = @INTLOBJS@
71 MAINT = @MAINT@
72 MAKEINFO = @MAKEINFO@
73 MKINSTALLDIRS = @MKINSTALLDIRS@
74 PACKAGE = @PACKAGE@
75 PACKAGE_CFLAGS = @PACKAGE_CFLAGS@
76 PACKAGE_LIBS = @PACKAGE_LIBS@
77 PKG_CONFIG = @PKG_CONFIG@
78 POFILES = @POFILES@
79 POSUB = @POSUB@
80 RANLIB = @RANLIB@
81 USE_NLS = @USE_NLS@
82 VERSION = @VERSION@
84 INCLUDES = \
85 -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
86 -DPACKAGE_LOCALE_DIR=\""$(datadir)/locale"\" \
87 @PACKAGE_CFLAGS@
90 bin_PROGRAMS = gamazons
92 gamazons_SOURCES = \
93 main.c \
94 support.c support.h \
95 interface.c interface.h \
96 callbacks.c callbacks.h \
97 board.c board.h \
98 bstate.c bstate.h \
99 position.h \
100 eval.c \
101 moves.c \
102 unit-test.c unit-test.h \
103 amazons.h
106 gamazons_INCLUDES = -DGAMAZONS=1
108 gamazons_CFLAGS = -O2 -DGAMAZONS=1
110 gamazons_HELP = gamazons.html topic.dat
112 EXTRA_DIST = $(gamazons_HELP)
114 gamazonshelpdir = $(datadir)/gnome/help/gamazons/C
115 gamazonshelp_DATA = $(gamazons_HELP)
117 gamazons_LDADD = @PACKAGE_LIBS@
118 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
119 CONFIG_HEADER = ../config.h
120 CONFIG_CLEAN_FILES =
121 PROGRAMS = $(bin_PROGRAMS)
124 DEFS = @DEFS@ -I. -I$(srcdir) -I..
125 CPPFLAGS = @CPPFLAGS@
126 LDFLAGS = @LDFLAGS@
127 LIBS = @LIBS@
128 gamazons_OBJECTS = main.o support.o interface.o callbacks.o board.o \
129 bstate.o eval.o moves.o unit-test.o
130 gamazons_DEPENDENCIES =
131 gamazons_LDFLAGS =
132 CFLAGS = @CFLAGS@
133 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
134 CCLD = $(CC)
135 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
136 DATA = $(gamazonshelp_DATA)
138 DIST_COMMON = Makefile.am Makefile.in
141 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
143 TAR = gtar
144 GZIP_ENV = --best
145 DEP_FILES = .deps/board.P .deps/bstate.P .deps/callbacks.P .deps/eval.P \
146 .deps/interface.P .deps/main.P .deps/moves.P .deps/support.P \
147 .deps/unit-test.P
148 SOURCES = $(gamazons_SOURCES)
149 OBJECTS = $(gamazons_OBJECTS)
151 all: all-redirect
152 .SUFFIXES:
153 .SUFFIXES: .S .c .o .s
154 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
155 cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
157 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
158 cd $(top_builddir) \
159 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
162 mostlyclean-binPROGRAMS:
164 clean-binPROGRAMS:
165 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
167 distclean-binPROGRAMS:
169 maintainer-clean-binPROGRAMS:
171 install-binPROGRAMS: $(bin_PROGRAMS)
172 @$(NORMAL_INSTALL)
173 $(mkinstalldirs) $(DESTDIR)$(bindir)
174 @list='$(bin_PROGRAMS)'; for p in $$list; do \
175 if test -f $$p; then \
176 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
177 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
178 else :; fi; \
179 done
181 uninstall-binPROGRAMS:
182 @$(NORMAL_UNINSTALL)
183 list='$(bin_PROGRAMS)'; for p in $$list; do \
184 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
185 done
187 .s.o:
188 $(COMPILE) -c $<
190 .S.o:
191 $(COMPILE) -c $<
193 mostlyclean-compile:
194 -rm -f *.o core *.core
196 clean-compile:
198 distclean-compile:
199 -rm -f *.tab.c
201 maintainer-clean-compile:
203 gamazons: $(gamazons_OBJECTS) $(gamazons_DEPENDENCIES)
204 @rm -f gamazons
205 $(LINK) $(gamazons_LDFLAGS) $(gamazons_OBJECTS) $(gamazons_LDADD) $(LIBS)
207 install-gamazonshelpDATA: $(gamazonshelp_DATA)
208 @$(NORMAL_INSTALL)
209 $(mkinstalldirs) $(DESTDIR)$(gamazonshelpdir)
210 @list='$(gamazonshelp_DATA)'; for p in $$list; do \
211 if test -f $(srcdir)/$$p; then \
212 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(gamazonshelpdir)/$$p"; \
213 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(gamazonshelpdir)/$$p; \
214 else if test -f $$p; then \
215 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(gamazonshelpdir)/$$p"; \
216 $(INSTALL_DATA) $$p $(DESTDIR)$(gamazonshelpdir)/$$p; \
217 fi; fi; \
218 done
220 uninstall-gamazonshelpDATA:
221 @$(NORMAL_UNINSTALL)
222 list='$(gamazonshelp_DATA)'; for p in $$list; do \
223 rm -f $(DESTDIR)$(gamazonshelpdir)/$$p; \
224 done
226 tags: TAGS
228 ID: $(HEADERS) $(SOURCES) $(LISP)
229 list='$(SOURCES) $(HEADERS)'; \
230 unique=`for i in $$list; do echo $$i; done | \
231 awk ' { files[$$0] = 1; } \
232 END { for (i in files) print i; }'`; \
233 here=`pwd` && cd $(srcdir) \
234 && mkid -f$$here/ID $$unique $(LISP)
236 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
237 tags=; \
238 here=`pwd`; \
239 list='$(SOURCES) $(HEADERS)'; \
240 unique=`for i in $$list; do echo $$i; done | \
241 awk ' { files[$$0] = 1; } \
242 END { for (i in files) print i; }'`; \
243 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
244 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
246 mostlyclean-tags:
248 clean-tags:
250 distclean-tags:
251 -rm -f TAGS ID
253 maintainer-clean-tags:
255 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
257 subdir = src
259 distdir: $(DISTFILES)
260 here=`cd $(top_builddir) && pwd`; \
261 top_distdir=`cd $(top_distdir) && pwd`; \
262 distdir=`cd $(distdir) && pwd`; \
263 cd $(top_srcdir) \
264 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile
265 @for file in $(DISTFILES); do \
266 d=$(srcdir); \
267 if test -d $$d/$$file; then \
268 cp -pr $$d/$$file $(distdir)/$$file; \
269 else \
270 test -f $(distdir)/$$file \
271 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
272 || cp -p $$d/$$file $(distdir)/$$file || :; \
273 fi; \
274 done
276 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
278 -include $(DEP_FILES)
280 mostlyclean-depend:
282 clean-depend:
284 distclean-depend:
285 -rm -rf .deps
287 maintainer-clean-depend:
289 %.o: %.c
290 @echo '$(COMPILE) -c $<'; \
291 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
292 @-cp .deps/$(*F).pp .deps/$(*F).P; \
293 tr ' ' '\012' < .deps/$(*F).pp \
294 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
295 >> .deps/$(*F).P; \
296 rm .deps/$(*F).pp
298 %.lo: %.c
299 @echo '$(LTCOMPILE) -c $<'; \
300 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
301 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
302 < .deps/$(*F).pp > .deps/$(*F).P; \
303 tr ' ' '\012' < .deps/$(*F).pp \
304 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
305 >> .deps/$(*F).P; \
306 rm -f .deps/$(*F).pp
307 info-am:
308 info: info-am
309 dvi-am:
310 dvi: dvi-am
311 check-am: all-am
312 check: check-am
313 installcheck-am:
314 installcheck: installcheck-am
315 install-exec-am: install-binPROGRAMS
316 install-exec: install-exec-am
318 install-data-am: install-gamazonshelpDATA
319 install-data: install-data-am
321 install-am: all-am
322 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
323 install: install-am
324 uninstall-am: uninstall-binPROGRAMS uninstall-gamazonshelpDATA
325 uninstall: uninstall-am
326 all-am: Makefile $(PROGRAMS) $(DATA)
327 all-redirect: all-am
328 install-strip:
329 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
330 installdirs:
331 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(gamazonshelpdir)
334 mostlyclean-generic:
336 clean-generic:
338 distclean-generic:
339 -rm -f Makefile $(CONFIG_CLEAN_FILES)
340 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
342 maintainer-clean-generic:
343 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
344 mostlyclean-tags mostlyclean-depend mostlyclean-generic
346 mostlyclean: mostlyclean-am
348 clean-am: clean-binPROGRAMS clean-compile clean-tags clean-depend \
349 clean-generic mostlyclean-am
351 clean: clean-am
353 distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
354 distclean-depend distclean-generic clean-am
356 distclean: distclean-am
358 maintainer-clean-am: maintainer-clean-binPROGRAMS \
359 maintainer-clean-compile maintainer-clean-tags \
360 maintainer-clean-depend maintainer-clean-generic \
361 distclean-am
362 @echo "This command is intended for maintainers to use;"
363 @echo "it deletes files that may require special tools to rebuild."
365 maintainer-clean: maintainer-clean-am
367 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
368 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
369 mostlyclean-compile distclean-compile clean-compile \
370 maintainer-clean-compile uninstall-gamazonshelpDATA \
371 install-gamazonshelpDATA tags mostlyclean-tags distclean-tags \
372 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
373 distclean-depend clean-depend maintainer-clean-depend info-am info \
374 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
375 install-exec install-data-am install-data install-am install \
376 uninstall-am uninstall all-redirect all-am all installdirs \
377 mostlyclean-generic distclean-generic clean-generic \
378 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
381 # Tell versions [3.59,3.63) of GNU make to not export all variables.
382 # Otherwise a system limit (for SysV at least) may be exceeded.
383 .NOEXPORT: