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
17 top_srcdir
= @top_srcdir@
20 exec_prefix = @
exec_prefix@
24 libexecdir
= @libexecdir@
26 sysconfdir
= @sysconfdir@
27 sharedstatedir
= @sharedstatedir@
28 localstatedir
= @localstatedir@
32 includedir = @
includedir@
33 oldincludedir = /usr
/include
37 pkgdatadir
= $(datadir)/@PACKAGE@
38 pkglibdir
= $(libdir)/@PACKAGE@
39 pkgincludedir
= $(includedir)/@PACKAGE@
46 AUTOHEADER
= @AUTOHEADER@
49 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
$(AM_INSTALL_PROGRAM_FLAGS
)
50 INSTALL_DATA
= @INSTALL_DATA@
51 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
52 transform
= @program_transform_name@
61 CATOBJEXT
= @CATOBJEXT@
63 DATADIRNAME
= @DATADIRNAME@
64 GETTEXT_PACKAGE
= @GETTEXT_PACKAGE@
67 INSTOBJEXT
= @INSTOBJEXT@
73 MKINSTALLDIRS
= @MKINSTALLDIRS@
75 PACKAGE_CFLAGS
= @PACKAGE_CFLAGS@
76 PACKAGE_LIBS
= @PACKAGE_LIBS@
77 PKG_CONFIG
= @PKG_CONFIG@
85 -DPACKAGE_DATA_DIR
=\""$(datadir)"\" \
86 -DPACKAGE_LOCALE_DIR
=\""$(datadir)/locale"\" \
90 bin_PROGRAMS
= gamazons
95 interface.c interface.h \
96 callbacks.c callbacks.h \
102 unit-test.c unit-test.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
121 PROGRAMS
= $(bin_PROGRAMS
)
124 DEFS
= @DEFS@
-I.
-I
$(srcdir) -I..
125 CPPFLAGS
= @CPPFLAGS@
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
=
133 COMPILE
= $(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
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
)
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 \
148 SOURCES
= $(gamazons_SOURCES
)
149 OBJECTS
= $(gamazons_OBJECTS
)
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
)
159 && CONFIG_FILES
=$(subdir
)/$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
162 mostlyclean-binPROGRAMS
:
165 -test -z
"$(bin_PROGRAMS)" ||
rm -f
$(bin_PROGRAMS
)
167 distclean-binPROGRAMS
:
169 maintainer-clean-binPROGRAMS
:
171 install-binPROGRAMS
: $(bin_PROGRAMS
)
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)/'`; \
181 uninstall-binPROGRAMS
:
183 list
='$(bin_PROGRAMS)'; for p in
$$list; do \
184 rm -f
$(DESTDIR
)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
194 -rm -f
*.o core
*.core
201 maintainer-clean-compile
:
203 gamazons
: $(gamazons_OBJECTS
) $(gamazons_DEPENDENCIES
)
205 $(LINK
) $(gamazons_LDFLAGS
) $(gamazons_OBJECTS
) $(gamazons_LDADD
) $(LIBS
)
207 install-gamazonshelpDATA
: $(gamazonshelp_DATA
)
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; \
220 uninstall-gamazonshelpDATA
:
222 list
='$(gamazonshelp_DATA)'; for p in
$$list; do \
223 rm -f
$(DESTDIR
)$(gamazonshelpdir
)/$$p; \
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
)
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
)
253 maintainer-clean-tags
:
255 distdir
= $(top_builddir
)/$(PACKAGE
)-$(VERSION
)/$(subdir
)
259 distdir
: $(DISTFILES
)
260 here
=`cd $(top_builddir) && pwd`; \
261 top_distdir
=`cd $(top_distdir) && pwd`; \
262 distdir
=`cd $(distdir) && pwd`; \
264 && $(AUTOMAKE
) --include-deps
--build-dir
=$$here --srcdir-name
=$(top_srcdir
) --output-dir
=$$top_distdir --gnu src
/Makefile
265 @for file in
$(DISTFILES
); do \
267 if
test -d
$$d/$$file; then \
268 cp
-pr
$$d/$$file $(distdir
)/$$file; \
270 test -f
$(distdir
)/$$file \
271 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
272 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
276 DEPS_MAGIC
:= $(shell mkdir .deps
> /dev
/null
2>&1 ||
:)
278 -include $(DEP_FILES
)
287 maintainer-clean-depend
:
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/$$/ :/' \
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/$$/ :/' \
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
322 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
324 uninstall-am
: uninstall-binPROGRAMS uninstall-gamazonshelpDATA
325 uninstall: uninstall-am
326 all-am
: Makefile
$(PROGRAMS
) $(DATA
)
329 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
331 $(mkinstalldirs
) $(DESTDIR
)$(bindir) $(DESTDIR
)$(gamazonshelpdir
)
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
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 \
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.