1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
4 # Copyright (C) 1994-2017 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
18 if
test -z
'$(MAKELEVEL)'; then \
20 elif
test -n
'$(MAKE_HOST)'; then \
22 elif
test -n
'$(MAKE_VERSION)' && test -n
'$(CURDIR)'; then \
28 am__make_running_with_option
= \
29 case
$${target_option-
} in \
31 *) echo
"am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
36 sane_makeflags
=$$MAKEFLAGS; \
37 if
$(am__is_gnu_make
); then \
38 sane_makeflags
=$$MFLAGS; \
43 sane_makeflags
=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
50 flg
=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52 for flg in
$$sane_makeflags; do \
53 test $$skip_next = yes
&& { skip_next
=no
; continue
; }; \
56 -*I
) strip_trailopt
'I'; skip_next
=yes
;; \
57 -*I?
*) strip_trailopt
'I';; \
58 -*O
) strip_trailopt
'O'; skip_next
=yes
;; \
59 -*O?
*) strip_trailopt
'O';; \
60 -*l
) strip_trailopt
'l'; skip_next
=yes
;; \
61 -*l?
*) strip_trailopt
'l';; \
62 -[dEDm
]) skip_next
=yes
;; \
63 -[JT
]) skip_next
=yes
;; \
66 *$$target_option*) has_opt
=yes
; break
;; \
70 am__make_dryrun
= (target_option
=n
; $(am__make_running_with_option
))
71 am__make_keepgoing
= (target_option
=k
; $(am__make_running_with_option
))
72 pkgdatadir
= $(datadir)/@PACKAGE@
73 pkgincludedir
= $(includedir)/@PACKAGE@
74 pkglibdir
= $(libdir)/@PACKAGE@
75 pkglibexecdir
= $(libexecdir
)/@PACKAGE@
76 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA
= $(install_sh
) -c
-m
644
78 install_sh_PROGRAM
= $(install_sh
) -c
79 install_sh_SCRIPT
= $(install_sh
) -c
80 INSTALL_HEADER
= $(INSTALL_DATA
)
81 transform
= $(program_transform_name
)
88 build_triplet
= @build@
90 subdir
= src
/webserver
91 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
92 am__aclocal_m4_deps
= $(top_srcdir
)/m4
/GeoIP.m4 \
93 $(top_srcdir
)/m4
/bfd.m4
$(top_srcdir
)/m4
/boost.m4 \
94 $(top_srcdir
)/m4
/build-tools.m4
$(top_srcdir
)/m4
/codeset.m4 \
95 $(top_srcdir
)/m4
/cryptopp.m4
$(top_srcdir
)/m4
/fallocate.m4 \
96 $(top_srcdir
)/m4
/gdlib.m4
$(top_srcdir
)/m4
/gettext.m4 \
97 $(top_srcdir
)/m4
/glibc21.m4
$(top_srcdir
)/m4
/iconv.m4 \
98 $(top_srcdir
)/m4
/intdiv0.m4
$(top_srcdir
)/m4
/inttypes-pri.m4 \
99 $(top_srcdir
)/m4
/inttypes.m4
$(top_srcdir
)/m4
/inttypes_h.m4 \
100 $(top_srcdir
)/m4
/isc-posix.m4
$(top_srcdir
)/m4
/kde.m4 \
101 $(top_srcdir
)/m4
/lcmessage.m4
$(top_srcdir
)/m4
/lib-ld.m4 \
102 $(top_srcdir
)/m4
/lib-link.m4
$(top_srcdir
)/m4
/lib-prefix.m4 \
103 $(top_srcdir
)/m4
/libpng.m4
$(top_srcdir
)/m4
/libupnp.m4 \
104 $(top_srcdir
)/m4
/mmap.m4
$(top_srcdir
)/m4
/muleboost.m4 \
105 $(top_srcdir
)/m4
/nls.m4
$(top_srcdir
)/m4
/pkg.m4 \
106 $(top_srcdir
)/m4
/plasmamule.m4
$(top_srcdir
)/m4
/progtest.m4 \
107 $(top_srcdir
)/m4
/qt.m4
$(top_srcdir
)/m4
/readline.m4 \
108 $(top_srcdir
)/m4
/stdint_h.m4
$(top_srcdir
)/m4
/uintmax_t.m4 \
109 $(top_srcdir
)/m4
/ulonglong.m4
$(top_srcdir
)/m4
/wxwin.m4 \
110 $(top_srcdir
)/m4
/zlib.m4
$(top_srcdir
)/acinclude.m4 \
111 $(top_srcdir
)/configure.ac
112 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
114 DIST_COMMON
= $(srcdir)/Makefile.am
$(am__DIST_COMMON
)
115 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
116 CONFIG_HEADER
= $(top_builddir
)/config.h
118 CONFIG_CLEAN_VPATH_FILES
=
119 AM_V_P
= $(am__v_P_@AM_V@
)
120 am__v_P_
= $(am__v_P_@AM_DEFAULT_V@
)
123 AM_V_GEN
= $(am__v_GEN_@AM_V@
)
124 am__v_GEN_
= $(am__v_GEN_@AM_DEFAULT_V@
)
125 am__v_GEN_0
= @echo
" GEN " $@
;
127 AM_V_at
= $(am__v_at_@AM_V@
)
128 am__v_at_
= $(am__v_at_@AM_DEFAULT_V@
)
133 RECURSIVE_TARGETS
= all-recursive check-recursive cscopelist-recursive \
134 ctags-recursive dvi-recursive html-recursive info-recursive \
135 install-data-recursive install-dvi-recursive \
136 install-exec-recursive install-html-recursive \
137 install-info-recursive install-pdf-recursive \
138 install-ps-recursive install-recursive installcheck-recursive \
139 installdirs-recursive pdf-recursive ps-recursive \
140 tags-recursive uninstall-recursive
141 am__can_run_installinfo
= \
142 case
$$AM_UPDATE_INFO_DIR in \
144 *) (install-info
--version
) >/dev
/null
2>&1;; \
146 RECURSIVE_CLEAN_TARGETS
= mostlyclean-recursive clean-recursive \
147 distclean-recursive maintainer-clean-recursive
148 am__recursive_targets
= \
149 $(RECURSIVE_TARGETS
) \
150 $(RECURSIVE_CLEAN_TARGETS
) \
151 $(am__extra_recursive_targets
)
152 AM_RECURSIVE_TARGETS
= $(am__recursive_targets
:-recursive
=) TAGS CTAGS \
154 am__tagged_files
= $(HEADERS
) $(SOURCES
) $(TAGS_FILES
) $(LISP
)
155 # Read a list of newline-separated strings from the standard input,
156 # and print each of them once, without duplicates. Input order is
158 am__uniquify_input
= $(AWK
) '\
159 BEGIN { nonempty = 0; } \
160 { items[$$0] = 1; nonempty = 1; } \
161 END { if (nonempty) { for (i in items) print i; }; } \
163 # Make sure the list of sources is unique. This is necessary because,
164 # e.g., the same source file might be shared among _SOURCES variables
165 # for different programs/libraries.
166 am__define_uniq_tagged_files
= \
167 list
='$(am__tagged_files)'; \
168 unique
=`for i in $$list; do \
169 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
170 done | $(am__uniquify_input)`
173 DIST_SUBDIRS
= $(SUBDIRS
)
174 am__DIST_COMMON
= $(srcdir)/Makefile.in
$(top_srcdir
)/mkinstalldirs
175 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
178 sed_first
='s,^\([^/]*\)/.*$$,\1,'; \
179 sed_rest
='s,^[^/]*/*,,'; \
180 sed_last
='s,^.*/\([^/]*\)$$,\1,'; \
181 sed_butlast
='s,/*[^/]*$$,,'; \
182 while
test -n
"$$dir1"; do \
183 first
=`echo "$$dir1" | sed -e "$$sed_first"`; \
184 if
test "$$first" != "."; then \
185 if
test "$$first" = ".."; then \
186 dir2
=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
187 dir0
=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
189 first2
=`echo "$$dir2" | sed -e "$$sed_first"`; \
190 if
test "$$first2" = "$$first"; then \
191 dir2
=`echo "$$dir2" | sed -e "$$sed_rest"`; \
195 dir0
="$$dir0"/"$$first"; \
198 dir1
=`echo "$$dir1" | sed -e "$$sed_rest"`; \
202 ALCC_MANPAGES
= @ALCC_MANPAGES@
203 ALC_MANPAGES
= @ALC_MANPAGES@
206 AMULECMD_MANPAGES
= @AMULECMD_MANPAGES@
207 AMULEWEB_DEFS
= @AMULEWEB_DEFS@
208 AMULE_DAEMON_MANPAGES
= @AMULE_DAEMON_MANPAGES@
209 AMULE_GUI_MANPAGES
= @AMULE_GUI_MANPAGES@
210 AM_DEFAULT_VERBOSITY
= @AM_DEFAULT_VERBOSITY@
212 AUTOCONF
= @AUTOCONF@
213 AUTOHEADER
= @AUTOHEADER@
214 AUTOMAKE
= @AUTOMAKE@
216 BFD_CPPFLAGS
= @BFD_CPPFLAGS@
217 BFD_LIBS
= @BFD_LIBS@
218 BOOST_CPPFLAGS
= @BOOST_CPPFLAGS@
219 BOOST_LDPATH
= @BOOST_LDPATH@
220 BOOST_ROOT
= @BOOST_ROOT@
221 BOOST_SYSTEM_LDFLAGS
= @BOOST_SYSTEM_LDFLAGS@
222 BOOST_SYSTEM_LDPATH
= @BOOST_SYSTEM_LDPATH@
223 BOOST_SYSTEM_LIBS
= @BOOST_SYSTEM_LIBS@
224 BUILD_CC
= @BUILD_CC@
225 BUILD_CFLAGS
= @BUILD_CFLAGS@
226 BUILD_CPPFLAGS
= @BUILD_CPPFLAGS@
227 BUILD_EXEEXT
= @BUILD_EXEEXT@
228 BUILD_INCLUDED_LIBINTL
= @BUILD_INCLUDED_LIBINTL@
229 BUILD_LDFLAGS
= @BUILD_LDFLAGS@
230 CAS_DEFS
= @CAS_DEFS@
231 CAS_MANPAGES
= @CAS_MANPAGES@
232 CATOBJEXT
= @CATOBJEXT@
234 CCDEPMODE
= @CCDEPMODE@
237 CPPFLAGS
= @CPPFLAGS@
238 CRYPTOPP_CPPFLAGS
= @CRYPTOPP_CPPFLAGS@
239 CRYPTOPP_LDFLAGS
= @CRYPTOPP_LDFLAGS@
240 CRYPTOPP_LIBS
= @CRYPTOPP_LIBS@
243 CXXDEPMODE
= @CXXDEPMODE@
244 CXXFLAGS
= @CXXFLAGS@
245 CYGPATH_W
= @CYGPATH_W@
246 DATADIRNAME
= @DATADIRNAME@
247 DEBUGFLAG
= @DEBUGFLAG@
250 DISTCHECK_CONFIGURE_FLAGS
= @DISTCHECK_CONFIGURE_FLAGS@
254 ED2K_MANPAGES
= @ED2K_MANPAGES@
257 GDLIB_CFLAGS
= @GDLIB_CFLAGS@
258 GDLIB_CONFIG_PATH
= @GDLIB_CONFIG_PATH@
259 GDLIB_LDFLAGS
= @GDLIB_LDFLAGS@
260 GDLIB_LIBS
= @GDLIB_LIBS@
262 GEOIP_CPPFLAGS
= @GEOIP_CPPFLAGS@
263 GEOIP_LDFLAGS
= @GEOIP_LDFLAGS@
264 GEOIP_LIBS
= @GEOIP_LIBS@
270 INSTALL_DATA
= @INSTALL_DATA@
271 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
272 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
273 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
274 INSTOBJEXT
= @INSTOBJEXT@
275 INTLBISON
= @INTLBISON@
276 INTLLIBS
= @INTLLIBS@
277 INTLOBJS
= @INTLOBJS@
278 INTL_LIBTOOL_SUFFIX_PREFIX
= @INTL_LIBTOOL_SUFFIX_PREFIX@
279 KDE4_CONFIG
= @KDE4_CONFIG@
280 KDE_APPLNK_PATH
= @KDE_APPLNK_PATH@
281 KDE_HEADER_DIR
= @KDE_HEADER_DIR@
282 KDE_ICON_PATH
= @KDE_ICON_PATH@
283 KDE_MIME_PATH
= @KDE_MIME_PATH@
284 KDE_MODULE_PATH
= @KDE_MODULE_PATH@
285 KDE_SERVICE_PATH
= @KDE_SERVICE_PATH@
288 LIBICONV
= @LIBICONV@
291 LIBPNG_CFLAGS
= @LIBPNG_CFLAGS@
292 LIBPNG_CONFIG_PATH
= @LIBPNG_CONFIG_PATH@
293 LIBPNG_LDFLAGS
= @LIBPNG_LDFLAGS@
294 LIBPNG_LIBS
= @LIBPNG_LIBS@
296 LIBUPNP_CFLAGS
= @LIBUPNP_CFLAGS@
297 LIBUPNP_CPPFLAGS
= @LIBUPNP_CPPFLAGS@
298 LIBUPNP_LDFLAGS
= @LIBUPNP_LDFLAGS@
299 LIBUPNP_LIBS
= @LIBUPNP_LIBS@
300 LTLIBICONV
= @LTLIBICONV@
301 LTLIBINTL
= @LTLIBINTL@
302 LTLIBOBJS
= @LTLIBOBJS@
304 MAKEINFO
= @MAKEINFO@
306 MKINSTALLDIRS
= @MKINSTALLDIRS@
307 MONOLITHIC_MANPAGES
= @MONOLITHIC_MANPAGES@
309 MSGMERGE
= @MSGMERGE@
310 MULECFLAGS
= @MULECFLAGS@
311 MULECPPFLAGS
= @MULECPPFLAGS@
312 MULECXXFLAGS
= @MULECXXFLAGS@
313 MULELDFLAGS
= @MULELDFLAGS@
314 MULERCFLAGS
= @MULERCFLAGS@
317 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
318 PACKAGE_NAME
= @PACKAGE_NAME@
319 PACKAGE_STRING
= @PACKAGE_STRING@
320 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
321 PACKAGE_URL
= @PACKAGE_URL@
322 PACKAGE_VERSION
= @PACKAGE_VERSION@
323 PATH_SEPARATOR
= @PATH_SEPARATOR@
324 PKG_CONFIG
= @PKG_CONFIG@
327 QT_CORE_CXXFLAGS
= @QT_CORE_CXXFLAGS@
328 QT_CORE_LIBS
= @QT_CORE_LIBS@
329 QT_DBUS_LDFLAGS
= @QT_DBUS_LDFLAGS@
330 QT_GUI_CXXFLAGS
= @QT_GUI_CXXFLAGS@
331 QT_GUI_LIBS
= @QT_GUI_LIBS@
336 READLINE_LIBS
= @READLINE_LIBS@
337 RESOLV_LIB
= @RESOLV_LIB@
339 SET_MAKE
= @SET_MAKE@
343 USE_INCLUDED_LIBINTL
= @USE_INCLUDED_LIBINTL@
346 WEBSERVER_MANPAGES
= @WEBSERVER_MANPAGES@
347 WXBASE_CPPFLAGS
= @WXBASE_CPPFLAGS@
348 WXBASE_LIBS
= @WXBASE_LIBS@
349 WXCAS_MANPAGES
= @WXCAS_MANPAGES@
350 WX_CFLAGS
= @WX_CFLAGS@
351 WX_CFLAGS_ONLY
= @WX_CFLAGS_ONLY@
352 WX_CONFIG_PATH
= @WX_CONFIG_PATH@
353 WX_CPPFLAGS
= @WX_CPPFLAGS@
354 WX_CXXFLAGS
= @WX_CXXFLAGS@
355 WX_CXXFLAGS_ONLY
= @WX_CXXFLAGS_ONLY@
356 WX_DEBUG
= @WX_DEBUG@
358 WX_LIBS_STATIC
= @WX_LIBS_STATIC@
360 WX_RESCOMP
= @WX_RESCOMP@
361 WX_SHARED
= @WX_SHARED@
362 WX_UNICODE
= @WX_UNICODE@
363 WX_VERSION
= @WX_VERSION@
364 WX_VERSION_MAJOR
= @WX_VERSION_MAJOR@
365 WX_VERSION_MICRO
= @WX_VERSION_MICRO@
366 WX_VERSION_MINOR
= @WX_VERSION_MINOR@
367 XGETTEXT
= @XGETTEXT@
368 ZLIB_CPPFLAGS
= @ZLIB_CPPFLAGS@
369 ZLIB_LDFLAGS
= @ZLIB_LDFLAGS@
370 ZLIB_LIBS
= @ZLIB_LIBS@
371 abs_builddir
= @abs_builddir@
372 abs_srcdir
= @abs_srcdir@
373 abs_top_builddir
= @abs_top_builddir@
374 abs_top_srcdir
= @abs_top_srcdir@
375 ac_ct_BUILD_CC
= @ac_ct_BUILD_CC@
376 ac_ct_CC
= @ac_ct_CC@
377 ac_ct_CXX
= @ac_ct_CXX@
378 am__include
= @am__include@
379 am__leading_dot
= @am__leading_dot@
380 am__quote
= @am__quote@
382 am__untar
= @am__untar@
385 build_alias
= @build_alias@
386 build_cpu
= @build_cpu@
387 build_os
= @build_os@
388 build_vendor
= @build_vendor@
389 builddir
= @builddir@
391 datarootdir
= @datarootdir@
394 exec_prefix = @
exec_prefix@
396 host_alias
= @host_alias@
397 host_cpu
= @host_cpu@
399 host_vendor
= @host_vendor@
401 includedir = @
includedir@
403 install_sh
= @install_sh@
405 libexecdir
= @libexecdir@
406 localedir
= @localedir@
407 localstatedir
= @localstatedir@
410 oldincludedir = @
oldincludedir@
413 program_transform_name
= @program_transform_name@
415 runstatedir
= @runstatedir@
417 sharedstatedir
= @sharedstatedir@
419 sysconfdir
= @sysconfdir@
420 target_alias
= @target_alias@
421 top_build_prefix
= @top_build_prefix@
422 top_builddir
= @top_builddir@
423 top_srcdir
= @top_srcdir@
424 SUBDIRS
= default src
425 MAINTAINERCLEANFILES
= Makefile.in
429 $(srcdir)/Makefile.in
: @MAINTAINER_MODE_TRUE@
$(srcdir)/Makefile.am
$(am__configure_deps
)
431 case
'$(am__configure_deps)' in \
433 ( cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
) \
434 && { if
test -f
$@
; then exit
0; else break
; fi
; }; \
438 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/webserver/Makefile'; \
439 $(am__cd
) $(top_srcdir
) && \
440 $(AUTOMAKE
) --foreign src
/webserver
/Makefile
441 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
444 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
;; \
446 echo
' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
447 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
);; \
450 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
451 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
453 $(top_srcdir
)/configure
: @MAINTAINER_MODE_TRUE@
$(am__configure_deps
)
454 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
455 $(ACLOCAL_M4
): @MAINTAINER_MODE_TRUE@
$(am__aclocal_m4_deps
)
456 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
457 $(am__aclocal_m4_deps
):
459 # This directory's subdirectories are mostly independent; you can cd
460 # into them and run 'make' without going through this Makefile.
461 # To change the values of 'make' variables: instead of editing Makefiles,
462 # (1) if the variable is set in 'config.status', edit 'config.status'
463 # (which will cause the Makefiles to be regenerated when you run 'make');
464 # (2) otherwise, pass the desired values on the 'make' command line.
465 $(am__recursive_targets
):
467 if
$(am__make_keepgoing
); then \
468 failcom
='fail=yes'; \
473 target
=`echo $@ | sed s/-recursive//`; \
475 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
476 *) list
='$(SUBDIRS)' ;; \
478 for subdir in
$$list; do \
479 echo
"Making $$target in $$subdir"; \
480 if
test "$$subdir" = "."; then \
482 local_target
="$$target-am"; \
484 local_target
="$$target"; \
486 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
489 if
test "$$dot_seen" = "no"; then \
490 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
493 ID
: $(am__tagged_files
)
494 $(am__define_uniq_tagged_files
); mkid
-fID
$$unique
498 tags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
501 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
502 include_option
=--etags-include
; \
505 include_option
=--include; \
508 list
='$(SUBDIRS)'; for subdir in
$$list; do \
509 if
test "$$subdir" = .
; then
:; else \
510 test ! -f
$$subdir/TAGS || \
511 set
"$$@" "$$include_option=$$here/$$subdir/TAGS"; \
514 $(am__define_uniq_tagged_files
); \
516 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
517 test -n
"$$unique" || unique
=$$empty_fix; \
518 if
test $$# -gt 0; then \
519 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
522 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
526 ctags
: ctags-recursive
529 ctags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
530 $(am__define_uniq_tagged_files
); \
531 test -z
"$(CTAGS_ARGS)$$unique" \
532 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
536 here
=`$(am__cd) $(top_builddir) && pwd` \
537 && $(am__cd
) $(top_srcdir
) \
538 && gtags
-i
$(GTAGS_ARGS
) "$$here"
539 cscopelist
: cscopelist-recursive
541 cscopelist-am
: $(am__tagged_files
)
542 list
='$(am__tagged_files)'; \
543 case
"$(srcdir)" in \
544 [\\/]* | ?
:[\\/]*) sdir
="$(srcdir)" ;; \
545 *) sdir
=$(subdir
)/$(srcdir) ;; \
547 for i in
$$list; do \
548 if
test -f
"$$i"; then \
549 echo
"$(subdir)/$$i"; \
553 done
>> $(top_builddir
)/cscope.files
556 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
558 distdir
: $(DISTFILES
)
559 @srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
560 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
561 list
='$(DISTFILES)'; \
562 dist_files
=`for file in $$list; do echo $$file; done | \
563 sed -e "s|^$$srcdirstrip/||;t" \
564 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
565 case
$$dist_files in \
566 */*) $(MKDIR_P
) `echo "$$dist_files" | \
567 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
570 for file in
$$dist_files; do \
571 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
572 if
test -d
$$d/$$file; then \
573 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
574 if
test -d
"$(distdir)/$$file"; then \
575 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
577 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
578 cp
-fpR
$(srcdir)/$$file "$(distdir)$$dir" || exit
1; \
579 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
581 cp
-fpR
$$d/$$file "$(distdir)$$dir" || exit
1; \
583 test -f
"$(distdir)/$$file" \
584 || cp
-p
$$d/$$file "$(distdir)/$$file" \
588 @list
='$(DIST_SUBDIRS)'; for subdir in
$$list; do \
589 if
test "$$subdir" = .
; then
:; else \
591 ||
test -d
"$(distdir)/$$subdir" \
592 ||
$(MKDIR_P
) "$(distdir)/$$subdir" \
594 dir1
=$$subdir; dir2
="$(distdir)/$$subdir"; \
596 new_distdir
=$$reldir; \
597 dir1
=$$subdir; dir2
="$(top_distdir)"; \
599 new_top_distdir
=$$reldir; \
600 echo
" (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
601 echo
" am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
602 ($(am__cd
) $$subdir && \
603 $(MAKE
) $(AM_MAKEFLAGS
) \
604 top_distdir
="$$new_top_distdir" \
605 distdir
="$$new_distdir" \
606 am__remove_distdir
=: \
607 am__skip_length_check
=: \
608 am__skip_mode_fix
=: \
614 check: check-recursive
616 installdirs: installdirs-recursive
618 install: install-recursive
619 install-exec
: install-exec-recursive
620 install-data
: install-data-recursive
621 uninstall: uninstall-recursive
624 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
626 installcheck: installcheck-recursive
628 if
test -z
'$(STRIP)'; then \
629 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
630 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
633 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
634 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
635 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
642 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
643 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
645 maintainer-clean-generic
:
646 @echo
"This command is intended for maintainers to use"
647 @echo
"it deletes files that may require special tools to rebuild."
648 -test -z
"$(MAINTAINERCLEANFILES)" ||
rm -f
$(MAINTAINERCLEANFILES
)
649 clean: clean-recursive
651 clean-am
: clean-generic mostlyclean-am
653 distclean: distclean-recursive
655 distclean-am
: clean-am distclean-generic distclean-tags
671 install-dvi
: install-dvi-recursive
677 install-html
: install-html-recursive
681 install-info
: install-info-recursive
687 install-pdf
: install-pdf-recursive
691 install-ps
: install-ps-recursive
697 maintainer-clean
: maintainer-clean-recursive
699 maintainer-clean-am
: distclean-am maintainer-clean-generic
701 mostlyclean: mostlyclean-recursive
703 mostlyclean-am
: mostlyclean-generic
715 .MAKE
: $(am__recursive_targets
) install-am install-strip
717 .PHONY
: $(am__recursive_targets
) CTAGS GTAGS TAGS
all all-am
check \
718 check-am
clean clean-generic cscopelist-am ctags ctags-am \
719 distclean distclean-generic distclean-tags distdir
dvi dvi-am \
720 html html-am
info info-am
install install-am install-data \
721 install-data-am install-dvi install-dvi-am install-exec \
722 install-exec-am install-html install-html-am install-info \
723 install-info-am install-man install-pdf install-pdf-am \
724 install-ps install-ps-am install-strip
installcheck \
725 installcheck-am
installdirs installdirs-am maintainer-clean \
726 maintainer-clean-generic
mostlyclean mostlyclean-generic pdf \
727 pdf-am ps ps-am
tags tags-am
uninstall uninstall-am
732 # Tell versions [3.59,3.63) of GNU make to not export all variables.
733 # Otherwise a system limit (for SysV at least) may be exceeded.