1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
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
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
)
34 build_triplet
= @build@
36 DIST_COMMON
= $(srcdir)/Makefile.am
$(srcdir)/Makefile.in \
37 $(top_srcdir
)/automake
/dist-hook.am
39 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
40 am__aclocal_m4_deps
= $(top_srcdir
)/m4
/GeoIP.m4 \
41 $(top_srcdir
)/m4
/bfd.m4
$(top_srcdir
)/m4
/boost.m4 \
42 $(top_srcdir
)/m4
/build-tools.m4
$(top_srcdir
)/m4
/codeset.m4 \
43 $(top_srcdir
)/m4
/cryptopp.m4
$(top_srcdir
)/m4
/fallocate.m4 \
44 $(top_srcdir
)/m4
/gdlib.m4
$(top_srcdir
)/m4
/gettext.m4 \
45 $(top_srcdir
)/m4
/glibc21.m4
$(top_srcdir
)/m4
/iconv.m4 \
46 $(top_srcdir
)/m4
/intdiv0.m4
$(top_srcdir
)/m4
/inttypes-pri.m4 \
47 $(top_srcdir
)/m4
/inttypes.m4
$(top_srcdir
)/m4
/inttypes_h.m4 \
48 $(top_srcdir
)/m4
/isc-posix.m4
$(top_srcdir
)/m4
/kde.m4 \
49 $(top_srcdir
)/m4
/lcmessage.m4
$(top_srcdir
)/m4
/lib-ld.m4 \
50 $(top_srcdir
)/m4
/lib-link.m4
$(top_srcdir
)/m4
/lib-prefix.m4 \
51 $(top_srcdir
)/m4
/libpng.m4
$(top_srcdir
)/m4
/libupnp.m4 \
52 $(top_srcdir
)/m4
/mmap.m4
$(top_srcdir
)/m4
/muleboost.m4 \
53 $(top_srcdir
)/m4
/nls.m4
$(top_srcdir
)/m4
/pkg.m4 \
54 $(top_srcdir
)/m4
/plasmamule.m4
$(top_srcdir
)/m4
/progtest.m4 \
55 $(top_srcdir
)/m4
/qt.m4
$(top_srcdir
)/m4
/readline.m4 \
56 $(top_srcdir
)/m4
/stdint_h.m4
$(top_srcdir
)/m4
/uintmax_t.m4 \
57 $(top_srcdir
)/m4
/ulonglong.m4
$(top_srcdir
)/m4
/wxwin.m4 \
58 $(top_srcdir
)/m4
/zlib.m4
$(top_srcdir
)/acinclude.m4 \
59 $(top_srcdir
)/configure.in
60 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
62 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
63 CONFIG_HEADER
= $(top_builddir
)/config.h
65 CONFIG_CLEAN_VPATH_FILES
=
66 AM_V_GEN
= $(am__v_GEN_
$(V
))
67 am__v_GEN_
= $(am__v_GEN_
$(AM_DEFAULT_VERBOSITY
))
68 am__v_GEN_0
= @echo
" GEN " $@
;
69 AM_V_at
= $(am__v_at_
$(V
))
70 am__v_at_
= $(am__v_at_
$(AM_DEFAULT_VERBOSITY
))
74 RECURSIVE_TARGETS
= all-recursive check-recursive dvi-recursive \
75 html-recursive info-recursive install-data-recursive \
76 install-dvi-recursive install-exec-recursive \
77 install-html-recursive install-info-recursive \
78 install-pdf-recursive install-ps-recursive install-recursive \
79 installcheck-recursive installdirs-recursive pdf-recursive \
80 ps-recursive uninstall-recursive
81 RECURSIVE_CLEAN_TARGETS
= mostlyclean-recursive clean-recursive \
82 distclean-recursive maintainer-clean-recursive
83 AM_RECURSIVE_TARGETS
= $(RECURSIVE_TARGETS
:-recursive
=) \
84 $(RECURSIVE_CLEAN_TARGETS
:-recursive
=) tags TAGS ctags CTAGS \
88 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
91 sed_first
='s,^\([^/]*\)/.*$$,\1,'; \
92 sed_rest
='s,^[^/]*/*,,'; \
93 sed_last
='s,^.*/\([^/]*\)$$,\1,'; \
94 sed_butlast
='s,/*[^/]*$$,,'; \
95 while
test -n
"$$dir1"; do \
96 first
=`echo "$$dir1" | sed -e "$$sed_first"`; \
97 if
test "$$first" != "."; then \
98 if
test "$$first" = ".."; then \
99 dir2
=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
100 dir0
=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
102 first2
=`echo "$$dir2" | sed -e "$$sed_first"`; \
103 if
test "$$first2" = "$$first"; then \
104 dir2
=`echo "$$dir2" | sed -e "$$sed_rest"`; \
108 dir0
="$$dir0"/"$$first"; \
111 dir1
=`echo "$$dir1" | sed -e "$$sed_rest"`; \
115 ALCC_MANPAGES
= @ALCC_MANPAGES@
116 ALC_MANPAGES
= @ALC_MANPAGES@
119 AMULECMD_MANPAGES
= @AMULECMD_MANPAGES@
120 AMULEWEB_DEFS
= @AMULEWEB_DEFS@
121 AMULE_DAEMON_MANPAGES
= @AMULE_DAEMON_MANPAGES@
122 AMULE_GUI_MANPAGES
= @AMULE_GUI_MANPAGES@
123 AM_DEFAULT_VERBOSITY
= @AM_DEFAULT_VERBOSITY@
125 AUTOCONF
= @AUTOCONF@
126 AUTOHEADER
= @AUTOHEADER@
127 AUTOMAKE
= @AUTOMAKE@
129 BFD_CPPFLAGS
= @BFD_CPPFLAGS@
130 BFD_LIBS
= @BFD_LIBS@
131 BOOST_CPPFLAGS
= @BOOST_CPPFLAGS@
132 BOOST_LDPATH
= @BOOST_LDPATH@
133 BOOST_ROOT
= @BOOST_ROOT@
134 BOOST_SYSTEM_LDFLAGS
= @BOOST_SYSTEM_LDFLAGS@
135 BOOST_SYSTEM_LDPATH
= @BOOST_SYSTEM_LDPATH@
136 BOOST_SYSTEM_LIBS
= @BOOST_SYSTEM_LIBS@
137 BUILD_CC
= @BUILD_CC@
138 BUILD_CFLAGS
= @BUILD_CFLAGS@
139 BUILD_CPPFLAGS
= @BUILD_CPPFLAGS@
140 BUILD_EXEEXT
= @BUILD_EXEEXT@
141 BUILD_INCLUDED_LIBINTL
= @BUILD_INCLUDED_LIBINTL@
142 BUILD_LDFLAGS
= @BUILD_LDFLAGS@
143 CAS_DEFS
= @CAS_DEFS@
144 CAS_MANPAGES
= @CAS_MANPAGES@
145 CATOBJEXT
= @CATOBJEXT@
147 CCDEPMODE
= @CCDEPMODE@
150 CPPFLAGS
= @CPPFLAGS@
151 CRYPTOPP_CPPFLAGS
= @CRYPTOPP_CPPFLAGS@
152 CRYPTOPP_LDFLAGS
= @CRYPTOPP_LDFLAGS@
153 CRYPTOPP_LIBS
= @CRYPTOPP_LIBS@
156 CXXDEPMODE
= @CXXDEPMODE@
157 CXXFLAGS
= @CXXFLAGS@
158 CYGPATH_W
= @CYGPATH_W@
159 DATADIRNAME
= @DATADIRNAME@
160 DEBUGFLAG
= @DEBUGFLAG@
163 DISTCHECK_CONFIGURE_FLAGS
= @DISTCHECK_CONFIGURE_FLAGS@
167 ED2K_MANPAGES
= @ED2K_MANPAGES@
170 GDLIB_CFLAGS
= @GDLIB_CFLAGS@
171 GDLIB_CONFIG_PATH
= @GDLIB_CONFIG_PATH@
172 GDLIB_LDFLAGS
= @GDLIB_LDFLAGS@
173 GDLIB_LIBS
= @GDLIB_LIBS@
175 GEOIP_CPPFLAGS
= @GEOIP_CPPFLAGS@
176 GEOIP_LDFLAGS
= @GEOIP_LDFLAGS@
177 GEOIP_LIBS
= @GEOIP_LIBS@
183 INSTALL_DATA
= @INSTALL_DATA@
184 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
185 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
186 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
187 INSTOBJEXT
= @INSTOBJEXT@
188 INTLBISON
= @INTLBISON@
189 INTLLIBS
= @INTLLIBS@
190 INTLOBJS
= @INTLOBJS@
191 INTL_LIBTOOL_SUFFIX_PREFIX
= @INTL_LIBTOOL_SUFFIX_PREFIX@
192 KDE4_CONFIG
= @KDE4_CONFIG@
193 KDE_APPLNK_PATH
= @KDE_APPLNK_PATH@
194 KDE_HEADER_DIR
= @KDE_HEADER_DIR@
195 KDE_ICON_PATH
= @KDE_ICON_PATH@
196 KDE_MIME_PATH
= @KDE_MIME_PATH@
197 KDE_MODULE_PATH
= @KDE_MODULE_PATH@
198 KDE_SERVICE_PATH
= @KDE_SERVICE_PATH@
203 LEX_OUTPUT_ROOT
= @LEX_OUTPUT_ROOT@
204 LIBICONV
= @LIBICONV@
207 LIBPNG_CFLAGS
= @LIBPNG_CFLAGS@
208 LIBPNG_CONFIG_PATH
= @LIBPNG_CONFIG_PATH@
209 LIBPNG_LDFLAGS
= @LIBPNG_LDFLAGS@
210 LIBPNG_LIBS
= @LIBPNG_LIBS@
212 LIBUPNP_CFLAGS
= @LIBUPNP_CFLAGS@
213 LIBUPNP_CPPFLAGS
= @LIBUPNP_CPPFLAGS@
214 LIBUPNP_LDFLAGS
= @LIBUPNP_LDFLAGS@
215 LIBUPNP_LIBS
= @LIBUPNP_LIBS@
216 LTLIBICONV
= @LTLIBICONV@
217 LTLIBINTL
= @LTLIBINTL@
218 LTLIBOBJS
= @LTLIBOBJS@
220 MAKEINFO
= @MAKEINFO@
222 MKINSTALLDIRS
= @MKINSTALLDIRS@
223 MONOLITHIC_MANPAGES
= @MONOLITHIC_MANPAGES@
225 MSGMERGE
= @MSGMERGE@
226 MULECFLAGS
= @MULECFLAGS@
227 MULECPPFLAGS
= @MULECPPFLAGS@
228 MULECXXFLAGS
= @MULECXXFLAGS@
229 MULELDFLAGS
= @MULELDFLAGS@
230 MULERCFLAGS
= @MULERCFLAGS@
233 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
234 PACKAGE_NAME
= @PACKAGE_NAME@
235 PACKAGE_STRING
= @PACKAGE_STRING@
236 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
237 PACKAGE_URL
= @PACKAGE_URL@
238 PACKAGE_VERSION
= @PACKAGE_VERSION@
239 PATH_SEPARATOR
= @PATH_SEPARATOR@
240 PKG_CONFIG
= @PKG_CONFIG@
243 QT_CORE_CXXFLAGS
= @QT_CORE_CXXFLAGS@
244 QT_CORE_LIBS
= @QT_CORE_LIBS@
245 QT_DBUS_LDFLAGS
= @QT_DBUS_LDFLAGS@
246 QT_GUI_CXXFLAGS
= @QT_GUI_CXXFLAGS@
247 QT_GUI_LIBS
= @QT_GUI_LIBS@
252 READLINE_LIBS
= @READLINE_LIBS@
253 RESOLV_LIB
= @RESOLV_LIB@
255 SET_MAKE
= @SET_MAKE@
259 USE_INCLUDED_LIBINTL
= @USE_INCLUDED_LIBINTL@
262 WEBSERVER_MANPAGES
= @WEBSERVER_MANPAGES@
263 WXBASE_CPPFLAGS
= @WXBASE_CPPFLAGS@
264 WXBASE_LIBS
= @WXBASE_LIBS@
265 WXCAS_MANPAGES
= @WXCAS_MANPAGES@
266 WX_CFLAGS
= @WX_CFLAGS@
267 WX_CFLAGS_ONLY
= @WX_CFLAGS_ONLY@
268 WX_CONFIG_PATH
= @WX_CONFIG_PATH@
269 WX_CPPFLAGS
= @WX_CPPFLAGS@
270 WX_CXXFLAGS
= @WX_CXXFLAGS@
271 WX_CXXFLAGS_ONLY
= @WX_CXXFLAGS_ONLY@
272 WX_DEBUG
= @WX_DEBUG@
274 WX_LIBS_STATIC
= @WX_LIBS_STATIC@
276 WX_RESCOMP
= @WX_RESCOMP@
277 WX_SHARED
= @WX_SHARED@
278 WX_UNICODE
= @WX_UNICODE@
279 WX_VERSION
= @WX_VERSION@
280 WX_VERSION_MAJOR
= @WX_VERSION_MAJOR@
281 WX_VERSION_MICRO
= @WX_VERSION_MICRO@
282 WX_VERSION_MINOR
= @WX_VERSION_MINOR@
283 XGETTEXT
= @XGETTEXT@
286 ZLIB_CPPFLAGS
= @ZLIB_CPPFLAGS@
287 ZLIB_LDFLAGS
= @ZLIB_LDFLAGS@
288 ZLIB_LIBS
= @ZLIB_LIBS@
289 abs_builddir
= @abs_builddir@
290 abs_srcdir
= @abs_srcdir@
291 abs_top_builddir
= @abs_top_builddir@
292 abs_top_srcdir
= @abs_top_srcdir@
293 ac_ct_BUILD_CC
= @ac_ct_BUILD_CC@
294 ac_ct_CC
= @ac_ct_CC@
295 ac_ct_CXX
= @ac_ct_CXX@
296 am__include
= @am__include@
297 am__leading_dot
= @am__leading_dot@
298 am__quote
= @am__quote@
300 am__untar
= @am__untar@
303 build_alias
= @build_alias@
304 build_cpu
= @build_cpu@
305 build_os
= @build_os@
306 build_vendor
= @build_vendor@
307 builddir
= @builddir@
309 datarootdir
= @datarootdir@
312 exec_prefix = @
exec_prefix@
314 host_alias
= @host_alias@
315 host_cpu
= @host_cpu@
317 host_vendor
= @host_vendor@
319 includedir = @
includedir@
321 install_sh
= @install_sh@
323 libexecdir
= @libexecdir@
324 localedir
= @localedir@
325 localstatedir
= @localstatedir@
328 oldincludedir = @
oldincludedir@
331 program_transform_name
= @program_transform_name@
334 sharedstatedir
= @sharedstatedir@
336 sysconfdir
= @sysconfdir@
337 target_alias
= @target_alias@
338 top_build_prefix
= @top_build_prefix@
339 top_builddir
= @top_builddir@
340 top_srcdir
= @top_srcdir@
341 @CAS_TRUE@OPT_CAS
= cas
342 @WXCAS_TRUE@OPT_WXCAS
= wxCas
343 @ALCC_TRUE@OPT_ALC
= aLinkCreator
344 @ALC_TRUE@OPT_ALC
= aLinkCreator
345 @XAS_TRUE@OPT_XAS
= xas
346 @PLASMAMULE_TRUE@OPT_PLASMAMULE
= plasmamule
347 @FILEVIEW_TRUE@OPT_FILEVIEW
= fileview
348 SUBDIRS
= $(OPT_FILEVIEW
) $(OPT_XAS
) $(OPT_CAS
) $(OPT_WXCAS
) $(OPT_ALC
) ${OPT_PLASMAMULE}
349 DIST_SUBDIRS
= fileview xas cas wxCas aLinkCreator plasmamule
350 MAINTAINERCLEANFILES
= Makefile.in
351 EXTRA_DIST
= mkFileSum.c
352 EXTRA__DIST__SUBDIRS
= amps scripts
353 DISTCLEANFILES
= scripts
/denoiser.sed
357 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(top_srcdir
)/automake
/dist-hook.am
$(am__configure_deps
)
359 case
'$(am__configure_deps)' in \
361 ( cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
) \
362 && { if
test -f
$@
; then exit
0; else break
; fi
; }; \
366 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/utils/Makefile'; \
367 $(am__cd
) $(top_srcdir
) && \
368 $(AUTOMAKE
) --foreign src
/utils
/Makefile
370 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
373 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
;; \
375 echo
' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
376 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
);; \
379 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
380 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
382 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
383 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
384 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
385 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
386 $(am__aclocal_m4_deps
):
388 # This directory's subdirectories are mostly independent; you can cd
389 # into them and run `make' without going through this Makefile.
390 # To change the values of `make' variables: instead of editing Makefiles,
391 # (1) if the variable is set in `config.status', edit `config.status'
392 # (which will cause the Makefiles to be regenerated when you run `make');
393 # (2) otherwise, pass the desired values on the `make' command line.
394 $(RECURSIVE_TARGETS
):
395 @fail
= failcom
='exit 1'; \
396 for f in x
$$MAKEFLAGS; do \
399 *k
*) failcom
='fail=yes';; \
403 target
=`echo $@ | sed s/-recursive//`; \
404 list
='$(SUBDIRS)'; for subdir in
$$list; do \
405 echo
"Making $$target in $$subdir"; \
406 if
test "$$subdir" = "."; then \
408 local_target
="$$target-am"; \
410 local_target
="$$target"; \
412 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
415 if
test "$$dot_seen" = "no"; then \
416 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
419 $(RECURSIVE_CLEAN_TARGETS
):
420 @fail
= failcom
='exit 1'; \
421 for f in x
$$MAKEFLAGS; do \
424 *k
*) failcom
='fail=yes';; \
429 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
430 *) list
='$(SUBDIRS)' ;; \
432 rev
=''; for subdir in
$$list; do \
433 if
test "$$subdir" = "."; then
:; else \
434 rev
="$$subdir $$rev"; \
438 target
=`echo $@ | sed s/-recursive//`; \
439 for subdir in
$$rev; do \
440 echo
"Making $$target in $$subdir"; \
441 if
test "$$subdir" = "."; then \
442 local_target
="$$target-am"; \
444 local_target
="$$target"; \
446 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
448 done
&& test -z
"$$fail"
450 list
='$(SUBDIRS)'; for subdir in
$$list; do \
451 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
454 list
='$(SUBDIRS)'; for subdir in
$$list; do \
455 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) ctags
); \
458 ID
: $(HEADERS
) $(SOURCES
) $(LISP
) $(TAGS_FILES
)
459 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
460 unique
=`for i in $$list; do \
461 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
463 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
464 END { if (nonempty) { for (i in files) print i; }; }'`; \
468 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
469 $(TAGS_FILES
) $(LISP
)
472 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
473 include_option
=--etags-include
; \
476 include_option
=--include; \
479 list
='$(SUBDIRS)'; for subdir in
$$list; do \
480 if
test "$$subdir" = .
; then
:; else \
481 test ! -f
$$subdir/TAGS || \
482 set
"$$@" "$$include_option=$$here/$$subdir/TAGS"; \
485 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
486 unique
=`for i in $$list; do \
487 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
489 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
490 END { if (nonempty) { for (i in files) print i; }; }'`; \
492 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
493 test -n
"$$unique" || unique
=$$empty_fix; \
494 if
test $$# -gt 0; then \
495 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
498 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
503 CTAGS
: ctags-recursive
$(HEADERS
) $(SOURCES
) $(TAGS_DEPENDENCIES
) \
504 $(TAGS_FILES
) $(LISP
)
505 list
='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
506 unique
=`for i in $$list; do \
507 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
509 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
510 END { if (nonempty) { for (i in files) print i; }; }'`; \
511 test -z
"$(CTAGS_ARGS)$$unique" \
512 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
516 here
=`$(am__cd) $(top_builddir) && pwd` \
517 && $(am__cd
) $(top_srcdir
) \
518 && gtags
-i
$(GTAGS_ARGS
) "$$here"
521 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
523 distdir
: $(DISTFILES
)
524 @srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
525 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
526 list
='$(DISTFILES)'; \
527 dist_files
=`for file in $$list; do echo $$file; done | \
528 sed -e "s|^$$srcdirstrip/||;t" \
529 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
530 case
$$dist_files in \
531 */*) $(MKDIR_P
) `echo "$$dist_files" | \
532 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
535 for file in
$$dist_files; do \
536 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
537 if
test -d
$$d/$$file; then \
538 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
539 if
test -d
"$(distdir)/$$file"; then \
540 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
542 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
543 cp
-fpR
$(srcdir)/$$file "$(distdir)$$dir" || exit
1; \
544 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
546 cp
-fpR
$$d/$$file "$(distdir)$$dir" || exit
1; \
548 test -f
"$(distdir)/$$file" \
549 || cp
-p
$$d/$$file "$(distdir)/$$file" \
553 @list
='$(DIST_SUBDIRS)'; for subdir in
$$list; do \
554 if
test "$$subdir" = .
; then
:; else \
555 test -d
"$(distdir)/$$subdir" \
556 ||
$(MKDIR_P
) "$(distdir)/$$subdir" \
560 @list
='$(DIST_SUBDIRS)'; for subdir in
$$list; do \
561 if
test "$$subdir" = .
; then
:; else \
562 dir1
=$$subdir; dir2
="$(distdir)/$$subdir"; \
564 new_distdir
=$$reldir; \
565 dir1
=$$subdir; dir2
="$(top_distdir)"; \
567 new_top_distdir
=$$reldir; \
568 echo
" (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
569 echo
" am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
570 ($(am__cd
) $$subdir && \
571 $(MAKE
) $(AM_MAKEFLAGS
) \
572 top_distdir
="$$new_top_distdir" \
573 distdir
="$$new_distdir" \
574 am__remove_distdir
=: \
575 am__skip_length_check
=: \
576 am__skip_mode_fix
=: \
581 $(MAKE
) $(AM_MAKEFLAGS
) \
582 top_distdir
="$(top_distdir)" distdir
="$(distdir)" \
585 check: check-recursive
587 installdirs: installdirs-recursive
589 install: install-recursive
590 install-exec
: install-exec-recursive
591 install-data
: install-data-recursive
592 uninstall: uninstall-recursive
595 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
597 installcheck: installcheck-recursive
599 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
600 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
601 `test -z '$(STRIP)' || \
602 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
608 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
609 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
610 -test -z
"$(DISTCLEANFILES)" ||
rm -f
$(DISTCLEANFILES
)
612 maintainer-clean-generic
:
613 @echo
"This command is intended for maintainers to use"
614 @echo
"it deletes files that may require special tools to rebuild."
615 -test -z
"$(MAINTAINERCLEANFILES)" ||
rm -f
$(MAINTAINERCLEANFILES
)
616 clean: clean-recursive
618 clean-am
: clean-generic mostlyclean-am
620 distclean: distclean-recursive
622 distclean-am
: clean-am distclean-generic distclean-tags
638 install-dvi
: install-dvi-recursive
644 install-html
: install-html-recursive
648 install-info
: install-info-recursive
654 install-pdf
: install-pdf-recursive
658 install-ps
: install-ps-recursive
664 maintainer-clean
: maintainer-clean-recursive
666 maintainer-clean-am
: distclean-am maintainer-clean-generic
668 mostlyclean: mostlyclean-recursive
670 mostlyclean-am
: mostlyclean-generic
682 .MAKE
: $(RECURSIVE_CLEAN_TARGETS
) $(RECURSIVE_TARGETS
) ctags-recursive \
683 install-am install-strip tags-recursive
685 .PHONY
: $(RECURSIVE_CLEAN_TARGETS
) $(RECURSIVE_TARGETS
) CTAGS GTAGS \
686 all all-am
check check-am
clean clean-generic ctags \
687 ctags-recursive dist-hook
distclean distclean-generic \
688 distclean-tags distdir
dvi dvi-am html html-am
info info-am \
689 install install-am install-data install-data-am install-dvi \
690 install-dvi-am install-exec install-exec-am install-html \
691 install-html-am install-info install-info-am install-man \
692 install-pdf install-pdf-am install-ps install-ps-am \
693 install-strip
installcheck installcheck-am
installdirs \
694 installdirs-am maintainer-clean maintainer-clean-generic \
695 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am
tags \
696 tags-recursive
uninstall uninstall-am
699 test -z
"$(EXTRA__DIST__SUBDIRS)" || \
700 for d in
$(EXTRA__DIST__SUBDIRS
) ; do \
701 mkdir
$(distdir
)/$$d ; \
702 for f in
`find $(srcdir)/$$d -name '.svn' -prune -o -printf "%P\n"` ; do \
703 if
test -d
$(srcdir)/$$d/$$f ; then \
704 mkdir
$(distdir
)/$$d/$$f ; \
706 cp
-p
$(srcdir)/$$d/$$f $(distdir
)/$$d/$$f ; \
711 # Tell versions [3.59,3.63) of GNU make to not export all variables.
712 # Otherwise a system limit (for SysV at least) may be exceeded.