1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
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
24 echo
'am--echo: ; @echo "AM" OK' |
$(MAKE
) -f
- 2>/dev
/null \
25 | grep
'^AM OK$$' >/dev
/null || am__dry
=yes
;; \
27 for am__flg in
$$MAKEFLAGS; do \
30 *n
*) am__dry
=yes
; break
;; \
34 test $$am__dry = yes
; \
36 pkgdatadir
= $(datadir)/@PACKAGE@
37 pkgincludedir
= $(includedir)/@PACKAGE@
38 pkglibdir
= $(libdir)/@PACKAGE@
39 pkglibexecdir
= $(libexecdir
)/@PACKAGE@
40 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41 install_sh_DATA
= $(install_sh
) -c
-m
644
42 install_sh_PROGRAM
= $(install_sh
) -c
43 install_sh_SCRIPT
= $(install_sh
) -c
44 INSTALL_HEADER
= $(INSTALL_DATA
)
45 transform
= $(program_transform_name
)
52 build_triplet
= @build@
55 DIST_COMMON
= README
$(am__configure_deps
) $(srcdir)/Makefile.am \
56 $(srcdir)/Makefile.in
$(srcdir)/config.h.in \
57 $(top_srcdir
)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \
58 INSTALL NEWS TODO compile config.guess config.rpath config.sub \
59 depcomp install-sh missing mkinstalldirs
60 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
61 am__aclocal_m4_deps
= $(top_srcdir
)/configure.in
62 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
64 am__CONFIG_DISTCLEAN_FILES
= config.status config.cache config.log \
65 configure.lineno config.status.lineno
66 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
67 CONFIG_HEADER
= config.h
69 CONFIG_CLEAN_VPATH_FILES
=
70 AM_V_GEN
= $(am__v_GEN_@AM_V@
)
71 am__v_GEN_
= $(am__v_GEN_@AM_DEFAULT_V@
)
72 am__v_GEN_0
= @echo
" GEN " $@
;
73 AM_V_at
= $(am__v_at_@AM_V@
)
74 am__v_at_
= $(am__v_at_@AM_DEFAULT_V@
)
78 RECURSIVE_TARGETS
= all-recursive check-recursive dvi-recursive \
79 html-recursive info-recursive install-data-recursive \
80 install-dvi-recursive install-exec-recursive \
81 install-html-recursive install-info-recursive \
82 install-pdf-recursive install-ps-recursive install-recursive \
83 installcheck-recursive installdirs-recursive pdf-recursive \
84 ps-recursive uninstall-recursive
85 am__can_run_installinfo
= \
86 case
$$AM_UPDATE_INFO_DIR in \
88 *) (install-info
--version
) >/dev
/null
2>&1;; \
90 am__vpath_adj_setup
= srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`;
91 am__vpath_adj
= case
$$p in \
92 $(srcdir)/*) f
=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
95 am__strip_dir
= f
=`echo $$p | sed -e 's|^.*/||'`;
97 am__nobase_strip_setup
= \
98 srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
100 for p in
$$list; do echo
"$$p"; done | sed
-e
"s|$$srcdirstrip/||"
101 am__nobase_list
= $(am__nobase_strip_setup
); \
102 for p in
$$list; do echo
"$$p $$p"; done | \
103 sed
"s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
104 $(AWK
) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
105 if (++n[$$2] == $(am__install_max)) \
106 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
107 END { for (dir in files) print dir, files[dir] }'
109 sed
'$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
110 sed
'$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
111 am__uninstall_files_from_dir
= { \
113 ||
{ test ! -d
"$$dir" && test ! -f
"$$dir" && test ! -r
"$$dir"; } \
114 ||
{ echo
" ( cd '$$dir' && rm -f" $$files ")"; \
115 $(am__cd
) "$$dir" && rm -f
$$files; }; \
117 am__installdirs
= "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(icondir)"
118 DATA
= $(desktop_DATA
) $(icon_DATA
)
119 RECURSIVE_CLEAN_TARGETS
= mostlyclean-recursive clean-recursive \
120 distclean-recursive maintainer-clean-recursive
121 AM_RECURSIVE_TARGETS
= $(RECURSIVE_TARGETS
:-recursive
=) \
122 $(RECURSIVE_CLEAN_TARGETS
:-recursive
=) tags TAGS ctags CTAGS \
123 distdir
dist dist-all distcheck
126 DIST_SUBDIRS
= $(SUBDIRS
)
127 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
128 distdir
= $(PACKAGE
)-$(VERSION
)
129 top_distdir
= $(distdir
)
130 am__remove_distdir
= \
131 if
test -d
"$(distdir)"; then \
132 find
"$(distdir)" -type d
! -perm
-200 -exec chmod u
+w
{} ';' \
133 && rm -rf
"$(distdir)" \
134 ||
{ sleep
5 && rm -rf
"$(distdir)"; }; \
138 sed_first
='s,^\([^/]*\)/.*$$,\1,'; \
139 sed_rest
='s,^[^/]*/*,,'; \
140 sed_last
='s,^.*/\([^/]*\)$$,\1,'; \
141 sed_butlast
='s,/*[^/]*$$,,'; \
142 while
test -n
"$$dir1"; do \
143 first
=`echo "$$dir1" | sed -e "$$sed_first"`; \
144 if
test "$$first" != "."; then \
145 if
test "$$first" = ".."; then \
146 dir2
=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
147 dir0
=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
149 first2
=`echo "$$dir2" | sed -e "$$sed_first"`; \
150 if
test "$$first2" = "$$first"; then \
151 dir2
=`echo "$$dir2" | sed -e "$$sed_rest"`; \
155 dir0
="$$dir0"/"$$first"; \
158 dir1
=`echo "$$dir1" | sed -e "$$sed_rest"`; \
161 DIST_ARCHIVES
= $(distdir
).
tar.gz
163 distuninstallcheck_listfiles
= find .
-type f
-print
164 am__distuninstallcheck_listfiles
= $(distuninstallcheck_listfiles
) \
165 | sed
's|^\./|$(prefix)/|' | grep
-v
'$(infodir)/dir$$'
166 distcleancheck_listfiles
= find .
-type f
-print
169 AM_DEFAULT_VERBOSITY
= @AM_DEFAULT_VERBOSITY@
170 AUTOCONF
= @AUTOCONF@
171 AUTOHEADER
= @AUTOHEADER@
172 AUTOMAKE
= @AUTOMAKE@
175 CCDEPMODE
= @CCDEPMODE@
178 CPPFLAGS
= @CPPFLAGS@
180 CXXDEPMODE
= @CXXDEPMODE@
181 CXXFLAGS
= @CXXFLAGS@
182 CYGPATH_W
= @CYGPATH_W@
190 GETTEXT_MACRO_VERSION
= @GETTEXT_MACRO_VERSION@
191 GLIB_CFLAGS
= @GLIB_CFLAGS@
192 GLIB_COMPILE_RESOURCES
= @GLIB_COMPILE_RESOURCES@
193 GLIB_GENMARSHAL
= @GLIB_GENMARSHAL@
194 GLIB_LIBS
= @GLIB_LIBS@
195 GLIB_MKENUMS
= @GLIB_MKENUMS@
197 GMSGFMT_015
= @GMSGFMT_015@
198 GOBJECT_QUERY
= @GOBJECT_QUERY@
200 GTK_CFLAGS
= @GTK_CFLAGS@
201 GTK_LIBS
= @GTK_LIBS@
203 INSTALL_DATA
= @INSTALL_DATA@
204 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
205 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
206 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
207 INTLLIBS
= @INTLLIBS@
208 INTL_MACOSX_LIBS
= @INTL_MACOSX_LIBS@
210 LIBICONV
= @LIBICONV@
213 LIBPNG_CFLAGS
= @LIBPNG_CFLAGS@
214 LIBPNG_LIBS
= @LIBPNG_LIBS@
216 LTLIBICONV
= @LTLIBICONV@
217 LTLIBINTL
= @LTLIBINTL@
218 LTLIBOBJS
= @LTLIBOBJS@
219 MAKEINFO
= @MAKEINFO@
222 MSGFMT_015
= @MSGFMT_015@
223 MSGMERGE
= @MSGMERGE@
226 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
227 PACKAGE_NAME
= @PACKAGE_NAME@
228 PACKAGE_STRING
= @PACKAGE_STRING@
229 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
230 PACKAGE_URL
= @PACKAGE_URL@
231 PACKAGE_VERSION
= @PACKAGE_VERSION@
232 PATH_SEPARATOR
= @PATH_SEPARATOR@
233 PKG_CONFIG
= @PKG_CONFIG@
234 PKG_CONFIG_LIBDIR
= @PKG_CONFIG_LIBDIR@
235 PKG_CONFIG_PATH
= @PKG_CONFIG_PATH@
237 SDL_CFLAGS
= @SDL_CFLAGS@
238 SDL_CONFIG
= @SDL_CONFIG@
239 SDL_LIBS
= @SDL_LIBS@
240 SET_MAKE
= @SET_MAKE@
245 XGETTEXT
= @XGETTEXT@
246 XGETTEXT_015
= @XGETTEXT_015@
247 XGETTEXT_EXTRA_OPTIONS
= @XGETTEXT_EXTRA_OPTIONS@
248 abs_builddir
= @abs_builddir@
249 abs_srcdir
= @abs_srcdir@
250 abs_top_builddir
= @abs_top_builddir@
251 abs_top_srcdir
= @abs_top_srcdir@
252 ac_ct_CC
= @ac_ct_CC@
253 ac_ct_CXX
= @ac_ct_CXX@
254 am__include
= @am__include@
255 am__leading_dot
= @am__leading_dot@
256 am__quote
= @am__quote@
258 am__untar
= @am__untar@
261 build_alias
= @build_alias@
262 build_cpu
= @build_cpu@
263 build_os
= @build_os@
264 build_vendor
= @build_vendor@
265 builddir
= @builddir@
267 datarootdir
= @datarootdir@
270 exec_prefix = @
exec_prefix@
272 host_alias
= @host_alias@
273 host_cpu
= @host_cpu@
275 host_vendor
= @host_vendor@
277 includedir = @
includedir@
279 install_sh
= @install_sh@
281 libexecdir
= @libexecdir@
282 localedir
= @localedir@
283 localstatedir
= @localstatedir@
286 oldincludedir = @
oldincludedir@
289 program_transform_name
= @program_transform_name@
292 sharedstatedir
= @sharedstatedir@
294 sysconfdir
= @sysconfdir@
295 target_alias
= @target_alias@
296 top_build_prefix
= @top_build_prefix@
297 top_builddir
= @top_builddir@
298 top_srcdir
= @top_srcdir@
299 SUBDIRS
= po
include src caves docs sound music
300 ACLOCAL_AMFLAGS
= -I m4
301 desktopdir
= $(datadir)/applications
302 desktop_DATA
= gdash.desktop
303 icondir
= $(datadir)/pixmaps
304 icon_DATA
= gdash.png
306 $(icon_DATA
) $(desktop_DATA
) \
307 config.rpath mkinstalldirs m4
/ChangeLog \
308 gdash.ico gdash.nsi.in \
309 engine_tests.bd replays_example.bd \
310 COPYING.SDL COPYING.SDLgfx COPYING.GTK COPYING.HQX README-SDL.txt \
311 doxygen.conf doxygen.css
314 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
317 am--refresh
: Makefile
319 $(srcdir)/Makefile.in
: $(srcdir)/Makefile.am
$(am__configure_deps
)
321 case
'$(am__configure_deps)' in \
323 echo
' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
324 $(am__cd
) $(srcdir) && $(AUTOMAKE
) --gnu \
329 echo
' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
330 $(am__cd
) $(top_srcdir
) && \
331 $(AUTOMAKE
) --gnu Makefile
333 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
336 echo
' $(SHELL) ./config.status'; \
337 $(SHELL
) .
/config.status
;; \
339 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
340 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
);; \
343 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
344 $(SHELL
) .
/config.status
--recheck
346 $(top_srcdir
)/configure
: $(am__configure_deps
)
347 $(am__cd
) $(srcdir) && $(AUTOCONF
)
348 $(ACLOCAL_M4
): $(am__aclocal_m4_deps
)
349 $(am__cd
) $(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
350 $(am__aclocal_m4_deps
):
353 @if
test ! -f
$@
; then
rm -f stamp-h1
; else :; fi
354 @if
test ! -f
$@
; then
$(MAKE
) $(AM_MAKEFLAGS
) stamp-h1
; else :; fi
356 stamp-h1
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
358 cd
$(top_builddir
) && $(SHELL
) .
/config.status config.h
359 $(srcdir)/config.h.in
: $(am__configure_deps
)
360 ($(am__cd
) $(top_srcdir
) && $(AUTOHEADER
))
365 -rm -f config.h stamp-h1
366 install-desktopDATA
: $(desktop_DATA
)
368 @list
='$(desktop_DATA)'; test -n
"$(desktopdir)" || list
=; \
369 if
test -n
"$$list"; then \
370 echo
" $(MKDIR_P) '$(DESTDIR)$(desktopdir)'"; \
371 $(MKDIR_P
) "$(DESTDIR)$(desktopdir)" || exit
1; \
373 for p in
$$list; do \
374 if
test -f
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
376 done |
$(am__base_list
) | \
377 while read files
; do \
378 echo
" $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
379 $(INSTALL_DATA
) $$files "$(DESTDIR)$(desktopdir)" || exit
$$?
; \
382 uninstall-desktopDATA
:
384 @list
='$(desktop_DATA)'; test -n
"$(desktopdir)" || list
=; \
385 files
=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
386 dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir
)
387 install-iconDATA
: $(icon_DATA
)
389 @list
='$(icon_DATA)'; test -n
"$(icondir)" || list
=; \
390 if
test -n
"$$list"; then \
391 echo
" $(MKDIR_P) '$(DESTDIR)$(icondir)'"; \
392 $(MKDIR_P
) "$(DESTDIR)$(icondir)" || exit
1; \
394 for p in
$$list; do \
395 if
test -f
"$$p"; then d
=; else d
="$(srcdir)/"; fi
; \
397 done |
$(am__base_list
) | \
398 while read files
; do \
399 echo
" $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
400 $(INSTALL_DATA
) $$files "$(DESTDIR)$(icondir)" || exit
$$?
; \
405 @list
='$(icon_DATA)'; test -n
"$(icondir)" || list
=; \
406 files
=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
407 dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir
)
409 # This directory's subdirectories are mostly independent; you can cd
410 # into them and run `make' without going through this Makefile.
411 # To change the values of `make' variables: instead of editing Makefiles,
412 # (1) if the variable is set in `config.status', edit `config.status'
413 # (which will cause the Makefiles to be regenerated when you run `make');
414 # (2) otherwise, pass the desired values on the `make' command line.
415 $(RECURSIVE_TARGETS
):
416 @fail
= failcom
='exit 1'; \
417 for f in x
$$MAKEFLAGS; do \
420 *k
*) failcom
='fail=yes';; \
424 target
=`echo $@ | sed s/-recursive//`; \
425 list
='$(SUBDIRS)'; for subdir in
$$list; do \
426 echo
"Making $$target in $$subdir"; \
427 if
test "$$subdir" = "."; then \
429 local_target
="$$target-am"; \
431 local_target
="$$target"; \
433 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
436 if
test "$$dot_seen" = "no"; then \
437 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
440 $(RECURSIVE_CLEAN_TARGETS
):
441 @fail
= failcom
='exit 1'; \
442 for f in x
$$MAKEFLAGS; do \
445 *k
*) failcom
='fail=yes';; \
450 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
451 *) list
='$(SUBDIRS)' ;; \
453 rev
=''; for subdir in
$$list; do \
454 if
test "$$subdir" = "."; then
:; else \
455 rev
="$$subdir $$rev"; \
459 target
=`echo $@ | sed s/-recursive//`; \
460 for subdir in
$$rev; do \
461 echo
"Making $$target in $$subdir"; \
462 if
test "$$subdir" = "."; then \
463 local_target
="$$target-am"; \
465 local_target
="$$target"; \
467 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
469 done
&& test -z
"$$fail"
471 list
='$(SUBDIRS)'; for subdir in
$$list; do \
472 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
475 list
='$(SUBDIRS)'; for subdir in
$$list; do \
476 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) ctags
); \
479 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
480 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
481 unique
=`for i in $$list; do \
482 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
484 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
485 END { if (nonempty) { for (i in files) print i; }; }'`; \
489 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
490 $(TAGS_FILES
) $(LISP
)
493 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
494 include_option
=--etags-include
; \
497 include_option
=--include; \
500 list
='$(SUBDIRS)'; for subdir in
$$list; do \
501 if
test "$$subdir" = .
; then
:; else \
502 test ! -f
$$subdir/TAGS || \
503 set
"$$@" "$$include_option=$$here/$$subdir/TAGS"; \
506 list
='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
507 unique
=`for i in $$list; do \
508 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
510 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
511 END { if (nonempty) { for (i in files) print i; }; }'`; \
513 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
514 test -n
"$$unique" || unique
=$$empty_fix; \
515 if
test $$# -gt 0; then \
516 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
519 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
524 CTAGS
: ctags-recursive
$(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
525 $(TAGS_FILES
) $(LISP
)
526 list
='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
527 unique
=`for i in $$list; do \
528 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
530 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
531 END { if (nonempty) { for (i in files) print i; }; }'`; \
532 test -z
"$(CTAGS_ARGS)$$unique" \
533 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
537 here
=`$(am__cd) $(top_builddir) && pwd` \
538 && $(am__cd
) $(top_srcdir
) \
539 && gtags
-i
$(GTAGS_ARGS
) "$$here"
542 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
544 distdir
: $(DISTFILES
)
545 $(am__remove_distdir
)
546 test -d
"$(distdir)" || mkdir
"$(distdir)"
547 @srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
548 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
549 list
='$(DISTFILES)'; \
550 dist_files
=`for file in $$list; do echo $$file; done | \
551 sed -e "s|^$$srcdirstrip/||;t" \
552 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
553 case
$$dist_files in \
554 */*) $(MKDIR_P
) `echo "$$dist_files" | \
555 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
558 for file in
$$dist_files; do \
559 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
560 if
test -d
$$d/$$file; then \
561 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
562 if
test -d
"$(distdir)/$$file"; then \
563 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
565 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
566 cp
-fpR
$(srcdir)/$$file "$(distdir)$$dir" || exit
1; \
567 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
569 cp
-fpR
$$d/$$file "$(distdir)$$dir" || exit
1; \
571 test -f
"$(distdir)/$$file" \
572 || cp
-p
$$d/$$file "$(distdir)/$$file" \
576 @list
='$(DIST_SUBDIRS)'; for subdir in
$$list; do \
577 if
test "$$subdir" = .
; then
:; else \
579 ||
test -d
"$(distdir)/$$subdir" \
580 ||
$(MKDIR_P
) "$(distdir)/$$subdir" \
582 dir1
=$$subdir; dir2
="$(distdir)/$$subdir"; \
584 new_distdir
=$$reldir; \
585 dir1
=$$subdir; dir2
="$(top_distdir)"; \
587 new_top_distdir
=$$reldir; \
588 echo
" (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
589 echo
" am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
590 ($(am__cd
) $$subdir && \
591 $(MAKE
) $(AM_MAKEFLAGS
) \
592 top_distdir
="$$new_top_distdir" \
593 distdir
="$$new_distdir" \
594 am__remove_distdir
=: \
595 am__skip_length_check
=: \
596 am__skip_mode_fix
=: \
601 -test -n
"$(am__skip_mode_fix)" \
602 || find
"$(distdir)" -type d
! -perm
-755 \
603 -exec chmod u
+rwx
,go
+rx
{} \
; -o \
604 ! -type d
! -perm
-444 -links
1 -exec chmod a
+r
{} \
; -o \
605 ! -type d
! -perm
-400 -exec chmod a
+r
{} \
; -o \
606 ! -type d
! -perm
-444 -exec
$(install_sh
) -c
-m a
+r
{} {} \
; \
607 || chmod
-R a
+r
"$(distdir)"
609 tardir
=$(distdir
) && $(am__tar
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
tar.gz
610 $(am__remove_distdir
)
613 tardir
=$(distdir
) && $(am__tar
) | BZIP2
=$${BZIP2--9
} bzip2
-c
>$(distdir
).
tar.bz2
614 $(am__remove_distdir
)
617 tardir
=$(distdir
) && $(am__tar
) | lzip
-c
$${LZIP_OPT--9
} >$(distdir
).
tar.lz
618 $(am__remove_distdir
)
621 tardir
=$(distdir
) && $(am__tar
) | lzma
-9 -c
>$(distdir
).
tar.lzma
622 $(am__remove_distdir
)
625 tardir
=$(distdir
) && $(am__tar
) | XZ_OPT
=$${XZ_OPT--e
} xz
-c
>$(distdir
).
tar.xz
626 $(am__remove_distdir
)
629 tardir
=$(distdir
) && $(am__tar
) | compress
-c
>$(distdir
).
tar.Z
630 $(am__remove_distdir
)
633 shar $(distdir
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
shar.gz
634 $(am__remove_distdir
)
637 -rm -f
$(distdir
).zip
638 zip
-rq
$(distdir
).zip
$(distdir
)
639 $(am__remove_distdir
)
641 dist dist-all
: distdir
642 tardir
=$(distdir
) && $(am__tar
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
tar.gz
643 $(am__remove_distdir
)
645 # This target untars the dist file and tries a VPATH configuration. Then
646 # it guarantees that the distribution is self-contained by making another
649 case
'$(DIST_ARCHIVES)' in \
651 GZIP
=$(GZIP_ENV
) gzip
-dc
$(distdir
).
tar.gz |
$(am__untar
) ;;\
653 bzip2
-dc
$(distdir
).
tar.bz2 |
$(am__untar
) ;;\
655 lzma
-dc
$(distdir
).
tar.lzma |
$(am__untar
) ;;\
657 lzip
-dc
$(distdir
).
tar.lz |
$(am__untar
) ;;\
659 xz
-dc
$(distdir
).
tar.xz |
$(am__untar
) ;;\
661 uncompress
-c
$(distdir
).
tar.Z |
$(am__untar
) ;;\
663 GZIP
=$(GZIP_ENV
) gzip
-dc
$(distdir
).
shar.gz | unshar
;;\
665 unzip
$(distdir
).zip
;;\
667 chmod
-R a-w
$(distdir
); chmod u
+w
$(distdir
)
668 mkdir
$(distdir
)/_build
669 mkdir
$(distdir
)/_inst
671 test -d
$(distdir
)/_build || exit
0; \
672 dc_install_base
=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
673 && dc_destdir
="$${TMPDIR-/tmp}/am-dc-$$$$/" \
675 && $(am__cd
) $(distdir
)/_build \
676 && ..
/configure
--srcdir=..
--prefix="$$dc_install_base" \
677 $(AM_DISTCHECK_CONFIGURE_FLAGS
) \
678 $(DISTCHECK_CONFIGURE_FLAGS
) \
679 && $(MAKE
) $(AM_MAKEFLAGS
) \
680 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
681 && $(MAKE
) $(AM_MAKEFLAGS
) check \
682 && $(MAKE
) $(AM_MAKEFLAGS
) install \
683 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
684 && $(MAKE
) $(AM_MAKEFLAGS
) uninstall \
685 && $(MAKE
) $(AM_MAKEFLAGS
) distuninstallcheck_dir
="$$dc_install_base" \
687 && chmod
-R a-w
"$$dc_install_base" \
689 (cd ..
/..
&& umask
077 && mkdir
"$$dc_destdir") \
690 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" install \
691 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" uninstall \
692 && $(MAKE
) $(AM_MAKEFLAGS
) DESTDIR
="$$dc_destdir" \
693 distuninstallcheck_dir
="$$dc_destdir" distuninstallcheck
; \
694 } ||
{ rm -rf
"$$dc_destdir"; exit
1; }) \
695 && rm -rf
"$$dc_destdir" \
696 && $(MAKE
) $(AM_MAKEFLAGS
) dist \
697 && rm -rf
$(DIST_ARCHIVES
) \
698 && $(MAKE
) $(AM_MAKEFLAGS
) distcleancheck \
701 $(am__remove_distdir
)
702 @
(echo
"$(distdir) archives ready for distribution: "; \
703 list
='$(DIST_ARCHIVES)'; for i in
$$list; do echo
$$i; done
) | \
704 sed
-e
1h
-e
1s
/.
/=/g
-e
1p
-e
1x
-e
'$$p' -e
'$$x'
706 @
test -n
'$(distuninstallcheck_dir)' ||
{ \
707 echo
'ERROR: trying to run $@ with an empty' \
708 '$$(distuninstallcheck_dir)' >&2; \
711 $(am__cd
) '$(distuninstallcheck_dir)' ||
{ \
712 echo
'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
715 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq
0 \
716 ||
{ echo
"ERROR: files left after uninstall:" ; \
717 if
test -n
"$(DESTDIR)"; then \
718 echo
" (check DESTDIR support)"; \
720 $(distuninstallcheck_listfiles
) ; \
722 distcleancheck
: distclean
723 @if
test '$(srcdir)' = .
; then \
724 echo
"ERROR: distcleancheck can only run from a VPATH build" ; \
727 @
test `$(distcleancheck_listfiles) | wc -l` -eq
0 \
728 ||
{ echo
"ERROR: files left in build directory after distclean:" ; \
729 $(distcleancheck_listfiles
) ; \
732 check: check-recursive
733 all-am
: Makefile
$(DATA
) config.h
734 installdirs: installdirs-recursive
736 for
dir in
"$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(icondir)"; do \
737 test -z
"$$dir" ||
$(MKDIR_P
) "$$dir"; \
739 install: install-recursive
740 install-exec
: install-exec-recursive
741 install-data
: install-data-recursive
742 uninstall: uninstall-recursive
745 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
747 installcheck: installcheck-recursive
749 if
test -z
'$(STRIP)'; then \
750 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
751 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
754 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
755 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
756 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
763 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
764 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
766 maintainer-clean-generic
:
767 @echo
"This command is intended for maintainers to use"
768 @echo
"it deletes files that may require special tools to rebuild."
769 clean: clean-recursive
771 clean-am
: clean-generic mostlyclean-am
773 distclean: distclean-recursive
774 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
776 distclean-am
: clean-am distclean-generic distclean-hdr distclean-tags
790 install-data-am
: install-desktopDATA install-iconDATA
792 install-dvi
: install-dvi-recursive
798 install-html
: install-html-recursive
802 install-info
: install-info-recursive
808 install-pdf
: install-pdf-recursive
812 install-ps
: install-ps-recursive
818 maintainer-clean
: maintainer-clean-recursive
819 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
820 -rm -rf
$(top_srcdir
)/autom4te.cache
822 maintainer-clean-am
: distclean-am maintainer-clean-generic
824 mostlyclean: mostlyclean-recursive
826 mostlyclean-am
: mostlyclean-generic
836 uninstall-am
: uninstall-desktopDATA uninstall-iconDATA
838 .MAKE
: $(RECURSIVE_CLEAN_TARGETS
) $(RECURSIVE_TARGETS
) all \
839 ctags-recursive install-am install-strip tags-recursive
841 .PHONY
: $(RECURSIVE_CLEAN_TARGETS
) $(RECURSIVE_TARGETS
) CTAGS GTAGS \
842 all all-am am--refresh
check check-am
clean clean-generic \
843 ctags ctags-recursive
dist dist-all dist-bzip2 dist-gzip \
844 dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
845 distcheck
distclean distclean-generic distclean-hdr \
846 distclean-tags distcleancheck distdir distuninstallcheck
dvi \
847 dvi-am html html-am
info info-am
install install-am \
848 install-data install-data-am install-desktopDATA install-dvi \
849 install-dvi-am install-exec install-exec-am install-html \
850 install-html-am install-iconDATA install-info install-info-am \
851 install-man install-pdf install-pdf-am install-ps \
852 install-ps-am install-strip
installcheck installcheck-am \
853 installdirs installdirs-am maintainer-clean \
854 maintainer-clean-generic
mostlyclean mostlyclean-generic pdf \
855 pdf-am ps ps-am
tags tags-recursive
uninstall uninstall-am \
856 uninstall-desktopDATA uninstall-iconDATA
859 gdash.nsi
: gdash.nsi.in
860 sed s
/GDASH-VERSION
/$(PACKAGE_VERSION
)/ <$^
>$@
865 # Tell versions [3.59,3.63) of GNU make to not export all variables.
866 # Otherwise a system limit (for SysV at least) may be exceeded.