Remove do-nothing command and add warning about it
[amule.git] / src / webserver / Makefile.in
blob2447d769d7bfa2b4d181bcf5dd231bec5fb11606
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
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
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
16 VPATH = @srcdir@
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) 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;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
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)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
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) \
113 $(ACLOCAL_M4)
114 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
115 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
116 CONFIG_HEADER = $(top_builddir)/config.h
117 CONFIG_CLEAN_FILES =
118 CONFIG_CLEAN_VPATH_FILES =
119 AM_V_P = $(am__v_P_@AM_V@)
120 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
121 am__v_P_0 = false
122 am__v_P_1 = :
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 " $@;
126 am__v_GEN_1 =
127 AM_V_at = $(am__v_at_@AM_V@)
128 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
129 am__v_at_0 = @
130 am__v_at_1 =
131 SOURCES =
132 DIST_SOURCES =
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 \
143 n|no|NO) false;; \
144 *) (install-info --version) >/dev/null 2>&1;; \
145 esac
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 \
153 distdir
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
157 # *not* preserved.
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)`
171 ETAGS = etags
172 CTAGS = ctags
173 DIST_SUBDIRS = $(SUBDIRS)
174 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mkinstalldirs
175 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
176 am__relativize = \
177 dir0=`pwd`; \
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"`; \
188 else \
189 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
190 if test "$$first2" = "$$first"; then \
191 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
192 else \
193 dir2="../$$dir2"; \
194 fi; \
195 dir0="$$dir0"/"$$first"; \
196 fi; \
197 fi; \
198 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
199 done; \
200 reldir="$$dir2"
201 ACLOCAL = @ACLOCAL@
202 ALCC_MANPAGES = @ALCC_MANPAGES@
203 ALC_MANPAGES = @ALC_MANPAGES@
204 ALLOCA = @ALLOCA@
205 AMTAR = @AMTAR@
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@
211 AR = @AR@
212 AUTOCONF = @AUTOCONF@
213 AUTOHEADER = @AUTOHEADER@
214 AUTOMAKE = @AUTOMAKE@
215 AWK = @AWK@
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@
233 CC = @CC@
234 CCDEPMODE = @CCDEPMODE@
235 CFLAGS = @CFLAGS@
236 CPP = @CPP@
237 CPPFLAGS = @CPPFLAGS@
238 CRYPTOPP_CPPFLAGS = @CRYPTOPP_CPPFLAGS@
239 CRYPTOPP_LDFLAGS = @CRYPTOPP_LDFLAGS@
240 CRYPTOPP_LIBS = @CRYPTOPP_LIBS@
241 CXX = @CXX@
242 CXXCPP = @CXXCPP@
243 CXXDEPMODE = @CXXDEPMODE@
244 CXXFLAGS = @CXXFLAGS@
245 CYGPATH_W = @CYGPATH_W@
246 DATADIRNAME = @DATADIRNAME@
247 DEBUGFLAG = @DEBUGFLAG@
248 DEFS = @DEFS@
249 DEPDIR = @DEPDIR@
250 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
251 ECHO_C = @ECHO_C@
252 ECHO_N = @ECHO_N@
253 ECHO_T = @ECHO_T@
254 ED2K_MANPAGES = @ED2K_MANPAGES@
255 EGREP = @EGREP@
256 EXEEXT = @EXEEXT@
257 GDLIB_CFLAGS = @GDLIB_CFLAGS@
258 GDLIB_CONFIG_PATH = @GDLIB_CONFIG_PATH@
259 GDLIB_LDFLAGS = @GDLIB_LDFLAGS@
260 GDLIB_LIBS = @GDLIB_LIBS@
261 GENCAT = @GENCAT@
262 GEOIP_CPPFLAGS = @GEOIP_CPPFLAGS@
263 GEOIP_LDFLAGS = @GEOIP_LDFLAGS@
264 GEOIP_LIBS = @GEOIP_LIBS@
265 GLIBC21 = @GLIBC21@
266 GMSGFMT = @GMSGFMT@
267 GREP = @GREP@
268 INCINTL = @INCINTL@
269 INSTALL = @INSTALL@
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@
286 LD = @LD@
287 LDFLAGS = @LDFLAGS@
288 LIBICONV = @LIBICONV@
289 LIBINTL = @LIBINTL@
290 LIBOBJS = @LIBOBJS@
291 LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
292 LIBPNG_CONFIG_PATH = @LIBPNG_CONFIG_PATH@
293 LIBPNG_LDFLAGS = @LIBPNG_LDFLAGS@
294 LIBPNG_LIBS = @LIBPNG_LIBS@
295 LIBS = @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@
303 MAINT = @MAINT@
304 MAKEINFO = @MAKEINFO@
305 MKDIR_P = @MKDIR_P@
306 MKINSTALLDIRS = @MKINSTALLDIRS@
307 MONOLITHIC_MANPAGES = @MONOLITHIC_MANPAGES@
308 MSGFMT = @MSGFMT@
309 MSGMERGE = @MSGMERGE@
310 MULECFLAGS = @MULECFLAGS@
311 MULECPPFLAGS = @MULECPPFLAGS@
312 MULECXXFLAGS = @MULECXXFLAGS@
313 MULELDFLAGS = @MULELDFLAGS@
314 MULERCFLAGS = @MULERCFLAGS@
315 OBJEXT = @OBJEXT@
316 PACKAGE = @PACKAGE@
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@
325 POSUB = @POSUB@
326 POW_LIB = @POW_LIB@
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@
332 QT_MOC = @QT_MOC@
333 RANLIB = @RANLIB@
334 RC = @RC@
335 RCFLAGS = @RCFLAGS@
336 READLINE_LIBS = @READLINE_LIBS@
337 RESOLV_LIB = @RESOLV_LIB@
338 SED = @SED@
339 SET_MAKE = @SET_MAKE@
340 SHELL = @SHELL@
341 STRIP = @STRIP@
342 SVNDATE = @SVNDATE@
343 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
344 USE_NLS = @USE_NLS@
345 VERSION = @VERSION@
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@
357 WX_LIBS = @WX_LIBS@
358 WX_LIBS_STATIC = @WX_LIBS_STATIC@
359 WX_PORT = @WX_PORT@
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@
381 am__tar = @am__tar@
382 am__untar = @am__untar@
383 bindir = @bindir@
384 build = @build@
385 build_alias = @build_alias@
386 build_cpu = @build_cpu@
387 build_os = @build_os@
388 build_vendor = @build_vendor@
389 builddir = @builddir@
390 datadir = @datadir@
391 datarootdir = @datarootdir@
392 docdir = @docdir@
393 dvidir = @dvidir@
394 exec_prefix = @exec_prefix@
395 host = @host@
396 host_alias = @host_alias@
397 host_cpu = @host_cpu@
398 host_os = @host_os@
399 host_vendor = @host_vendor@
400 htmldir = @htmldir@
401 includedir = @includedir@
402 infodir = @infodir@
403 install_sh = @install_sh@
404 libdir = @libdir@
405 libexecdir = @libexecdir@
406 localedir = @localedir@
407 localstatedir = @localstatedir@
408 mandir = @mandir@
409 mkdir_p = @mkdir_p@
410 oldincludedir = @oldincludedir@
411 pdfdir = @pdfdir@
412 prefix = @prefix@
413 program_transform_name = @program_transform_name@
414 psdir = @psdir@
415 runstatedir = @runstatedir@
416 sbindir = @sbindir@
417 sharedstatedir = @sharedstatedir@
418 srcdir = @srcdir@
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
426 all: all-recursive
428 .SUFFIXES:
429 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
430 @for dep in $?; do \
431 case '$(am__configure_deps)' in \
432 *$$dep*) \
433 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
434 && { if test -f $@; then exit 0; else break; fi; }; \
435 exit 1;; \
436 esac; \
437 done; \
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
442 @case '$?' in \
443 *config.status*) \
444 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
445 *) \
446 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
447 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
448 esac;
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):
466 @fail=; \
467 if $(am__make_keepgoing); then \
468 failcom='fail=yes'; \
469 else \
470 failcom='exit 1'; \
471 fi; \
472 dot_seen=no; \
473 target=`echo $@ | sed s/-recursive//`; \
474 case "$@" in \
475 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
476 *) list='$(SUBDIRS)' ;; \
477 esac; \
478 for subdir in $$list; do \
479 echo "Making $$target in $$subdir"; \
480 if test "$$subdir" = "."; then \
481 dot_seen=yes; \
482 local_target="$$target-am"; \
483 else \
484 local_target="$$target"; \
485 fi; \
486 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
487 || eval $$failcom; \
488 done; \
489 if test "$$dot_seen" = "no"; then \
490 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
491 fi; test -z "$$fail"
493 ID: $(am__tagged_files)
494 $(am__define_uniq_tagged_files); mkid -fID $$unique
495 tags: tags-recursive
496 TAGS: tags
498 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
499 set x; \
500 here=`pwd`; \
501 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
502 include_option=--etags-include; \
503 empty_fix=.; \
504 else \
505 include_option=--include; \
506 empty_fix=; \
507 fi; \
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"; \
512 fi; \
513 done; \
514 $(am__define_uniq_tagged_files); \
515 shift; \
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) \
520 "$$@" $$unique; \
521 else \
522 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
523 $$unique; \
524 fi; \
526 ctags: ctags-recursive
528 CTAGS: ctags
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) \
533 $$unique
535 GTAGS:
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) ;; \
546 esac; \
547 for i in $$list; do \
548 if test -f "$$i"; then \
549 echo "$(subdir)/$$i"; \
550 else \
551 echo "$$sdir/$$i"; \
552 fi; \
553 done >> $(top_builddir)/cscope.files
555 distclean-tags:
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,/[^/]*$$,,' | \
568 sort -u` ;; \
569 esac; \
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 {} \;; \
576 fi; \
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 {} \;; \
580 fi; \
581 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
582 else \
583 test -f "$(distdir)/$$file" \
584 || cp -p $$d/$$file "$(distdir)/$$file" \
585 || exit 1; \
586 fi; \
587 done
588 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
589 if test "$$subdir" = .; then :; else \
590 $(am__make_dryrun) \
591 || test -d "$(distdir)/$$subdir" \
592 || $(MKDIR_P) "$(distdir)/$$subdir" \
593 || exit 1; \
594 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
595 $(am__relativize); \
596 new_distdir=$$reldir; \
597 dir1=$$subdir; dir2="$(top_distdir)"; \
598 $(am__relativize); \
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=: \
609 distdir) \
610 || exit 1; \
611 fi; \
612 done
613 check-am: all-am
614 check: check-recursive
615 all-am: Makefile
616 installdirs: installdirs-recursive
617 installdirs-am:
618 install: install-recursive
619 install-exec: install-exec-recursive
620 install-data: install-data-recursive
621 uninstall: uninstall-recursive
623 install-am: all-am
624 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
626 installcheck: installcheck-recursive
627 install-strip:
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 \
631 install; \
632 else \
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; \
637 mostlyclean-generic:
639 clean-generic:
641 distclean-generic:
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
654 -rm -f Makefile
655 distclean-am: clean-am distclean-generic distclean-tags
657 dvi: dvi-recursive
659 dvi-am:
661 html: html-recursive
663 html-am:
665 info: info-recursive
667 info-am:
669 install-data-am:
671 install-dvi: install-dvi-recursive
673 install-dvi-am:
675 install-exec-am:
677 install-html: install-html-recursive
679 install-html-am:
681 install-info: install-info-recursive
683 install-info-am:
685 install-man:
687 install-pdf: install-pdf-recursive
689 install-pdf-am:
691 install-ps: install-ps-recursive
693 install-ps-am:
695 installcheck-am:
697 maintainer-clean: maintainer-clean-recursive
698 -rm -f Makefile
699 maintainer-clean-am: distclean-am maintainer-clean-generic
701 mostlyclean: mostlyclean-recursive
703 mostlyclean-am: mostlyclean-generic
705 pdf: pdf-recursive
707 pdf-am:
709 ps: ps-recursive
711 ps-am:
713 uninstall-am:
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
729 .PRECIOUS: Makefile
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.
734 .NOEXPORT: