1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 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
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91target_triplet = @target@
92@PLUGINENABLE_TRUE@am__append_1 = yafDPIRules.conf dhcp_fingerprints.conf
93@P0FENABLE_TRUE@am__append_2 = p0f.fp
94subdir = etc
95ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96am__aclocal_m4_deps =  \
97	$(top_srcdir)/m4/ax_check_aligned_access_required.m4 \
98	$(top_srcdir)/m4/ax_check_libz.m4 \
99	$(top_srcdir)/m4/ax_check_ltdl.m4 \
100	$(top_srcdir)/m4/ax_compare_version.m4 \
101	$(top_srcdir)/m4/ax_prog_doxygen.m4 \
102	$(top_srcdir)/m4/infomodel.m4 $(top_srcdir)/m4/libtool.m4 \
103	$(top_srcdir)/m4/ltdl.m4 $(top_srcdir)/m4/ltoptions.m4 \
104	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
105	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/spread.m4 \
106	$(top_srcdir)/m4/yafsummary.m4 $(top_srcdir)/acinclude.m4 \
107	$(top_srcdir)/configure.ac
108am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
109	$(ACLOCAL_M4)
110DIST_COMMON = $(srcdir)/Makefile.am $(am__dist_sysconf_DATA_DIST) \
111	$(am__DIST_COMMON)
112mkinstalldirs = $(install_sh) -d
113CONFIG_HEADER = $(top_builddir)/include/yaf/config.h \
114	$(top_builddir)/airframe/include/airframe/config.h
115CONFIG_CLEAN_FILES = yaf.conf
116CONFIG_CLEAN_VPATH_FILES =
117AM_V_P = $(am__v_P_@AM_V@)
118am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
119am__v_P_0 = false
120am__v_P_1 = :
121AM_V_GEN = $(am__v_GEN_@AM_V@)
122am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
123am__v_GEN_0 = @echo "  GEN     " $@;
124am__v_GEN_1 =
125AM_V_at = $(am__v_at_@AM_V@)
126am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
127am__v_at_0 = @
128am__v_at_1 =
129SOURCES =
130DIST_SOURCES =
131am__can_run_installinfo = \
132  case $$AM_UPDATE_INFO_DIR in \
133    n|no|NO) false;; \
134    *) (install-info --version) >/dev/null 2>&1;; \
135  esac
136am__dist_sysconf_DATA_DIST = yafApplabelRules.conf yaf.conf \
137	yafDPIRules.conf dhcp_fingerprints.conf p0f.fp
138am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
139am__vpath_adj = case $$p in \
140    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
141    *) f=$$p;; \
142  esac;
143am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
144am__install_max = 40
145am__nobase_strip_setup = \
146  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
147am__nobase_strip = \
148  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
149am__nobase_list = $(am__nobase_strip_setup); \
150  for p in $$list; do echo "$$p $$p"; done | \
151  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
152  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
153    if (++n[$$2] == $(am__install_max)) \
154      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
155    END { for (dir in files) print dir, files[dir] }'
156am__base_list = \
157  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
158  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
159am__uninstall_files_from_dir = { \
160  test -z "$$files" \
161    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
162    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
163         $(am__cd) "$$dir" && rm -f $$files; }; \
164  }
165am__installdirs = "$(DESTDIR)$(sysconfdir)"
166DATA = $(dist_sysconf_DATA)
167am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
168am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/yaf.conf.in
169DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
170ACLOCAL = @ACLOCAL@
171AIRFRAME_POD2MAN_ARGS = @AIRFRAME_POD2MAN_ARGS@
172AMTAR = @AMTAR@
173AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
174AR = @AR@
175AUTOCONF = @AUTOCONF@
176AUTOHEADER = @AUTOHEADER@
177AUTOMAKE = @AUTOMAKE@
178AWK = @AWK@
179CC = @CC@
180CCDEPMODE = @CCDEPMODE@
181CFLAGS = @CFLAGS@
182CPP = @CPP@
183CPPFLAGS = @CPPFLAGS@
184CYGPATH_W = @CYGPATH_W@
185DAG_LDFLAGS = @DAG_LDFLAGS@
186DEFS = @DEFS@
187DEPDIR = @DEPDIR@
188DLLTOOL = @DLLTOOL@
189DOXYGEN_PAPER_SIZE = @DOXYGEN_PAPER_SIZE@
190DSYMUTIL = @DSYMUTIL@
191DUMPBIN = @DUMPBIN@
192DX_CONFIG = @DX_CONFIG@
193DX_DOCDIR = @DX_DOCDIR@
194DX_DOT = @DX_DOT@
195DX_DOXYGEN = @DX_DOXYGEN@
196DX_DVIPS = @DX_DVIPS@
197DX_EGREP = @DX_EGREP@
198DX_ENV = @DX_ENV@
199DX_FLAG_chi = @DX_FLAG_chi@
200DX_FLAG_chm = @DX_FLAG_chm@
201DX_FLAG_doc = @DX_FLAG_doc@
202DX_FLAG_dot = @DX_FLAG_dot@
203DX_FLAG_html = @DX_FLAG_html@
204DX_FLAG_man = @DX_FLAG_man@
205DX_FLAG_pdf = @DX_FLAG_pdf@
206DX_FLAG_ps = @DX_FLAG_ps@
207DX_FLAG_rtf = @DX_FLAG_rtf@
208DX_FLAG_xml = @DX_FLAG_xml@
209DX_HHC = @DX_HHC@
210DX_LATEX = @DX_LATEX@
211DX_MAKEINDEX = @DX_MAKEINDEX@
212DX_PDFLATEX = @DX_PDFLATEX@
213DX_PERL = @DX_PERL@
214DX_PROJECT = @DX_PROJECT@
215ECHO_C = @ECHO_C@
216ECHO_N = @ECHO_N@
217ECHO_T = @ECHO_T@
218EGREP = @EGREP@
219ENABLE_ZLIB = @ENABLE_ZLIB@
220EXEEXT = @EXEEXT@
221FGREP = @FGREP@
222FIXBUF_REQ_LIBSPREAD = @FIXBUF_REQ_LIBSPREAD@
223GLIB_CFLAGS = @GLIB_CFLAGS@
224GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
225GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
226GLIB_LDADD = @GLIB_LDADD@
227GLIB_LIBS = @GLIB_LIBS@
228GLIB_MKENUMS = @GLIB_MKENUMS@
229GOBJECT_QUERY = @GOBJECT_QUERY@
230GREP = @GREP@
231INCLTDL = @INCLTDL@
232INFOMODEL_REGISTRIES = @INFOMODEL_REGISTRIES@
233INFOMODEL_REGISTRY_INCLUDES = @INFOMODEL_REGISTRY_INCLUDES@
234INFOMODEL_REGISTRY_INCLUDE_FILES = @INFOMODEL_REGISTRY_INCLUDE_FILES@
235INFOMODEL_REGISTRY_PREFIXES = @INFOMODEL_REGISTRY_PREFIXES@
236INSTALL = @INSTALL@
237INSTALL_DATA = @INSTALL_DATA@
238INSTALL_PROGRAM = @INSTALL_PROGRAM@
239INSTALL_SCRIPT = @INSTALL_SCRIPT@
240INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
241LD = @LD@
242LDFLAGS = @LDFLAGS@
243LIBCOMPAT = @LIBCOMPAT@
244LIBLTDL = @LIBLTDL@
245LIBOBJS = @LIBOBJS@
246LIBS = @LIBS@
247LIBTOOL = @LIBTOOL@
248LIPO = @LIPO@
249LN_S = @LN_S@
250LTDLDEPS = @LTDLDEPS@
251LTDLINCL = @LTDLINCL@
252LTLIBOBJS = @LTLIBOBJS@
253LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
254MAKEINFO = @MAKEINFO@
255MANIFEST_TOOL = @MANIFEST_TOOL@
256MKDIR_P = @MKDIR_P@
257NM = @NM@
258NMEDIT = @NMEDIT@
259OBJDUMP = @OBJDUMP@
260OBJEXT = @OBJEXT@
261OTOOL = @OTOOL@
262OTOOL64 = @OTOOL64@
263PACKAGE = @PACKAGE@
264PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
265PACKAGE_NAME = @PACKAGE_NAME@
266PACKAGE_STRING = @PACKAGE_STRING@
267PACKAGE_TARNAME = @PACKAGE_TARNAME@
268PACKAGE_URL = @PACKAGE_URL@
269PACKAGE_VERSION = @PACKAGE_VERSION@
270PATH_SEPARATOR = @PATH_SEPARATOR@
271PERL = @PERL@
272PKG_CONFIG = @PKG_CONFIG@
273PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
274PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
275POD2HTML = @POD2HTML@
276POD2MAN = @POD2MAN@
277RANLIB = @RANLIB@
278RPM_CONFIG_FLAGS = @RPM_CONFIG_FLAGS@
279SED = @SED@
280SET_MAKE = @SET_MAKE@
281SHELL = @SHELL@
282SPREAD_CC_DEFINE = @SPREAD_CC_DEFINE@
283SPREAD_CFLAGS = @SPREAD_CFLAGS@
284SPREAD_LDFLAGS = @SPREAD_LDFLAGS@
285SPREAD_LIBS = @SPREAD_LIBS@
286STRIP = @STRIP@
287VERSION = @VERSION@
288XSLTPROC = @XSLTPROC@
289YAF_HAS_DAG = @YAF_HAS_DAG@
290YAF_HAS_NAPATECH = @YAF_HAS_NAPATECH@
291YAF_HAS_NETRONOME = @YAF_HAS_NETRONOME@
292YAF_HAS_PFRING = @YAF_HAS_PFRING@
293YAF_PC_PCRE = @YAF_PC_PCRE@
294YAF_POD2MAN_ARGS = @YAF_POD2MAN_ARGS@
295YAF_REQ_AIRFRAME_VER = @YAF_REQ_AIRFRAME_VER@
296YAF_REQ_FIXBUF_VER = @YAF_REQ_FIXBUF_VER@
297YAF_REQ_GLIB_VER = @YAF_REQ_GLIB_VER@
298YAF_REQ_P0F_CONF = @YAF_REQ_P0F_CONF@
299YAF_REQ_P0F_VER = @YAF_REQ_P0F_VER@
300YAF_REQ_PCRE = @YAF_REQ_PCRE@
301YAF_REQ_PCRE_VER = @YAF_REQ_PCRE_VER@
302YAF_REQ_PLUG_CONF = @YAF_REQ_PLUG_CONF@
303YAF_SUMMARY_FILE = @YAF_SUMMARY_FILE@
304abs_builddir = @abs_builddir@
305abs_srcdir = @abs_srcdir@
306abs_top_builddir = @abs_top_builddir@
307abs_top_srcdir = @abs_top_srcdir@
308ac_ct_AR = @ac_ct_AR@
309ac_ct_CC = @ac_ct_CC@
310ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
311am__include = @am__include@
312am__leading_dot = @am__leading_dot@
313am__quote = @am__quote@
314am__tar = @am__tar@
315am__untar = @am__untar@
316bindir = @bindir@
317build = @build@
318build_alias = @build_alias@
319build_cpu = @build_cpu@
320build_os = @build_os@
321build_vendor = @build_vendor@
322builddir = @builddir@
323datadir = @datadir@
324datarootdir = @datarootdir@
325docdir = @docdir@
326dvidir = @dvidir@
327exec_prefix = @exec_prefix@
328host = @host@
329host_alias = @host_alias@
330host_cpu = @host_cpu@
331host_os = @host_os@
332host_vendor = @host_vendor@
333htmldir = @htmldir@
334includedir = @includedir@
335infodir = @infodir@
336install_sh = @install_sh@
337libdir = @libdir@
338libexecdir = @libexecdir@
339libfixbuf_CFLAGS = @libfixbuf_CFLAGS@
340libfixbuf_LIBS = @libfixbuf_LIBS@
341libndpi_CFLAGS = @libndpi_CFLAGS@
342libndpi_LIBS = @libndpi_LIBS@
343libp0f_CFLAGS = @libp0f_CFLAGS@
344libp0f_LIBS = @libp0f_LIBS@
345localedir = @localedir@
346localstatedir = @localstatedir@
347mandir = @mandir@
348mkdir_p = @mkdir_p@
349oldincludedir = @oldincludedir@
350pcreLib_CFLAGS = @pcreLib_CFLAGS@
351pcreLib_LIBS = @pcreLib_LIBS@
352pdfdir = @pdfdir@
353prefix = @prefix@
354program_transform_name = @program_transform_name@
355psdir = @psdir@
356runstatedir = @runstatedir@
357sbindir = @sbindir@
358sharedstatedir = @sharedstatedir@
359srcdir = @srcdir@
360subdirs = @subdirs@
361sysconfdir = @sysconfdir@
362target = @target@
363target_alias = @target_alias@
364target_cpu = @target_cpu@
365target_os = @target_os@
366target_vendor = @target_vendor@
367top_build_prefix = @top_build_prefix@
368top_builddir = @top_builddir@
369top_srcdir = @top_srcdir@
370version_info = @version_info@
371EXTRA_DIST = yaf.conf.in init.d/yaf.in yafApplabelRules.conf yaf.init
372dist_sysconf_DATA = yafApplabelRules.conf yaf.conf $(am__append_1) \
373	$(am__append_2)
374all: all-am
375
376.SUFFIXES:
377$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
378	@for dep in $?; do \
379	  case '$(am__configure_deps)' in \
380	    *$$dep*) \
381	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
382	        && { if test -f $@; then exit 0; else break; fi; }; \
383	      exit 1;; \
384	  esac; \
385	done; \
386	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign etc/Makefile'; \
387	$(am__cd) $(top_srcdir) && \
388	  $(AUTOMAKE) --foreign etc/Makefile
389Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
390	@case '$?' in \
391	  *config.status*) \
392	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
393	  *) \
394	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
395	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
396	esac;
397
398$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
399	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
400
401$(top_srcdir)/configure:  $(am__configure_deps)
402	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
403$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
404	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
405$(am__aclocal_m4_deps):
406yaf.conf: $(top_builddir)/config.status $(srcdir)/yaf.conf.in
407	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
408
409mostlyclean-libtool:
410	-rm -f *.lo
411
412clean-libtool:
413	-rm -rf .libs _libs
414install-dist_sysconfDATA: $(dist_sysconf_DATA)
415	@$(NORMAL_INSTALL)
416	@list='$(dist_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
417	if test -n "$$list"; then \
418	  echo " $(MKDIR_P) '$(DESTDIR)$(sysconfdir)'"; \
419	  $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" || exit 1; \
420	fi; \
421	for p in $$list; do \
422	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
423	  echo "$$d$$p"; \
424	done | $(am__base_list) | \
425	while read files; do \
426	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \
427	  $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
428	done
429
430uninstall-dist_sysconfDATA:
431	@$(NORMAL_UNINSTALL)
432	@list='$(dist_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
433	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
434	dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
435tags TAGS:
436
437ctags CTAGS:
438
439cscope cscopelist:
440
441
442distdir: $(DISTFILES)
443	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
444	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
445	list='$(DISTFILES)'; \
446	  dist_files=`for file in $$list; do echo $$file; done | \
447	  sed -e "s|^$$srcdirstrip/||;t" \
448	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
449	case $$dist_files in \
450	  */*) $(MKDIR_P) `echo "$$dist_files" | \
451			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
452			   sort -u` ;; \
453	esac; \
454	for file in $$dist_files; do \
455	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
456	  if test -d $$d/$$file; then \
457	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
458	    if test -d "$(distdir)/$$file"; then \
459	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
460	    fi; \
461	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
462	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
463	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
464	    fi; \
465	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
466	  else \
467	    test -f "$(distdir)/$$file" \
468	    || cp -p $$d/$$file "$(distdir)/$$file" \
469	    || exit 1; \
470	  fi; \
471	done
472check-am: all-am
473check: check-am
474all-am: Makefile $(DATA)
475installdirs:
476	for dir in "$(DESTDIR)$(sysconfdir)"; do \
477	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
478	done
479install: install-am
480install-exec: install-exec-am
481install-data: install-data-am
482uninstall: uninstall-am
483
484install-am: all-am
485	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
486
487installcheck: installcheck-am
488install-strip:
489	if test -z '$(STRIP)'; then \
490	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
491	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
492	      install; \
493	else \
494	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
495	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
496	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
497	fi
498mostlyclean-generic:
499
500clean-generic:
501
502distclean-generic:
503	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
504	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
505
506maintainer-clean-generic:
507	@echo "This command is intended for maintainers to use"
508	@echo "it deletes files that may require special tools to rebuild."
509clean: clean-am
510
511clean-am: clean-generic clean-libtool mostlyclean-am
512
513distclean: distclean-am
514	-rm -f Makefile
515distclean-am: clean-am distclean-generic
516
517dvi: dvi-am
518
519dvi-am:
520
521html: html-am
522
523html-am:
524
525info: info-am
526
527info-am:
528
529install-data-am:
530
531install-dvi: install-dvi-am
532
533install-dvi-am:
534
535install-exec-am: install-dist_sysconfDATA
536
537install-html: install-html-am
538
539install-html-am:
540
541install-info: install-info-am
542
543install-info-am:
544
545install-man:
546
547install-pdf: install-pdf-am
548
549install-pdf-am:
550
551install-ps: install-ps-am
552
553install-ps-am:
554
555installcheck-am:
556
557maintainer-clean: maintainer-clean-am
558	-rm -f Makefile
559maintainer-clean-am: distclean-am maintainer-clean-generic
560
561mostlyclean: mostlyclean-am
562
563mostlyclean-am: mostlyclean-generic mostlyclean-libtool
564
565pdf: pdf-am
566
567pdf-am:
568
569ps: ps-am
570
571ps-am:
572
573uninstall-am: uninstall-dist_sysconfDATA
574
575.MAKE: install-am install-strip
576
577.PHONY: all all-am check check-am clean clean-generic clean-libtool \
578	cscopelist-am ctags-am distclean distclean-generic \
579	distclean-libtool distdir dvi dvi-am html html-am info info-am \
580	install install-am install-data install-data-am \
581	install-dist_sysconfDATA install-dvi install-dvi-am \
582	install-exec install-exec-am install-html install-html-am \
583	install-info install-info-am install-man install-pdf \
584	install-pdf-am install-ps install-ps-am install-strip \
585	installcheck installcheck-am installdirs maintainer-clean \
586	maintainer-clean-generic mostlyclean mostlyclean-generic \
587	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
588	uninstall-am uninstall-dist_sysconfDATA
589
590.PRECIOUS: Makefile
591
592
593# Tell versions [3.59,3.63) of GNU make to not export all variables.
594# Otherwise a system limit (for SysV at least) may be exceeded.
595.NOEXPORT:
596