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
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = ..
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25INSTALL = @INSTALL@
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
37build_triplet = @build@
38host_triplet = @host@
39target_triplet = @target@
40bin_PROGRAMS = lbreakout2$(EXEEXT)
41subdir = client
42DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44am__aclocal_m4_deps = $(top_srcdir)/m4/codeset.m4 \
45	$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \
46	$(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \
47	$(top_srcdir)/m4/intmax.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
48	$(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
49	$(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lcmessage.m4 \
50	$(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
51	$(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/longdouble.m4 \
52	$(top_srcdir)/m4/longlong.m4 $(top_srcdir)/m4/nls.m4 \
53	$(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/printf-posix.m4 \
54	$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/signed.m4 \
55	$(top_srcdir)/m4/size_max.m4 $(top_srcdir)/m4/stdint_h.m4 \
56	$(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \
57	$(top_srcdir)/m4/wchar_t.m4 $(top_srcdir)/m4/wint_t.m4 \
58	$(top_srcdir)/m4/xsize.m4 $(top_srcdir)/acinclude.m4 \
59	$(top_srcdir)/configure.in
60am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61	$(ACLOCAL_M4)
62mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
63CONFIG_HEADER = $(top_builddir)/config.h
64CONFIG_CLEAN_FILES =
65am__installdirs = "$(DESTDIR)$(bindir)"
66binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
67PROGRAMS = $(bin_PROGRAMS)
68am_lbreakout2_OBJECTS = credit.$(OBJEXT) shine.$(OBJEXT) \
69	extras.$(OBJEXT) balls.$(OBJEXT) shrapnells.$(OBJEXT) \
70	shots.$(OBJEXT) event.$(OBJEXT) paddle.$(OBJEXT) \
71	frame.$(OBJEXT) misc.$(OBJEXT) bricks.$(OBJEXT) \
72	player.$(OBJEXT) file.$(OBJEXT) config.$(OBJEXT) \
73	setselect.$(OBJEXT) item.$(OBJEXT) menu.$(OBJEXT) \
74	manager.$(OBJEXT) value.$(OBJEXT) chart.$(OBJEXT) \
75	editor.$(OBJEXT) help.$(OBJEXT) hint.$(OBJEXT) theme.$(OBJEXT) \
76	client.$(OBJEXT) client_recv.$(OBJEXT) client_data.$(OBJEXT) \
77	client_handlers.$(OBJEXT) game.$(OBJEXT) comm.$(OBJEXT) \
78	slot.$(OBJEXT) display.$(OBJEXT) main.$(OBJEXT)
79lbreakout2_OBJECTS = $(am_lbreakout2_OBJECTS)
80DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
81depcomp = $(SHELL) $(top_srcdir)/depcomp
82am__depfiles_maybe = depfiles
83COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
84	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
85CCLD = $(CC)
86LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
87SOURCES = $(lbreakout2_SOURCES)
88DIST_SOURCES = $(lbreakout2_SOURCES)
89RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
90	html-recursive info-recursive install-data-recursive \
91	install-exec-recursive install-info-recursive \
92	install-recursive installcheck-recursive installdirs-recursive \
93	pdf-recursive ps-recursive uninstall-info-recursive \
94	uninstall-recursive
95ETAGS = etags
96CTAGS = ctags
97DIST_SUBDIRS = $(SUBDIRS)
98DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
99ACLOCAL = @ACLOCAL@
100ALLOCA = @ALLOCA@
101AMDEP_FALSE = @AMDEP_FALSE@
102AMDEP_TRUE = @AMDEP_TRUE@
103AMTAR = @AMTAR@
104AUTOCONF = @AUTOCONF@
105AUTOHEADER = @AUTOHEADER@
106AUTOMAKE = @AUTOMAKE@
107AWK = @AWK@
108BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
109CATOBJEXT = @CATOBJEXT@
110CC = @CC@
111CCDEPMODE = @CCDEPMODE@
112CFLAGS = @CFLAGS@
113CPP = @CPP@
114CPPFLAGS = @CPPFLAGS@
115CYGPATH_W = @CYGPATH_W@
116DATADIRNAME = @DATADIRNAME@
117DEFS = @network_flag@ @sdlnet_flag@ @arch_flag@ @warp_flag@ @audio_flag@ @inst_flag@ @hi_inst_flag@ @locdir_flag@ @DEFS@
118DEPDIR = @DEPDIR@
119ECHO_C = @ECHO_C@
120ECHO_N = @ECHO_N@
121ECHO_T = @ECHO_T@
122EGREP = @EGREP@
123EXEEXT = @EXEEXT@
124GENCAT = @GENCAT@
125GLIBC21 = @GLIBC21@
126GMSGFMT = @GMSGFMT@
127GREP = @GREP@
128HAVE_ASPRINTF = @HAVE_ASPRINTF@
129HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
130HAVE_SNPRINTF = @HAVE_SNPRINTF@
131HAVE_WPRINTF = @HAVE_WPRINTF@
132INSTALL_DATA = @INSTALL_DATA@
133INSTALL_PROGRAM = @INSTALL_PROGRAM@
134INSTALL_SCRIPT = @INSTALL_SCRIPT@
135INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
136INSTOBJEXT = @INSTOBJEXT@
137INTLBISON = @INTLBISON@
138INTLLIBS = @INTLLIBS@
139INTLOBJS = @INTLOBJS@
140INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
141LDFLAGS = @LDFLAGS@
142LIBICONV = @LIBICONV@
143LIBINTL = @LIBINTL@
144LIBOBJS = @LIBOBJS@
145LIBS = @LIBS@
146LTLIBICONV = @LTLIBICONV@
147LTLIBINTL = @LTLIBINTL@
148LTLIBOBJS = @LTLIBOBJS@
149MAKEINFO = @MAKEINFO@
150MKINSTALLDIRS = @MKINSTALLDIRS@
151MSGFMT = @MSGFMT@
152MSGMERGE = @MSGMERGE@
153OBJEXT = @OBJEXT@
154PACKAGE = @PACKAGE@
155PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
156PACKAGE_NAME = @PACKAGE_NAME@
157PACKAGE_STRING = @PACKAGE_STRING@
158PACKAGE_TARNAME = @PACKAGE_TARNAME@
159PACKAGE_VERSION = @PACKAGE_VERSION@
160PATH_SEPARATOR = @PATH_SEPARATOR@
161POSUB = @POSUB@
162RANLIB = @RANLIB@
163SDL_CFLAGS = @SDL_CFLAGS@
164SDL_CONFIG = @SDL_CONFIG@
165SDL_LIBS = @SDL_LIBS@
166SET_MAKE = @SET_MAKE@
167SHELL = @SHELL@
168STRIP = @STRIP@
169USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
170USE_NLS = @USE_NLS@
171VERSION = @VERSION@
172XGETTEXT = @XGETTEXT@
173ac_ct_CC = @ac_ct_CC@
174am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
175am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
176am__include = @am__include@
177am__leading_dot = @am__leading_dot@
178am__quote = @am__quote@
179am__tar = @am__tar@
180am__untar = @am__untar@
181appname = @appname@
182arch_flag = @arch_flag@
183audio_flag = @audio_flag@
184bindir = @bindir@
185build = @build@
186build_alias = @build_alias@
187build_cpu = @build_cpu@
188build_os = @build_os@
189build_vendor = @build_vendor@
190datadir = @datadir@
191datarootdir = @datarootdir@
192doc_dir = @doc_dir@
193docdir = @docdir@
194dvidir = @dvidir@
195exec_prefix = @exec_prefix@
196hi_dir = @hi_dir@
197hi_inst_flag = @hi_inst_flag@
198host = @host@
199host_alias = @host_alias@
200host_cpu = @host_cpu@
201host_os = @host_os@
202host_vendor = @host_vendor@
203htmldir = @htmldir@
204includedir = @includedir@
205infodir = @infodir@
206inst_dir = @inst_dir@
207inst_flag = @inst_flag@
208install_sh = @install_sh@
209libdir = @libdir@
210libexecdir = @libexecdir@
211localedir = @localedir@
212localstatedir = @localstatedir@
213locdir_flag = @locdir_flag@
214mandir = @mandir@
215mixer_flag = @mixer_flag@
216mkdir_p = @mkdir_p@
217netdebug_flag = @netdebug_flag@
218network_flag = @network_flag@
219oldincludedir = @oldincludedir@
220pdfdir = @pdfdir@
221prefix = @prefix@
222program_transform_name = @program_transform_name@
223psdir = @psdir@
224sbindir = @sbindir@
225sdlnet_flag = @sdlnet_flag@
226sdlnet_lib_flag = @sdlnet_lib_flag@
227sharedstatedir = @sharedstatedir@
228sysconfdir = @sysconfdir@
229target = @target@
230target_alias = @target_alias@
231target_cpu = @target_cpu@
232target_os = @target_os@
233target_vendor = @target_vendor@
234warp_flag = @warp_flag@
235win32_deps = @win32_deps@
236win32_inst_script = @win32_inst_script@
237lbreakout2_SOURCES = credit.c shine.c extras.c balls.c shrapnells.c  \
238shots.c event.c paddle.c frame.c misc.c bricks.c player.c \
239file.c config.c setselect.c \
240item.c menu.c manager.c value.c chart.c \
241editor.c help.c hint.c theme.c client.c client_recv.c \
242client_data.c client_handlers.c game.c comm.c slot.c \
243display.c main.c win32.ico
244
245lbreakout2_DEPENDENCIES = @win32_deps@
246lbreakout2_LDADD = @win32_deps@ ../common/libcommon.a ../gui/libGui.a ../game/libgame.a @mixer_flag@ @sdlnet_lib_flag@ @INTLLIBS@
247EXTRA_DIST = credit.h shine.h extras.h balls.h shrapnells.h  \
248shots.h event.h paddle.h frame.h misc.h bricks.h player.h \
249file.h config.h lbreakout.h setselect.h \
250item.h menu.h manager.h value.h chart.h \
251editor.h help.h hint.h theme.h client.h client_data.h \
252client_handlers.h game.h comm.h slot.h \
253display.h empty.hscr
254
255SUBDIRS = gfx sounds levels gui_theme
256all: all-recursive
257
258.SUFFIXES:
259.SUFFIXES: .c .o .obj
260$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
261	@for dep in $?; do \
262	  case '$(am__configure_deps)' in \
263	    *$$dep*) \
264	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
265		&& exit 0; \
266	      exit 1;; \
267	  esac; \
268	done; \
269	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  client/Makefile'; \
270	cd $(top_srcdir) && \
271	  $(AUTOMAKE) --foreign  client/Makefile
272.PRECIOUS: Makefile
273Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
274	@case '$?' in \
275	  *config.status*) \
276	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
277	  *) \
278	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
279	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
280	esac;
281
282$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
283	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284
285$(top_srcdir)/configure:  $(am__configure_deps)
286	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
288	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
289install-binPROGRAMS: $(bin_PROGRAMS)
290	@$(NORMAL_INSTALL)
291	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
292	@list='$(bin_PROGRAMS)'; for p in $$list; do \
293	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
294	  if test -f $$p \
295	  ; then \
296	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
297	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
298	   $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
299	  else :; fi; \
300	done
301
302uninstall-binPROGRAMS:
303	@$(NORMAL_UNINSTALL)
304	@list='$(bin_PROGRAMS)'; for p in $$list; do \
305	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
306	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
307	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
308	done
309
310clean-binPROGRAMS:
311	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
312lbreakout2$(EXEEXT): $(lbreakout2_OBJECTS) $(lbreakout2_DEPENDENCIES)
313	@rm -f lbreakout2$(EXEEXT)
314	$(LINK) $(lbreakout2_LDFLAGS) $(lbreakout2_OBJECTS) $(lbreakout2_LDADD) $(LIBS)
315
316mostlyclean-compile:
317	-rm -f *.$(OBJEXT)
318
319distclean-compile:
320	-rm -f *.tab.c
321
322@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/balls.Po@am__quote@
323@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bricks.Po@am__quote@
324@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chart.Po@am__quote@
325@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Po@am__quote@
326@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client_data.Po@am__quote@
327@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client_handlers.Po@am__quote@
328@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client_recv.Po@am__quote@
329@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/comm.Po@am__quote@
330@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config.Po@am__quote@
331@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/credit.Po@am__quote@
332@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/display.Po@am__quote@
333@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/editor.Po@am__quote@
334@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Po@am__quote@
335@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/extras.Po@am__quote@
336@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Po@am__quote@
337@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frame.Po@am__quote@
338@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/game.Po@am__quote@
339@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/help.Po@am__quote@
340@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hint.Po@am__quote@
341@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/item.Po@am__quote@
342@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
343@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/manager.Po@am__quote@
344@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/menu.Po@am__quote@
345@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@
346@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/paddle.Po@am__quote@
347@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/player.Po@am__quote@
348@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setselect.Po@am__quote@
349@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shine.Po@am__quote@
350@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shots.Po@am__quote@
351@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shrapnells.Po@am__quote@
352@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/slot.Po@am__quote@
353@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/theme.Po@am__quote@
354@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/value.Po@am__quote@
355
356.c.o:
357@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
358@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
359@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
360@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
361@am__fastdepCC_FALSE@	$(COMPILE) -c $<
362
363.c.obj:
364@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
365@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
366@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
367@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
368@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
369uninstall-info-am:
370
371# This directory's subdirectories are mostly independent; you can cd
372# into them and run `make' without going through this Makefile.
373# To change the values of `make' variables: instead of editing Makefiles,
374# (1) if the variable is set in `config.status', edit `config.status'
375#     (which will cause the Makefiles to be regenerated when you run `make');
376# (2) otherwise, pass the desired values on the `make' command line.
377$(RECURSIVE_TARGETS):
378	@failcom='exit 1'; \
379	for f in x $$MAKEFLAGS; do \
380	  case $$f in \
381	    *=* | --[!k]*);; \
382	    *k*) failcom='fail=yes';; \
383	  esac; \
384	done; \
385	dot_seen=no; \
386	target=`echo $@ | sed s/-recursive//`; \
387	list='$(SUBDIRS)'; for subdir in $$list; do \
388	  echo "Making $$target in $$subdir"; \
389	  if test "$$subdir" = "."; then \
390	    dot_seen=yes; \
391	    local_target="$$target-am"; \
392	  else \
393	    local_target="$$target"; \
394	  fi; \
395	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
396	  || eval $$failcom; \
397	done; \
398	if test "$$dot_seen" = "no"; then \
399	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
400	fi; test -z "$$fail"
401
402mostlyclean-recursive clean-recursive distclean-recursive \
403maintainer-clean-recursive:
404	@failcom='exit 1'; \
405	for f in x $$MAKEFLAGS; do \
406	  case $$f in \
407	    *=* | --[!k]*);; \
408	    *k*) failcom='fail=yes';; \
409	  esac; \
410	done; \
411	dot_seen=no; \
412	case "$@" in \
413	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
414	  *) list='$(SUBDIRS)' ;; \
415	esac; \
416	rev=''; for subdir in $$list; do \
417	  if test "$$subdir" = "."; then :; else \
418	    rev="$$subdir $$rev"; \
419	  fi; \
420	done; \
421	rev="$$rev ."; \
422	target=`echo $@ | sed s/-recursive//`; \
423	for subdir in $$rev; do \
424	  echo "Making $$target in $$subdir"; \
425	  if test "$$subdir" = "."; then \
426	    local_target="$$target-am"; \
427	  else \
428	    local_target="$$target"; \
429	  fi; \
430	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
431	  || eval $$failcom; \
432	done && test -z "$$fail"
433tags-recursive:
434	list='$(SUBDIRS)'; for subdir in $$list; do \
435	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
436	done
437ctags-recursive:
438	list='$(SUBDIRS)'; for subdir in $$list; do \
439	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
440	done
441
442ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
443	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
444	unique=`for i in $$list; do \
445	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
446	  done | \
447	  $(AWK) '    { files[$$0] = 1; } \
448	       END { for (i in files) print i; }'`; \
449	mkid -fID $$unique
450tags: TAGS
451
452TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
453		$(TAGS_FILES) $(LISP)
454	tags=; \
455	here=`pwd`; \
456	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
457	  include_option=--etags-include; \
458	  empty_fix=.; \
459	else \
460	  include_option=--include; \
461	  empty_fix=; \
462	fi; \
463	list='$(SUBDIRS)'; for subdir in $$list; do \
464	  if test "$$subdir" = .; then :; else \
465	    test ! -f $$subdir/TAGS || \
466	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
467	  fi; \
468	done; \
469	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
470	unique=`for i in $$list; do \
471	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
472	  done | \
473	  $(AWK) '    { files[$$0] = 1; } \
474	       END { for (i in files) print i; }'`; \
475	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
476	  test -n "$$unique" || unique=$$empty_fix; \
477	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
478	    $$tags $$unique; \
479	fi
480ctags: CTAGS
481CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
482		$(TAGS_FILES) $(LISP)
483	tags=; \
484	here=`pwd`; \
485	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
486	unique=`for i in $$list; do \
487	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
488	  done | \
489	  $(AWK) '    { files[$$0] = 1; } \
490	       END { for (i in files) print i; }'`; \
491	test -z "$(CTAGS_ARGS)$$tags$$unique" \
492	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
493	     $$tags $$unique
494
495GTAGS:
496	here=`$(am__cd) $(top_builddir) && pwd` \
497	  && cd $(top_srcdir) \
498	  && gtags -i $(GTAGS_ARGS) $$here
499
500distclean-tags:
501	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
502
503distdir: $(DISTFILES)
504	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
505	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
506	list='$(DISTFILES)'; for file in $$list; do \
507	  case $$file in \
508	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
509	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
510	  esac; \
511	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
512	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
513	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
514	    dir="/$$dir"; \
515	    $(mkdir_p) "$(distdir)$$dir"; \
516	  else \
517	    dir=''; \
518	  fi; \
519	  if test -d $$d/$$file; then \
520	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
521	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
522	    fi; \
523	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
524	  else \
525	    test -f $(distdir)/$$file \
526	    || cp -p $$d/$$file $(distdir)/$$file \
527	    || exit 1; \
528	  fi; \
529	done
530	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
531	  if test "$$subdir" = .; then :; else \
532	    test -d "$(distdir)/$$subdir" \
533	    || $(mkdir_p) "$(distdir)/$$subdir" \
534	    || exit 1; \
535	    distdir=`$(am__cd) $(distdir) && pwd`; \
536	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
537	    (cd $$subdir && \
538	      $(MAKE) $(AM_MAKEFLAGS) \
539	        top_distdir="$$top_distdir" \
540	        distdir="$$distdir/$$subdir" \
541	        distdir) \
542	      || exit 1; \
543	  fi; \
544	done
545check-am: all-am
546check: check-recursive
547all-am: Makefile $(PROGRAMS)
548installdirs: installdirs-recursive
549installdirs-am:
550	for dir in "$(DESTDIR)$(bindir)"; do \
551	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
552	done
553install: install-recursive
554install-exec: install-exec-recursive
555install-data: install-data-recursive
556uninstall: uninstall-recursive
557
558install-am: all-am
559	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
560
561installcheck: installcheck-recursive
562install-strip:
563	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
564	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
565	  `test -z '$(STRIP)' || \
566	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
567mostlyclean-generic:
568
569clean-generic:
570
571distclean-generic:
572	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
573
574maintainer-clean-generic:
575	@echo "This command is intended for maintainers to use"
576	@echo "it deletes files that may require special tools to rebuild."
577clean: clean-recursive
578
579clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
580
581distclean: distclean-recursive
582	-rm -rf ./$(DEPDIR)
583	-rm -f Makefile
584distclean-am: clean-am distclean-compile distclean-generic \
585	distclean-tags
586
587dvi: dvi-recursive
588
589dvi-am:
590
591html: html-recursive
592
593info: info-recursive
594
595info-am:
596
597install-data-am:
598
599install-exec-am: install-binPROGRAMS
600
601install-info: install-info-recursive
602
603install-man:
604
605installcheck-am:
606
607maintainer-clean: maintainer-clean-recursive
608	-rm -rf ./$(DEPDIR)
609	-rm -f Makefile
610maintainer-clean-am: distclean-am maintainer-clean-generic
611
612mostlyclean: mostlyclean-recursive
613
614mostlyclean-am: mostlyclean-compile mostlyclean-generic
615
616pdf: pdf-recursive
617
618pdf-am:
619
620ps: ps-recursive
621
622ps-am:
623
624uninstall-am: uninstall-binPROGRAMS uninstall-info-am uninstall-local
625
626uninstall-info: uninstall-info-recursive
627
628.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
629	clean clean-binPROGRAMS clean-generic clean-recursive ctags \
630	ctags-recursive distclean distclean-compile distclean-generic \
631	distclean-recursive distclean-tags distdir dvi dvi-am html \
632	html-am info info-am install install-am install-binPROGRAMS \
633	install-data install-data-am install-data-local install-exec \
634	install-exec-am install-info install-info-am install-man \
635	install-strip installcheck installcheck-am installdirs \
636	installdirs-am maintainer-clean maintainer-clean-generic \
637	maintainer-clean-recursive mostlyclean mostlyclean-compile \
638	mostlyclean-generic mostlyclean-recursive pdf pdf-am ps ps-am \
639	tags tags-recursive uninstall uninstall-am \
640	uninstall-binPROGRAMS uninstall-info-am uninstall-local
641
642
643lbreakout2res.o: win32.ico
644	@echo "1 VERSIONINFO" > $(PACKAGE).rc
645	@echo "FILEVERSION `echo $(VERSION) | $(AWK) 'ORS=""; { subs = gsub(/\./,","); print $0; for (ndx=subs; ndx < 3; ndx++) print ",0"; }'`" >> $(PACKAGE).rc
646	@echo "PRODUCTVERSION `echo $(VERSION) | $(AWK) 'ORS=""; { subs = gsub(/\./,","); print $0; for (ndx=subs; ndx < 3; ndx++) print ",0"; }'`" >> $(PACKAGE).rc
647	@echo "FILEFLAGSMASK 0" >> $(PACKAGE).rc
648	@echo "FILEOS 0x40000" >> $(PACKAGE).rc
649	@echo "FILETYPE 1" >> $(PACKAGE).rc
650	@echo "{" >> $(PACKAGE).rc
651	@echo "  BLOCK \"StringFileInfo\"" >> $(PACKAGE).rc
652	@echo "  {" >> $(PACKAGE).rc
653	@echo "    BLOCK \"040904E4\"" >> $(PACKAGE).rc
654	@echo "    {" >> $(PACKAGE).rc
655	@echo "      VALUE \"CompanyName\", \"LGames - Michael Speck\"" >> $(PACKAGE).rc
656	@echo "      VALUE \"FileDescription\", \"@appname@\"" >> $(PACKAGE).rc
657	@echo "      VALUE \"FileVersion\", \"$(VERSION)\"" >> $(PACKAGE).rc
658	@echo "      VALUE \"InternalName\", \"$(PACKAGE)\"" >> $(PACKAGE).rc
659	@echo "      VALUE \"LegalCopyright\", \"GNU Public License\"" >> $(PACKAGE).rc
660	@echo "      VALUE \"OriginalFilename\", \"$(PACKAGE)$(EXEEXT)\"" >> $(PACKAGE).rc
661	@echo "      VALUE \"ProductName\", \"@appname@\"" >> $(PACKAGE).rc
662	@echo "      VALUE \"ProductVersion\", \"$(VERSION)\"" >> $(PACKAGE).rc
663	@echo "    }" >> $(PACKAGE).rc
664	@echo "  }" >> $(PACKAGE).rc
665	@echo "}" >> $(PACKAGE).rc
666	@echo "0 ICON win32.ico" >> $(PACKAGE).rc
667	@windres -o $@ -i $(PACKAGE).rc
668
669install-data-local:
670	$(mkinstalldirs) $(DESTDIR)$(inst_dir)
671	$(mkinstalldirs) $(DESTDIR)$(hi_dir)
672	if ! test -f $(DESTDIR)$(hi_dir)/lbreakout2.hscr; then \
673	  $(INSTALL_DATA) -m 666 empty.hscr $(DESTDIR)$(hi_dir)/lbreakout2.hscr; \
674	fi;
675
676uninstall-local:
677	rm -rf $(DESTDIR)$(inst_dir)
678	rm -f $(DESTDIR)$(hi_dir)/lbreakout2.hscr
679	rm -rf $(DESTDIR)$(doc_dir)/lbreakout2
680
681win32-install-script:
682	@$(STRIP) $(PACKAGE)$(EXEEXT)
683	@echo "Source: \"`pwd -W`\\$(PACKAGE)$(EXEEXT)\"; DestDir: \"{app}\"; CopyMode: alwaysoverwrite" >> @win32_inst_script@
684	@list='$(SUBDIRS)'; for subdir in $$list; do \
685	  (cd $$subdir  \
686          && $(MAKE) $(AM_MAKEFLAGS) win32-install-script); \
687        done
688# Tell versions [3.59,3.63) of GNU make to not export all variables.
689# Otherwise a system limit (for SysV at least) may be exceeded.
690.NOEXPORT:
691