Fix installation/uninstallation and distribution of Russian manpages
[amule.git] / src / pixmaps / Makefile.in
blob0c0af8a30bf0ff993ba5d1f7b4cb5c3ef719dd31
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 subdir = src/pixmaps
37 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \
40 $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \
41 $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \
42 $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \
43 $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \
44 $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
45 $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
46 $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \
47 $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
48 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
49 $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \
50 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \
51 $(top_srcdir)/m4/plasmamule.m4 $(top_srcdir)/m4/progtest.m4 \
52 $(top_srcdir)/m4/qt.m4 $(top_srcdir)/m4/readline.m4 \
53 $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/uintmax_t.m4 \
54 $(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/m4/wxwin.m4 \
55 $(top_srcdir)/m4/zlib.m4 $(top_srcdir)/acinclude.m4 \
56 $(top_srcdir)/configure.in
57 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
58 $(ACLOCAL_M4)
59 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
60 CONFIG_HEADER = $(top_builddir)/config.h
61 CONFIG_CLEAN_FILES =
62 CONFIG_CLEAN_VPATH_FILES =
63 AM_V_GEN = $(am__v_GEN_$(V))
64 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
65 am__v_GEN_0 = @echo " GEN " $@;
66 AM_V_at = $(am__v_at_$(V))
67 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
68 am__v_at_0 = @
69 SOURCES =
70 DIST_SOURCES =
71 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
72 html-recursive info-recursive install-data-recursive \
73 install-dvi-recursive install-exec-recursive \
74 install-html-recursive install-info-recursive \
75 install-pdf-recursive install-ps-recursive install-recursive \
76 installcheck-recursive installdirs-recursive pdf-recursive \
77 ps-recursive uninstall-recursive
78 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
79 distclean-recursive maintainer-clean-recursive
80 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
81 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
82 distdir
83 ETAGS = etags
84 CTAGS = ctags
85 DIST_SUBDIRS = $(SUBDIRS)
86 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
87 am__relativize = \
88 dir0=`pwd`; \
89 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
90 sed_rest='s,^[^/]*/*,,'; \
91 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
92 sed_butlast='s,/*[^/]*$$,,'; \
93 while test -n "$$dir1"; do \
94 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
95 if test "$$first" != "."; then \
96 if test "$$first" = ".."; then \
97 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
98 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
99 else \
100 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
101 if test "$$first2" = "$$first"; then \
102 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
103 else \
104 dir2="../$$dir2"; \
105 fi; \
106 dir0="$$dir0"/"$$first"; \
107 fi; \
108 fi; \
109 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
110 done; \
111 reldir="$$dir2"
112 ACLOCAL = @ACLOCAL@
113 ALCC_MANPAGES = @ALCC_MANPAGES@
114 ALC_MANPAGES = @ALC_MANPAGES@
115 ALLOCA = @ALLOCA@
116 AMTAR = @AMTAR@
117 AMULECMD_MANPAGES = @AMULECMD_MANPAGES@
118 AMULEWEB_DEFS = @AMULEWEB_DEFS@
119 AMULE_DAEMON_MANPAGES = @AMULE_DAEMON_MANPAGES@
120 AMULE_GUI_MANPAGES = @AMULE_GUI_MANPAGES@
121 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
122 AR = @AR@
123 AUTOCONF = @AUTOCONF@
124 AUTOHEADER = @AUTOHEADER@
125 AUTOMAKE = @AUTOMAKE@
126 AWK = @AWK@
127 BFD_CPPFLAGS = @BFD_CPPFLAGS@
128 BFD_LIBS = @BFD_LIBS@
129 BUILD_CC = @BUILD_CC@
130 BUILD_CFLAGS = @BUILD_CFLAGS@
131 BUILD_CPPFLAGS = @BUILD_CPPFLAGS@
132 BUILD_EXEEXT = @BUILD_EXEEXT@
133 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
134 BUILD_LDFLAGS = @BUILD_LDFLAGS@
135 CAS_DEFS = @CAS_DEFS@
136 CAS_MANPAGES = @CAS_MANPAGES@
137 CATOBJEXT = @CATOBJEXT@
138 CC = @CC@
139 CCDEPMODE = @CCDEPMODE@
140 CFLAGS = @CFLAGS@
141 CPP = @CPP@
142 CPPFLAGS = @CPPFLAGS@
143 CRYPTOPP_CPPFLAGS = @CRYPTOPP_CPPFLAGS@
144 CRYPTOPP_LDFLAGS = @CRYPTOPP_LDFLAGS@
145 CRYPTOPP_LIBS = @CRYPTOPP_LIBS@
146 CXX = @CXX@
147 CXXCPP = @CXXCPP@
148 CXXDEPMODE = @CXXDEPMODE@
149 CXXFLAGS = @CXXFLAGS@
150 CYGPATH_W = @CYGPATH_W@
151 DATADIRNAME = @DATADIRNAME@
152 DEBUGFLAG = @DEBUGFLAG@
153 DEFS = @DEFS@
154 DEPDIR = @DEPDIR@
155 ECHO_C = @ECHO_C@
156 ECHO_N = @ECHO_N@
157 ECHO_T = @ECHO_T@
158 ED2K_MANPAGES = @ED2K_MANPAGES@
159 EGREP = @EGREP@
160 EXEEXT = @EXEEXT@
161 GDLIB_CFLAGS = @GDLIB_CFLAGS@
162 GDLIB_CONFIG_PATH = @GDLIB_CONFIG_PATH@
163 GDLIB_LDFLAGS = @GDLIB_LDFLAGS@
164 GDLIB_LIBS = @GDLIB_LIBS@
165 GENCAT = @GENCAT@
166 GEOIP_CPPFLAGS = @GEOIP_CPPFLAGS@
167 GEOIP_LDFLAGS = @GEOIP_LDFLAGS@
168 GEOIP_LIBS = @GEOIP_LIBS@
169 GLIBC21 = @GLIBC21@
170 GMSGFMT = @GMSGFMT@
171 GREP = @GREP@
172 INCINTL = @INCINTL@
173 INSTALL = @INSTALL@
174 INSTALL_DATA = @INSTALL_DATA@
175 INSTALL_PROGRAM = @INSTALL_PROGRAM@
176 INSTALL_SCRIPT = @INSTALL_SCRIPT@
177 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
178 INSTOBJEXT = @INSTOBJEXT@
179 INTLBISON = @INTLBISON@
180 INTLLIBS = @INTLLIBS@
181 INTLOBJS = @INTLOBJS@
182 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
183 KBUILDSYCOCA = @KBUILDSYCOCA@
184 KDE4_CONFIG = @KDE4_CONFIG@
185 KDE_APPLNK_PATH = @KDE_APPLNK_PATH@
186 KDE_HEADER_DIR = @KDE_HEADER_DIR@
187 KDE_ICON_PATH = @KDE_ICON_PATH@
188 KDE_MIME_PATH = @KDE_MIME_PATH@
189 KDE_MODULE_PATH = @KDE_MODULE_PATH@
190 KDE_SERVICE_PATH = @KDE_SERVICE_PATH@
191 LD = @LD@
192 LDFLAGS = @LDFLAGS@
193 LEX = @LEX@
194 LEXLIB = @LEXLIB@
195 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
196 LIBICONV = @LIBICONV@
197 LIBINTL = @LIBINTL@
198 LIBOBJS = @LIBOBJS@
199 LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
200 LIBPNG_CONFIG_PATH = @LIBPNG_CONFIG_PATH@
201 LIBPNG_LDFLAGS = @LIBPNG_LDFLAGS@
202 LIBPNG_LIBS = @LIBPNG_LIBS@
203 LIBS = @LIBS@
204 LIBUPNP_CFLAGS = @LIBUPNP_CFLAGS@
205 LIBUPNP_CPPFLAGS = @LIBUPNP_CPPFLAGS@
206 LIBUPNP_LDFLAGS = @LIBUPNP_LDFLAGS@
207 LIBUPNP_LIBS = @LIBUPNP_LIBS@
208 LTLIBICONV = @LTLIBICONV@
209 LTLIBINTL = @LTLIBINTL@
210 LTLIBOBJS = @LTLIBOBJS@
211 MAINT = @MAINT@
212 MAKEINFO = @MAKEINFO@
213 MKDIR_P = @MKDIR_P@
214 MKINSTALLDIRS = @MKINSTALLDIRS@
215 MONOLITHIC_MANPAGES = @MONOLITHIC_MANPAGES@
216 MSGFMT = @MSGFMT@
217 MSGMERGE = @MSGMERGE@
218 MULECFLAGS = @MULECFLAGS@
219 MULECPPFLAGS = @MULECPPFLAGS@
220 MULECXXFLAGS = @MULECXXFLAGS@
221 MULELDFLAGS = @MULELDFLAGS@
222 MULERCFLAGS = @MULERCFLAGS@
223 OBJEXT = @OBJEXT@
224 PACKAGE = @PACKAGE@
225 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
226 PACKAGE_NAME = @PACKAGE_NAME@
227 PACKAGE_STRING = @PACKAGE_STRING@
228 PACKAGE_TARNAME = @PACKAGE_TARNAME@
229 PACKAGE_URL = @PACKAGE_URL@
230 PACKAGE_VERSION = @PACKAGE_VERSION@
231 PATH_SEPARATOR = @PATH_SEPARATOR@
232 PKG_CONFIG = @PKG_CONFIG@
233 POSUB = @POSUB@
234 POW_LIB = @POW_LIB@
235 QT_CORE_CXXFLAGS = @QT_CORE_CXXFLAGS@
236 QT_CORE_LIBS = @QT_CORE_LIBS@
237 QT_DBUS_LDFLAGS = @QT_DBUS_LDFLAGS@
238 QT_GUI_CXXFLAGS = @QT_GUI_CXXFLAGS@
239 QT_GUI_LIBS = @QT_GUI_LIBS@
240 QT_MOC = @QT_MOC@
241 RANLIB = @RANLIB@
242 RC = @RC@
243 RCFLAGS = @RCFLAGS@
244 READLINE_LIBS = @READLINE_LIBS@
245 RESOLV_LIB = @RESOLV_LIB@
246 SET_MAKE = @SET_MAKE@
247 SHELL = @SHELL@
248 STRIP = @STRIP@
249 SVNDATE = @SVNDATE@
250 UPDATE_MIME_DATABASE = @UPDATE_MIME_DATABASE@
251 USER_INSTALL_HOOK = @USER_INSTALL_HOOK@
252 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
253 USE_NLS = @USE_NLS@
254 VERSION = @VERSION@
255 WEBSERVER_MANPAGES = @WEBSERVER_MANPAGES@
256 WXBASE_CPPFLAGS = @WXBASE_CPPFLAGS@
257 WXBASE_LIBS = @WXBASE_LIBS@
258 WXCAS_MANPAGES = @WXCAS_MANPAGES@
259 WX_CFLAGS = @WX_CFLAGS@
260 WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@
261 WX_CONFIG_PATH = @WX_CONFIG_PATH@
262 WX_CPPFLAGS = @WX_CPPFLAGS@
263 WX_CXXFLAGS = @WX_CXXFLAGS@
264 WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@
265 WX_DEBUG = @WX_DEBUG@
266 WX_LIBS = @WX_LIBS@
267 WX_PORT = @WX_PORT@
268 WX_RESCOMP = @WX_RESCOMP@
269 WX_SHARED = @WX_SHARED@
270 WX_UNICODE = @WX_UNICODE@
271 WX_VERSION_FULL = @WX_VERSION_FULL@
272 WX_VERSION_MAJOR = @WX_VERSION_MAJOR@
273 WX_VERSION_MINOR = @WX_VERSION_MINOR@
274 XGETTEXT = @XGETTEXT@
275 YACC = @YACC@
276 YFLAGS = @YFLAGS@
277 ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
278 ZLIB_LDFLAGS = @ZLIB_LDFLAGS@
279 ZLIB_LIBS = @ZLIB_LIBS@
280 abs_builddir = @abs_builddir@
281 abs_srcdir = @abs_srcdir@
282 abs_top_builddir = @abs_top_builddir@
283 abs_top_srcdir = @abs_top_srcdir@
284 ac_ct_BUILD_CC = @ac_ct_BUILD_CC@
285 ac_ct_CC = @ac_ct_CC@
286 ac_ct_CXX = @ac_ct_CXX@
287 am__include = @am__include@
288 am__leading_dot = @am__leading_dot@
289 am__quote = @am__quote@
290 am__tar = @am__tar@
291 am__untar = @am__untar@
292 bindir = @bindir@
293 build = @build@
294 build_alias = @build_alias@
295 build_cpu = @build_cpu@
296 build_os = @build_os@
297 build_vendor = @build_vendor@
298 builddir = @builddir@
299 datadir = @datadir@
300 datarootdir = @datarootdir@
301 docdir = @docdir@
302 dvidir = @dvidir@
303 exec_prefix = @exec_prefix@
304 host = @host@
305 host_alias = @host_alias@
306 host_cpu = @host_cpu@
307 host_os = @host_os@
308 host_vendor = @host_vendor@
309 htmldir = @htmldir@
310 includedir = @includedir@
311 infodir = @infodir@
312 install_sh = @install_sh@
313 libdir = @libdir@
314 libexecdir = @libexecdir@
315 localedir = @localedir@
316 localstatedir = @localstatedir@
317 mandir = @mandir@
318 mkdir_p = @mkdir_p@
319 oldincludedir = @oldincludedir@
320 pdfdir = @pdfdir@
321 prefix = @prefix@
322 program_transform_name = @program_transform_name@
323 psdir = @psdir@
324 sbindir = @sbindir@
325 sharedstatedir = @sharedstatedir@
326 srcdir = @srcdir@
327 sysconfdir = @sysconfdir@
328 target_alias = @target_alias@
329 top_build_prefix = @top_build_prefix@
330 top_builddir = @top_builddir@
331 top_srcdir = @top_srcdir@
332 SUBDIRS = flags_xpm
333 EXTRA_DIST = chat.ico.xpm \
334 mule_TrayIcon.ico.xpm \
335 mule_Tr_grey.ico.xpm \
336 mule_Tr_yellow.ico.xpm \
337 mule_TrayIcon_big.ico.xpm \
338 mule_Tr_grey_big.ico.xpm \
339 mule_Tr_yellow_big.ico.xpm \
340 sort_dnx2.xpm \
341 sort_dn.xpm \
342 sort_upx2.xpm \
343 sort_up.xpm
345 MAINTAINERCLEANFILES = Makefile.in
346 all: all-recursive
348 .SUFFIXES:
349 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
350 @for dep in $?; do \
351 case '$(am__configure_deps)' in \
352 *$$dep*) \
353 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
354 && { if test -f $@; then exit 0; else break; fi; }; \
355 exit 1;; \
356 esac; \
357 done; \
358 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/pixmaps/Makefile'; \
359 $(am__cd) $(top_srcdir) && \
360 $(AUTOMAKE) --foreign src/pixmaps/Makefile
361 .PRECIOUS: Makefile
362 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
363 @case '$?' in \
364 *config.status*) \
365 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
366 *) \
367 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
368 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
369 esac;
371 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
372 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
374 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
375 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
376 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
377 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
378 $(am__aclocal_m4_deps):
380 # This directory's subdirectories are mostly independent; you can cd
381 # into them and run `make' without going through this Makefile.
382 # To change the values of `make' variables: instead of editing Makefiles,
383 # (1) if the variable is set in `config.status', edit `config.status'
384 # (which will cause the Makefiles to be regenerated when you run `make');
385 # (2) otherwise, pass the desired values on the `make' command line.
386 $(RECURSIVE_TARGETS):
387 @fail= failcom='exit 1'; \
388 for f in x $$MAKEFLAGS; do \
389 case $$f in \
390 *=* | --[!k]*);; \
391 *k*) failcom='fail=yes';; \
392 esac; \
393 done; \
394 dot_seen=no; \
395 target=`echo $@ | sed s/-recursive//`; \
396 list='$(SUBDIRS)'; for subdir in $$list; do \
397 echo "Making $$target in $$subdir"; \
398 if test "$$subdir" = "."; then \
399 dot_seen=yes; \
400 local_target="$$target-am"; \
401 else \
402 local_target="$$target"; \
403 fi; \
404 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
405 || eval $$failcom; \
406 done; \
407 if test "$$dot_seen" = "no"; then \
408 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
409 fi; test -z "$$fail"
411 $(RECURSIVE_CLEAN_TARGETS):
412 @fail= failcom='exit 1'; \
413 for f in x $$MAKEFLAGS; do \
414 case $$f in \
415 *=* | --[!k]*);; \
416 *k*) failcom='fail=yes';; \
417 esac; \
418 done; \
419 dot_seen=no; \
420 case "$@" in \
421 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
422 *) list='$(SUBDIRS)' ;; \
423 esac; \
424 rev=''; for subdir in $$list; do \
425 if test "$$subdir" = "."; then :; else \
426 rev="$$subdir $$rev"; \
427 fi; \
428 done; \
429 rev="$$rev ."; \
430 target=`echo $@ | sed s/-recursive//`; \
431 for subdir in $$rev; do \
432 echo "Making $$target in $$subdir"; \
433 if test "$$subdir" = "."; then \
434 local_target="$$target-am"; \
435 else \
436 local_target="$$target"; \
437 fi; \
438 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
439 || eval $$failcom; \
440 done && test -z "$$fail"
441 tags-recursive:
442 list='$(SUBDIRS)'; for subdir in $$list; do \
443 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
444 done
445 ctags-recursive:
446 list='$(SUBDIRS)'; for subdir in $$list; do \
447 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
448 done
450 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
451 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
452 unique=`for i in $$list; do \
453 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
454 done | \
455 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
456 END { if (nonempty) { for (i in files) print i; }; }'`; \
457 mkid -fID $$unique
458 tags: TAGS
460 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
461 $(TAGS_FILES) $(LISP)
462 set x; \
463 here=`pwd`; \
464 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
465 include_option=--etags-include; \
466 empty_fix=.; \
467 else \
468 include_option=--include; \
469 empty_fix=; \
470 fi; \
471 list='$(SUBDIRS)'; for subdir in $$list; do \
472 if test "$$subdir" = .; then :; else \
473 test ! -f $$subdir/TAGS || \
474 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
475 fi; \
476 done; \
477 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
478 unique=`for i in $$list; do \
479 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
480 done | \
481 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
482 END { if (nonempty) { for (i in files) print i; }; }'`; \
483 shift; \
484 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
485 test -n "$$unique" || unique=$$empty_fix; \
486 if test $$# -gt 0; then \
487 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
488 "$$@" $$unique; \
489 else \
490 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
491 $$unique; \
492 fi; \
494 ctags: CTAGS
495 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
496 $(TAGS_FILES) $(LISP)
497 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
498 unique=`for i in $$list; do \
499 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
500 done | \
501 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
502 END { if (nonempty) { for (i in files) print i; }; }'`; \
503 test -z "$(CTAGS_ARGS)$$unique" \
504 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
505 $$unique
507 GTAGS:
508 here=`$(am__cd) $(top_builddir) && pwd` \
509 && $(am__cd) $(top_srcdir) \
510 && gtags -i $(GTAGS_ARGS) "$$here"
512 distclean-tags:
513 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
515 distdir: $(DISTFILES)
516 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
517 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
518 list='$(DISTFILES)'; \
519 dist_files=`for file in $$list; do echo $$file; done | \
520 sed -e "s|^$$srcdirstrip/||;t" \
521 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
522 case $$dist_files in \
523 */*) $(MKDIR_P) `echo "$$dist_files" | \
524 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
525 sort -u` ;; \
526 esac; \
527 for file in $$dist_files; do \
528 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
529 if test -d $$d/$$file; then \
530 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
531 if test -d "$(distdir)/$$file"; then \
532 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
533 fi; \
534 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
535 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
536 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
537 fi; \
538 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
539 else \
540 test -f "$(distdir)/$$file" \
541 || cp -p $$d/$$file "$(distdir)/$$file" \
542 || exit 1; \
543 fi; \
544 done
545 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
546 if test "$$subdir" = .; then :; else \
547 test -d "$(distdir)/$$subdir" \
548 || $(MKDIR_P) "$(distdir)/$$subdir" \
549 || exit 1; \
550 fi; \
551 done
552 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
553 if test "$$subdir" = .; then :; else \
554 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
555 $(am__relativize); \
556 new_distdir=$$reldir; \
557 dir1=$$subdir; dir2="$(top_distdir)"; \
558 $(am__relativize); \
559 new_top_distdir=$$reldir; \
560 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
561 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
562 ($(am__cd) $$subdir && \
563 $(MAKE) $(AM_MAKEFLAGS) \
564 top_distdir="$$new_top_distdir" \
565 distdir="$$new_distdir" \
566 am__remove_distdir=: \
567 am__skip_length_check=: \
568 am__skip_mode_fix=: \
569 distdir) \
570 || exit 1; \
571 fi; \
572 done
573 check-am: all-am
574 check: check-recursive
575 all-am: Makefile
576 installdirs: installdirs-recursive
577 installdirs-am:
578 install: install-recursive
579 install-exec: install-exec-recursive
580 install-data: install-data-recursive
581 uninstall: uninstall-recursive
583 install-am: all-am
584 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
586 installcheck: installcheck-recursive
587 install-strip:
588 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
589 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
590 `test -z '$(STRIP)' || \
591 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
592 mostlyclean-generic:
594 clean-generic:
596 distclean-generic:
597 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
598 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
600 maintainer-clean-generic:
601 @echo "This command is intended for maintainers to use"
602 @echo "it deletes files that may require special tools to rebuild."
603 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
604 clean: clean-recursive
606 clean-am: clean-generic mostlyclean-am
608 distclean: distclean-recursive
609 -rm -f Makefile
610 distclean-am: clean-am distclean-generic distclean-tags
612 dvi: dvi-recursive
614 dvi-am:
616 html: html-recursive
618 html-am:
620 info: info-recursive
622 info-am:
624 install-data-am:
626 install-dvi: install-dvi-recursive
628 install-dvi-am:
630 install-exec-am:
632 install-html: install-html-recursive
634 install-html-am:
636 install-info: install-info-recursive
638 install-info-am:
640 install-man:
642 install-pdf: install-pdf-recursive
644 install-pdf-am:
646 install-ps: install-ps-recursive
648 install-ps-am:
650 installcheck-am:
652 maintainer-clean: maintainer-clean-recursive
653 -rm -f Makefile
654 maintainer-clean-am: distclean-am maintainer-clean-generic
656 mostlyclean: mostlyclean-recursive
658 mostlyclean-am: mostlyclean-generic
660 pdf: pdf-recursive
662 pdf-am:
664 ps: ps-recursive
666 ps-am:
668 uninstall-am:
670 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
671 install-am install-strip tags-recursive
673 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
674 all all-am check check-am clean clean-generic ctags \
675 ctags-recursive distclean distclean-generic distclean-tags \
676 distdir dvi dvi-am html html-am info info-am install \
677 install-am install-data install-data-am install-dvi \
678 install-dvi-am install-exec install-exec-am install-html \
679 install-html-am install-info install-info-am install-man \
680 install-pdf install-pdf-am install-ps install-ps-am \
681 install-strip installcheck installcheck-am installdirs \
682 installdirs-am maintainer-clean maintainer-clean-generic \
683 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
684 tags-recursive uninstall uninstall-am
687 # Tell versions [3.59,3.63) of GNU make to not export all variables.
688 # Otherwise a system limit (for SysV at least) may be exceeded.
689 .NOEXPORT: