20100212
[gdash.git] / Makefile.in
blob5fba8c90f8e8872c388c0a0281f080af6eaf649d
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 subdir = .
38 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
40 $(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \
41 INSTALL NEWS TODO compile config.guess config.rpath config.sub \
42 depcomp install-sh missing mkinstalldirs
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/configure.in
45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46 $(ACLOCAL_M4)
47 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
48 configure.lineno config.status.lineno
49 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50 CONFIG_HEADER = config.h
51 CONFIG_CLEAN_FILES =
52 CONFIG_CLEAN_VPATH_FILES =
53 SOURCES =
54 DIST_SOURCES =
55 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
56 html-recursive info-recursive install-data-recursive \
57 install-dvi-recursive install-exec-recursive \
58 install-html-recursive install-info-recursive \
59 install-pdf-recursive install-ps-recursive install-recursive \
60 installcheck-recursive installdirs-recursive pdf-recursive \
61 ps-recursive uninstall-recursive
62 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
63 am__vpath_adj = case $$p in \
64 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
65 *) f=$$p;; \
66 esac;
67 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
68 am__install_max = 40
69 am__nobase_strip_setup = \
70 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
71 am__nobase_strip = \
72 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
73 am__nobase_list = $(am__nobase_strip_setup); \
74 for p in $$list; do echo "$$p $$p"; done | \
75 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
76 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
77 if (++n[$$2] == $(am__install_max)) \
78 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
79 END { for (dir in files) print dir, files[dir] }'
80 am__base_list = \
81 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
82 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
83 am__installdirs = "$(DESTDIR)$(desktopdir)"
84 DATA = $(desktop_DATA)
85 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
86 distclean-recursive maintainer-clean-recursive
87 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
88 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
89 distdir dist dist-all distcheck
90 ETAGS = etags
91 CTAGS = ctags
92 DIST_SUBDIRS = $(SUBDIRS)
93 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
94 distdir = $(PACKAGE)-$(VERSION)
95 top_distdir = $(distdir)
96 am__remove_distdir = \
97 { test ! -d "$(distdir)" \
98 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
99 && rm -fr "$(distdir)"; }; }
100 am__relativize = \
101 dir0=`pwd`; \
102 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
103 sed_rest='s,^[^/]*/*,,'; \
104 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
105 sed_butlast='s,/*[^/]*$$,,'; \
106 while test -n "$$dir1"; do \
107 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
108 if test "$$first" != "."; then \
109 if test "$$first" = ".."; then \
110 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
111 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
112 else \
113 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
114 if test "$$first2" = "$$first"; then \
115 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
116 else \
117 dir2="../$$dir2"; \
118 fi; \
119 dir0="$$dir0"/"$$first"; \
120 fi; \
121 fi; \
122 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
123 done; \
124 reldir="$$dir2"
125 DIST_ARCHIVES = $(distdir).tar.gz
126 GZIP_ENV = --best
127 distuninstallcheck_listfiles = find . -type f -print
128 distcleancheck_listfiles = find . -type f -print
129 ACLOCAL = @ACLOCAL@
130 AMTAR = @AMTAR@
131 AUTOCONF = @AUTOCONF@
132 AUTOHEADER = @AUTOHEADER@
133 AUTOMAKE = @AUTOMAKE@
134 AWK = @AWK@
135 CC = @CC@
136 CCDEPMODE = @CCDEPMODE@
137 CFLAGS = @CFLAGS@
138 CPP = @CPP@
139 CPPFLAGS = @CPPFLAGS@
140 CYGPATH_W = @CYGPATH_W@
141 DEFS = @DEFS@
142 DEPDIR = @DEPDIR@
143 ECHO_C = @ECHO_C@
144 ECHO_N = @ECHO_N@
145 ECHO_T = @ECHO_T@
146 EGREP = @EGREP@
147 EXEEXT = @EXEEXT@
148 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
149 GLIB_CFLAGS = @GLIB_CFLAGS@
150 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
151 GLIB_LIBS = @GLIB_LIBS@
152 GLIB_MKENUMS = @GLIB_MKENUMS@
153 GMSGFMT = @GMSGFMT@
154 GMSGFMT_015 = @GMSGFMT_015@
155 GOBJECT_QUERY = @GOBJECT_QUERY@
156 GREP = @GREP@
157 GTK_CFLAGS = @GTK_CFLAGS@
158 GTK_LIBS = @GTK_LIBS@
159 INSTALL = @INSTALL@
160 INSTALL_DATA = @INSTALL_DATA@
161 INSTALL_PROGRAM = @INSTALL_PROGRAM@
162 INSTALL_SCRIPT = @INSTALL_SCRIPT@
163 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
164 INTLLIBS = @INTLLIBS@
165 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
166 LDFLAGS = @LDFLAGS@
167 LIBICONV = @LIBICONV@
168 LIBINTL = @LIBINTL@
169 LIBOBJS = @LIBOBJS@
170 LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
171 LIBPNG_LIBS = @LIBPNG_LIBS@
172 LIBS = @LIBS@
173 LTLIBICONV = @LTLIBICONV@
174 LTLIBINTL = @LTLIBINTL@
175 LTLIBOBJS = @LTLIBOBJS@
176 MAKEINFO = @MAKEINFO@
177 MKDIR_P = @MKDIR_P@
178 MSGFMT = @MSGFMT@
179 MSGFMT_015 = @MSGFMT_015@
180 MSGMERGE = @MSGMERGE@
181 OBJEXT = @OBJEXT@
182 PACKAGE = @PACKAGE@
183 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
184 PACKAGE_NAME = @PACKAGE_NAME@
185 PACKAGE_STRING = @PACKAGE_STRING@
186 PACKAGE_TARNAME = @PACKAGE_TARNAME@
187 PACKAGE_URL = @PACKAGE_URL@
188 PACKAGE_VERSION = @PACKAGE_VERSION@
189 PATH_SEPARATOR = @PATH_SEPARATOR@
190 PKG_CONFIG = @PKG_CONFIG@
191 POSUB = @POSUB@
192 SDL_CFLAGS = @SDL_CFLAGS@
193 SDL_CONFIG = @SDL_CONFIG@
194 SDL_LIBS = @SDL_LIBS@
195 SET_MAKE = @SET_MAKE@
196 SHELL = @SHELL@
197 STRIP = @STRIP@
198 USE_NLS = @USE_NLS@
199 VERSION = @VERSION@
200 XGETTEXT = @XGETTEXT@
201 XGETTEXT_015 = @XGETTEXT_015@
202 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
203 abs_builddir = @abs_builddir@
204 abs_srcdir = @abs_srcdir@
205 abs_top_builddir = @abs_top_builddir@
206 abs_top_srcdir = @abs_top_srcdir@
207 ac_ct_CC = @ac_ct_CC@
208 am__include = @am__include@
209 am__leading_dot = @am__leading_dot@
210 am__quote = @am__quote@
211 am__tar = @am__tar@
212 am__untar = @am__untar@
213 bindir = @bindir@
214 build = @build@
215 build_alias = @build_alias@
216 build_cpu = @build_cpu@
217 build_os = @build_os@
218 build_vendor = @build_vendor@
219 builddir = @builddir@
220 datadir = @datadir@
221 datarootdir = @datarootdir@
222 docdir = @docdir@
223 dvidir = @dvidir@
224 exec_prefix = @exec_prefix@
225 host = @host@
226 host_alias = @host_alias@
227 host_cpu = @host_cpu@
228 host_os = @host_os@
229 host_vendor = @host_vendor@
230 htmldir = @htmldir@
231 includedir = @includedir@
232 infodir = @infodir@
233 install_sh = @install_sh@
234 libdir = @libdir@
235 libexecdir = @libexecdir@
236 localedir = @localedir@
237 localstatedir = @localstatedir@
238 mandir = @mandir@
239 mkdir_p = @mkdir_p@
240 oldincludedir = @oldincludedir@
241 pdfdir = @pdfdir@
242 prefix = @prefix@
243 program_transform_name = @program_transform_name@
244 psdir = @psdir@
245 sbindir = @sbindir@
246 sharedstatedir = @sharedstatedir@
247 srcdir = @srcdir@
248 sysconfdir = @sysconfdir@
249 target_alias = @target_alias@
250 top_build_prefix = @top_build_prefix@
251 top_builddir = @top_builddir@
252 top_srcdir = @top_srcdir@
253 SUBDIRS = po include src caves util docs sound music
254 ACLOCAL_AMFLAGS = -I m4
255 desktopdir = $(datadir)/applications
256 desktop_DATA = gdash.desktop
257 EXTRA_DIST = \
258 config.rpath mkinstalldirs m4/ChangeLog \
259 gdash.ico gdash.nsi.in $(desktop_DATA) \
260 engine_tests.bd replays_example.bd \
261 COPYING.SDL COPYING.GTK README-SDL.txt \
262 gdk-pixbuf.loaders
264 all: config.h
265 $(MAKE) $(AM_MAKEFLAGS) all-recursive
267 .SUFFIXES:
268 am--refresh:
270 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
271 @for dep in $?; do \
272 case '$(am__configure_deps)' in \
273 *$$dep*) \
274 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
275 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
276 && exit 0; \
277 exit 1;; \
278 esac; \
279 done; \
280 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
281 $(am__cd) $(top_srcdir) && \
282 $(AUTOMAKE) --gnu Makefile
283 .PRECIOUS: Makefile
284 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
285 @case '$?' in \
286 *config.status*) \
287 echo ' $(SHELL) ./config.status'; \
288 $(SHELL) ./config.status;; \
289 *) \
290 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
291 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
292 esac;
294 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
295 $(SHELL) ./config.status --recheck
297 $(top_srcdir)/configure: $(am__configure_deps)
298 $(am__cd) $(srcdir) && $(AUTOCONF)
299 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
300 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
301 $(am__aclocal_m4_deps):
303 config.h: stamp-h1
304 @if test ! -f $@; then \
305 rm -f stamp-h1; \
306 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
307 else :; fi
309 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
310 @rm -f stamp-h1
311 cd $(top_builddir) && $(SHELL) ./config.status config.h
312 $(srcdir)/config.h.in: $(am__configure_deps)
313 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
314 rm -f stamp-h1
315 touch $@
317 distclean-hdr:
318 -rm -f config.h stamp-h1
319 install-desktopDATA: $(desktop_DATA)
320 @$(NORMAL_INSTALL)
321 test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)"
322 @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
323 for p in $$list; do \
324 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
325 echo "$$d$$p"; \
326 done | $(am__base_list) | \
327 while read files; do \
328 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
329 $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
330 done
332 uninstall-desktopDATA:
333 @$(NORMAL_UNINSTALL)
334 @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
335 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
336 test -n "$$files" || exit 0; \
337 echo " ( cd '$(DESTDIR)$(desktopdir)' && rm -f" $$files ")"; \
338 cd "$(DESTDIR)$(desktopdir)" && rm -f $$files
340 # This directory's subdirectories are mostly independent; you can cd
341 # into them and run `make' without going through this Makefile.
342 # To change the values of `make' variables: instead of editing Makefiles,
343 # (1) if the variable is set in `config.status', edit `config.status'
344 # (which will cause the Makefiles to be regenerated when you run `make');
345 # (2) otherwise, pass the desired values on the `make' command line.
346 $(RECURSIVE_TARGETS):
347 @failcom='exit 1'; \
348 for f in x $$MAKEFLAGS; do \
349 case $$f in \
350 *=* | --[!k]*);; \
351 *k*) failcom='fail=yes';; \
352 esac; \
353 done; \
354 dot_seen=no; \
355 target=`echo $@ | sed s/-recursive//`; \
356 list='$(SUBDIRS)'; for subdir in $$list; do \
357 echo "Making $$target in $$subdir"; \
358 if test "$$subdir" = "."; then \
359 dot_seen=yes; \
360 local_target="$$target-am"; \
361 else \
362 local_target="$$target"; \
363 fi; \
364 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
365 || eval $$failcom; \
366 done; \
367 if test "$$dot_seen" = "no"; then \
368 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
369 fi; test -z "$$fail"
371 $(RECURSIVE_CLEAN_TARGETS):
372 @failcom='exit 1'; \
373 for f in x $$MAKEFLAGS; do \
374 case $$f in \
375 *=* | --[!k]*);; \
376 *k*) failcom='fail=yes';; \
377 esac; \
378 done; \
379 dot_seen=no; \
380 case "$@" in \
381 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
382 *) list='$(SUBDIRS)' ;; \
383 esac; \
384 rev=''; for subdir in $$list; do \
385 if test "$$subdir" = "."; then :; else \
386 rev="$$subdir $$rev"; \
387 fi; \
388 done; \
389 rev="$$rev ."; \
390 target=`echo $@ | sed s/-recursive//`; \
391 for subdir in $$rev; do \
392 echo "Making $$target in $$subdir"; \
393 if test "$$subdir" = "."; then \
394 local_target="$$target-am"; \
395 else \
396 local_target="$$target"; \
397 fi; \
398 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
399 || eval $$failcom; \
400 done && test -z "$$fail"
401 tags-recursive:
402 list='$(SUBDIRS)'; for subdir in $$list; do \
403 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
404 done
405 ctags-recursive:
406 list='$(SUBDIRS)'; for subdir in $$list; do \
407 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
408 done
410 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
411 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
412 unique=`for i in $$list; do \
413 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
414 done | \
415 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
416 END { if (nonempty) { for (i in files) print i; }; }'`; \
417 mkid -fID $$unique
418 tags: TAGS
420 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
421 $(TAGS_FILES) $(LISP)
422 set x; \
423 here=`pwd`; \
424 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
425 include_option=--etags-include; \
426 empty_fix=.; \
427 else \
428 include_option=--include; \
429 empty_fix=; \
430 fi; \
431 list='$(SUBDIRS)'; for subdir in $$list; do \
432 if test "$$subdir" = .; then :; else \
433 test ! -f $$subdir/TAGS || \
434 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
435 fi; \
436 done; \
437 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
438 unique=`for i in $$list; do \
439 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
440 done | \
441 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
442 END { if (nonempty) { for (i in files) print i; }; }'`; \
443 shift; \
444 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
445 test -n "$$unique" || unique=$$empty_fix; \
446 if test $$# -gt 0; then \
447 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
448 "$$@" $$unique; \
449 else \
450 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
451 $$unique; \
452 fi; \
454 ctags: CTAGS
455 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
456 $(TAGS_FILES) $(LISP)
457 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
458 unique=`for i in $$list; do \
459 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
460 done | \
461 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
462 END { if (nonempty) { for (i in files) print i; }; }'`; \
463 test -z "$(CTAGS_ARGS)$$unique" \
464 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
465 $$unique
467 GTAGS:
468 here=`$(am__cd) $(top_builddir) && pwd` \
469 && $(am__cd) $(top_srcdir) \
470 && gtags -i $(GTAGS_ARGS) "$$here"
472 distclean-tags:
473 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
475 distdir: $(DISTFILES)
476 $(am__remove_distdir)
477 test -d "$(distdir)" || mkdir "$(distdir)"
478 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
479 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
480 list='$(DISTFILES)'; \
481 dist_files=`for file in $$list; do echo $$file; done | \
482 sed -e "s|^$$srcdirstrip/||;t" \
483 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
484 case $$dist_files in \
485 */*) $(MKDIR_P) `echo "$$dist_files" | \
486 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
487 sort -u` ;; \
488 esac; \
489 for file in $$dist_files; do \
490 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
491 if test -d $$d/$$file; then \
492 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
493 if test -d "$(distdir)/$$file"; then \
494 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
495 fi; \
496 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
497 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
498 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
499 fi; \
500 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
501 else \
502 test -f "$(distdir)/$$file" \
503 || cp -p $$d/$$file "$(distdir)/$$file" \
504 || exit 1; \
505 fi; \
506 done
507 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
508 if test "$$subdir" = .; then :; else \
509 test -d "$(distdir)/$$subdir" \
510 || $(MKDIR_P) "$(distdir)/$$subdir" \
511 || exit 1; \
512 fi; \
513 done
514 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
515 if test "$$subdir" = .; then :; else \
516 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
517 $(am__relativize); \
518 new_distdir=$$reldir; \
519 dir1=$$subdir; dir2="$(top_distdir)"; \
520 $(am__relativize); \
521 new_top_distdir=$$reldir; \
522 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
523 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
524 ($(am__cd) $$subdir && \
525 $(MAKE) $(AM_MAKEFLAGS) \
526 top_distdir="$$new_top_distdir" \
527 distdir="$$new_distdir" \
528 am__remove_distdir=: \
529 am__skip_length_check=: \
530 am__skip_mode_fix=: \
531 distdir) \
532 || exit 1; \
533 fi; \
534 done
535 -test -n "$(am__skip_mode_fix)" \
536 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
537 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
538 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
539 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
540 || chmod -R a+r "$(distdir)"
541 dist-gzip: distdir
542 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
543 $(am__remove_distdir)
545 dist-bzip2: distdir
546 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
547 $(am__remove_distdir)
549 dist-lzma: distdir
550 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
551 $(am__remove_distdir)
553 dist-xz: distdir
554 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
555 $(am__remove_distdir)
557 dist-tarZ: distdir
558 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
559 $(am__remove_distdir)
561 dist-shar: distdir
562 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
563 $(am__remove_distdir)
565 dist-zip: distdir
566 -rm -f $(distdir).zip
567 zip -rq $(distdir).zip $(distdir)
568 $(am__remove_distdir)
570 dist dist-all: distdir
571 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
572 $(am__remove_distdir)
574 # This target untars the dist file and tries a VPATH configuration. Then
575 # it guarantees that the distribution is self-contained by making another
576 # tarfile.
577 distcheck: dist
578 case '$(DIST_ARCHIVES)' in \
579 *.tar.gz*) \
580 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
581 *.tar.bz2*) \
582 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
583 *.tar.lzma*) \
584 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
585 *.tar.xz*) \
586 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
587 *.tar.Z*) \
588 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
589 *.shar.gz*) \
590 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
591 *.zip*) \
592 unzip $(distdir).zip ;;\
593 esac
594 chmod -R a-w $(distdir); chmod a+w $(distdir)
595 mkdir $(distdir)/_build
596 mkdir $(distdir)/_inst
597 chmod a-w $(distdir)
598 test -d $(distdir)/_build || exit 0; \
599 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
600 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
601 && am__cwd=`pwd` \
602 && $(am__cd) $(distdir)/_build \
603 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
604 $(DISTCHECK_CONFIGURE_FLAGS) \
605 && $(MAKE) $(AM_MAKEFLAGS) \
606 && $(MAKE) $(AM_MAKEFLAGS) dvi \
607 && $(MAKE) $(AM_MAKEFLAGS) check \
608 && $(MAKE) $(AM_MAKEFLAGS) install \
609 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
610 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
611 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
612 distuninstallcheck \
613 && chmod -R a-w "$$dc_install_base" \
614 && ({ \
615 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
616 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
617 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
618 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
619 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
620 } || { rm -rf "$$dc_destdir"; exit 1; }) \
621 && rm -rf "$$dc_destdir" \
622 && $(MAKE) $(AM_MAKEFLAGS) dist \
623 && rm -rf $(DIST_ARCHIVES) \
624 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
625 && cd "$$am__cwd" \
626 || exit 1
627 $(am__remove_distdir)
628 @(echo "$(distdir) archives ready for distribution: "; \
629 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
630 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
631 distuninstallcheck:
632 @$(am__cd) '$(distuninstallcheck_dir)' \
633 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
634 || { echo "ERROR: files left after uninstall:" ; \
635 if test -n "$(DESTDIR)"; then \
636 echo " (check DESTDIR support)"; \
637 fi ; \
638 $(distuninstallcheck_listfiles) ; \
639 exit 1; } >&2
640 distcleancheck: distclean
641 @if test '$(srcdir)' = . ; then \
642 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
643 exit 1 ; \
645 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
646 || { echo "ERROR: files left in build directory after distclean:" ; \
647 $(distcleancheck_listfiles) ; \
648 exit 1; } >&2
649 check-am: all-am
650 check: check-recursive
651 all-am: Makefile $(DATA) config.h
652 installdirs: installdirs-recursive
653 installdirs-am:
654 for dir in "$(DESTDIR)$(desktopdir)"; do \
655 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
656 done
657 install: install-recursive
658 install-exec: install-exec-recursive
659 install-data: install-data-recursive
660 uninstall: uninstall-recursive
662 install-am: all-am
663 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
665 installcheck: installcheck-recursive
666 install-strip:
667 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
668 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
669 `test -z '$(STRIP)' || \
670 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
671 mostlyclean-generic:
673 clean-generic:
675 distclean-generic:
676 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
677 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
679 maintainer-clean-generic:
680 @echo "This command is intended for maintainers to use"
681 @echo "it deletes files that may require special tools to rebuild."
682 clean: clean-recursive
684 clean-am: clean-generic mostlyclean-am
686 distclean: distclean-recursive
687 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
688 -rm -f Makefile
689 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
691 dvi: dvi-recursive
693 dvi-am:
695 html: html-recursive
697 html-am:
699 info: info-recursive
701 info-am:
703 install-data-am: install-desktopDATA
705 install-dvi: install-dvi-recursive
707 install-dvi-am:
709 install-exec-am:
711 install-html: install-html-recursive
713 install-html-am:
715 install-info: install-info-recursive
717 install-info-am:
719 install-man:
721 install-pdf: install-pdf-recursive
723 install-pdf-am:
725 install-ps: install-ps-recursive
727 install-ps-am:
729 installcheck-am:
731 maintainer-clean: maintainer-clean-recursive
732 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
733 -rm -rf $(top_srcdir)/autom4te.cache
734 -rm -f Makefile
735 maintainer-clean-am: distclean-am maintainer-clean-generic
737 mostlyclean: mostlyclean-recursive
739 mostlyclean-am: mostlyclean-generic
741 pdf: pdf-recursive
743 pdf-am:
745 ps: ps-recursive
747 ps-am:
749 uninstall-am: uninstall-desktopDATA
751 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
752 ctags-recursive install-am install-strip tags-recursive
754 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
755 all all-am am--refresh check check-am clean clean-generic \
756 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
757 dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
758 distclean distclean-generic distclean-hdr distclean-tags \
759 distcleancheck distdir distuninstallcheck dvi dvi-am html \
760 html-am info info-am install install-am install-data \
761 install-data-am install-desktopDATA install-dvi install-dvi-am \
762 install-exec install-exec-am install-html install-html-am \
763 install-info install-info-am install-man install-pdf \
764 install-pdf-am install-ps install-ps-am install-strip \
765 installcheck installcheck-am installdirs installdirs-am \
766 maintainer-clean maintainer-clean-generic mostlyclean \
767 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
768 uninstall uninstall-am uninstall-desktopDATA
771 gdash.nsi: gdash.nsi.in
772 sed s/GDASH-VERSION/$(PACKAGE_VERSION)/ <$^ >$@
774 # Tell versions [3.59,3.63) of GNU make to not export all variables.
775 # Otherwise a system limit (for SysV at least) may be exceeded.
776 .NOEXPORT: