Removed helper apps from plasma-install (Vollstrecker)
[amule.git] / src / pixmaps / Makefile.in
blob3b942cca050654b5584c2829e4fcc15ad65541f0
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 KDE4_CONFIG = @KDE4_CONFIG@
184 KDE_APPLNK_PATH = @KDE_APPLNK_PATH@
185 KDE_HEADER_DIR = @KDE_HEADER_DIR@
186 KDE_ICON_PATH = @KDE_ICON_PATH@
187 KDE_MIME_PATH = @KDE_MIME_PATH@
188 KDE_MODULE_PATH = @KDE_MODULE_PATH@
189 KDE_SERVICE_PATH = @KDE_SERVICE_PATH@
190 LD = @LD@
191 LDFLAGS = @LDFLAGS@
192 LEX = @LEX@
193 LEXLIB = @LEXLIB@
194 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
195 LIBICONV = @LIBICONV@
196 LIBINTL = @LIBINTL@
197 LIBOBJS = @LIBOBJS@
198 LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
199 LIBPNG_CONFIG_PATH = @LIBPNG_CONFIG_PATH@
200 LIBPNG_LDFLAGS = @LIBPNG_LDFLAGS@
201 LIBPNG_LIBS = @LIBPNG_LIBS@
202 LIBS = @LIBS@
203 LIBUPNP_CFLAGS = @LIBUPNP_CFLAGS@
204 LIBUPNP_CPPFLAGS = @LIBUPNP_CPPFLAGS@
205 LIBUPNP_LDFLAGS = @LIBUPNP_LDFLAGS@
206 LIBUPNP_LIBS = @LIBUPNP_LIBS@
207 LTLIBICONV = @LTLIBICONV@
208 LTLIBINTL = @LTLIBINTL@
209 LTLIBOBJS = @LTLIBOBJS@
210 MAINT = @MAINT@
211 MAKEINFO = @MAKEINFO@
212 MKDIR_P = @MKDIR_P@
213 MKINSTALLDIRS = @MKINSTALLDIRS@
214 MONOLITHIC_MANPAGES = @MONOLITHIC_MANPAGES@
215 MSGFMT = @MSGFMT@
216 MSGMERGE = @MSGMERGE@
217 MULECFLAGS = @MULECFLAGS@
218 MULECPPFLAGS = @MULECPPFLAGS@
219 MULECXXFLAGS = @MULECXXFLAGS@
220 MULELDFLAGS = @MULELDFLAGS@
221 MULERCFLAGS = @MULERCFLAGS@
222 OBJEXT = @OBJEXT@
223 PACKAGE = @PACKAGE@
224 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
225 PACKAGE_NAME = @PACKAGE_NAME@
226 PACKAGE_STRING = @PACKAGE_STRING@
227 PACKAGE_TARNAME = @PACKAGE_TARNAME@
228 PACKAGE_URL = @PACKAGE_URL@
229 PACKAGE_VERSION = @PACKAGE_VERSION@
230 PATH_SEPARATOR = @PATH_SEPARATOR@
231 PKG_CONFIG = @PKG_CONFIG@
232 POSUB = @POSUB@
233 POW_LIB = @POW_LIB@
234 QT_CORE_CXXFLAGS = @QT_CORE_CXXFLAGS@
235 QT_CORE_LIBS = @QT_CORE_LIBS@
236 QT_DBUS_LDFLAGS = @QT_DBUS_LDFLAGS@
237 QT_GUI_CXXFLAGS = @QT_GUI_CXXFLAGS@
238 QT_GUI_LIBS = @QT_GUI_LIBS@
239 QT_MOC = @QT_MOC@
240 RANLIB = @RANLIB@
241 RC = @RC@
242 RCFLAGS = @RCFLAGS@
243 READLINE_LIBS = @READLINE_LIBS@
244 RESOLV_LIB = @RESOLV_LIB@
245 SET_MAKE = @SET_MAKE@
246 SHELL = @SHELL@
247 STRIP = @STRIP@
248 SVNDATE = @SVNDATE@
249 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
250 USE_NLS = @USE_NLS@
251 VERSION = @VERSION@
252 WEBSERVER_MANPAGES = @WEBSERVER_MANPAGES@
253 WXBASE_CPPFLAGS = @WXBASE_CPPFLAGS@
254 WXBASE_LIBS = @WXBASE_LIBS@
255 WXCAS_MANPAGES = @WXCAS_MANPAGES@
256 WX_CFLAGS = @WX_CFLAGS@
257 WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@
258 WX_CONFIG_PATH = @WX_CONFIG_PATH@
259 WX_CPPFLAGS = @WX_CPPFLAGS@
260 WX_CXXFLAGS = @WX_CXXFLAGS@
261 WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@
262 WX_DEBUG = @WX_DEBUG@
263 WX_LIBS = @WX_LIBS@
264 WX_PORT = @WX_PORT@
265 WX_RESCOMP = @WX_RESCOMP@
266 WX_SHARED = @WX_SHARED@
267 WX_UNICODE = @WX_UNICODE@
268 WX_VERSION_FULL = @WX_VERSION_FULL@
269 WX_VERSION_MAJOR = @WX_VERSION_MAJOR@
270 WX_VERSION_MINOR = @WX_VERSION_MINOR@
271 XGETTEXT = @XGETTEXT@
272 YACC = @YACC@
273 YFLAGS = @YFLAGS@
274 ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
275 ZLIB_LDFLAGS = @ZLIB_LDFLAGS@
276 ZLIB_LIBS = @ZLIB_LIBS@
277 abs_builddir = @abs_builddir@
278 abs_srcdir = @abs_srcdir@
279 abs_top_builddir = @abs_top_builddir@
280 abs_top_srcdir = @abs_top_srcdir@
281 ac_ct_BUILD_CC = @ac_ct_BUILD_CC@
282 ac_ct_CC = @ac_ct_CC@
283 ac_ct_CXX = @ac_ct_CXX@
284 am__include = @am__include@
285 am__leading_dot = @am__leading_dot@
286 am__quote = @am__quote@
287 am__tar = @am__tar@
288 am__untar = @am__untar@
289 bindir = @bindir@
290 build = @build@
291 build_alias = @build_alias@
292 build_cpu = @build_cpu@
293 build_os = @build_os@
294 build_vendor = @build_vendor@
295 builddir = @builddir@
296 datadir = @datadir@
297 datarootdir = @datarootdir@
298 docdir = @docdir@
299 dvidir = @dvidir@
300 exec_prefix = @exec_prefix@
301 host = @host@
302 host_alias = @host_alias@
303 host_cpu = @host_cpu@
304 host_os = @host_os@
305 host_vendor = @host_vendor@
306 htmldir = @htmldir@
307 includedir = @includedir@
308 infodir = @infodir@
309 install_sh = @install_sh@
310 libdir = @libdir@
311 libexecdir = @libexecdir@
312 localedir = @localedir@
313 localstatedir = @localstatedir@
314 mandir = @mandir@
315 mkdir_p = @mkdir_p@
316 oldincludedir = @oldincludedir@
317 pdfdir = @pdfdir@
318 prefix = @prefix@
319 program_transform_name = @program_transform_name@
320 psdir = @psdir@
321 sbindir = @sbindir@
322 sharedstatedir = @sharedstatedir@
323 srcdir = @srcdir@
324 sysconfdir = @sysconfdir@
325 target_alias = @target_alias@
326 top_build_prefix = @top_build_prefix@
327 top_builddir = @top_builddir@
328 top_srcdir = @top_srcdir@
329 SUBDIRS = flags_xpm
330 EXTRA_DIST = chat.ico.xpm \
331 mule_TrayIcon.ico.xpm \
332 mule_Tr_grey.ico.xpm \
333 mule_Tr_yellow.ico.xpm \
334 mule_TrayIcon_big.ico.xpm \
335 mule_Tr_grey_big.ico.xpm \
336 mule_Tr_yellow_big.ico.xpm \
337 sort_dnx2.xpm \
338 sort_dn.xpm \
339 sort_upx2.xpm \
340 sort_up.xpm
342 MAINTAINERCLEANFILES = Makefile.in
343 all: all-recursive
345 .SUFFIXES:
346 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
347 @for dep in $?; do \
348 case '$(am__configure_deps)' in \
349 *$$dep*) \
350 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
351 && { if test -f $@; then exit 0; else break; fi; }; \
352 exit 1;; \
353 esac; \
354 done; \
355 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/pixmaps/Makefile'; \
356 $(am__cd) $(top_srcdir) && \
357 $(AUTOMAKE) --foreign src/pixmaps/Makefile
358 .PRECIOUS: Makefile
359 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
360 @case '$?' in \
361 *config.status*) \
362 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
363 *) \
364 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
365 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
366 esac;
368 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
369 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
371 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
372 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
373 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
374 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
375 $(am__aclocal_m4_deps):
377 # This directory's subdirectories are mostly independent; you can cd
378 # into them and run `make' without going through this Makefile.
379 # To change the values of `make' variables: instead of editing Makefiles,
380 # (1) if the variable is set in `config.status', edit `config.status'
381 # (which will cause the Makefiles to be regenerated when you run `make');
382 # (2) otherwise, pass the desired values on the `make' command line.
383 $(RECURSIVE_TARGETS):
384 @fail= failcom='exit 1'; \
385 for f in x $$MAKEFLAGS; do \
386 case $$f in \
387 *=* | --[!k]*);; \
388 *k*) failcom='fail=yes';; \
389 esac; \
390 done; \
391 dot_seen=no; \
392 target=`echo $@ | sed s/-recursive//`; \
393 list='$(SUBDIRS)'; for subdir in $$list; do \
394 echo "Making $$target in $$subdir"; \
395 if test "$$subdir" = "."; then \
396 dot_seen=yes; \
397 local_target="$$target-am"; \
398 else \
399 local_target="$$target"; \
400 fi; \
401 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
402 || eval $$failcom; \
403 done; \
404 if test "$$dot_seen" = "no"; then \
405 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
406 fi; test -z "$$fail"
408 $(RECURSIVE_CLEAN_TARGETS):
409 @fail= failcom='exit 1'; \
410 for f in x $$MAKEFLAGS; do \
411 case $$f in \
412 *=* | --[!k]*);; \
413 *k*) failcom='fail=yes';; \
414 esac; \
415 done; \
416 dot_seen=no; \
417 case "$@" in \
418 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
419 *) list='$(SUBDIRS)' ;; \
420 esac; \
421 rev=''; for subdir in $$list; do \
422 if test "$$subdir" = "."; then :; else \
423 rev="$$subdir $$rev"; \
424 fi; \
425 done; \
426 rev="$$rev ."; \
427 target=`echo $@ | sed s/-recursive//`; \
428 for subdir in $$rev; do \
429 echo "Making $$target in $$subdir"; \
430 if test "$$subdir" = "."; then \
431 local_target="$$target-am"; \
432 else \
433 local_target="$$target"; \
434 fi; \
435 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
436 || eval $$failcom; \
437 done && test -z "$$fail"
438 tags-recursive:
439 list='$(SUBDIRS)'; for subdir in $$list; do \
440 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
441 done
442 ctags-recursive:
443 list='$(SUBDIRS)'; for subdir in $$list; do \
444 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
445 done
447 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
448 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
449 unique=`for i in $$list; do \
450 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
451 done | \
452 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
453 END { if (nonempty) { for (i in files) print i; }; }'`; \
454 mkid -fID $$unique
455 tags: TAGS
457 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
458 $(TAGS_FILES) $(LISP)
459 set x; \
460 here=`pwd`; \
461 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
462 include_option=--etags-include; \
463 empty_fix=.; \
464 else \
465 include_option=--include; \
466 empty_fix=; \
467 fi; \
468 list='$(SUBDIRS)'; for subdir in $$list; do \
469 if test "$$subdir" = .; then :; else \
470 test ! -f $$subdir/TAGS || \
471 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
472 fi; \
473 done; \
474 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
475 unique=`for i in $$list; do \
476 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
477 done | \
478 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
479 END { if (nonempty) { for (i in files) print i; }; }'`; \
480 shift; \
481 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
482 test -n "$$unique" || unique=$$empty_fix; \
483 if test $$# -gt 0; then \
484 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
485 "$$@" $$unique; \
486 else \
487 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
488 $$unique; \
489 fi; \
491 ctags: CTAGS
492 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
493 $(TAGS_FILES) $(LISP)
494 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
495 unique=`for i in $$list; do \
496 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
497 done | \
498 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
499 END { if (nonempty) { for (i in files) print i; }; }'`; \
500 test -z "$(CTAGS_ARGS)$$unique" \
501 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
502 $$unique
504 GTAGS:
505 here=`$(am__cd) $(top_builddir) && pwd` \
506 && $(am__cd) $(top_srcdir) \
507 && gtags -i $(GTAGS_ARGS) "$$here"
509 distclean-tags:
510 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
512 distdir: $(DISTFILES)
513 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
514 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
515 list='$(DISTFILES)'; \
516 dist_files=`for file in $$list; do echo $$file; done | \
517 sed -e "s|^$$srcdirstrip/||;t" \
518 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
519 case $$dist_files in \
520 */*) $(MKDIR_P) `echo "$$dist_files" | \
521 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
522 sort -u` ;; \
523 esac; \
524 for file in $$dist_files; do \
525 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
526 if test -d $$d/$$file; then \
527 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
528 if test -d "$(distdir)/$$file"; then \
529 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
530 fi; \
531 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
532 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
533 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
534 fi; \
535 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
536 else \
537 test -f "$(distdir)/$$file" \
538 || cp -p $$d/$$file "$(distdir)/$$file" \
539 || exit 1; \
540 fi; \
541 done
542 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
543 if test "$$subdir" = .; then :; else \
544 test -d "$(distdir)/$$subdir" \
545 || $(MKDIR_P) "$(distdir)/$$subdir" \
546 || exit 1; \
547 fi; \
548 done
549 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
550 if test "$$subdir" = .; then :; else \
551 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
552 $(am__relativize); \
553 new_distdir=$$reldir; \
554 dir1=$$subdir; dir2="$(top_distdir)"; \
555 $(am__relativize); \
556 new_top_distdir=$$reldir; \
557 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
558 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
559 ($(am__cd) $$subdir && \
560 $(MAKE) $(AM_MAKEFLAGS) \
561 top_distdir="$$new_top_distdir" \
562 distdir="$$new_distdir" \
563 am__remove_distdir=: \
564 am__skip_length_check=: \
565 am__skip_mode_fix=: \
566 distdir) \
567 || exit 1; \
568 fi; \
569 done
570 check-am: all-am
571 check: check-recursive
572 all-am: Makefile
573 installdirs: installdirs-recursive
574 installdirs-am:
575 install: install-recursive
576 install-exec: install-exec-recursive
577 install-data: install-data-recursive
578 uninstall: uninstall-recursive
580 install-am: all-am
581 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
583 installcheck: installcheck-recursive
584 install-strip:
585 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
586 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
587 `test -z '$(STRIP)' || \
588 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
589 mostlyclean-generic:
591 clean-generic:
593 distclean-generic:
594 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
595 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
597 maintainer-clean-generic:
598 @echo "This command is intended for maintainers to use"
599 @echo "it deletes files that may require special tools to rebuild."
600 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
601 clean: clean-recursive
603 clean-am: clean-generic mostlyclean-am
605 distclean: distclean-recursive
606 -rm -f Makefile
607 distclean-am: clean-am distclean-generic distclean-tags
609 dvi: dvi-recursive
611 dvi-am:
613 html: html-recursive
615 html-am:
617 info: info-recursive
619 info-am:
621 install-data-am:
623 install-dvi: install-dvi-recursive
625 install-dvi-am:
627 install-exec-am:
629 install-html: install-html-recursive
631 install-html-am:
633 install-info: install-info-recursive
635 install-info-am:
637 install-man:
639 install-pdf: install-pdf-recursive
641 install-pdf-am:
643 install-ps: install-ps-recursive
645 install-ps-am:
647 installcheck-am:
649 maintainer-clean: maintainer-clean-recursive
650 -rm -f Makefile
651 maintainer-clean-am: distclean-am maintainer-clean-generic
653 mostlyclean: mostlyclean-recursive
655 mostlyclean-am: mostlyclean-generic
657 pdf: pdf-recursive
659 pdf-am:
661 ps: ps-recursive
663 ps-am:
665 uninstall-am:
667 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
668 install-am install-strip tags-recursive
670 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
671 all all-am check check-am clean clean-generic ctags \
672 ctags-recursive distclean distclean-generic distclean-tags \
673 distdir dvi dvi-am html html-am info info-am install \
674 install-am install-data install-data-am install-dvi \
675 install-dvi-am install-exec install-exec-am install-html \
676 install-html-am install-info install-info-am install-man \
677 install-pdf install-pdf-am install-ps install-ps-am \
678 install-strip installcheck installcheck-am installdirs \
679 installdirs-am maintainer-clean maintainer-clean-generic \
680 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
681 tags-recursive uninstall uninstall-am
684 # Tell versions [3.59,3.63) of GNU make to not export all variables.
685 # Otherwise a system limit (for SysV at least) may be exceeded.
686 .NOEXPORT: