nexmon – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3  
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
5  
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.
9  
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.
14  
15 @SET_MAKE@
16  
17 # Makefile.am
18 # Automake file for Wireshark help files
19 #
20 # Wireshark - Network traffic analyzer
21 # By Gerald Combs <gerald@wireshark.org>
22 # Copyright 2003 Gerald Combs
23 #
24 # This program is free software; you can redistribute it and/or
25 # modify it under the terms of the GNU General Public License
26 # as published by the Free Software Foundation; either version 2
27 # of the License, or (at your option) any later version.
28 #
29 # This program is distributed in the hope that it will be useful,
30 # but WITHOUT ANY WARRANTY; without even the implied warranty of
31 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
32 # GNU General Public License for more details.
33 #
34 # You should have received a copy of the GNU General Public License
35 # along with this program; if not, write to the Free Software
36 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
37  
38 VPATH = @srcdir@
39 am__is_gnu_make = { \
40 if test -z '$(MAKELEVEL)'; then \
41 false; \
42 elif test -n '$(MAKE_HOST)'; then \
43 true; \
44 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
45 true; \
46 else \
47 false; \
48 fi; \
49 }
50 am__make_running_with_option = \
51 case $${target_option-} in \
52 ?) ;; \
53 *) echo "am__make_running_with_option: internal error: invalid" \
54 "target option '$${target_option-}' specified" >&2; \
55 exit 1;; \
56 esac; \
57 has_opt=no; \
58 sane_makeflags=$$MAKEFLAGS; \
59 if $(am__is_gnu_make); then \
60 sane_makeflags=$$MFLAGS; \
61 else \
62 case $$MAKEFLAGS in \
63 *\\[\ \ ]*) \
64 bs=\\; \
65 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
66 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
67 esac; \
68 fi; \
69 skip_next=no; \
70 strip_trailopt () \
71 { \
72 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
73 }; \
74 for flg in $$sane_makeflags; do \
75 test $$skip_next = yes && { skip_next=no; continue; }; \
76 case $$flg in \
77 *=*|--*) continue;; \
78 -*I) strip_trailopt 'I'; skip_next=yes;; \
79 -*I?*) strip_trailopt 'I';; \
80 -*O) strip_trailopt 'O'; skip_next=yes;; \
81 -*O?*) strip_trailopt 'O';; \
82 -*l) strip_trailopt 'l'; skip_next=yes;; \
83 -*l?*) strip_trailopt 'l';; \
84 -[dEDm]) skip_next=yes;; \
85 -[JT]) skip_next=yes;; \
86 esac; \
87 case $$flg in \
88 *$$target_option*) has_opt=yes; break;; \
89 esac; \
90 done; \
91 test $$has_opt = yes
92 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
93 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
94 pkgdatadir = $(datadir)/@PACKAGE@
95 pkgincludedir = $(includedir)/@PACKAGE@
96 pkglibdir = $(libdir)/@PACKAGE@
97 pkglibexecdir = $(libexecdir)/@PACKAGE@
98 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
99 install_sh_DATA = $(install_sh) -c -m 644
100 install_sh_PROGRAM = $(install_sh) -c
101 install_sh_SCRIPT = $(install_sh) -c
102 INSTALL_HEADER = $(INSTALL_DATA)
103 transform = $(program_transform_name)
104 NORMAL_INSTALL = :
105 PRE_INSTALL = :
106 POST_INSTALL = :
107 NORMAL_UNINSTALL = :
108 PRE_UNINSTALL = :
109 POST_UNINSTALL = :
110 build_triplet = @build@
111 host_triplet = @host@
112 target_triplet = @target@
113 subdir = help
114 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
115 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_flag.m4 \
116 $(top_srcdir)/m4/ax_compiler_vendor.m4 \
117 $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
118 $(top_srcdir)/m4/ax_lib_socket_nsl.m4 \
119 $(top_srcdir)/m4/ax_prog_cc_for_build.m4 \
120 $(top_srcdir)/m4/libgcrypt.m4 $(top_srcdir)/m4/libsmi.m4 \
121 $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/ws_osx.m4 \
122 $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
123 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
124 $(ACLOCAL_M4)
125 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
126 mkinstalldirs = $(install_sh) -d
127 CONFIG_HEADER = $(top_builddir)/config.h
128 CONFIG_CLEAN_FILES =
129 CONFIG_CLEAN_VPATH_FILES =
130 AM_V_P = $(am__v_P_@AM_V@)
131 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
132 am__v_P_0 = false
133 am__v_P_1 = :
134 AM_V_GEN = $(am__v_GEN_@AM_V@)
135 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
136 am__v_GEN_0 = @echo " GEN " $@;
137 am__v_GEN_1 =
138 AM_V_at = $(am__v_at_@AM_V@)
139 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
140 am__v_at_0 = @
141 am__v_at_1 =
142 SOURCES =
143 DIST_SOURCES =
144 am__can_run_installinfo = \
145 case $$AM_UPDATE_INFO_DIR in \
146 n|no|NO) false;; \
147 *) (install-info --version) >/dev/null 2>&1;; \
148 esac
149 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
150 am__vpath_adj = case $$p in \
151 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
152 *) f=$$p;; \
153 esac;
154 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
155 am__install_max = 40
156 am__nobase_strip_setup = \
157 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
158 am__nobase_strip = \
159 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
160 am__nobase_list = $(am__nobase_strip_setup); \
161 for p in $$list; do echo "$$p $$p"; done | \
162 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
163 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
164 if (++n[$$2] == $(am__install_max)) \
165 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
166 END { for (dir in files) print dir, files[dir] }'
167 am__base_list = \
168 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
169 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
170 am__uninstall_files_from_dir = { \
171 test -z "$$files" \
172 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
173 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
174 $(am__cd) "$$dir" && rm -f $$files; }; \
175 }
176 am__installdirs = "$(DESTDIR)$(helpdir)"
177 DATA = $(help_DATA)
178 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
179 am__DIST_COMMON = $(srcdir)/Makefile.in
180 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
181 A2X = @A2X@
182 A2X_LYNX = @A2X_LYNX@
183 ACLOCAL = @ACLOCAL@
184 AC_MIN_VERSION = @AC_MIN_VERSION@
185 AMTAR = @AMTAR@
186 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
187 APPLICATIONSERVICES_FRAMEWORKS = @APPLICATIONSERVICES_FRAMEWORKS@
188 AR = @AR@
189 AUTOCONF = @AUTOCONF@
190 AUTOHEADER = @AUTOHEADER@
191 AUTOMAKE = @AUTOMAKE@
192 AWK = @AWK@
193 BUILD_EXEEXT = @BUILD_EXEEXT@
194 BUILD_OBJEXT = @BUILD_OBJEXT@
195 CC = @CC@
196 CCDEPMODE = @CCDEPMODE@
197 CC_FOR_BUILD = @CC_FOR_BUILD@
198 CFLAGS = @CFLAGS@
199 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
200 CFLAGS_SSE42 = @CFLAGS_SSE42@
201 CONFIG_ARGS = @CONFIG_ARGS@
202 COREFOUNDATION_FRAMEWORKS = @COREFOUNDATION_FRAMEWORKS@
203 CPP = @CPP@
204 CPPFLAGS = @CPPFLAGS@
205 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
206 CPP_FOR_BUILD = @CPP_FOR_BUILD@
207 CXX = @CXX@
208 CXXCPP = @CXXCPP@
209 CXXDEPMODE = @CXXDEPMODE@
210 CXXFLAGS = @CXXFLAGS@
211 CYGPATH_W = @CYGPATH_W@
212 C_ARES_LIBS = @C_ARES_LIBS@
213 DEFS = @DEFS@
214 DEPDIR = @DEPDIR@
215 DESKTOP_FILE_INSTALL = @DESKTOP_FILE_INSTALL@
216 DLLTOOL = @DLLTOOL@
217 DOXYGEN = @DOXYGEN@
218 DSYMUTIL = @DSYMUTIL@
219 DUMPBIN = @DUMPBIN@
220 DUMPCAP_GROUP = @DUMPCAP_GROUP@
221 ECHO_C = @ECHO_C@
222 ECHO_N = @ECHO_N@
223 ECHO_T = @ECHO_T@
224 EGREP = @EGREP@
225 ENABLE_STATIC = @ENABLE_STATIC@
226 EXEEXT = @EXEEXT@
227 FGREP = @FGREP@
228 FOP = @FOP@
229 GEOIP_LIBS = @GEOIP_LIBS@
230 GLIB_CFLAGS = @GLIB_CFLAGS@
231 GLIB_LIBS = @GLIB_LIBS@
232 GLIB_MIN_VERSION = @GLIB_MIN_VERSION@
233 GREP = @GREP@
234 GTK2_MIN_VERSION = @GTK2_MIN_VERSION@
235 GTK3_MIN_VERSION = @GTK3_MIN_VERSION@
236 GTK_CFLAGS = @GTK_CFLAGS@
237 GTK_LIBS = @GTK_LIBS@
238 GUI_CONFIGURE_FLAGS = @GUI_CONFIGURE_FLAGS@
239 HAVE_BLESS = @HAVE_BLESS@
240 HAVE_CXX11 = @HAVE_CXX11@
241 HAVE_DOXYGEN = @HAVE_DOXYGEN@
242 HAVE_DPKG_BUILDPACKAGE = @HAVE_DPKG_BUILDPACKAGE@
243 HAVE_HDIUTIL = @HAVE_HDIUTIL@
244 HAVE_OSX_PACKAGING = @HAVE_OSX_PACKAGING@
245 HAVE_PKGMK = @HAVE_PKGMK@
246 HAVE_PKGPROTO = @HAVE_PKGPROTO@
247 HAVE_PKGTRANS = @HAVE_PKGTRANS@
248 HAVE_SVR4_PACKAGING = @HAVE_SVR4_PACKAGING@
249 HAVE_XCODEBUILD = @HAVE_XCODEBUILD@
250 INSTALL = @INSTALL@
251 INSTALL_DATA = @INSTALL_DATA@
252 INSTALL_PROGRAM = @INSTALL_PROGRAM@
253 INSTALL_SCRIPT = @INSTALL_SCRIPT@
254 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
255 KRB5_CFLAGS = @KRB5_CFLAGS@
256 KRB5_CONFIG = @KRB5_CONFIG@
257 KRB5_LIBS = @KRB5_LIBS@
258 LD = @LD@
259 LDFLAGS = @LDFLAGS@
260 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
261 LDFLAGS_SHAREDLIB = @LDFLAGS_SHAREDLIB@
262 LEX = @LEX@
263 LEXLIB = @LEXLIB@
264 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
265 LIBCAP_LIBS = @LIBCAP_LIBS@
266 LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
267 LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
268 LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
269 LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
270 LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
271 LIBNL_CFLAGS = @LIBNL_CFLAGS@
272 LIBNL_LIBS = @LIBNL_LIBS@
273 LIBOBJS = @LIBOBJS@
274 LIBS = @LIBS@
275 LIBSMI_CFLAGS = @LIBSMI_CFLAGS@
276 LIBSMI_LDFLAGS = @LIBSMI_LDFLAGS@
277 LIBSMI_VERSION = @LIBSMI_VERSION@
278 LIBSSH_LIBS = @LIBSSH_LIBS@
279 LIBTOOL = @LIBTOOL@
280 LIBTOOL_DEPS = @LIBTOOL_DEPS@
281 LIPO = @LIPO@
282 LN_S = @LN_S@
283 LRELEASE = @LRELEASE@
284 LTLIBOBJS = @LTLIBOBJS@
285 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
286 LUA_CFLAGS = @LUA_CFLAGS@
287 LUA_LIBS = @LUA_LIBS@
288 MAKEINFO = @MAKEINFO@
289 MANIFEST_TOOL = @MANIFEST_TOOL@
290 MKDIR_P = @MKDIR_P@
291 MOC = @MOC@
292 MOC_OPTIONS = @MOC_OPTIONS@
293 NM = @NM@
294 NMEDIT = @NMEDIT@
295 OBJDUMP = @OBJDUMP@
296 OBJEXT = @OBJEXT@
297 OSX_APP_FLAGS = @OSX_APP_FLAGS@
298 OSX_DMG_FLAGS = @OSX_DMG_FLAGS@
299 OSX_MIN_VERSION = @OSX_MIN_VERSION@
300 OTOOL = @OTOOL@
301 OTOOL64 = @OTOOL64@
302 PACKAGE = @PACKAGE@
303 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
304 PACKAGE_NAME = @PACKAGE_NAME@
305 PACKAGE_STRING = @PACKAGE_STRING@
306 PACKAGE_TARNAME = @PACKAGE_TARNAME@
307 PACKAGE_URL = @PACKAGE_URL@
308 PACKAGE_VERSION = @PACKAGE_VERSION@
309 PATH_SEPARATOR = @PATH_SEPARATOR@
310 PCAP_CONFIG = @PCAP_CONFIG@
311 PCAP_LIBS = @PCAP_LIBS@
312 PERL = @PERL@
313 PIE_CFLAGS = @PIE_CFLAGS@
314 PIE_LDFLAGS = @PIE_LDFLAGS@
315 PKG_CONFIG = @PKG_CONFIG@
316 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
317 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
318 PLUGIN_LIBS = @PLUGIN_LIBS@
319 POD2HTML = @POD2HTML@
320 POD2MAN = @POD2MAN@
321 PORTAUDIO_INCLUDES = @PORTAUDIO_INCLUDES@
322 PORTAUDIO_LIBS = @PORTAUDIO_LIBS@
323 PYTHON = @PYTHON@
324 QTCHOOSER = @QTCHOOSER@
325 QT_MIN_VERSION = @QT_MIN_VERSION@
326 Qt_CFLAGS = @Qt_CFLAGS@
327 Qt_LDFLAGS = @Qt_LDFLAGS@
328 Qt_LIBS = @Qt_LIBS@
329 RANLIB = @RANLIB@
330 RCC = @RCC@
331 RPMBUILD = @RPMBUILD@
332 RPMBUILD_WITH_ARGS = @RPMBUILD_WITH_ARGS@
333 RPM_VERSION = @RPM_VERSION@
334 SBC_CFLAGS = @SBC_CFLAGS@
335 SBC_LIBS = @SBC_LIBS@
336 SED = @SED@
337 SETCAP = @SETCAP@
338 SET_MAKE = @SET_MAKE@
339 SHELL = @SHELL@
340 SPEEXDSP_CFLAGS = @SPEEXDSP_CFLAGS@
341 SPEEXDSP_LIBS = @SPEEXDSP_LIBS@
342 SSL_LIBS = @SSL_LIBS@
343 STRIP = @STRIP@
344 SYSTEMCONFIGURATION_FRAMEWORKS = @SYSTEMCONFIGURATION_FRAMEWORKS@
345 UIC = @UIC@
346 VERSION = @VERSION@
347 WERROR = @WERROR@
348 WS_CFLAGS = @WS_CFLAGS@
349 WS_CFLAGS_FOR_BUILD = @WS_CFLAGS_FOR_BUILD@
350 WS_CPPFLAGS = @WS_CPPFLAGS@
351 WS_CXXFLAGS = @WS_CXXFLAGS@
352 WS_LDFLAGS = @WS_LDFLAGS@
353 XSLTPROC = @XSLTPROC@
354 YACC = @YACC@
355 YFLAGS = @YFLAGS@
356 abs_builddir = @abs_builddir@
357 abs_srcdir = @abs_srcdir@
358 abs_top_builddir = @abs_top_builddir@
359 abs_top_srcdir = @abs_top_srcdir@
360 ac_ct_AR = @ac_ct_AR@
361 ac_ct_CC = @ac_ct_CC@
362 ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
363 ac_ct_CXX = @ac_ct_CXX@
364 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
365 am__include = @am__include@
366 am__leading_dot = @am__leading_dot@
367 am__quote = @am__quote@
368 am__tar = @am__tar@
369 am__untar = @am__untar@
370 androiddump_bin = @androiddump_bin@
371 androiddump_man = @androiddump_man@
372 bindir = @bindir@
373 build = @build@
374 build_alias = @build_alias@
375 build_cpu = @build_cpu@
376 build_os = @build_os@
377 build_vendor = @build_vendor@
378 builddir = @builddir@
379 capinfos_bin = @capinfos_bin@
380 capinfos_man = @capinfos_man@
381 captype_bin = @captype_bin@
382 captype_man = @captype_man@
383 ciscodump_bin = @ciscodump_bin@
384 ciscodump_man = @ciscodump_man@
385 datadir = @datadir@
386 datarootdir = @datarootdir@
387 dftest_bin = @dftest_bin@
388 dftest_man = @dftest_man@
389 docdir = @docdir@
390 dumpcap_bin = @dumpcap_bin@
391 dumpcap_man = @dumpcap_man@
392 dvidir = @dvidir@
393 echld_dir = @echld_dir@
394 echld_test_bin = @echld_test_bin@
395 editcap_bin = @editcap_bin@
396 editcap_man = @editcap_man@
397 exec_prefix = @exec_prefix@
398 extcap_man = @extcap_man@
399 extcap_subdir = @extcap_subdir@
400 extcapdir = @extcapdir@
401 have_sw_vers = @have_sw_vers@
402 host = @host@
403 host_alias = @host_alias@
404 host_cpu = @host_cpu@
405 host_os = @host_os@
406 host_vendor = @host_vendor@
407 htmldir = @htmldir@
408 includedir = @includedir@
409 infodir = @infodir@
410 install_sh = @install_sh@
411 libdir = @libdir@
412 libexecdir = @libexecdir@
413 localedir = @localedir@
414 localstatedir = @localstatedir@
415 mandir = @mandir@
416 mergecap_bin = @mergecap_bin@
417 mergecap_man = @mergecap_man@
418 mkdir_p = @mkdir_p@
419 oldincludedir = @oldincludedir@
420 pdfdir = @pdfdir@
421 plugindir = @plugindir@
422 plugins_dir = @plugins_dir@
423 prefix = @prefix@
424 program_transform_name = @program_transform_name@
425 psdir = @psdir@
426 randpkt_bin = @randpkt_bin@
427 randpkt_man = @randpkt_man@
428 randpktdump_bin = @randpktdump_bin@
429 randpktdump_man = @randpktdump_man@
430 rawshark_bin = @rawshark_bin@
431 rawshark_man = @rawshark_man@
432 reordercap_bin = @reordercap_bin@
433 reordercap_man = @reordercap_man@
434 runstatedir = @runstatedir@
435 sbindir = @sbindir@
436 sharedstatedir = @sharedstatedir@
437 srcdir = @srcdir@
438 sshdump_bin = @sshdump_bin@
439 sshdump_man = @sshdump_man@
440 sysconfdir = @sysconfdir@
441 target = @target@
442 target_alias = @target_alias@
443 target_cpu = @target_cpu@
444 target_os = @target_os@
445 target_vendor = @target_vendor@
446 text2pcap_bin = @text2pcap_bin@
447 text2pcap_man = @text2pcap_man@
448 tfshark_bin = @tfshark_bin@
449 tfshark_man = @tfshark_man@
450 top_build_prefix = @top_build_prefix@
451 top_builddir = @top_builddir@
452 top_srcdir = @top_srcdir@
453 tshark_bin = @tshark_bin@
454 tshark_man = @tshark_man@
455 wireshark_SUBDIRS = @wireshark_SUBDIRS@
456 wireshark_bin = @wireshark_bin@
457 wireshark_man = @wireshark_man@
458 wiresharkfilter_man = @wiresharkfilter_man@
459  
460 #
461 # Install the help files in the "help" subdirectory of the data directory.
462 #
463 helpdir = $(pkgdatadir)/help
464 help_DATA = \
465 toc \
466 getting_started.txt \
467 capturing.txt \
468 capture_filters.txt \
469 display_filters.txt \
470 faq.txt \
471 overview.txt
472  
473 EXTRA_DIST = \
474 $(help_DATA) \
475 $(srcdir)/faq.py \
476 faq.txt
477  
478 CLEANFILES = faq.txt
479 MAINTAINERCLEANFILES = \
480 Makefile.in
481  
482 all: all-am
483  
484 .SUFFIXES:
485 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
486 @for dep in $?; do \
487 case '$(am__configure_deps)' in \
488 *$$dep*) \
489 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
490 && { if test -f $@; then exit 0; else break; fi; }; \
491 exit 1;; \
492 esac; \
493 done; \
494 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu help/Makefile'; \
495 $(am__cd) $(top_srcdir) && \
496 $(AUTOMAKE) --gnu help/Makefile
497 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
498 @case '$?' in \
499 *config.status*) \
500 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
501 *) \
502 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
503 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
504 esac;
505  
506 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
507 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
508  
509 $(top_srcdir)/configure: $(am__configure_deps)
510 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
511 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
512 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
513 $(am__aclocal_m4_deps):
514  
515 mostlyclean-libtool:
516 -rm -f *.lo
517  
518 clean-libtool:
519 -rm -rf .libs _libs
520 install-helpDATA: $(help_DATA)
521 @$(NORMAL_INSTALL)
522 @list='$(help_DATA)'; test -n "$(helpdir)" || list=; \
523 if test -n "$$list"; then \
524 echo " $(MKDIR_P) '$(DESTDIR)$(helpdir)'"; \
525 $(MKDIR_P) "$(DESTDIR)$(helpdir)" || exit 1; \
526 fi; \
527 for p in $$list; do \
528 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
529 echo "$$d$$p"; \
530 done | $(am__base_list) | \
531 while read files; do \
532 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(helpdir)'"; \
533 $(INSTALL_DATA) $$files "$(DESTDIR)$(helpdir)" || exit $$?; \
534 done
535  
536 uninstall-helpDATA:
537 @$(NORMAL_UNINSTALL)
538 @list='$(help_DATA)'; test -n "$(helpdir)" || list=; \
539 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
540 dir='$(DESTDIR)$(helpdir)'; $(am__uninstall_files_from_dir)
541 tags TAGS:
542  
543 ctags CTAGS:
544  
545 cscope cscopelist:
546  
547  
548 distdir: $(DISTFILES)
549 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
550 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
551 list='$(DISTFILES)'; \
552 dist_files=`for file in $$list; do echo $$file; done | \
553 sed -e "s|^$$srcdirstrip/||;t" \
554 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
555 case $$dist_files in \
556 */*) $(MKDIR_P) `echo "$$dist_files" | \
557 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
558 sort -u` ;; \
559 esac; \
560 for file in $$dist_files; do \
561 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
562 if test -d $$d/$$file; then \
563 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
564 if test -d "$(distdir)/$$file"; then \
565 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
566 fi; \
567 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
568 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
569 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
570 fi; \
571 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
572 else \
573 test -f "$(distdir)/$$file" \
574 || cp -p $$d/$$file "$(distdir)/$$file" \
575 || exit 1; \
576 fi; \
577 done
578 check-am: all-am
579 check: check-am
580 all-am: Makefile $(DATA)
581 installdirs:
582 for dir in "$(DESTDIR)$(helpdir)"; do \
583 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
584 done
585 install: install-am
586 install-exec: install-exec-am
587 install-data: install-data-am
588 uninstall: uninstall-am
589  
590 install-am: all-am
591 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
592  
593 installcheck: installcheck-am
594 install-strip:
595 if test -z '$(STRIP)'; then \
596 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
597 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
598 install; \
599 else \
600 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
601 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
602 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
603 fi
604 mostlyclean-generic:
605  
606 clean-generic:
607 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
608  
609 distclean-generic:
610 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
611 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
612  
613 maintainer-clean-generic:
614 @echo "This command is intended for maintainers to use"
615 @echo "it deletes files that may require special tools to rebuild."
616 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
617 clean: clean-am
618  
619 clean-am: clean-generic clean-libtool mostlyclean-am
620  
621 distclean: distclean-am
622 -rm -f Makefile
623 distclean-am: clean-am distclean-generic
624  
625 dvi: dvi-am
626  
627 dvi-am:
628  
629 html: html-am
630  
631 html-am:
632  
633 info: info-am
634  
635 info-am:
636  
637 install-data-am: install-helpDATA
638  
639 install-dvi: install-dvi-am
640  
641 install-dvi-am:
642  
643 install-exec-am:
644  
645 install-html: install-html-am
646  
647 install-html-am:
648  
649 install-info: install-info-am
650  
651 install-info-am:
652  
653 install-man:
654  
655 install-pdf: install-pdf-am
656  
657 install-pdf-am:
658  
659 install-ps: install-ps-am
660  
661 install-ps-am:
662  
663 installcheck-am:
664  
665 maintainer-clean: maintainer-clean-am
666 -rm -f Makefile
667 maintainer-clean-am: distclean-am maintainer-clean-generic
668  
669 mostlyclean: mostlyclean-am
670  
671 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
672  
673 pdf: pdf-am
674  
675 pdf-am:
676  
677 ps: ps-am
678  
679 ps-am:
680  
681 uninstall-am: uninstall-helpDATA
682  
683 .MAKE: install-am install-strip
684  
685 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
686 cscopelist-am ctags-am distclean distclean-generic \
687 distclean-libtool distdir dvi dvi-am html html-am info info-am \
688 install install-am install-data install-data-am install-dvi \
689 install-dvi-am install-exec install-exec-am install-helpDATA \
690 install-html install-html-am install-info install-info-am \
691 install-man install-pdf install-pdf-am install-ps \
692 install-ps-am install-strip installcheck installcheck-am \
693 installdirs maintainer-clean maintainer-clean-generic \
694 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
695 ps ps-am tags-am uninstall uninstall-am uninstall-helpDATA
696  
697 .PRECIOUS: Makefile
698  
699  
700 # Convert the FAQ to text.
701 faq.txt: $(srcdir)/faq.py
702 $(AM_V_GEN)$(srcdir)/faq.py -b >$@.tmp && \
703 $(srcdir)/../tools/html2text.py $@.tmp > $@ && \
704 rm -f $@.tmp
705  
706 # Tell versions [3.59,3.63) of GNU make to not export all variables.
707 # Otherwise a system limit (for SysV at least) may be exceeded.
708 .NOEXPORT: