aboutsummaryrefslogtreecommitdiff
path: root/contrib/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/Makefile.in')
-rw-r--r--contrib/Makefile.in680
1 files changed, 0 insertions, 680 deletions
diff --git a/contrib/Makefile.in b/contrib/Makefile.in
deleted file mode 100644
index 480491e8..00000000
--- a/contrib/Makefile.in
+++ /dev/null
@@ -1,680 +0,0 @@
1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
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.
10
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.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37subdir = contrib
38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
41 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/gtk-2.0.m4 \
42 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/isc-posix.m4 \
43 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
44 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
45 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
46 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
47 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \
48 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
49 $(top_srcdir)/configure.ac
50am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51 $(ACLOCAL_M4)
52mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
53CONFIG_HEADER = $(top_builddir)/gnunet_gtk_config.h
54CONFIG_CLEAN_FILES =
55CONFIG_CLEAN_VPATH_FILES =
56SOURCES =
57DIST_SOURCES =
58RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
59 html-recursive info-recursive install-data-recursive \
60 install-dvi-recursive install-exec-recursive \
61 install-html-recursive install-info-recursive \
62 install-pdf-recursive install-ps-recursive install-recursive \
63 installcheck-recursive installdirs-recursive pdf-recursive \
64 ps-recursive uninstall-recursive
65am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
66am__vpath_adj = case $$p in \
67 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
68 *) f=$$p;; \
69 esac;
70am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
71am__install_max = 40
72am__nobase_strip_setup = \
73 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
74am__nobase_strip = \
75 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
76am__nobase_list = $(am__nobase_strip_setup); \
77 for p in $$list; do echo "$$p $$p"; done | \
78 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
79 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
80 if (++n[$$2] == $(am__install_max)) \
81 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
82 END { for (dir in files) print dir, files[dir] }'
83am__base_list = \
84 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
85 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
86am__installdirs = "$(DESTDIR)$(pkgdatadir)"
87DATA = $(pkgdata_DATA)
88RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
89 distclean-recursive maintainer-clean-recursive
90AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
91 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
92 distdir
93ETAGS = etags
94CTAGS = ctags
95DIST_SUBDIRS = $(SUBDIRS)
96DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
97am__relativize = \
98 dir0=`pwd`; \
99 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
100 sed_rest='s,^[^/]*/*,,'; \
101 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
102 sed_butlast='s,/*[^/]*$$,,'; \
103 while test -n "$$dir1"; do \
104 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
105 if test "$$first" != "."; then \
106 if test "$$first" = ".."; then \
107 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
108 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
109 else \
110 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
111 if test "$$first2" = "$$first"; then \
112 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
113 else \
114 dir2="../$$dir2"; \
115 fi; \
116 dir0="$$dir0"/"$$first"; \
117 fi; \
118 fi; \
119 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
120 done; \
121 reldir="$$dir2"
122ACLOCAL = @ACLOCAL@
123AMTAR = @AMTAR@
124AR = @AR@
125AS = @AS@
126AUTOCONF = @AUTOCONF@
127AUTOHEADER = @AUTOHEADER@
128AUTOMAKE = @AUTOMAKE@
129AWK = @AWK@
130CC = @CC@
131CCDEPMODE = @CCDEPMODE@
132CFLAGS = @CFLAGS@
133CPP = @CPP@
134CPPFLAGS = @CPPFLAGS@
135CYGPATH_W = @CYGPATH_W@
136DEFS = @DEFS@
137DEPDIR = @DEPDIR@
138DLLTOOL = @DLLTOOL@
139DSYMUTIL = @DSYMUTIL@
140DUMPBIN = @DUMPBIN@
141ECHO_C = @ECHO_C@
142ECHO_N = @ECHO_N@
143ECHO_T = @ECHO_T@
144EGREP = @EGREP@
145EXEEXT = @EXEEXT@
146FGREP = @FGREP@
147GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
148GLADE_CFLAGS = @GLADE_CFLAGS@
149GLADE_LIBS = @GLADE_LIBS@
150GMSGFMT = @GMSGFMT@
151GMSGFMT_015 = @GMSGFMT_015@
152GNUNET_CFLAGS = @GNUNET_CFLAGS@
153GNUNET_LIBS = @GNUNET_LIBS@
154GREP = @GREP@
155GTK_CFLAGS = @GTK_CFLAGS@
156GTK_LIBS = @GTK_LIBS@
157INSTALL = @INSTALL@
158INSTALL_DATA = @INSTALL_DATA@
159INSTALL_PROGRAM = @INSTALL_PROGRAM@
160INSTALL_SCRIPT = @INSTALL_SCRIPT@
161INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
162INTLLIBS = @INTLLIBS@
163LD = @LD@
164LDFLAGS = @LDFLAGS@
165LIBICONV = @LIBICONV@
166LIBINTL = @LIBINTL@
167LIBOBJS = @LIBOBJS@
168LIBS = @LIBS@
169LIBTOOL = @LIBTOOL@
170LIPO = @LIPO@
171LN_S = @LN_S@
172LTLIBICONV = @LTLIBICONV@
173LTLIBINTL = @LTLIBINTL@
174LTLIBOBJS = @LTLIBOBJS@
175MAKEINFO = @MAKEINFO@
176MANIFEST_TOOL = @MANIFEST_TOOL@
177MKDIR_P = @MKDIR_P@
178MSGFMT = @MSGFMT@
179MSGFMT_015 = @MSGFMT_015@
180MSGMERGE = @MSGMERGE@
181NM = @NM@
182NMEDIT = @NMEDIT@
183OBJDUMP = @OBJDUMP@
184OBJEXT = @OBJEXT@
185OTOOL = @OTOOL@
186OTOOL64 = @OTOOL64@
187PACKAGE = @PACKAGE@
188PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
189PACKAGE_DATA = @PACKAGE_DATA@
190PACKAGE_NAME = @PACKAGE_NAME@
191PACKAGE_STRING = @PACKAGE_STRING@
192PACKAGE_TARNAME = @PACKAGE_TARNAME@
193PACKAGE_URL = @PACKAGE_URL@
194PACKAGE_VERSION = @PACKAGE_VERSION@
195PATH_SEPARATOR = @PATH_SEPARATOR@
196PKG_CONFIG = @PKG_CONFIG@
197POSUB = @POSUB@
198RANLIB = @RANLIB@
199SED = @SED@
200SET_MAKE = @SET_MAKE@
201SHELL = @SHELL@
202STRIP = @STRIP@
203USE_NLS = @USE_NLS@
204VERSION = @VERSION@
205XGETTEXT = @XGETTEXT@
206XGETTEXT_015 = @XGETTEXT_015@
207XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
208abs_builddir = @abs_builddir@
209abs_srcdir = @abs_srcdir@
210abs_top_builddir = @abs_top_builddir@
211abs_top_srcdir = @abs_top_srcdir@
212ac_ct_AR = @ac_ct_AR@
213ac_ct_CC = @ac_ct_CC@
214ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
215am__include = @am__include@
216am__leading_dot = @am__leading_dot@
217am__quote = @am__quote@
218am__tar = @am__tar@
219am__untar = @am__untar@
220bindir = @bindir@
221build = @build@
222build_alias = @build_alias@
223build_cpu = @build_cpu@
224build_os = @build_os@
225build_vendor = @build_vendor@
226builddir = @builddir@
227datadir = @datadir@
228datarootdir = @datarootdir@
229docdir = @docdir@
230dvidir = @dvidir@
231exec_prefix = @exec_prefix@
232host = @host@
233host_alias = @host_alias@
234host_cpu = @host_cpu@
235host_os = @host_os@
236host_vendor = @host_vendor@
237htmldir = @htmldir@
238includedir = @includedir@
239infodir = @infodir@
240install_sh = @install_sh@
241libdir = @libdir@
242libexecdir = @libexecdir@
243localedir = @localedir@
244localstatedir = @localstatedir@
245mandir = @mandir@
246mkdir_p = @mkdir_p@
247oldincludedir = @oldincludedir@
248pdfdir = @pdfdir@
249prefix = @prefix@
250program_transform_name = @program_transform_name@
251psdir = @psdir@
252sbindir = @sbindir@
253sharedstatedir = @sharedstatedir@
254srcdir = @srcdir@
255sysconfdir = @sysconfdir@
256target_alias = @target_alias@
257top_build_prefix = @top_build_prefix@
258top_builddir = @top_builddir@
259top_srcdir = @top_srcdir@
260SUBDIRS = .
261pkgpixdir = $(pkgdatadir)
262EXTRA_DIST = \
263 $(pkgdata_DATA)
264
265pkgdata_DATA = \
266 about.glade \
267 advertise_pseudonym_dialog.glade \
268 create_namespace_dialog.glade \
269 download_as.glade \
270 main_tab_new_frame.glade \
271 main-window.glade \
272 open_directory_dialog.glade \
273 open_url_dialog.glade \
274 publish_dialog.glade \
275 publish-directory-dialog.glade \
276 publish_edit_dialog.glade \
277 publish-file-dialog.glade \
278 publish_tab.glade \
279 search_dialog.glade \
280 search_tab.glade \
281 select_pseudonym_dialog.glade \
282 status_bar_menu.glade
283
284all: all-recursive
285
286.SUFFIXES:
287$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
288 @for dep in $?; do \
289 case '$(am__configure_deps)' in \
290 *$$dep*) \
291 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
292 && { if test -f $@; then exit 0; else break; fi; }; \
293 exit 1;; \
294 esac; \
295 done; \
296 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu contrib/Makefile'; \
297 $(am__cd) $(top_srcdir) && \
298 $(AUTOMAKE) --gnu contrib/Makefile
299.PRECIOUS: Makefile
300Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
301 @case '$?' in \
302 *config.status*) \
303 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
304 *) \
305 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
306 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
307 esac;
308
309$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
310 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
311
312$(top_srcdir)/configure: $(am__configure_deps)
313 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
314$(ACLOCAL_M4): $(am__aclocal_m4_deps)
315 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
316$(am__aclocal_m4_deps):
317
318mostlyclean-libtool:
319 -rm -f *.lo
320
321clean-libtool:
322 -rm -rf .libs _libs
323install-pkgdataDATA: $(pkgdata_DATA)
324 @$(NORMAL_INSTALL)
325 test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
326 @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
327 for p in $$list; do \
328 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
329 echo "$$d$$p"; \
330 done | $(am__base_list) | \
331 while read files; do \
332 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
333 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
334 done
335
336uninstall-pkgdataDATA:
337 @$(NORMAL_UNINSTALL)
338 @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
339 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
340 test -n "$$files" || exit 0; \
341 echo " ( cd '$(DESTDIR)$(pkgdatadir)' && rm -f" $$files ")"; \
342 cd "$(DESTDIR)$(pkgdatadir)" && rm -f $$files
343
344# This directory's subdirectories are mostly independent; you can cd
345# into them and run `make' without going through this Makefile.
346# To change the values of `make' variables: instead of editing Makefiles,
347# (1) if the variable is set in `config.status', edit `config.status'
348# (which will cause the Makefiles to be regenerated when you run `make');
349# (2) otherwise, pass the desired values on the `make' command line.
350$(RECURSIVE_TARGETS):
351 @fail= failcom='exit 1'; \
352 for f in x $$MAKEFLAGS; do \
353 case $$f in \
354 *=* | --[!k]*);; \
355 *k*) failcom='fail=yes';; \
356 esac; \
357 done; \
358 dot_seen=no; \
359 target=`echo $@ | sed s/-recursive//`; \
360 list='$(SUBDIRS)'; for subdir in $$list; do \
361 echo "Making $$target in $$subdir"; \
362 if test "$$subdir" = "."; then \
363 dot_seen=yes; \
364 local_target="$$target-am"; \
365 else \
366 local_target="$$target"; \
367 fi; \
368 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
369 || eval $$failcom; \
370 done; \
371 if test "$$dot_seen" = "no"; then \
372 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
373 fi; test -z "$$fail"
374
375$(RECURSIVE_CLEAN_TARGETS):
376 @fail= failcom='exit 1'; \
377 for f in x $$MAKEFLAGS; do \
378 case $$f in \
379 *=* | --[!k]*);; \
380 *k*) failcom='fail=yes';; \
381 esac; \
382 done; \
383 dot_seen=no; \
384 case "$@" in \
385 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
386 *) list='$(SUBDIRS)' ;; \
387 esac; \
388 rev=''; for subdir in $$list; do \
389 if test "$$subdir" = "."; then :; else \
390 rev="$$subdir $$rev"; \
391 fi; \
392 done; \
393 rev="$$rev ."; \
394 target=`echo $@ | sed s/-recursive//`; \
395 for subdir in $$rev; do \
396 echo "Making $$target in $$subdir"; \
397 if test "$$subdir" = "."; then \
398 local_target="$$target-am"; \
399 else \
400 local_target="$$target"; \
401 fi; \
402 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
403 || eval $$failcom; \
404 done && test -z "$$fail"
405tags-recursive:
406 list='$(SUBDIRS)'; for subdir in $$list; do \
407 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
408 done
409ctags-recursive:
410 list='$(SUBDIRS)'; for subdir in $$list; do \
411 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
412 done
413
414ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
415 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
416 unique=`for i in $$list; do \
417 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
418 done | \
419 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
420 END { if (nonempty) { for (i in files) print i; }; }'`; \
421 mkid -fID $$unique
422tags: TAGS
423
424TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
425 $(TAGS_FILES) $(LISP)
426 set x; \
427 here=`pwd`; \
428 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
429 include_option=--etags-include; \
430 empty_fix=.; \
431 else \
432 include_option=--include; \
433 empty_fix=; \
434 fi; \
435 list='$(SUBDIRS)'; for subdir in $$list; do \
436 if test "$$subdir" = .; then :; else \
437 test ! -f $$subdir/TAGS || \
438 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
439 fi; \
440 done; \
441 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
442 unique=`for i in $$list; do \
443 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
444 done | \
445 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
446 END { if (nonempty) { for (i in files) print i; }; }'`; \
447 shift; \
448 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
449 test -n "$$unique" || unique=$$empty_fix; \
450 if test $$# -gt 0; then \
451 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
452 "$$@" $$unique; \
453 else \
454 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
455 $$unique; \
456 fi; \
457 fi
458ctags: CTAGS
459CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
460 $(TAGS_FILES) $(LISP)
461 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
462 unique=`for i in $$list; do \
463 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
464 done | \
465 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
466 END { if (nonempty) { for (i in files) print i; }; }'`; \
467 test -z "$(CTAGS_ARGS)$$unique" \
468 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
469 $$unique
470
471GTAGS:
472 here=`$(am__cd) $(top_builddir) && pwd` \
473 && $(am__cd) $(top_srcdir) \
474 && gtags -i $(GTAGS_ARGS) "$$here"
475
476distclean-tags:
477 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
478
479distdir: $(DISTFILES)
480 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
481 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
482 list='$(DISTFILES)'; \
483 dist_files=`for file in $$list; do echo $$file; done | \
484 sed -e "s|^$$srcdirstrip/||;t" \
485 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
486 case $$dist_files in \
487 */*) $(MKDIR_P) `echo "$$dist_files" | \
488 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
489 sort -u` ;; \
490 esac; \
491 for file in $$dist_files; do \
492 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
493 if test -d $$d/$$file; then \
494 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
495 if test -d "$(distdir)/$$file"; then \
496 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
497 fi; \
498 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
499 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
500 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
501 fi; \
502 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
503 else \
504 test -f "$(distdir)/$$file" \
505 || cp -p $$d/$$file "$(distdir)/$$file" \
506 || exit 1; \
507 fi; \
508 done
509 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
510 if test "$$subdir" = .; then :; else \
511 test -d "$(distdir)/$$subdir" \
512 || $(MKDIR_P) "$(distdir)/$$subdir" \
513 || exit 1; \
514 fi; \
515 done
516 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
517 if test "$$subdir" = .; then :; else \
518 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
519 $(am__relativize); \
520 new_distdir=$$reldir; \
521 dir1=$$subdir; dir2="$(top_distdir)"; \
522 $(am__relativize); \
523 new_top_distdir=$$reldir; \
524 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
525 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
526 ($(am__cd) $$subdir && \
527 $(MAKE) $(AM_MAKEFLAGS) \
528 top_distdir="$$new_top_distdir" \
529 distdir="$$new_distdir" \
530 am__remove_distdir=: \
531 am__skip_length_check=: \
532 am__skip_mode_fix=: \
533 distdir) \
534 || exit 1; \
535 fi; \
536 done
537 $(MAKE) $(AM_MAKEFLAGS) \
538 top_distdir="$(top_distdir)" distdir="$(distdir)" \
539 dist-hook
540check-am: all-am
541check: check-recursive
542all-am: Makefile $(DATA)
543installdirs: installdirs-recursive
544installdirs-am:
545 for dir in "$(DESTDIR)$(pkgdatadir)"; do \
546 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
547 done
548install: install-recursive
549install-exec: install-exec-recursive
550install-data: install-data-recursive
551uninstall: uninstall-recursive
552
553install-am: all-am
554 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
555
556installcheck: installcheck-recursive
557install-strip:
558 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
559 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
560 `test -z '$(STRIP)' || \
561 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
562mostlyclean-generic:
563
564clean-generic:
565
566distclean-generic:
567 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
568 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
569
570maintainer-clean-generic:
571 @echo "This command is intended for maintainers to use"
572 @echo "it deletes files that may require special tools to rebuild."
573clean: clean-recursive
574
575clean-am: clean-generic clean-libtool mostlyclean-am
576
577distclean: distclean-recursive
578 -rm -f Makefile
579distclean-am: clean-am distclean-generic distclean-tags
580
581dvi: dvi-recursive
582
583dvi-am:
584
585html: html-recursive
586
587html-am:
588
589info: info-recursive
590
591info-am:
592
593install-data-am: install-data-local install-pkgdataDATA
594
595install-dvi: install-dvi-recursive
596
597install-dvi-am:
598
599install-exec-am:
600
601install-html: install-html-recursive
602
603install-html-am:
604
605install-info: install-info-recursive
606
607install-info-am:
608
609install-man:
610
611install-pdf: install-pdf-recursive
612
613install-pdf-am:
614
615install-ps: install-ps-recursive
616
617install-ps-am:
618
619installcheck-am:
620
621maintainer-clean: maintainer-clean-recursive
622 -rm -f Makefile
623maintainer-clean-am: distclean-am maintainer-clean-generic
624
625mostlyclean: mostlyclean-recursive
626
627mostlyclean-am: mostlyclean-generic mostlyclean-libtool
628
629pdf: pdf-recursive
630
631pdf-am:
632
633ps: ps-recursive
634
635ps-am:
636
637uninstall-am: uninstall-pkgdataDATA
638
639.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
640 install-am install-strip tags-recursive
641
642.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
643 all all-am check check-am clean clean-generic clean-libtool \
644 ctags ctags-recursive dist-hook distclean distclean-generic \
645 distclean-libtool distclean-tags distdir dvi dvi-am html \
646 html-am info info-am install install-am install-data \
647 install-data-am install-data-local install-dvi install-dvi-am \
648 install-exec install-exec-am install-html install-html-am \
649 install-info install-info-am install-man install-pdf \
650 install-pdf-am install-pkgdataDATA install-ps install-ps-am \
651 install-strip installcheck installcheck-am installdirs \
652 installdirs-am maintainer-clean maintainer-clean-generic \
653 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
654 ps ps-am tags tags-recursive uninstall uninstall-am \
655 uninstall-pkgdataDATA
656
657
658install-data-local:
659 $(mkinstalldirs) $(DESTDIR)$(pkgpixdir)
660 $(mkinstalldirs) $(DESTDIR)$(pkgpixdir)/flags
661 @$(NORMAL_INSTALL)
662 for flag in $(srcdir)/contrib/flags/*.png; do \
663 if test -f $$flag; then \
664 $(INSTALL_DATA) $$flag $(DESTDIR)$(pkgpixdir)/flags/ ; \
665 fi \
666 done
667
668dist-hook:
669 if test -d $(srcdir)/contrib/flags; then \
670 mkdir -p $(distdir)/contrib/flags; \
671 for flag in $(srcdir)/contrib/flags/*.png; do \
672 if test -f $$flag; then \
673 cp -p $$flag $(distdir)/contrib/flags; \
674 fi \
675 done \
676 fi
677
678# Tell versions [3.59,3.63) of GNU make to not export all variables.
679# Otherwise a system limit (for SysV at least) may be exceeded.
680.NOEXPORT: