diff options
Diffstat (limited to 'contrib/Makefile.in')
-rw-r--r-- | contrib/Makefile.in | 680 |
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 | |||
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 = contrib | ||
38 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in | ||
39 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||
40 | am__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 | ||
50 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | ||
51 | $(ACLOCAL_M4) | ||
52 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | ||
53 | CONFIG_HEADER = $(top_builddir)/gnunet_gtk_config.h | ||
54 | CONFIG_CLEAN_FILES = | ||
55 | CONFIG_CLEAN_VPATH_FILES = | ||
56 | SOURCES = | ||
57 | DIST_SOURCES = | ||
58 | RECURSIVE_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 | ||
65 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | ||
66 | am__vpath_adj = case $$p in \ | ||
67 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | ||
68 | *) f=$$p;; \ | ||
69 | esac; | ||
70 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; | ||
71 | am__install_max = 40 | ||
72 | am__nobase_strip_setup = \ | ||
73 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` | ||
74 | am__nobase_strip = \ | ||
75 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" | ||
76 | am__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] }' | ||
83 | am__base_list = \ | ||
84 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ | ||
85 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | ||
86 | am__installdirs = "$(DESTDIR)$(pkgdatadir)" | ||
87 | DATA = $(pkgdata_DATA) | ||
88 | RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ | ||
89 | distclean-recursive maintainer-clean-recursive | ||
90 | AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ | ||
91 | $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ | ||
92 | distdir | ||
93 | ETAGS = etags | ||
94 | CTAGS = ctags | ||
95 | DIST_SUBDIRS = $(SUBDIRS) | ||
96 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
97 | am__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" | ||
122 | ACLOCAL = @ACLOCAL@ | ||
123 | AMTAR = @AMTAR@ | ||
124 | AR = @AR@ | ||
125 | AS = @AS@ | ||
126 | AUTOCONF = @AUTOCONF@ | ||
127 | AUTOHEADER = @AUTOHEADER@ | ||
128 | AUTOMAKE = @AUTOMAKE@ | ||
129 | AWK = @AWK@ | ||
130 | CC = @CC@ | ||
131 | CCDEPMODE = @CCDEPMODE@ | ||
132 | CFLAGS = @CFLAGS@ | ||
133 | CPP = @CPP@ | ||
134 | CPPFLAGS = @CPPFLAGS@ | ||
135 | CYGPATH_W = @CYGPATH_W@ | ||
136 | DEFS = @DEFS@ | ||
137 | DEPDIR = @DEPDIR@ | ||
138 | DLLTOOL = @DLLTOOL@ | ||
139 | DSYMUTIL = @DSYMUTIL@ | ||
140 | DUMPBIN = @DUMPBIN@ | ||
141 | ECHO_C = @ECHO_C@ | ||
142 | ECHO_N = @ECHO_N@ | ||
143 | ECHO_T = @ECHO_T@ | ||
144 | EGREP = @EGREP@ | ||
145 | EXEEXT = @EXEEXT@ | ||
146 | FGREP = @FGREP@ | ||
147 | GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ | ||
148 | GLADE_CFLAGS = @GLADE_CFLAGS@ | ||
149 | GLADE_LIBS = @GLADE_LIBS@ | ||
150 | GMSGFMT = @GMSGFMT@ | ||
151 | GMSGFMT_015 = @GMSGFMT_015@ | ||
152 | GNUNET_CFLAGS = @GNUNET_CFLAGS@ | ||
153 | GNUNET_LIBS = @GNUNET_LIBS@ | ||
154 | GREP = @GREP@ | ||
155 | GTK_CFLAGS = @GTK_CFLAGS@ | ||
156 | GTK_LIBS = @GTK_LIBS@ | ||
157 | INSTALL = @INSTALL@ | ||
158 | INSTALL_DATA = @INSTALL_DATA@ | ||
159 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | ||
160 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | ||
161 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | ||
162 | INTLLIBS = @INTLLIBS@ | ||
163 | LD = @LD@ | ||
164 | LDFLAGS = @LDFLAGS@ | ||
165 | LIBICONV = @LIBICONV@ | ||
166 | LIBINTL = @LIBINTL@ | ||
167 | LIBOBJS = @LIBOBJS@ | ||
168 | LIBS = @LIBS@ | ||
169 | LIBTOOL = @LIBTOOL@ | ||
170 | LIPO = @LIPO@ | ||
171 | LN_S = @LN_S@ | ||
172 | LTLIBICONV = @LTLIBICONV@ | ||
173 | LTLIBINTL = @LTLIBINTL@ | ||
174 | LTLIBOBJS = @LTLIBOBJS@ | ||
175 | MAKEINFO = @MAKEINFO@ | ||
176 | MANIFEST_TOOL = @MANIFEST_TOOL@ | ||
177 | MKDIR_P = @MKDIR_P@ | ||
178 | MSGFMT = @MSGFMT@ | ||
179 | MSGFMT_015 = @MSGFMT_015@ | ||
180 | MSGMERGE = @MSGMERGE@ | ||
181 | NM = @NM@ | ||
182 | NMEDIT = @NMEDIT@ | ||
183 | OBJDUMP = @OBJDUMP@ | ||
184 | OBJEXT = @OBJEXT@ | ||
185 | OTOOL = @OTOOL@ | ||
186 | OTOOL64 = @OTOOL64@ | ||
187 | PACKAGE = @PACKAGE@ | ||
188 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | ||
189 | PACKAGE_DATA = @PACKAGE_DATA@ | ||
190 | PACKAGE_NAME = @PACKAGE_NAME@ | ||
191 | PACKAGE_STRING = @PACKAGE_STRING@ | ||
192 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | ||
193 | PACKAGE_URL = @PACKAGE_URL@ | ||
194 | PACKAGE_VERSION = @PACKAGE_VERSION@ | ||
195 | PATH_SEPARATOR = @PATH_SEPARATOR@ | ||
196 | PKG_CONFIG = @PKG_CONFIG@ | ||
197 | POSUB = @POSUB@ | ||
198 | RANLIB = @RANLIB@ | ||
199 | SED = @SED@ | ||
200 | SET_MAKE = @SET_MAKE@ | ||
201 | SHELL = @SHELL@ | ||
202 | STRIP = @STRIP@ | ||
203 | USE_NLS = @USE_NLS@ | ||
204 | VERSION = @VERSION@ | ||
205 | XGETTEXT = @XGETTEXT@ | ||
206 | XGETTEXT_015 = @XGETTEXT_015@ | ||
207 | XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ | ||
208 | abs_builddir = @abs_builddir@ | ||
209 | abs_srcdir = @abs_srcdir@ | ||
210 | abs_top_builddir = @abs_top_builddir@ | ||
211 | abs_top_srcdir = @abs_top_srcdir@ | ||
212 | ac_ct_AR = @ac_ct_AR@ | ||
213 | ac_ct_CC = @ac_ct_CC@ | ||
214 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | ||
215 | am__include = @am__include@ | ||
216 | am__leading_dot = @am__leading_dot@ | ||
217 | am__quote = @am__quote@ | ||
218 | am__tar = @am__tar@ | ||
219 | am__untar = @am__untar@ | ||
220 | bindir = @bindir@ | ||
221 | build = @build@ | ||
222 | build_alias = @build_alias@ | ||
223 | build_cpu = @build_cpu@ | ||
224 | build_os = @build_os@ | ||
225 | build_vendor = @build_vendor@ | ||
226 | builddir = @builddir@ | ||
227 | datadir = @datadir@ | ||
228 | datarootdir = @datarootdir@ | ||
229 | docdir = @docdir@ | ||
230 | dvidir = @dvidir@ | ||
231 | exec_prefix = @exec_prefix@ | ||
232 | host = @host@ | ||
233 | host_alias = @host_alias@ | ||
234 | host_cpu = @host_cpu@ | ||
235 | host_os = @host_os@ | ||
236 | host_vendor = @host_vendor@ | ||
237 | htmldir = @htmldir@ | ||
238 | includedir = @includedir@ | ||
239 | infodir = @infodir@ | ||
240 | install_sh = @install_sh@ | ||
241 | libdir = @libdir@ | ||
242 | libexecdir = @libexecdir@ | ||
243 | localedir = @localedir@ | ||
244 | localstatedir = @localstatedir@ | ||
245 | mandir = @mandir@ | ||
246 | mkdir_p = @mkdir_p@ | ||
247 | oldincludedir = @oldincludedir@ | ||
248 | pdfdir = @pdfdir@ | ||
249 | prefix = @prefix@ | ||
250 | program_transform_name = @program_transform_name@ | ||
251 | psdir = @psdir@ | ||
252 | sbindir = @sbindir@ | ||
253 | sharedstatedir = @sharedstatedir@ | ||
254 | srcdir = @srcdir@ | ||
255 | sysconfdir = @sysconfdir@ | ||
256 | target_alias = @target_alias@ | ||
257 | top_build_prefix = @top_build_prefix@ | ||
258 | top_builddir = @top_builddir@ | ||
259 | top_srcdir = @top_srcdir@ | ||
260 | SUBDIRS = . | ||
261 | pkgpixdir = $(pkgdatadir) | ||
262 | EXTRA_DIST = \ | ||
263 | $(pkgdata_DATA) | ||
264 | |||
265 | pkgdata_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 | |||
284 | all: 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 | ||
300 | Makefile: $(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 | |||
318 | mostlyclean-libtool: | ||
319 | -rm -f *.lo | ||
320 | |||
321 | clean-libtool: | ||
322 | -rm -rf .libs _libs | ||
323 | install-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 | |||
336 | uninstall-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" | ||
405 | tags-recursive: | ||
406 | list='$(SUBDIRS)'; for subdir in $$list; do \ | ||
407 | test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ | ||
408 | done | ||
409 | ctags-recursive: | ||
410 | list='$(SUBDIRS)'; for subdir in $$list; do \ | ||
411 | test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ | ||
412 | done | ||
413 | |||
414 | ID: $(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 | ||
422 | tags: TAGS | ||
423 | |||
424 | TAGS: 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 | ||
458 | ctags: CTAGS | ||
459 | CTAGS: 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 | |||
471 | GTAGS: | ||
472 | here=`$(am__cd) $(top_builddir) && pwd` \ | ||
473 | && $(am__cd) $(top_srcdir) \ | ||
474 | && gtags -i $(GTAGS_ARGS) "$$here" | ||
475 | |||
476 | distclean-tags: | ||
477 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
478 | |||
479 | distdir: $(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 | ||
540 | check-am: all-am | ||
541 | check: check-recursive | ||
542 | all-am: Makefile $(DATA) | ||
543 | installdirs: installdirs-recursive | ||
544 | installdirs-am: | ||
545 | for dir in "$(DESTDIR)$(pkgdatadir)"; do \ | ||
546 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | ||
547 | done | ||
548 | install: install-recursive | ||
549 | install-exec: install-exec-recursive | ||
550 | install-data: install-data-recursive | ||
551 | uninstall: uninstall-recursive | ||
552 | |||
553 | install-am: all-am | ||
554 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | ||
555 | |||
556 | installcheck: installcheck-recursive | ||
557 | install-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 | ||
562 | mostlyclean-generic: | ||
563 | |||
564 | clean-generic: | ||
565 | |||
566 | distclean-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 | |||
570 | maintainer-clean-generic: | ||
571 | @echo "This command is intended for maintainers to use" | ||
572 | @echo "it deletes files that may require special tools to rebuild." | ||
573 | clean: clean-recursive | ||
574 | |||
575 | clean-am: clean-generic clean-libtool mostlyclean-am | ||
576 | |||
577 | distclean: distclean-recursive | ||
578 | -rm -f Makefile | ||
579 | distclean-am: clean-am distclean-generic distclean-tags | ||
580 | |||
581 | dvi: dvi-recursive | ||
582 | |||
583 | dvi-am: | ||
584 | |||
585 | html: html-recursive | ||
586 | |||
587 | html-am: | ||
588 | |||
589 | info: info-recursive | ||
590 | |||
591 | info-am: | ||
592 | |||
593 | install-data-am: install-data-local install-pkgdataDATA | ||
594 | |||
595 | install-dvi: install-dvi-recursive | ||
596 | |||
597 | install-dvi-am: | ||
598 | |||
599 | install-exec-am: | ||
600 | |||
601 | install-html: install-html-recursive | ||
602 | |||
603 | install-html-am: | ||
604 | |||
605 | install-info: install-info-recursive | ||
606 | |||
607 | install-info-am: | ||
608 | |||
609 | install-man: | ||
610 | |||
611 | install-pdf: install-pdf-recursive | ||
612 | |||
613 | install-pdf-am: | ||
614 | |||
615 | install-ps: install-ps-recursive | ||
616 | |||
617 | install-ps-am: | ||
618 | |||
619 | installcheck-am: | ||
620 | |||
621 | maintainer-clean: maintainer-clean-recursive | ||
622 | -rm -f Makefile | ||
623 | maintainer-clean-am: distclean-am maintainer-clean-generic | ||
624 | |||
625 | mostlyclean: mostlyclean-recursive | ||
626 | |||
627 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool | ||
628 | |||
629 | pdf: pdf-recursive | ||
630 | |||
631 | pdf-am: | ||
632 | |||
633 | ps: ps-recursive | ||
634 | |||
635 | ps-am: | ||
636 | |||
637 | uninstall-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 | |||
658 | install-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 | |||
668 | dist-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: | ||