automake upgrade
[gdash.git] / Makefile.in
blob842507881e1e6613b826a73c9de9a74fb5c1901d
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2013 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 VPATH = @srcdir@
18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 am__make_running_with_option = \
20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
31 case $$MAKEFLAGS in \
32 *\\[\ \ ]*) \
33 bs=\\; \
34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
36 esac; \
37 fi; \
38 skip_next=no; \
39 strip_trailopt () \
40 { \
41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42 }; \
43 for flg in $$sane_makeflags; do \
44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63 pkgdatadir = $(datadir)/@PACKAGE@
64 pkgincludedir = $(includedir)/@PACKAGE@
65 pkglibdir = $(libdir)/@PACKAGE@
66 pkglibexecdir = $(libexecdir)/@PACKAGE@
67 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68 install_sh_DATA = $(install_sh) -c -m 644
69 install_sh_PROGRAM = $(install_sh) -c
70 install_sh_SCRIPT = $(install_sh) -c
71 INSTALL_HEADER = $(INSTALL_DATA)
72 transform = $(program_transform_name)
73 NORMAL_INSTALL = :
74 PRE_INSTALL = :
75 POST_INSTALL = :
76 NORMAL_UNINSTALL = :
77 PRE_UNINSTALL = :
78 POST_UNINSTALL = :
79 build_triplet = @build@
80 host_triplet = @host@
81 subdir = .
82 DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
83 $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84 $(top_srcdir)/configure $(am__configure_deps) \
85 $(srcdir)/config.h.in mkinstalldirs ABOUT-NLS COPYING TODO \
86 compile config.guess config.rpath config.sub depcomp \
87 install-sh missing
88 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
89 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_gl.m4 \
90 $(top_srcdir)/m4/ax_lang_compiler_ms.m4 \
91 $(top_srcdir)/configure.ac
92 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93 $(ACLOCAL_M4)
94 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
95 configure.lineno config.status.lineno
96 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
97 CONFIG_HEADER = config.h
98 CONFIG_CLEAN_FILES =
99 CONFIG_CLEAN_VPATH_FILES =
100 AM_V_P = $(am__v_P_@AM_V@)
101 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
102 am__v_P_0 = false
103 am__v_P_1 = :
104 AM_V_GEN = $(am__v_GEN_@AM_V@)
105 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
106 am__v_GEN_0 = @echo " GEN " $@;
107 am__v_GEN_1 =
108 AM_V_at = $(am__v_at_@AM_V@)
109 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
110 am__v_at_0 = @
111 am__v_at_1 =
112 SOURCES =
113 DIST_SOURCES =
114 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
115 ctags-recursive dvi-recursive html-recursive info-recursive \
116 install-data-recursive install-dvi-recursive \
117 install-exec-recursive install-html-recursive \
118 install-info-recursive install-pdf-recursive \
119 install-ps-recursive install-recursive installcheck-recursive \
120 installdirs-recursive pdf-recursive ps-recursive \
121 tags-recursive uninstall-recursive
122 am__can_run_installinfo = \
123 case $$AM_UPDATE_INFO_DIR in \
124 n|no|NO) false;; \
125 *) (install-info --version) >/dev/null 2>&1;; \
126 esac
127 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
128 am__vpath_adj = case $$p in \
129 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
130 *) f=$$p;; \
131 esac;
132 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
133 am__install_max = 40
134 am__nobase_strip_setup = \
135 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
136 am__nobase_strip = \
137 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
138 am__nobase_list = $(am__nobase_strip_setup); \
139 for p in $$list; do echo "$$p $$p"; done | \
140 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
141 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
142 if (++n[$$2] == $(am__install_max)) \
143 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
144 END { for (dir in files) print dir, files[dir] }'
145 am__base_list = \
146 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
147 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
148 am__uninstall_files_from_dir = { \
149 test -z "$$files" \
150 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
151 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
152 $(am__cd) "$$dir" && rm -f $$files; }; \
154 am__installdirs = "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(icondir)"
155 DATA = $(desktop_DATA) $(icon_DATA)
156 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
157 distclean-recursive maintainer-clean-recursive
158 am__recursive_targets = \
159 $(RECURSIVE_TARGETS) \
160 $(RECURSIVE_CLEAN_TARGETS) \
161 $(am__extra_recursive_targets)
162 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
163 cscope distdir dist dist-all distcheck
164 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
165 $(LISP)config.h.in
166 # Read a list of newline-separated strings from the standard input,
167 # and print each of them once, without duplicates. Input order is
168 # *not* preserved.
169 am__uniquify_input = $(AWK) '\
170 BEGIN { nonempty = 0; } \
171 { items[$$0] = 1; nonempty = 1; } \
172 END { if (nonempty) { for (i in items) print i; }; } \
174 # Make sure the list of sources is unique. This is necessary because,
175 # e.g., the same source file might be shared among _SOURCES variables
176 # for different programs/libraries.
177 am__define_uniq_tagged_files = \
178 list='$(am__tagged_files)'; \
179 unique=`for i in $$list; do \
180 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
181 done | $(am__uniquify_input)`
182 ETAGS = etags
183 CTAGS = ctags
184 CSCOPE = cscope
185 DIST_SUBDIRS = $(SUBDIRS)
186 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
187 distdir = $(PACKAGE)-$(VERSION)
188 top_distdir = $(distdir)
189 am__remove_distdir = \
190 if test -d "$(distdir)"; then \
191 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
192 && rm -rf "$(distdir)" \
193 || { sleep 5 && rm -rf "$(distdir)"; }; \
194 else :; fi
195 am__post_remove_distdir = $(am__remove_distdir)
196 am__relativize = \
197 dir0=`pwd`; \
198 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
199 sed_rest='s,^[^/]*/*,,'; \
200 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
201 sed_butlast='s,/*[^/]*$$,,'; \
202 while test -n "$$dir1"; do \
203 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
204 if test "$$first" != "."; then \
205 if test "$$first" = ".."; then \
206 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
207 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
208 else \
209 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
210 if test "$$first2" = "$$first"; then \
211 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
212 else \
213 dir2="../$$dir2"; \
214 fi; \
215 dir0="$$dir0"/"$$first"; \
216 fi; \
217 fi; \
218 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
219 done; \
220 reldir="$$dir2"
221 DIST_ARCHIVES = $(distdir).tar.gz
222 GZIP_ENV = --best
223 DIST_TARGETS = dist-gzip
224 distuninstallcheck_listfiles = find . -type f -print
225 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
226 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
227 distcleancheck_listfiles = find . -type f -print
228 ACLOCAL = @ACLOCAL@
229 AMTAR = @AMTAR@
230 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
231 AUTOCONF = @AUTOCONF@
232 AUTOHEADER = @AUTOHEADER@
233 AUTOMAKE = @AUTOMAKE@
234 AWK = @AWK@
235 CC = @CC@
236 CCDEPMODE = @CCDEPMODE@
237 CFLAGS = @CFLAGS@
238 CPP = @CPP@
239 CPPFLAGS = @CPPFLAGS@
240 CXX = @CXX@
241 CXXDEPMODE = @CXXDEPMODE@
242 CXXFLAGS = @CXXFLAGS@
243 CYGPATH_W = @CYGPATH_W@
244 DEFS = @DEFS@
245 DEPDIR = @DEPDIR@
246 ECHO_C = @ECHO_C@
247 ECHO_N = @ECHO_N@
248 ECHO_T = @ECHO_T@
249 EGREP = @EGREP@
250 EXEEXT = @EXEEXT@
251 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
252 GLIB_CFLAGS = @GLIB_CFLAGS@
253 GLIB_LIBS = @GLIB_LIBS@
254 GL_CFLAGS = @GL_CFLAGS@
255 GL_LIBS = @GL_LIBS@
256 GMSGFMT = @GMSGFMT@
257 GMSGFMT_015 = @GMSGFMT_015@
258 GREP = @GREP@
259 GTK_CFLAGS = @GTK_CFLAGS@
260 GTK_LIBS = @GTK_LIBS@
261 INSTALL = @INSTALL@
262 INSTALL_DATA = @INSTALL_DATA@
263 INSTALL_PROGRAM = @INSTALL_PROGRAM@
264 INSTALL_SCRIPT = @INSTALL_SCRIPT@
265 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
266 INTLLIBS = @INTLLIBS@
267 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
268 LDFLAGS = @LDFLAGS@
269 LIBICONV = @LIBICONV@
270 LIBINTL = @LIBINTL@
271 LIBOBJS = @LIBOBJS@
272 LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
273 LIBPNG_LIBS = @LIBPNG_LIBS@
274 LIBS = @LIBS@
275 LTLIBICONV = @LTLIBICONV@
276 LTLIBINTL = @LTLIBINTL@
277 LTLIBOBJS = @LTLIBOBJS@
278 MAKEINFO = @MAKEINFO@
279 MKDIR_P = @MKDIR_P@
280 MSGFMT = @MSGFMT@
281 MSGFMT_015 = @MSGFMT_015@
282 MSGMERGE = @MSGMERGE@
283 OBJEXT = @OBJEXT@
284 PACKAGE = @PACKAGE@
285 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
286 PACKAGE_NAME = @PACKAGE_NAME@
287 PACKAGE_STRING = @PACKAGE_STRING@
288 PACKAGE_TARNAME = @PACKAGE_TARNAME@
289 PACKAGE_URL = @PACKAGE_URL@
290 PACKAGE_VERSION = @PACKAGE_VERSION@
291 PATH_SEPARATOR = @PATH_SEPARATOR@
292 PKG_CONFIG = @PKG_CONFIG@
293 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
294 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
295 POSUB = @POSUB@
296 SDL_CFLAGS = @SDL_CFLAGS@
297 SDL_CONFIG = @SDL_CONFIG@
298 SDL_LIBS = @SDL_LIBS@
299 SED = @SED@
300 SET_MAKE = @SET_MAKE@
301 SHELL = @SHELL@
302 STRIP = @STRIP@
303 USE_NLS = @USE_NLS@
304 VERSION = @VERSION@
305 XGETTEXT = @XGETTEXT@
306 XGETTEXT_015 = @XGETTEXT_015@
307 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
308 XMKMF = @XMKMF@
309 abs_builddir = @abs_builddir@
310 abs_srcdir = @abs_srcdir@
311 abs_top_builddir = @abs_top_builddir@
312 abs_top_srcdir = @abs_top_srcdir@
313 ac_ct_CC = @ac_ct_CC@
314 ac_ct_CXX = @ac_ct_CXX@
315 am__include = @am__include@
316 am__leading_dot = @am__leading_dot@
317 am__quote = @am__quote@
318 am__tar = @am__tar@
319 am__untar = @am__untar@
320 bindir = @bindir@
321 build = @build@
322 build_alias = @build_alias@
323 build_cpu = @build_cpu@
324 build_os = @build_os@
325 build_vendor = @build_vendor@
326 builddir = @builddir@
327 datadir = @datadir@
328 datarootdir = @datarootdir@
329 docdir = @docdir@
330 dvidir = @dvidir@
331 exec_prefix = @exec_prefix@
332 host = @host@
333 host_alias = @host_alias@
334 host_cpu = @host_cpu@
335 host_os = @host_os@
336 host_vendor = @host_vendor@
337 htmldir = @htmldir@
338 includedir = @includedir@
339 infodir = @infodir@
340 install_sh = @install_sh@
341 libdir = @libdir@
342 libexecdir = @libexecdir@
343 localedir = @localedir@
344 localstatedir = @localstatedir@
345 mandir = @mandir@
346 mkdir_p = @mkdir_p@
347 oldincludedir = @oldincludedir@
348 pdfdir = @pdfdir@
349 prefix = @prefix@
350 program_transform_name = @program_transform_name@
351 psdir = @psdir@
352 sbindir = @sbindir@
353 sharedstatedir = @sharedstatedir@
354 srcdir = @srcdir@
355 sysconfdir = @sysconfdir@
356 target_alias = @target_alias@
357 top_build_prefix = @top_build_prefix@
358 top_builddir = @top_builddir@
359 top_srcdir = @top_srcdir@
360 SUBDIRS = po include src caves docs sound music shaders
361 ACLOCAL_AMFLAGS = -Im4
362 desktopdir = $(datadir)/applications
363 desktop_DATA = gdash.desktop
364 icondir = $(datadir)/pixmaps
365 icon_DATA = gdash.png
366 EXTRA_DIST = \
367 $(icon_DATA) $(desktop_DATA) \
368 config.rpath mkinstalldirs m4/ChangeLog \
369 gdash.ico gdash.nsi.in gtkrc_win32 \
370 engine_tests.bd replays_example.bd \
371 COPYING.SDL COPYING.GTK COPYING.HQX README-SDL.txt \
372 doxygen.conf doxygen.css
374 all: config.h
375 $(MAKE) $(AM_MAKEFLAGS) all-recursive
377 .SUFFIXES:
378 am--refresh: Makefile
380 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
381 @for dep in $?; do \
382 case '$(am__configure_deps)' in \
383 *$$dep*) \
384 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
385 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
386 && exit 0; \
387 exit 1;; \
388 esac; \
389 done; \
390 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
391 $(am__cd) $(top_srcdir) && \
392 $(AUTOMAKE) --gnu Makefile
393 .PRECIOUS: Makefile
394 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
395 @case '$?' in \
396 *config.status*) \
397 echo ' $(SHELL) ./config.status'; \
398 $(SHELL) ./config.status;; \
399 *) \
400 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
401 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
402 esac;
404 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
405 $(SHELL) ./config.status --recheck
407 $(top_srcdir)/configure: $(am__configure_deps)
408 $(am__cd) $(srcdir) && $(AUTOCONF)
409 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
410 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
411 $(am__aclocal_m4_deps):
413 config.h: stamp-h1
414 @test -f $@ || rm -f stamp-h1
415 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
417 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
418 @rm -f stamp-h1
419 cd $(top_builddir) && $(SHELL) ./config.status config.h
420 $(srcdir)/config.h.in: $(am__configure_deps)
421 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
422 rm -f stamp-h1
423 touch $@
425 distclean-hdr:
426 -rm -f config.h stamp-h1
427 install-desktopDATA: $(desktop_DATA)
428 @$(NORMAL_INSTALL)
429 @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
430 if test -n "$$list"; then \
431 echo " $(MKDIR_P) '$(DESTDIR)$(desktopdir)'"; \
432 $(MKDIR_P) "$(DESTDIR)$(desktopdir)" || exit 1; \
433 fi; \
434 for p in $$list; do \
435 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
436 echo "$$d$$p"; \
437 done | $(am__base_list) | \
438 while read files; do \
439 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
440 $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
441 done
443 uninstall-desktopDATA:
444 @$(NORMAL_UNINSTALL)
445 @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
446 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
447 dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
448 install-iconDATA: $(icon_DATA)
449 @$(NORMAL_INSTALL)
450 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
451 if test -n "$$list"; then \
452 echo " $(MKDIR_P) '$(DESTDIR)$(icondir)'"; \
453 $(MKDIR_P) "$(DESTDIR)$(icondir)" || exit 1; \
454 fi; \
455 for p in $$list; do \
456 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
457 echo "$$d$$p"; \
458 done | $(am__base_list) | \
459 while read files; do \
460 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(icondir)'"; \
461 $(INSTALL_DATA) $$files "$(DESTDIR)$(icondir)" || exit $$?; \
462 done
464 uninstall-iconDATA:
465 @$(NORMAL_UNINSTALL)
466 @list='$(icon_DATA)'; test -n "$(icondir)" || list=; \
467 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
468 dir='$(DESTDIR)$(icondir)'; $(am__uninstall_files_from_dir)
470 # This directory's subdirectories are mostly independent; you can cd
471 # into them and run 'make' without going through this Makefile.
472 # To change the values of 'make' variables: instead of editing Makefiles,
473 # (1) if the variable is set in 'config.status', edit 'config.status'
474 # (which will cause the Makefiles to be regenerated when you run 'make');
475 # (2) otherwise, pass the desired values on the 'make' command line.
476 $(am__recursive_targets):
477 @fail=; \
478 if $(am__make_keepgoing); then \
479 failcom='fail=yes'; \
480 else \
481 failcom='exit 1'; \
482 fi; \
483 dot_seen=no; \
484 target=`echo $@ | sed s/-recursive//`; \
485 case "$@" in \
486 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
487 *) list='$(SUBDIRS)' ;; \
488 esac; \
489 for subdir in $$list; do \
490 echo "Making $$target in $$subdir"; \
491 if test "$$subdir" = "."; then \
492 dot_seen=yes; \
493 local_target="$$target-am"; \
494 else \
495 local_target="$$target"; \
496 fi; \
497 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
498 || eval $$failcom; \
499 done; \
500 if test "$$dot_seen" = "no"; then \
501 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
502 fi; test -z "$$fail"
504 ID: $(am__tagged_files)
505 $(am__define_uniq_tagged_files); mkid -fID $$unique
506 tags: tags-recursive
507 TAGS: tags
509 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
510 set x; \
511 here=`pwd`; \
512 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
513 include_option=--etags-include; \
514 empty_fix=.; \
515 else \
516 include_option=--include; \
517 empty_fix=; \
518 fi; \
519 list='$(SUBDIRS)'; for subdir in $$list; do \
520 if test "$$subdir" = .; then :; else \
521 test ! -f $$subdir/TAGS || \
522 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
523 fi; \
524 done; \
525 $(am__define_uniq_tagged_files); \
526 shift; \
527 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
528 test -n "$$unique" || unique=$$empty_fix; \
529 if test $$# -gt 0; then \
530 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
531 "$$@" $$unique; \
532 else \
533 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
534 $$unique; \
535 fi; \
537 ctags: ctags-recursive
539 CTAGS: ctags
540 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
541 $(am__define_uniq_tagged_files); \
542 test -z "$(CTAGS_ARGS)$$unique" \
543 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
544 $$unique
546 GTAGS:
547 here=`$(am__cd) $(top_builddir) && pwd` \
548 && $(am__cd) $(top_srcdir) \
549 && gtags -i $(GTAGS_ARGS) "$$here"
550 cscope: cscope.files
551 test ! -s cscope.files \
552 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
553 clean-cscope:
554 -rm -f cscope.files
555 cscope.files: clean-cscope cscopelist
556 cscopelist: cscopelist-recursive
558 cscopelist-am: $(am__tagged_files)
559 list='$(am__tagged_files)'; \
560 case "$(srcdir)" in \
561 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
562 *) sdir=$(subdir)/$(srcdir) ;; \
563 esac; \
564 for i in $$list; do \
565 if test -f "$$i"; then \
566 echo "$(subdir)/$$i"; \
567 else \
568 echo "$$sdir/$$i"; \
569 fi; \
570 done >> $(top_builddir)/cscope.files
572 distclean-tags:
573 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
574 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
576 distdir: $(DISTFILES)
577 $(am__remove_distdir)
578 test -d "$(distdir)" || mkdir "$(distdir)"
579 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
580 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
581 list='$(DISTFILES)'; \
582 dist_files=`for file in $$list; do echo $$file; done | \
583 sed -e "s|^$$srcdirstrip/||;t" \
584 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
585 case $$dist_files in \
586 */*) $(MKDIR_P) `echo "$$dist_files" | \
587 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
588 sort -u` ;; \
589 esac; \
590 for file in $$dist_files; do \
591 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
592 if test -d $$d/$$file; then \
593 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
594 if test -d "$(distdir)/$$file"; then \
595 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
596 fi; \
597 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
598 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
599 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
600 fi; \
601 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
602 else \
603 test -f "$(distdir)/$$file" \
604 || cp -p $$d/$$file "$(distdir)/$$file" \
605 || exit 1; \
606 fi; \
607 done
608 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
609 if test "$$subdir" = .; then :; else \
610 $(am__make_dryrun) \
611 || test -d "$(distdir)/$$subdir" \
612 || $(MKDIR_P) "$(distdir)/$$subdir" \
613 || exit 1; \
614 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
615 $(am__relativize); \
616 new_distdir=$$reldir; \
617 dir1=$$subdir; dir2="$(top_distdir)"; \
618 $(am__relativize); \
619 new_top_distdir=$$reldir; \
620 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
621 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
622 ($(am__cd) $$subdir && \
623 $(MAKE) $(AM_MAKEFLAGS) \
624 top_distdir="$$new_top_distdir" \
625 distdir="$$new_distdir" \
626 am__remove_distdir=: \
627 am__skip_length_check=: \
628 am__skip_mode_fix=: \
629 distdir) \
630 || exit 1; \
631 fi; \
632 done
633 -test -n "$(am__skip_mode_fix)" \
634 || find "$(distdir)" -type d ! -perm -755 \
635 -exec chmod u+rwx,go+rx {} \; -o \
636 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
637 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
638 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
639 || chmod -R a+r "$(distdir)"
640 dist-gzip: distdir
641 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
642 $(am__post_remove_distdir)
644 dist-bzip2: distdir
645 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
646 $(am__post_remove_distdir)
648 dist-lzip: distdir
649 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
650 $(am__post_remove_distdir)
652 dist-xz: distdir
653 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
654 $(am__post_remove_distdir)
656 dist-tarZ: distdir
657 @echo WARNING: "Support for shar distribution archives is" \
658 "deprecated." >&2
659 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
660 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
661 $(am__post_remove_distdir)
663 dist-shar: distdir
664 @echo WARNING: "Support for distribution archives compressed with" \
665 "legacy program 'compress' is deprecated." >&2
666 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
667 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
668 $(am__post_remove_distdir)
670 dist-zip: distdir
671 -rm -f $(distdir).zip
672 zip -rq $(distdir).zip $(distdir)
673 $(am__post_remove_distdir)
675 dist dist-all:
676 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
677 $(am__post_remove_distdir)
679 # This target untars the dist file and tries a VPATH configuration. Then
680 # it guarantees that the distribution is self-contained by making another
681 # tarfile.
682 distcheck: dist
683 case '$(DIST_ARCHIVES)' in \
684 *.tar.gz*) \
685 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
686 *.tar.bz2*) \
687 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
688 *.tar.lz*) \
689 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
690 *.tar.xz*) \
691 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
692 *.tar.Z*) \
693 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
694 *.shar.gz*) \
695 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
696 *.zip*) \
697 unzip $(distdir).zip ;;\
698 esac
699 chmod -R a-w $(distdir)
700 chmod u+w $(distdir)
701 mkdir $(distdir)/_build $(distdir)/_inst
702 chmod a-w $(distdir)
703 test -d $(distdir)/_build || exit 0; \
704 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
705 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
706 && am__cwd=`pwd` \
707 && $(am__cd) $(distdir)/_build \
708 && ../configure \
709 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
710 $(DISTCHECK_CONFIGURE_FLAGS) \
711 --srcdir=.. --prefix="$$dc_install_base" \
712 && $(MAKE) $(AM_MAKEFLAGS) \
713 && $(MAKE) $(AM_MAKEFLAGS) dvi \
714 && $(MAKE) $(AM_MAKEFLAGS) check \
715 && $(MAKE) $(AM_MAKEFLAGS) install \
716 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
717 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
718 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
719 distuninstallcheck \
720 && chmod -R a-w "$$dc_install_base" \
721 && ({ \
722 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
723 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
724 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
725 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
726 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
727 } || { rm -rf "$$dc_destdir"; exit 1; }) \
728 && rm -rf "$$dc_destdir" \
729 && $(MAKE) $(AM_MAKEFLAGS) dist \
730 && rm -rf $(DIST_ARCHIVES) \
731 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
732 && cd "$$am__cwd" \
733 || exit 1
734 $(am__post_remove_distdir)
735 @(echo "$(distdir) archives ready for distribution: "; \
736 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
737 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
738 distuninstallcheck:
739 @test -n '$(distuninstallcheck_dir)' || { \
740 echo 'ERROR: trying to run $@ with an empty' \
741 '$$(distuninstallcheck_dir)' >&2; \
742 exit 1; \
743 }; \
744 $(am__cd) '$(distuninstallcheck_dir)' || { \
745 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
746 exit 1; \
747 }; \
748 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
749 || { echo "ERROR: files left after uninstall:" ; \
750 if test -n "$(DESTDIR)"; then \
751 echo " (check DESTDIR support)"; \
752 fi ; \
753 $(distuninstallcheck_listfiles) ; \
754 exit 1; } >&2
755 distcleancheck: distclean
756 @if test '$(srcdir)' = . ; then \
757 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
758 exit 1 ; \
760 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
761 || { echo "ERROR: files left in build directory after distclean:" ; \
762 $(distcleancheck_listfiles) ; \
763 exit 1; } >&2
764 check-am: all-am
765 check: check-recursive
766 all-am: Makefile $(DATA) config.h
767 installdirs: installdirs-recursive
768 installdirs-am:
769 for dir in "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(icondir)"; do \
770 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
771 done
772 install: install-recursive
773 install-exec: install-exec-recursive
774 install-data: install-data-recursive
775 uninstall: uninstall-recursive
777 install-am: all-am
778 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
780 installcheck: installcheck-recursive
781 install-strip:
782 if test -z '$(STRIP)'; then \
783 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
784 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
785 install; \
786 else \
787 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
788 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
789 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
791 mostlyclean-generic:
793 clean-generic:
795 distclean-generic:
796 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
797 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
799 maintainer-clean-generic:
800 @echo "This command is intended for maintainers to use"
801 @echo "it deletes files that may require special tools to rebuild."
802 clean: clean-recursive
804 clean-am: clean-generic mostlyclean-am
806 distclean: distclean-recursive
807 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
808 -rm -f Makefile
809 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
811 dvi: dvi-recursive
813 dvi-am:
815 html: html-recursive
817 html-am:
819 info: info-recursive
821 info-am:
823 install-data-am: install-desktopDATA install-iconDATA
825 install-dvi: install-dvi-recursive
827 install-dvi-am:
829 install-exec-am:
831 install-html: install-html-recursive
833 install-html-am:
835 install-info: install-info-recursive
837 install-info-am:
839 install-man:
841 install-pdf: install-pdf-recursive
843 install-pdf-am:
845 install-ps: install-ps-recursive
847 install-ps-am:
849 installcheck-am:
851 maintainer-clean: maintainer-clean-recursive
852 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
853 -rm -rf $(top_srcdir)/autom4te.cache
854 -rm -f Makefile
855 maintainer-clean-am: distclean-am maintainer-clean-generic
857 mostlyclean: mostlyclean-recursive
859 mostlyclean-am: mostlyclean-generic
861 pdf: pdf-recursive
863 pdf-am:
865 ps: ps-recursive
867 ps-am:
869 uninstall-am: uninstall-desktopDATA uninstall-iconDATA
871 .MAKE: $(am__recursive_targets) all install-am install-strip
873 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
874 am--refresh check check-am clean clean-cscope clean-generic \
875 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
876 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
877 distcheck distclean distclean-generic distclean-hdr \
878 distclean-tags distcleancheck distdir distuninstallcheck dvi \
879 dvi-am html html-am info info-am install install-am \
880 install-data install-data-am install-desktopDATA install-dvi \
881 install-dvi-am install-exec install-exec-am install-html \
882 install-html-am install-iconDATA install-info install-info-am \
883 install-man install-pdf install-pdf-am install-ps \
884 install-ps-am install-strip installcheck installcheck-am \
885 installdirs installdirs-am maintainer-clean \
886 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
887 pdf-am ps ps-am tags tags-am uninstall uninstall-am \
888 uninstall-desktopDATA uninstall-iconDATA
891 gdash.nsi: gdash.nsi.in
892 sed s/GDASH-VERSION/$(PACKAGE_VERSION)/ <$^ >$@
893 echo do not forget to strip gdash.exe
894 echo do not forget to create documentation
896 doxy:
897 doxygen doxygen.conf
899 # Tell versions [3.59,3.63) of GNU make to not export all variables.
900 # Otherwise a system limit (for SysV at least) may be exceeded.
901 .NOEXPORT: