Whitespace fixes
[amule.git] / src / utils / Makefile.in
blob6d65dc46a58754b09daa23836f8bf61664c39893
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 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
37 $(top_srcdir)/automake/dist-hook.am
38 subdir = src/utils
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \
41 $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \
42 $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \
43 $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \
44 $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \
45 $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
46 $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
47 $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \
48 $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
49 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
50 $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \
51 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \
52 $(top_srcdir)/m4/plasmamule.m4 $(top_srcdir)/m4/progtest.m4 \
53 $(top_srcdir)/m4/qt.m4 $(top_srcdir)/m4/readline.m4 \
54 $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/uintmax_t.m4 \
55 $(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/m4/wxwin.m4 \
56 $(top_srcdir)/m4/zlib.m4 $(top_srcdir)/acinclude.m4 \
57 $(top_srcdir)/configure.in
58 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59 $(ACLOCAL_M4)
60 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
61 CONFIG_HEADER = $(top_builddir)/config.h
62 CONFIG_CLEAN_FILES =
63 CONFIG_CLEAN_VPATH_FILES =
64 AM_V_GEN = $(am__v_GEN_$(V))
65 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
66 am__v_GEN_0 = @echo " GEN " $@;
67 AM_V_at = $(am__v_at_$(V))
68 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
69 am__v_at_0 = @
70 SOURCES =
71 DIST_SOURCES =
72 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
73 html-recursive info-recursive install-data-recursive \
74 install-dvi-recursive install-exec-recursive \
75 install-html-recursive install-info-recursive \
76 install-pdf-recursive install-ps-recursive install-recursive \
77 installcheck-recursive installdirs-recursive pdf-recursive \
78 ps-recursive uninstall-recursive
79 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
80 distclean-recursive maintainer-clean-recursive
81 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
82 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
83 distdir
84 ETAGS = etags
85 CTAGS = ctags
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 @CAS_TRUE@OPT_CAS = cas
330 @WXCAS_TRUE@OPT_WXCAS = wxCas
331 @ALCC_TRUE@OPT_ALC = aLinkCreator
332 @ALC_TRUE@OPT_ALC = aLinkCreator
333 @XAS_TRUE@OPT_XAS = xas
334 @PLASMAMULE_TRUE@OPT_PLASMAMULE = plasmamule
335 @FILEVIEW_TRUE@OPT_FILEVIEW = fileview
336 SUBDIRS = $(OPT_FILEVIEW) $(OPT_XAS) $(OPT_CAS) $(OPT_WXCAS) $(OPT_ALC) ${OPT_PLASMAMULE}
337 DIST_SUBDIRS = fileview xas cas wxCas aLinkCreator plasmamule
338 MAINTAINERCLEANFILES = Makefile.in
339 EXTRA_DIST = mkFileSum.c
340 EXTRA__DIST__SUBDIRS = amps scripts
341 DISTCLEANFILES = scripts/denoiser.sed
342 all: all-recursive
344 .SUFFIXES:
345 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/automake/dist-hook.am $(am__configure_deps)
346 @for dep in $?; do \
347 case '$(am__configure_deps)' in \
348 *$$dep*) \
349 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
350 && { if test -f $@; then exit 0; else break; fi; }; \
351 exit 1;; \
352 esac; \
353 done; \
354 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/utils/Makefile'; \
355 $(am__cd) $(top_srcdir) && \
356 $(AUTOMAKE) --foreign src/utils/Makefile
357 .PRECIOUS: Makefile
358 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
359 @case '$?' in \
360 *config.status*) \
361 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
362 *) \
363 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
364 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
365 esac;
367 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
368 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
370 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
371 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
372 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
373 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
374 $(am__aclocal_m4_deps):
376 # This directory's subdirectories are mostly independent; you can cd
377 # into them and run `make' without going through this Makefile.
378 # To change the values of `make' variables: instead of editing Makefiles,
379 # (1) if the variable is set in `config.status', edit `config.status'
380 # (which will cause the Makefiles to be regenerated when you run `make');
381 # (2) otherwise, pass the desired values on the `make' command line.
382 $(RECURSIVE_TARGETS):
383 @fail= failcom='exit 1'; \
384 for f in x $$MAKEFLAGS; do \
385 case $$f in \
386 *=* | --[!k]*);; \
387 *k*) failcom='fail=yes';; \
388 esac; \
389 done; \
390 dot_seen=no; \
391 target=`echo $@ | sed s/-recursive//`; \
392 list='$(SUBDIRS)'; for subdir in $$list; do \
393 echo "Making $$target in $$subdir"; \
394 if test "$$subdir" = "."; then \
395 dot_seen=yes; \
396 local_target="$$target-am"; \
397 else \
398 local_target="$$target"; \
399 fi; \
400 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
401 || eval $$failcom; \
402 done; \
403 if test "$$dot_seen" = "no"; then \
404 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
405 fi; test -z "$$fail"
407 $(RECURSIVE_CLEAN_TARGETS):
408 @fail= failcom='exit 1'; \
409 for f in x $$MAKEFLAGS; do \
410 case $$f in \
411 *=* | --[!k]*);; \
412 *k*) failcom='fail=yes';; \
413 esac; \
414 done; \
415 dot_seen=no; \
416 case "$@" in \
417 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
418 *) list='$(SUBDIRS)' ;; \
419 esac; \
420 rev=''; for subdir in $$list; do \
421 if test "$$subdir" = "."; then :; else \
422 rev="$$subdir $$rev"; \
423 fi; \
424 done; \
425 rev="$$rev ."; \
426 target=`echo $@ | sed s/-recursive//`; \
427 for subdir in $$rev; do \
428 echo "Making $$target in $$subdir"; \
429 if test "$$subdir" = "."; then \
430 local_target="$$target-am"; \
431 else \
432 local_target="$$target"; \
433 fi; \
434 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
435 || eval $$failcom; \
436 done && test -z "$$fail"
437 tags-recursive:
438 list='$(SUBDIRS)'; for subdir in $$list; do \
439 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
440 done
441 ctags-recursive:
442 list='$(SUBDIRS)'; for subdir in $$list; do \
443 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
444 done
446 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
447 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
448 unique=`for i in $$list; do \
449 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
450 done | \
451 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
452 END { if (nonempty) { for (i in files) print i; }; }'`; \
453 mkid -fID $$unique
454 tags: TAGS
456 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
457 $(TAGS_FILES) $(LISP)
458 set x; \
459 here=`pwd`; \
460 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
461 include_option=--etags-include; \
462 empty_fix=.; \
463 else \
464 include_option=--include; \
465 empty_fix=; \
466 fi; \
467 list='$(SUBDIRS)'; for subdir in $$list; do \
468 if test "$$subdir" = .; then :; else \
469 test ! -f $$subdir/TAGS || \
470 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
471 fi; \
472 done; \
473 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
474 unique=`for i in $$list; do \
475 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
476 done | \
477 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
478 END { if (nonempty) { for (i in files) print i; }; }'`; \
479 shift; \
480 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
481 test -n "$$unique" || unique=$$empty_fix; \
482 if test $$# -gt 0; then \
483 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
484 "$$@" $$unique; \
485 else \
486 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
487 $$unique; \
488 fi; \
490 ctags: CTAGS
491 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
492 $(TAGS_FILES) $(LISP)
493 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
494 unique=`for i in $$list; do \
495 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
496 done | \
497 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
498 END { if (nonempty) { for (i in files) print i; }; }'`; \
499 test -z "$(CTAGS_ARGS)$$unique" \
500 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
501 $$unique
503 GTAGS:
504 here=`$(am__cd) $(top_builddir) && pwd` \
505 && $(am__cd) $(top_srcdir) \
506 && gtags -i $(GTAGS_ARGS) "$$here"
508 distclean-tags:
509 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
511 distdir: $(DISTFILES)
512 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
513 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
514 list='$(DISTFILES)'; \
515 dist_files=`for file in $$list; do echo $$file; done | \
516 sed -e "s|^$$srcdirstrip/||;t" \
517 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
518 case $$dist_files in \
519 */*) $(MKDIR_P) `echo "$$dist_files" | \
520 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
521 sort -u` ;; \
522 esac; \
523 for file in $$dist_files; do \
524 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
525 if test -d $$d/$$file; then \
526 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
527 if test -d "$(distdir)/$$file"; then \
528 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
529 fi; \
530 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
531 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
532 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
533 fi; \
534 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
535 else \
536 test -f "$(distdir)/$$file" \
537 || cp -p $$d/$$file "$(distdir)/$$file" \
538 || exit 1; \
539 fi; \
540 done
541 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
542 if test "$$subdir" = .; then :; else \
543 test -d "$(distdir)/$$subdir" \
544 || $(MKDIR_P) "$(distdir)/$$subdir" \
545 || exit 1; \
546 fi; \
547 done
548 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
549 if test "$$subdir" = .; then :; else \
550 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
551 $(am__relativize); \
552 new_distdir=$$reldir; \
553 dir1=$$subdir; dir2="$(top_distdir)"; \
554 $(am__relativize); \
555 new_top_distdir=$$reldir; \
556 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
557 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
558 ($(am__cd) $$subdir && \
559 $(MAKE) $(AM_MAKEFLAGS) \
560 top_distdir="$$new_top_distdir" \
561 distdir="$$new_distdir" \
562 am__remove_distdir=: \
563 am__skip_length_check=: \
564 am__skip_mode_fix=: \
565 distdir) \
566 || exit 1; \
567 fi; \
568 done
569 $(MAKE) $(AM_MAKEFLAGS) \
570 top_distdir="$(top_distdir)" distdir="$(distdir)" \
571 dist-hook
572 check-am: all-am
573 check: check-recursive
574 all-am: Makefile
575 installdirs: installdirs-recursive
576 installdirs-am:
577 install: install-recursive
578 install-exec: install-exec-recursive
579 install-data: install-data-recursive
580 uninstall: uninstall-recursive
582 install-am: all-am
583 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
585 installcheck: installcheck-recursive
586 install-strip:
587 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
588 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
589 `test -z '$(STRIP)' || \
590 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
591 mostlyclean-generic:
593 clean-generic:
595 distclean-generic:
596 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
597 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
598 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
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 dist-hook distclean distclean-generic \
676 distclean-tags distdir dvi dvi-am html html-am info info-am \
677 install 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
686 dist-hook:
687 test -z "$(EXTRA__DIST__SUBDIRS)" || \
688 for d in $(EXTRA__DIST__SUBDIRS) ; do \
689 mkdir $(distdir)/$$d ; \
690 for f in `find $(srcdir)/$$d -name '.svn' -prune -o -printf "%P\n"` ; do \
691 if test -d $(srcdir)/$$d/$$f ; then \
692 mkdir $(distdir)/$$d/$$f ; \
693 else \
694 cp -p $(srcdir)/$$d/$$f $(distdir)/$$d/$$f ; \
695 fi ; \
696 done ; \
697 done
699 # Tell versions [3.59,3.63) of GNU make to not export all variables.
700 # Otherwise a system limit (for SysV at least) may be exceeded.
701 .NOEXPORT: