Oops.
[AROS-Contrib.git] / Games / lbreakout2 / Makefile.in
blobb08adb8b75ef55bd944288c035da7d267a5a9b93
1 # Makefile.in generated by automake 1.7.9 from Makefile.am.
2 # @configure_input@
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5 # 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.
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.
15 @SET_MAKE@
17 srcdir = @srcdir@
18 top_srcdir = @top_srcdir@
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkgincludedir = $(includedir)/@PACKAGE@
23 top_builddir = .
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 INSTALL = @INSTALL@
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
32 NORMAL_INSTALL = :
33 PRE_INSTALL = :
34 POST_INSTALL = :
35 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = :
37 POST_UNINSTALL = :
38 host_triplet = @host@
39 ACLOCAL = @ACLOCAL@
40 AMDEP_FALSE = @AMDEP_FALSE@
41 AMDEP_TRUE = @AMDEP_TRUE@
42 AMTAR = @AMTAR@
43 AUTOCONF = @AUTOCONF@
44 AUTOHEADER = @AUTOHEADER@
45 AUTOMAKE = @AUTOMAKE@
46 AWK = @AWK@
47 CC = @CC@
48 CCDEPMODE = @CCDEPMODE@
49 CFLAGS = @CFLAGS@
50 CPPFLAGS = @CPPFLAGS@
51 CYGPATH_W = @CYGPATH_W@
52 DEFS = @DEFS@
53 DEPDIR = @DEPDIR@
54 ECHO_C = @ECHO_C@
55 ECHO_N = @ECHO_N@
56 ECHO_T = @ECHO_T@
57 EXEEXT = @EXEEXT@
58 INSTALL_DATA = @INSTALL_DATA@
59 INSTALL_PROGRAM = @INSTALL_PROGRAM@
60 INSTALL_SCRIPT = @INSTALL_SCRIPT@
61 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
62 ISCC = @ISCC@
63 LDFLAGS = @LDFLAGS@
64 LIBOBJS = @LIBOBJS@
65 LIBS = @LIBS@
66 LTLIBOBJS = @LTLIBOBJS@
67 MAKEINFO = @MAKEINFO@
68 OBJEXT = @OBJEXT@
69 PACKAGE = @PACKAGE@
70 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
71 PACKAGE_NAME = @PACKAGE_NAME@
72 PACKAGE_STRING = @PACKAGE_STRING@
73 PACKAGE_TARNAME = @PACKAGE_TARNAME@
74 PACKAGE_VERSION = @PACKAGE_VERSION@
75 PATH_SEPARATOR = @PATH_SEPARATOR@
76 RANLIB = @RANLIB@
77 SDL_CFLAGS = @SDL_CFLAGS@
78 SDL_CONFIG = @SDL_CONFIG@
79 SDL_LIBS = @SDL_LIBS@
80 SET_MAKE = @SET_MAKE@
81 SHELL = @SHELL@
82 STRIP = @STRIP@
83 VERSION = @VERSION@
84 ac_ct_CC = @ac_ct_CC@
85 ac_ct_RANLIB = @ac_ct_RANLIB@
86 ac_ct_STRIP = @ac_ct_STRIP@
87 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
88 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
89 am__include = @am__include@
90 am__leading_dot = @am__leading_dot@
91 am__quote = @am__quote@
92 appname = @appname@
93 arch_flag = @arch_flag@
94 audio_flag = @audio_flag@
95 bindir = @bindir@
96 build = @build@
97 build_alias = @build_alias@
98 build_cpu = @build_cpu@
99 build_os = @build_os@
100 build_vendor = @build_vendor@
101 datadir = @datadir@
102 doc_dir = @doc_dir@
103 exec_prefix = @exec_prefix@
104 hi_dir = @hi_dir@
105 hi_inst_flag = @hi_inst_flag@
106 host = @host@
107 host_alias = @host_alias@
108 host_cpu = @host_cpu@
109 host_os = @host_os@
110 host_vendor = @host_vendor@
111 includedir = @includedir@
112 infodir = @infodir@
113 inst_dir = @inst_dir@
114 inst_flag = @inst_flag@
115 install_sh = @install_sh@
116 libdir = @libdir@
117 libexecdir = @libexecdir@
118 localstatedir = @localstatedir@
119 mandir = @mandir@
120 mixer_flag = @mixer_flag@
121 network_flag = @network_flag@
122 oldincludedir = @oldincludedir@
123 prefix = @prefix@
124 program_transform_name = @program_transform_name@
125 sbindir = @sbindir@
126 sharedstatedir = @sharedstatedir@
127 sysconfdir = @sysconfdir@
128 target_alias = @target_alias@
129 warp_flag = @warp_flag@
130 win32_deps = @win32_deps@
131 win32_inst_script = @win32_inst_script@
132 SUBDIRS = common gui server client docs
134 EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README README-SDL.txt TODO \
135 lbreakout2.spec touchall lbreakout32.gif lbreakout48.gif LBreakout2.prj
137 WIN32_TEXT = AUTHORS COPYING ChangeLog INSTALL README README-SDL.txt TODO lbreakout2.spec
138 WIN32_LOCAL_DLL = SDL.dll SDL_mixer.dll zlib.dll libpng.dll
139 WIN32_SYS_DLL = msvcrt.dll
141 AUTOMAKE_OPTIONS = foreign
142 subdir = .
143 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
144 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
145 CONFIG_HEADER = config.h
146 CONFIG_CLEAN_FILES =
147 DIST_SOURCES =
149 RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
150 ps-recursive install-info-recursive uninstall-info-recursive \
151 all-recursive install-data-recursive install-exec-recursive \
152 installdirs-recursive install-recursive uninstall-recursive \
153 check-recursive installcheck-recursive
154 DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \
155 COPYING ChangeLog INSTALL Makefile.am NEWS TODO acconfig.h \
156 acinclude.m4 aclocal.m4 config.guess config.h.in config.sub \
157 configure configure.in depcomp install-sh missing mkinstalldirs
158 DIST_SUBDIRS = $(SUBDIRS)
159 all: config.h
160 $(MAKE) $(AM_MAKEFLAGS) all-recursive
162 .SUFFIXES:
164 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
165 configure.lineno
166 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
167 cd $(top_srcdir) && \
168 $(AUTOMAKE) --foreign Makefile
169 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
170 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
172 $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
173 $(SHELL) ./config.status --recheck
174 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
175 cd $(srcdir) && $(AUTOCONF)
177 $(ACLOCAL_M4): configure.in acinclude.m4
178 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
180 config.h: stamp-h1
181 @if test ! -f $@; then \
182 rm -f stamp-h1; \
183 $(MAKE) stamp-h1; \
184 else :; fi
186 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
187 @rm -f stamp-h1
188 cd $(top_builddir) && $(SHELL) ./config.status config.h
190 $(srcdir)/config.h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
191 cd $(top_srcdir) && $(AUTOHEADER)
192 touch $(srcdir)/config.h.in
194 distclean-hdr:
195 -rm -f config.h stamp-h1
196 uninstall-info-am:
198 # This directory's subdirectories are mostly independent; you can cd
199 # into them and run `make' without going through this Makefile.
200 # To change the values of `make' variables: instead of editing Makefiles,
201 # (1) if the variable is set in `config.status', edit `config.status'
202 # (which will cause the Makefiles to be regenerated when you run `make');
203 # (2) otherwise, pass the desired values on the `make' command line.
204 $(RECURSIVE_TARGETS):
205 @set fnord $$MAKEFLAGS; amf=$$2; \
206 dot_seen=no; \
207 target=`echo $@ | sed s/-recursive//`; \
208 list='$(SUBDIRS)'; for subdir in $$list; do \
209 echo "Making $$target in $$subdir"; \
210 if test "$$subdir" = "."; then \
211 dot_seen=yes; \
212 local_target="$$target-am"; \
213 else \
214 local_target="$$target"; \
215 fi; \
216 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
217 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
218 done; \
219 if test "$$dot_seen" = "no"; then \
220 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
221 fi; test -z "$$fail"
223 mostlyclean-recursive clean-recursive distclean-recursive \
224 maintainer-clean-recursive:
225 @set fnord $$MAKEFLAGS; amf=$$2; \
226 dot_seen=no; \
227 case "$@" in \
228 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
229 *) list='$(SUBDIRS)' ;; \
230 esac; \
231 rev=''; for subdir in $$list; do \
232 if test "$$subdir" = "."; then :; else \
233 rev="$$subdir $$rev"; \
234 fi; \
235 done; \
236 rev="$$rev ."; \
237 target=`echo $@ | sed s/-recursive//`; \
238 for subdir in $$rev; do \
239 echo "Making $$target in $$subdir"; \
240 if test "$$subdir" = "."; then \
241 local_target="$$target-am"; \
242 else \
243 local_target="$$target"; \
244 fi; \
245 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
246 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
247 done && test -z "$$fail"
248 tags-recursive:
249 list='$(SUBDIRS)'; for subdir in $$list; do \
250 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
251 done
252 ctags-recursive:
253 list='$(SUBDIRS)'; for subdir in $$list; do \
254 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
255 done
257 ETAGS = etags
258 ETAGSFLAGS =
260 CTAGS = ctags
261 CTAGSFLAGS =
263 tags: TAGS
265 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
266 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
267 unique=`for i in $$list; do \
268 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
269 done | \
270 $(AWK) ' { files[$$0] = 1; } \
271 END { for (i in files) print i; }'`; \
272 mkid -fID $$unique
274 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
275 $(TAGS_FILES) $(LISP)
276 tags=; \
277 here=`pwd`; \
278 if (etags --etags-include --version) >/dev/null 2>&1; then \
279 include_option=--etags-include; \
280 else \
281 include_option=--include; \
282 fi; \
283 list='$(SUBDIRS)'; for subdir in $$list; do \
284 if test "$$subdir" = .; then :; else \
285 test -f $$subdir/TAGS && \
286 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
287 fi; \
288 done; \
289 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
290 unique=`for i in $$list; do \
291 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
292 done | \
293 $(AWK) ' { files[$$0] = 1; } \
294 END { for (i in files) print i; }'`; \
295 test -z "$(ETAGS_ARGS)$$tags$$unique" \
296 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
297 $$tags $$unique
299 ctags: CTAGS
300 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
301 $(TAGS_FILES) $(LISP)
302 tags=; \
303 here=`pwd`; \
304 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
305 unique=`for i in $$list; do \
306 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
307 done | \
308 $(AWK) ' { files[$$0] = 1; } \
309 END { for (i in files) print i; }'`; \
310 test -z "$(CTAGS_ARGS)$$tags$$unique" \
311 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
312 $$tags $$unique
314 GTAGS:
315 here=`$(am__cd) $(top_builddir) && pwd` \
316 && cd $(top_srcdir) \
317 && gtags -i $(GTAGS_ARGS) $$here
319 distclean-tags:
320 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
321 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
323 top_distdir = .
324 distdir = $(PACKAGE)-$(VERSION)
326 am__remove_distdir = \
327 { test ! -d $(distdir) \
328 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
329 && rm -fr $(distdir); }; }
331 GZIP_ENV = --best
332 distuninstallcheck_listfiles = find . -type f -print
333 distcleancheck_listfiles = find . -type f -print
335 distdir: $(DISTFILES)
336 $(am__remove_distdir)
337 mkdir $(distdir)
338 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
339 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
340 list='$(DISTFILES)'; for file in $$list; do \
341 case $$file in \
342 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
343 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
344 esac; \
345 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
346 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
347 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
348 dir="/$$dir"; \
349 $(mkinstalldirs) "$(distdir)$$dir"; \
350 else \
351 dir=''; \
352 fi; \
353 if test -d $$d/$$file; then \
354 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
355 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
356 fi; \
357 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
358 else \
359 test -f $(distdir)/$$file \
360 || cp -p $$d/$$file $(distdir)/$$file \
361 || exit 1; \
362 fi; \
363 done
364 list='$(SUBDIRS)'; for subdir in $$list; do \
365 if test "$$subdir" = .; then :; else \
366 test -d $(distdir)/$$subdir \
367 || mkdir $(distdir)/$$subdir \
368 || exit 1; \
369 (cd $$subdir && \
370 $(MAKE) $(AM_MAKEFLAGS) \
371 top_distdir="$(top_distdir)" \
372 distdir=../$(distdir)/$$subdir \
373 distdir) \
374 || exit 1; \
375 fi; \
376 done
377 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
378 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
379 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
380 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
381 || chmod -R a+r $(distdir)
382 dist-gzip: distdir
383 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
384 $(am__remove_distdir)
386 dist dist-all: distdir
387 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
388 $(am__remove_distdir)
390 # This target untars the dist file and tries a VPATH configuration. Then
391 # it guarantees that the distribution is self-contained by making another
392 # tarfile.
393 distcheck: dist
394 $(am__remove_distdir)
395 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
396 chmod -R a-w $(distdir); chmod a+w $(distdir)
397 mkdir $(distdir)/_build
398 mkdir $(distdir)/_inst
399 chmod a-w $(distdir)
400 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
401 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
402 && cd $(distdir)/_build \
403 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
404 $(DISTCHECK_CONFIGURE_FLAGS) \
405 && $(MAKE) $(AM_MAKEFLAGS) \
406 && $(MAKE) $(AM_MAKEFLAGS) dvi \
407 && $(MAKE) $(AM_MAKEFLAGS) check \
408 && $(MAKE) $(AM_MAKEFLAGS) install \
409 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
410 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
411 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
412 distuninstallcheck \
413 && chmod -R a-w "$$dc_install_base" \
414 && ({ \
415 (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
416 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
417 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
418 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
419 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
420 } || { rm -rf "$$dc_destdir"; exit 1; }) \
421 && rm -rf "$$dc_destdir" \
422 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
423 && rm -f $(distdir).tar.gz \
424 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
425 $(am__remove_distdir)
426 @echo "$(distdir).tar.gz is ready for distribution" | \
427 sed 'h;s/./=/g;p;x;p;x'
428 distuninstallcheck:
429 @cd $(distuninstallcheck_dir) \
430 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
431 || { echo "ERROR: files left after uninstall:" ; \
432 if test -n "$(DESTDIR)"; then \
433 echo " (check DESTDIR support)"; \
434 fi ; \
435 $(distuninstallcheck_listfiles) ; \
436 exit 1; } >&2
437 distcleancheck: distclean
438 @if test '$(srcdir)' = . ; then \
439 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
440 exit 1 ; \
442 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
443 || { echo "ERROR: files left in build directory after distclean:" ; \
444 $(distcleancheck_listfiles) ; \
445 exit 1; } >&2
446 check-am: all-am
447 check: check-recursive
448 all-am: Makefile config.h
449 installdirs: installdirs-recursive
450 installdirs-am:
452 install: install-recursive
453 install-exec: install-exec-recursive
454 install-data: install-data-recursive
455 uninstall: uninstall-recursive
457 install-am: all-am
458 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
460 installcheck: installcheck-recursive
461 install-strip:
462 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
463 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
464 `test -z '$(STRIP)' || \
465 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
466 mostlyclean-generic:
468 clean-generic:
470 distclean-generic:
471 -rm -f $(CONFIG_CLEAN_FILES)
473 maintainer-clean-generic:
474 @echo "This command is intended for maintainers to use"
475 @echo "it deletes files that may require special tools to rebuild."
476 clean: clean-recursive
478 clean-am: clean-generic mostlyclean-am
480 distclean: distclean-recursive
481 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
482 -rm -f Makefile
483 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
485 dvi: dvi-recursive
487 dvi-am:
489 info: info-recursive
491 info-am:
493 install-data-am:
495 install-exec-am:
497 install-info: install-info-recursive
499 install-man:
501 installcheck-am:
503 maintainer-clean: maintainer-clean-recursive
504 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
505 -rm -rf $(top_srcdir)/autom4te.cache
506 -rm -f Makefile
507 maintainer-clean-am: distclean-am maintainer-clean-generic
509 mostlyclean: mostlyclean-recursive
511 mostlyclean-am: mostlyclean-generic
513 pdf: pdf-recursive
515 pdf-am:
517 ps: ps-recursive
519 ps-am:
521 uninstall-am: uninstall-info-am
523 uninstall-info: uninstall-info-recursive
525 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
526 clean-generic clean-recursive ctags ctags-recursive dist \
527 dist-all dist-gzip distcheck distclean distclean-generic \
528 distclean-hdr distclean-recursive distclean-tags distcleancheck \
529 distdir distuninstallcheck dvi dvi-am dvi-recursive info \
530 info-am info-recursive install install-am install-data \
531 install-data-am install-data-recursive install-exec \
532 install-exec-am install-exec-recursive install-info \
533 install-info-am install-info-recursive install-man \
534 install-recursive install-strip installcheck installcheck-am \
535 installdirs installdirs-am installdirs-recursive \
536 maintainer-clean maintainer-clean-generic \
537 maintainer-clean-recursive mostlyclean mostlyclean-generic \
538 mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
539 ps-recursive tags tags-recursive uninstall uninstall-am \
540 uninstall-info-am uninstall-info-recursive uninstall-recursive
543 win32text: $(WIN32_TEXT)
544 @echo Converting text files for win32 installer
545 @-rm -rf ./win32text
546 @mkdir ./win32text
547 @for textfile in $(WIN32_TEXT); do \
548 $(AWK) '{printf "%s\r\n",$$0}' $$textfile > ./win32text/$$textfile ; \
549 done
551 win32-installer-script: @win32_inst_script@
553 @win32_inst_script@: win32text
554 @echo Generating win32 installer script
555 @echo "[Setup]" > $@
556 @echo "AppName=@appname@" >> $@
557 @echo "AppVerName=@appname@ $(VERSION)" >> $@
558 @echo "AppPublisher=Michael Speck" >> $@
559 @echo "AppPublisherURL=http://lgames.sourceforge.net/index.php?project=LBreakout2" >> $@
560 @echo "AppSupportURL=http://lgames.sourceforge.net/index.php?project=LBreakout2" >> $@
561 @echo "AppUpdatesURL=http://lgames.sourceforge.net/index.php?project=LBreakout2" >> $@
562 @echo "DefaultDirName={pf}\\$(PACKAGE)" >> $@
563 @echo "DefaultGroupName=@appname@" >> $@
564 @echo "OutputDir=." >> $@
565 @echo "Uninstallable=yes" >> $@
566 @echo "AlwaysCreateUninstallIcon=yes" >> $@
567 @echo "AdminPrivilegesRequired=1" >> $@
568 @echo "[Tasks]" >> $@
569 @echo "Name: \"desktopicon\"; Description: \"Create a &desktop icon\"; GroupDescription: \"Additional icons:\"" >> $@
570 @echo "[Files]" >> $@
571 @(cd win32dlls; for file in $(WIN32_LOCAL_DLL); do \
572 echo "Source: \"`pwd -W`\\$$file\"; DestDir: \"{app}\"; CopyMode: alwaysoverwrite" >> $@; \
573 done)
574 @(cd win32dlls; for file in $(WIN32_SYS_DLL); do \
575 echo "Source: \"`pwd -W`\\$$file\"; DestDir: \"{sys}\"; CopyMode: alwaysskipifsameorolder; Flags: restartreplace uninsneveruninstall" >> $@; \
576 done)
577 @echo "Source: \"win32text\\*.*\"; DestDir: \"{app}\"; CopyMode: alwaysoverwrite" >> $@;
578 @list='$(SUBDIRS)'; for subdir in $$list; do \
579 (cd $$subdir \
580 && $(MAKE) $(AM_MAKEFLAGS) win32-install-script); \
581 done
582 @echo "[Icons]" >> $@
583 @echo "Name: \"{group}\\@appname@\"; Filename: \"{app}\\$(PACKAGE)$(EXEEXT)\"; WorkingDir: \"{app}\"" >> $@
584 @echo "Name: \"{group}\\@appname@ Manual\"; Filename: \"{app}\\docs\\index.html\"" >> $@
585 @echo "Name: \"{userdesktop}\\@appname@\"; Filename: \"{app}\\$(PACKAGE)$(EXEEXT)\"; WorkingDir: \"{app}\"; Tasks: \"desktopicon\"" >> $@
586 @echo "[Run]" >> $@
587 @echo "Filename: \"{app}\\$(PACKAGE)$(EXEEXT)\"; Description: \"Launch @appname@\"; Flags: nowait postinstall skipifsilent" >> $@
589 @$(AWK) '{printf "%s\r\n",$$0}' $@ > installer.iss.w32
590 @mv installer.iss.w32 $@
592 win32-installer: win32-installer-script
593 $(ISCC) @win32_inst_script@
594 @mv setup.exe $(PACKAGE)-$(VERSION)-win32.exe
595 @-rm -rf win32text
596 @echo "Installer created: $(PACKAGE)-$(VERSION)-win32.exe"
597 # Tell versions [3.59,3.63) of GNU make to not export all variables.
598 # Otherwise a system limit (for SysV at least) may be exceeded.
599 .NOEXPORT: