1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 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# RCSIDENT("$SiLK: Makefile.am 09f20fda742a 2020-04-16 20:58:11Z mthomas $");
18
19# RCSIDENT("$SiLK: build.mk 9a4f4ca2d067 2017-06-21 17:41:59Z mthomas $")
20#
21#  This file contains common rules included into every Makefile.in
22
23
24
25VPATH = @srcdir@
26am__is_gnu_make = { \
27  if test -z '$(MAKELEVEL)'; then \
28    false; \
29  elif test -n '$(MAKE_HOST)'; then \
30    true; \
31  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
32    true; \
33  else \
34    false; \
35  fi; \
36}
37am__make_running_with_option = \
38  case $${target_option-} in \
39      ?) ;; \
40      *) echo "am__make_running_with_option: internal error: invalid" \
41              "target option '$${target_option-}' specified" >&2; \
42         exit 1;; \
43  esac; \
44  has_opt=no; \
45  sane_makeflags=$$MAKEFLAGS; \
46  if $(am__is_gnu_make); then \
47    sane_makeflags=$$MFLAGS; \
48  else \
49    case $$MAKEFLAGS in \
50      *\\[\ \	]*) \
51        bs=\\; \
52        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
53          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
54    esac; \
55  fi; \
56  skip_next=no; \
57  strip_trailopt () \
58  { \
59    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
60  }; \
61  for flg in $$sane_makeflags; do \
62    test $$skip_next = yes && { skip_next=no; continue; }; \
63    case $$flg in \
64      *=*|--*) continue;; \
65        -*I) strip_trailopt 'I'; skip_next=yes;; \
66      -*I?*) strip_trailopt 'I';; \
67        -*O) strip_trailopt 'O'; skip_next=yes;; \
68      -*O?*) strip_trailopt 'O';; \
69        -*l) strip_trailopt 'l'; skip_next=yes;; \
70      -*l?*) strip_trailopt 'l';; \
71      -[dEDm]) skip_next=yes;; \
72      -[JT]) skip_next=yes;; \
73    esac; \
74    case $$flg in \
75      *$$target_option*) has_opt=yes; break;; \
76    esac; \
77  done; \
78  test $$has_opt = yes
79am__make_dryrun = (target_option=n; $(am__make_running_with_option))
80am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
81pkgdatadir = $(datadir)/@PACKAGE@
82pkgincludedir = $(includedir)/@PACKAGE@
83pkglibdir = $(libdir)/@PACKAGE@
84pkglibexecdir = $(libexecdir)/@PACKAGE@
85am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
86install_sh_DATA = $(install_sh) -c -m 644
87install_sh_PROGRAM = $(install_sh) -c
88install_sh_SCRIPT = $(install_sh) -c
89INSTALL_HEADER = $(INSTALL_DATA)
90transform = $(program_transform_name)
91NORMAL_INSTALL = :
92PRE_INSTALL = :
93POST_INSTALL = :
94NORMAL_UNINSTALL = :
95PRE_UNINSTALL = :
96POST_UNINSTALL = :
97build_triplet = @build@
98host_triplet = @host@
99EXTRA_PROGRAMS = circbuf-test$(EXEEXT) $(am__EXEEXT_1)
100subdir = src/libflowsource
101ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
102am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_libadns.m4 \
103	$(top_srcdir)/m4/ax_check_libcares.m4 \
104	$(top_srcdir)/m4/ax_check_liblzo.m4 \
105	$(top_srcdir)/m4/ax_check_libpcap.m4 \
106	$(top_srcdir)/m4/ax_check_libsnappy.m4 \
107	$(top_srcdir)/m4/ax_check_libz.m4 \
108	$(top_srcdir)/m4/ax_check_printf_z.m4 \
109	$(top_srcdir)/m4/ax_check_pthread.m4 \
110	$(top_srcdir)/m4/ax_pkg_check_gnutls.m4 \
111	$(top_srcdir)/m4/ax_pkg_check_libfixbuf.m4 \
112	$(top_srcdir)/m4/ax_pkg_check_libipa.m4 \
113	$(top_srcdir)/m4/ax_pkg_check_libmaxminddb.m4 \
114	$(top_srcdir)/m4/ax_prefix_config_h.m4 \
115	$(top_srcdir)/m4/infomodel.m4 $(top_srcdir)/m4/libtool.m4 \
116	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
117	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
118	$(top_srcdir)/m4/silkconfig.m4 $(top_srcdir)/configure.ac
119am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
120	$(ACLOCAL_M4)
121DIST_COMMON = $(srcdir)/Makefile.am $(pkginclude_HEADERS) \
122	$(am__DIST_COMMON)
123mkinstalldirs = $(install_sh) -d
124CONFIG_HEADER = $(top_builddir)/src/include/silk/silk_config1.h \
125	$(top_builddir)/src/include/silk/silk_config2.h
126CONFIG_CLEAN_FILES =
127CONFIG_CLEAN_VPATH_FILES =
128@HAVE_FIXBUF_TRUE@am__EXEEXT_1 = check-struct$(EXEEXT)
129PROGRAMS = $(noinst_PROGRAMS)
130am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
131am__vpath_adj = case $$p in \
132    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
133    *) f=$$p;; \
134  esac;
135am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
136am__install_max = 40
137am__nobase_strip_setup = \
138  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
139am__nobase_strip = \
140  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
141am__nobase_list = $(am__nobase_strip_setup); \
142  for p in $$list; do echo "$$p $$p"; done | \
143  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
144  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
145    if (++n[$$2] == $(am__install_max)) \
146      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
147    END { for (dir in files) print dir, files[dir] }'
148am__base_list = \
149  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
150  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
151am__uninstall_files_from_dir = { \
152  test -z "$$files" \
153    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
154    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
155         $(am__cd) "$$dir" && rm -f $$files; }; \
156  }
157am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man5dir)" \
158	"$(DESTDIR)$(pkgincludedir)"
159LTLIBRARIES = $(lib_LTLIBRARIES)
160libflowsource_la_LIBADD =
161am__libflowsource_la_SOURCES_DIST = circbuf.c circbuf.h pdusource.c \
162	udpsource.c udpsource.h probeconf.c probeconfparse.y \
163	probeconfscan.h probeconfscan.l v5pdu.h ipfixsource.c \
164	ipfixsource.h skipfix.c skipfix.h
165@HAVE_FIXBUF_TRUE@am__objects_1 = ipfixsource.lo skipfix.lo
166am_libflowsource_la_OBJECTS = circbuf.lo pdusource.lo udpsource.lo \
167	probeconf.lo probeconfparse.lo probeconfscan.lo \
168	$(am__objects_1)
169@HAVE_FIXBUF_TRUE@am__objects_2 = infomodel.lo
170nodist_libflowsource_la_OBJECTS = $(am__objects_2)
171libflowsource_la_OBJECTS = $(am_libflowsource_la_OBJECTS) \
172	$(nodist_libflowsource_la_OBJECTS)
173AM_V_lt = $(am__v_lt_@AM_V@)
174am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
175am__v_lt_0 = --silent
176am__v_lt_1 =
177libflowsource_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
178	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
179	$(AM_CFLAGS) $(CFLAGS) $(libflowsource_la_LDFLAGS) $(LDFLAGS) \
180	-o $@
181am_check_struct_OBJECTS = check-struct.$(OBJEXT)
182check_struct_OBJECTS = $(am_check_struct_OBJECTS)
183am__DEPENDENCIES_1 =
184am__DEPENDENCIES_2 = ../libsilk/libsilk-thrd.la ../libsilk/libsilk.la \
185	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
186check_struct_DEPENDENCIES = libflowsource.la $(am__DEPENDENCIES_2)
187am_circbuf_test_OBJECTS = circbuf-test.$(OBJEXT)
188circbuf_test_OBJECTS = $(am_circbuf_test_OBJECTS)
189circbuf_test_DEPENDENCIES = libflowsource.la $(am__DEPENDENCIES_2)
190AM_V_P = $(am__v_P_@AM_V@)
191am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
192am__v_P_0 = false
193am__v_P_1 = :
194AM_V_GEN = $(am__v_GEN_@AM_V@)
195am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
196am__v_GEN_0 = @echo "  GEN     " $@;
197am__v_GEN_1 =
198AM_V_at = $(am__v_at_@AM_V@)
199am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
200am__v_at_0 = @
201am__v_at_1 =
202DEFAULT_INCLUDES =
203depcomp = $(SHELL) $(top_srcdir)/autoconf/depcomp
204am__maybe_remake_depfiles = depfiles
205am__depfiles_remade = ./$(DEPDIR)/check-struct.Po \
206	./$(DEPDIR)/circbuf-test.Po ./$(DEPDIR)/circbuf.Plo \
207	./$(DEPDIR)/infomodel.Plo ./$(DEPDIR)/ipfixsource.Plo \
208	./$(DEPDIR)/pdusource.Plo ./$(DEPDIR)/probeconf.Plo \
209	./$(DEPDIR)/probeconfparse.Plo ./$(DEPDIR)/probeconfscan.Plo \
210	./$(DEPDIR)/skipfix.Plo ./$(DEPDIR)/udpsource.Plo
211am__mv = mv -f
212COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
213	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
214LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
215	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
216	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
217	$(AM_CFLAGS) $(CFLAGS)
218AM_V_CC = $(am__v_CC_@AM_V@)
219am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
220am__v_CC_0 = @echo "  CC      " $@;
221am__v_CC_1 =
222CCLD = $(CC)
223LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
224	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
225	$(AM_LDFLAGS) $(LDFLAGS) -o $@
226AM_V_CCLD = $(am__v_CCLD_@AM_V@)
227am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
228am__v_CCLD_0 = @echo "  CCLD    " $@;
229am__v_CCLD_1 =
230@MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
231LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
232LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
233	$(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
234AM_V_LEX = $(am__v_LEX_@AM_V@)
235am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
236am__v_LEX_0 = @echo "  LEX     " $@;
237am__v_LEX_1 =
238YLWRAP = $(top_srcdir)/autoconf/ylwrap
239@MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
240am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
241		   -e s/c++$$/h++/ -e s/c$$/h/
242YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
243LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
244	$(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
245AM_V_YACC = $(am__v_YACC_@AM_V@)
246am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
247am__v_YACC_0 = @echo "  YACC    " $@;
248am__v_YACC_1 =
249SOURCES = $(libflowsource_la_SOURCES) \
250	$(nodist_libflowsource_la_SOURCES) $(check_struct_SOURCES) \
251	$(circbuf_test_SOURCES)
252DIST_SOURCES = $(am__libflowsource_la_SOURCES_DIST) \
253	$(check_struct_SOURCES) $(circbuf_test_SOURCES)
254RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
255	ctags-recursive dvi-recursive html-recursive info-recursive \
256	install-data-recursive install-dvi-recursive \
257	install-exec-recursive install-html-recursive \
258	install-info-recursive install-pdf-recursive \
259	install-ps-recursive install-recursive installcheck-recursive \
260	installdirs-recursive pdf-recursive ps-recursive \
261	tags-recursive uninstall-recursive
262am__can_run_installinfo = \
263  case $$AM_UPDATE_INFO_DIR in \
264    n|no|NO) false;; \
265    *) (install-info --version) >/dev/null 2>&1;; \
266  esac
267man5dir = $(mandir)/man5
268NROFF = nroff
269MANS = $(man5_MANS)
270HEADERS = $(pkginclude_HEADERS)
271RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
272  distclean-recursive maintainer-clean-recursive
273am__recursive_targets = \
274  $(RECURSIVE_TARGETS) \
275  $(RECURSIVE_CLEAN_TARGETS) \
276  $(am__extra_recursive_targets)
277AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
278	distdir distdir-am
279am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
280# Read a list of newline-separated strings from the standard input,
281# and print each of them once, without duplicates.  Input order is
282# *not* preserved.
283am__uniquify_input = $(AWK) '\
284  BEGIN { nonempty = 0; } \
285  { items[$$0] = 1; nonempty = 1; } \
286  END { if (nonempty) { for (i in items) print i; }; } \
287'
288# Make sure the list of sources is unique.  This is necessary because,
289# e.g., the same source file might be shared among _SOURCES variables
290# for different programs/libraries.
291am__define_uniq_tagged_files = \
292  list='$(am__tagged_files)'; \
293  unique=`for i in $$list; do \
294    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
295  done | $(am__uniquify_input)`
296ETAGS = etags
297CTAGS = ctags
298DIST_SUBDIRS = $(SUBDIRS)
299am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/libflowsource.h \
300	$(srcdir)/probeconf.h $(srcdir)/skipfix.h \
301	$(top_srcdir)/autoconf/depcomp $(top_srcdir)/autoconf/ylwrap \
302	$(top_srcdir)/build.mk probeconfparse.c probeconfparse.h \
303	probeconfscan.c
304DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
305am__relativize = \
306  dir0=`pwd`; \
307  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
308  sed_rest='s,^[^/]*/*,,'; \
309  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
310  sed_butlast='s,/*[^/]*$$,,'; \
311  while test -n "$$dir1"; do \
312    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
313    if test "$$first" != "."; then \
314      if test "$$first" = ".."; then \
315        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
316        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
317      else \
318        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
319        if test "$$first2" = "$$first"; then \
320          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
321        else \
322          dir2="../$$dir2"; \
323        fi; \
324        dir0="$$dir0"/"$$first"; \
325      fi; \
326    fi; \
327    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
328  done; \
329  reldir="$$dir2"
330ACLOCAL = @ACLOCAL@
331ADNS_CFLAGS = @ADNS_CFLAGS@
332ADNS_LDFLAGS = @ADNS_LDFLAGS@
333AMTAR = @AMTAR@
334AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
335AR = @AR@
336AUTOCONF = @AUTOCONF@
337AUTOHEADER = @AUTOHEADER@
338AUTOMAKE = @AUTOMAKE@
339AWK = @AWK@
340CARES_CFLAGS = @CARES_CFLAGS@
341CARES_LDFLAGS = @CARES_LDFLAGS@
342CC = @CC@
343CCDEPMODE = @CCDEPMODE@
344CFLAGS = @CFLAGS@
345CPP = @CPP@
346CPPFLAGS = @CPPFLAGS@
347CYGPATH_W = @CYGPATH_W@
348DEFS = @DEFS@
349DEPDIR = @DEPDIR@
350DLLTOOL = @DLLTOOL@
351DSYMUTIL = @DSYMUTIL@
352DUMPBIN = @DUMPBIN@
353ECHO_C = @ECHO_C@
354ECHO_N = @ECHO_N@
355ECHO_T = @ECHO_T@
356EGREP = @EGREP@
357EXEEXT = @EXEEXT@
358FGREP = @FGREP@
359FIXBUF_CFLAGS = @FIXBUF_CFLAGS@
360FIXBUF_LDFLAGS = @FIXBUF_LDFLAGS@
361FLEX_NOFUNS = @FLEX_NOFUNS@
362GNUTLS_CFLAGS = @GNUTLS_CFLAGS@
363GNUTLS_LDFLAGS = @GNUTLS_LDFLAGS@
364GNUTLS_LIBS = @GNUTLS_LIBS@
365GREP = @GREP@
366GZIP = @GZIP@
367INFOMODEL_REGISTRIES = @INFOMODEL_REGISTRIES@
368INFOMODEL_REGISTRY_INCLUDES = @INFOMODEL_REGISTRY_INCLUDES@
369INFOMODEL_REGISTRY_INCLUDE_FILES = @INFOMODEL_REGISTRY_INCLUDE_FILES@
370INFOMODEL_REGISTRY_PREFIXES = @INFOMODEL_REGISTRY_PREFIXES@
371INSTALL = @INSTALL@
372INSTALL_DATA = @INSTALL_DATA@
373INSTALL_PROGRAM = @INSTALL_PROGRAM@
374INSTALL_SCRIPT = @INSTALL_SCRIPT@
375INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
376IS_BIG_ENDIAN = @IS_BIG_ENDIAN@
377IS_LITTLE_ENDIAN = @IS_LITTLE_ENDIAN@
378LD = @LD@
379LDFLAGS = @LDFLAGS@
380LEX = @LEX@
381LEXLIB = @LEXLIB@
382LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
383LIBFIXBUF_CFLAGS = @LIBFIXBUF_CFLAGS@
384LIBFIXBUF_LIBS = @LIBFIXBUF_LIBS@
385LIBIPA_CFLAGS = @LIBIPA_CFLAGS@
386LIBIPA_LDFLAGS = @LIBIPA_LDFLAGS@
387LIBIPA_LIBS = @LIBIPA_LIBS@
388LIBMAXMINDDB_CFLAGS = @LIBMAXMINDDB_CFLAGS@
389LIBMAXMINDDB_LDFLAGS = @LIBMAXMINDDB_LDFLAGS@
390LIBMAXMINDDB_LIBS = @LIBMAXMINDDB_LIBS@
391LIBOBJS = @LIBOBJS@
392LIBS = @LIBS@
393LIBTOOL = @LIBTOOL@
394LIPO = @LIPO@
395LN_S = @LN_S@
396LTLIBOBJS = @LTLIBOBJS@
397LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
398MAINT = @MAINT@
399MAKEINFO = @MAKEINFO@
400MANIFEST_TOOL = @MANIFEST_TOOL@
401MKDIR_P = @MKDIR_P@
402NM = @NM@
403NMEDIT = @NMEDIT@
404OBJDUMP = @OBJDUMP@
405OBJEXT = @OBJEXT@
406OTOOL = @OTOOL@
407OTOOL64 = @OTOOL64@
408PACKAGE = @PACKAGE@
409PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
410PACKAGE_NAME = @PACKAGE_NAME@
411PACKAGE_STRING = @PACKAGE_STRING@
412PACKAGE_TARNAME = @PACKAGE_TARNAME@
413PACKAGE_URL = @PACKAGE_URL@
414PACKAGE_VERSION = @PACKAGE_VERSION@
415PACKING_LOGIC_PATH = @PACKING_LOGIC_PATH@
416PATH_SEPARATOR = @PATH_SEPARATOR@
417PCAP_LDFLAGS = @PCAP_LDFLAGS@
418PERL = @PERL@
419PKG_CONFIG = @PKG_CONFIG@
420PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
421PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
422POD2HTML = @POD2HTML@
423POD2MAN = @POD2MAN@
424PODSELECT = @PODSELECT@
425PTHREAD_LDFLAGS = @PTHREAD_LDFLAGS@
426PYTHON = @PYTHON@
427PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
428PYTHON_DEFAULT_SITE_PKG = @PYTHON_DEFAULT_SITE_PKG@
429PYTHON_INFO_PROG = @PYTHON_INFO_PROG@
430PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
431PYTHON_LDFLAGS_EMBEDDED = @PYTHON_LDFLAGS_EMBEDDED@
432PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
433PYTHON_SO_EXTENSION = @PYTHON_SO_EXTENSION@
434PYTHON_VERSION = @PYTHON_VERSION@
435RANLIB = @RANLIB@
436RPM_SPEC_BUILDREQUIRES = @RPM_SPEC_BUILDREQUIRES@
437RPM_SPEC_CONFIGURE = @RPM_SPEC_CONFIGURE@
438RPM_SPEC_PYTHON_SITEPKG = @RPM_SPEC_PYTHON_SITEPKG@
439RPM_SPEC_PYTHON_SITEPKG_SILK = @RPM_SPEC_PYTHON_SITEPKG_SILK@
440RPM_SPEC_REQUIRES = @RPM_SPEC_REQUIRES@
441RPM_SPEC_WITH_PYTHON = @RPM_SPEC_WITH_PYTHON@
442SED = @SED@
443SET_MAKE = @SET_MAKE@
444SHELL = @SHELL@
445SILK_DATA_ROOTDIR = @SILK_DATA_ROOTDIR@
446SILK_PLUGIN_LIBTOOL_FLAGS = @SILK_PLUGIN_LIBTOOL_FLAGS@
447SILK_SITE_SUBDIRS = @SILK_SITE_SUBDIRS@
448SILK_SUMMARY_FILE = @SILK_SUMMARY_FILE@
449SILK_VERSION_INTEGER = @SILK_VERSION_INTEGER@
450SK_CFLAGS = @SK_CFLAGS@
451SK_CPPFLAGS = @SK_CPPFLAGS@
452SK_ENABLE_GNUTLS = @SK_ENABLE_GNUTLS@
453SK_ENABLE_INET6_NETWORKING = @SK_ENABLE_INET6_NETWORKING@
454SK_ENABLE_IPA = @SK_ENABLE_IPA@
455SK_ENABLE_IPFIX = @SK_ENABLE_IPFIX@
456SK_ENABLE_IPV6 = @SK_ENABLE_IPV6@
457SK_ENABLE_LZO = @SK_ENABLE_LZO@
458SK_ENABLE_OUTPUT_COMPRESSION = @SK_ENABLE_OUTPUT_COMPRESSION@
459SK_ENABLE_SNAPPY = @SK_ENABLE_SNAPPY@
460SK_ENABLE_ZLIB = @SK_ENABLE_ZLIB@
461SK_LDFLAGS = @SK_LDFLAGS@
462SK_SRC_INCLUDES = @SK_SRC_INCLUDES@
463SPLINT_FLAGS = @SPLINT_FLAGS@
464STATIC_APPLICATIONS = @STATIC_APPLICATIONS@
465STRIP = @STRIP@
466VERSION = @VERSION@
467WARN_CFLAGS = @WARN_CFLAGS@
468XSLTPROC = @XSLTPROC@
469YACC = @YACC@
470YFLAGS = @YFLAGS@
471abs_builddir = @abs_builddir@
472abs_srcdir = @abs_srcdir@
473abs_top_builddir = @abs_top_builddir@
474abs_top_srcdir = @abs_top_srcdir@
475ac_ct_AR = @ac_ct_AR@
476ac_ct_CC = @ac_ct_CC@
477ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
478am__include = @am__include@
479am__leading_dot = @am__leading_dot@
480am__quote = @am__quote@
481am__tar = @am__tar@
482am__untar = @am__untar@
483bindir = @bindir@
484build = @build@
485build_alias = @build_alias@
486build_cpu = @build_cpu@
487build_os = @build_os@
488build_vendor = @build_vendor@
489builddir = @builddir@
490datadir = @datadir@
491datarootdir = @datarootdir@
492docdir = @docdir@
493dvidir = @dvidir@
494exec_prefix = @exec_prefix@
495host = @host@
496host_alias = @host_alias@
497host_cpu = @host_cpu@
498host_os = @host_os@
499host_vendor = @host_vendor@
500htmldir = @htmldir@
501includedir = @includedir@
502infodir = @infodir@
503install_sh = @install_sh@
504libdir = @libdir@
505libexecdir = @libexecdir@
506localedir = @localedir@
507localstatedir = @localstatedir@
508mandir = @mandir@
509mkdir_p = @mkdir_p@
510oldincludedir = @oldincludedir@
511pdfdir = @pdfdir@
512pkgpythondir = @pkgpythondir@
513prefix = @prefix@
514program_transform_name = @program_transform_name@
515psdir = @psdir@
516pythondir = @pythondir@
517sbindir = @sbindir@
518sharedstatedir = @sharedstatedir@
519srcdir = @srcdir@
520sysconfdir = @sysconfdir@
521target_alias = @target_alias@
522top_build_prefix = @top_build_prefix@
523top_builddir = @top_builddir@
524top_srcdir = @top_srcdir@
525SUBDIRS = infomodel
526
527# Installed Targets
528lib_LTLIBRARIES = libflowsource.la
529libflowsource_version = 19:1:0
530# At previous release: libflowsource_version = 19:1:0
531
532# Support for getting IPFIX elements from XML file(s)
533EXTRA_DIST = sensor.conf.pod xml2fixbuf.xslt make-infomodel
534@HAVE_POD2MAN_TRUE@man5_MANS = sensor.conf.5
535pkginclude_HEADERS = libflowsource.h probeconf.h \
536	 $(extra_headers1) $(extra_headers2) $(extra_headers3) \
537	 $(extra_headers4) $(extra_headers5) $(extra_headers6)
538
539
540# Dependencies on libfixbuf
541@HAVE_FIXBUF_TRUE@extra_check_programs = check-struct
542@HAVE_FIXBUF_TRUE@nodist_sources2 = infomodel.c infomodel.h
543@HAVE_FIXBUF_TRUE@extra_sources2 = ipfixsource.c ipfixsource.h skipfix.c skipfix.h
544@HAVE_FIXBUF_TRUE@extra_headers2 =
545
546# script to generate infomodel.c and infomodel.h
547RUN_MAKE_INFOMODEL = $(AM_V_GEN) \
548  srcdir='' ; \
549  test -f ./make-infomodel || srcdir=$(srcdir)/ ; \
550  $(PERL) $${srcdir}make-infomodel --package $(PACKAGE) \
551    $(INFOMODEL_REGISTRY_PREFIXES) || { rm -f $(nodist_sources2) ; exit 1 ; }
552
553# $(EXTRA_PROGRAMS) only need to appear in one of bin_PROGRAMS,
554# noinst_PROGRAMS, or check_PROGRAMS
555#check_PROGRAMS = $(EXTRA_PROGRAMS)
556# Swap the comment character between bin_PROGRAMS and noinst_PROGRAMS
557# to determine whether to install the test programs in $(bindir)
558#bin_PROGRAMS += $(EXTRA_PROGRAMS)
559noinst_PROGRAMS = $(EXTRA_PROGRAMS)
560
561# Build Rules
562AM_CPPFLAGS = $(SK_SRC_INCLUDES) $(SK_CPPFLAGS)
563AM_CFLAGS = $(FIXBUF_CFLAGS) $(WARN_CFLAGS) $(SK_CFLAGS)
564LDADD = ../libsilk/libsilk-thrd.la \
565	 ../libsilk/libsilk.la \
566	 $(FIXBUF_LDFLAGS) $(PTHREAD_LDFLAGS)
567
568libflowsource_la_SOURCES = circbuf.c circbuf.h \
569	 pdusource.c udpsource.c udpsource.h probeconf.c \
570	 probeconfparse.y probeconfscan.h probeconfscan.l v5pdu.h \
571	 $(extra_sources1) $(extra_sources2) $(extra_sources3) \
572	 $(extra_sources4) $(extra_sources5) $(extra_sources6)
573
574nodist_libflowsource_la_SOURCES = \
575	 $(nodist_sources1) $(nodist_sources2) $(nodist_sources3)
576
577libflowsource_la_LDFLAGS = -version-info $(libflowsource_version)
578#libflowsource_la_LIBADD  = $(LDADD)
579check_struct_SOURCES = check-struct.c
580check_struct_LDADD = libflowsource.la $(LDADD)
581circbuf_test_SOURCES = circbuf-test.c
582circbuf_test_LDADD = libflowsource.la $(LDADD)
583
584# add switches to flex that remove unused functions
585AM_LFLAGS = $(FLEX_NOFUNS)
586AM_YFLAGS = -d
587CLEANFILES = $(EXTRA_PROGRAMS) $(nodist_libflowsource_la_SOURCES)
588
589########  MANUAL PAGE SUPPORT
590#
591#  Rules to build (and clean) the manual pages (troff) from the Perl
592#  POD (Plain Old Documentation) source files
593#
594POD2MAN_ARGS = --center="SiLK Tool Suite" --release="$(PACKAGE_STRING)"
595pod_edit = sed \
596	-e 's|@SILK_DATA_ROOTDIR[@]|$(SILK_DATA_ROOTDIR)|g' \
597	-e 's|@prefix[@]|$(prefix)|g'
598
599
600########  PERL SCRIPT BUILD
601#
602#  The following variables convert the Perl script source file
603#  "SCRIPT.in" to the execuable "SCRIPT".  To use them, add the
604#  following for each SCRIPT script to the appropriate Makefile.am
605#
606#  SCRIPT: SCRIPT.in
607#	$(MAKE_PERL_SCRIPT)
608make_perl_script_edit = sed \
609	-e 's|@PERL[@]|$(PERL)|g' \
610	-e 's|@PACKAGE_STRING[@]|$(PACKAGE_STRING)|g' \
611	-e 's|@PACKAGE_BUGREPORT[@]|$(PACKAGE_BUGREPORT)|g' \
612	-e 's|@SILK_VERSION_INTEGER[@]|$(SILK_VERSION_INTEGER)|g'
613
614MAKE_PERL_SCRIPT = $(AM_V_GEN) \
615  rm -f $@ $@.tmp ; \
616  srcdir='' ; \
617  test -f ./$@.in || srcdir=$(srcdir)/ ; \
618  $(make_perl_script_edit) "$${srcdir}$@.in" >$@.tmp && \
619  chmod +x $@.tmp && \
620  mv $@.tmp $@
621
622
623########  PYTHON SCRIPT BUILD
624#
625#  The following variables convert the Python script source file
626#  "SCRIPT.in" to the execuable "SCRIPT".  To use them, add the
627#  following for each SCRIPT script to the appropriate Makefile.am
628#
629#  SCRIPT: SCRIPT.in
630#	$(MAKE_PYTHON_SCRIPT)
631#
632#  This script assumes there is a single source for the Python script,
633#  and it will work work where we have different scripts depending on
634#  the version of Python in use.
635make_python_script_edit = sed \
636	-e 's|@PYTHON[@]|$(PYTHON)|g' \
637	-e 's|@PACKAGE_STRING[@]|$(PACKAGE_STRING)|g' \
638	-e 's|@PACKAGE_BUGREPORT[@]|$(PACKAGE_BUGREPORT)|g'
639
640MAKE_PYTHON_SCRIPT = $(AM_V_GEN) \
641  rm -f $@ $@.tmp ; \
642  srcdir='' ; \
643  test -f ./$@.in || srcdir=$(srcdir)/ ; \
644  $(make_python_script_edit) "$${srcdir}$@.in" >$@.tmp && \
645  chmod +x $@.tmp && \
646  mv $@.tmp $@
647
648
649########  DAEMON CONFIGURATION
650#
651#  The following support the .conf and .init.d files used for daemon
652#  configuration
653
654#  Convert @foo@ int the .conf and .init.d files to path names
655edit_conf_init_d = sed \
656	-e 's|@SILK_DATA_ROOTDIR[@]|$(SILK_DATA_ROOTDIR)|g' \
657	-e 's|@localstatedir[@]|$(localstatedir)|g' \
658	-e 's|@sbindir[@]|$(sbindir)|g' \
659	-e 's|@sysconfdir[@]|$(sysconfdir)|g' \
660	-e 's|@myprog[@]|'$${myprog}'|g'
661
662
663#  The following variable converts DAEMON.conf.in to DAEMON.conf.  To
664#  use it, add the following for each DAEMON.conf file to the
665#  appropriate Makefile.am:
666#
667#  DAEMON.conf: DAEMON.conf.in Makefile
668#	$(MAKE_CONF_FILE)
669#
670#  To ensure it gets built, add DAEMON.conf to the "all-local:" target
671#  in the Makefile.am
672MAKE_CONF_FILE = $(AM_V_GEN) \
673  rm -f $@ $@.tmp ; \
674  srcdir='' ; \
675  test -f "./$@.in" || srcdir="$(srcdir)/" ; \
676  myprog=`echo '$@' | sed -e 's|^.*/||;' -e 's|\.conf$$||;$(transform)'` ; \
677  $(edit_conf_init_d) "$${srcdir}$@.in" > $@.tmp && \
678  mv $@.tmp $@
679
680
681#  A rule to install the DAEMON.conf files into $(conf_file_dir) and a
682#  second rule to uninstall them.  For these rules to work, add the
683#  following to the appropriate Makefile.am:
684#
685#  conf_files = DAEMON1.conf DAEMON2.conf
686#  install-data-local: install-conf-files
687#  uninstall-local: uninstall-conf-files
688
689#  The install directory is $(prefix)/share/silk/etc/
690conf_file_dir = $(pkgdatadir)/etc
691
692#  The following variable converts DAEMON.init.d.in to DAEMON.init.d.
693#  To use it, add the following for each DAEMON.init.d script to the
694#  appropriate Makefile.am:
695#
696#  DAEMON.init.d: DAEMON.init.d.in Makefile
697#	$(MAKE_INIT_D_SCRIPT)
698#
699#  To ensure it gets built, add DAEMON.init.d to the "all-local:"
700#  target in the Makefile.am
701MAKE_INIT_D_SCRIPT = $(AM_V_GEN) \
702  rm -f $@ $@.tmp ; \
703  srcdir='' ; \
704  test -f "./$@.in" || srcdir="$(srcdir)/" ; \
705  myprog=`echo '$@' | sed -e 's|^.*/||;' -e 's|\.init\.d$$||;$(transform)'` ; \
706  $(edit_conf_init_d) "$${srcdir}$@.in" > $@.tmp && \
707  chmod +x $@.tmp && \
708  mv $@.tmp $@
709
710
711#  A rule to install the DAEMON.init.d scripts into
712#  $(init_d_scripts_dir) and a second rule to uninstall them.  For
713#  these rules to work, add the following to the appropriate
714#  Makefile.am:
715#
716#  init_d_scripts = DAEMON1.init.d DAEMON2.init.d
717#  install-data-local: install-init-d-scripts
718#  uninstall-local: uninstall-init-d-scripts
719
720#  The install directory is $(prefix)/share/silk/etc/init.d/
721init_d_scripts_dir = $(pkgdatadir)/etc/init.d
722
723########  TESTING (MAKE CHECK) SUPPORT
724#
725#  Rules to build various files used during testing.  To actually
726#  build these files, add the appropriate variable(s) to check_DATA
727#
728SILK_TESTBAGS = $(top_builddir)/tests/made-bag-files
729SILK_TESTDATA = $(top_builddir)/tests/made-test-data
730SILK_TESTPDU = $(top_builddir)/tests/small.pdu
731SILK_TESTPMAPS = $(top_builddir)/tests/made-pmap-files
732SILK_TESTSCAN = $(top_builddir)/tests/scandata.rwf
733SILK_SENDRCVDATA = $(top_builddir)/tests/made-sendrcv-data
734SILK_TESTSETS = $(top_builddir)/tests/made-set-files
735SILK_TESTSIPS004 = $(top_builddir)/tests/sips-004-008.rw
736
737# Ensure the local 'tests' directory exists
738SILK_TESTSDIR = ./tests/touch-dir
739
740# Set defaults to use for the testing harness used by "make check"
741#
742AM_TESTS_ENVIRONMENT = \
743	srcdir=$(srcdir) ; export srcdir ; \
744	top_srcdir=$(top_srcdir) ; export top_srcdir ; \
745	top_builddir=$(top_builddir) ; export top_builddir ;
746
747PL_LOG_COMPILER = $(PERL)
748AM_PL_LOG_FLAGS = -I$(top_srcdir)/tests -w
749LOG_COMPILER = $(PL_LOG_COMPILER)
750AM_LOG_FLAGS = $(AM_PL_LOG_FLAGS)
751all: all-recursive
752
753.SUFFIXES:
754.SUFFIXES: .1 .2 .3 .5 .7 .8 .c .l .lo .man .o .obj .pod .y
755$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/build.mk $(am__configure_deps)
756	@for dep in $?; do \
757	  case '$(am__configure_deps)' in \
758	    *$$dep*) \
759	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
760	        && { if test -f $@; then exit 0; else break; fi; }; \
761	      exit 1;; \
762	  esac; \
763	done; \
764	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/libflowsource/Makefile'; \
765	$(am__cd) $(top_srcdir) && \
766	  $(AUTOMAKE) --foreign src/libflowsource/Makefile
767Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
768	@case '$?' in \
769	  *config.status*) \
770	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
771	  *) \
772	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
773	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
774	esac;
775$(top_srcdir)/build.mk $(am__empty):
776
777$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
778	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
779
780$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
781	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
782$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
783	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
784$(am__aclocal_m4_deps):
785
786clean-noinstPROGRAMS:
787	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
788	echo " rm -f" $$list; \
789	rm -f $$list || exit $$?; \
790	test -n "$(EXEEXT)" || exit 0; \
791	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
792	echo " rm -f" $$list; \
793	rm -f $$list
794
795install-libLTLIBRARIES: $(lib_LTLIBRARIES)
796	@$(NORMAL_INSTALL)
797	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
798	list2=; for p in $$list; do \
799	  if test -f $$p; then \
800	    list2="$$list2 $$p"; \
801	  else :; fi; \
802	done; \
803	test -z "$$list2" || { \
804	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
805	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
806	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
807	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
808	}
809
810uninstall-libLTLIBRARIES:
811	@$(NORMAL_UNINSTALL)
812	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
813	for p in $$list; do \
814	  $(am__strip_dir) \
815	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
816	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
817	done
818
819clean-libLTLIBRARIES:
820	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
821	@list='$(lib_LTLIBRARIES)'; \
822	locs=`for p in $$list; do echo $$p; done | \
823	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
824	      sort -u`; \
825	test -z "$$locs" || { \
826	  echo rm -f $${locs}; \
827	  rm -f $${locs}; \
828	}
829probeconfparse.h: probeconfparse.c
830	@if test ! -f $@; then rm -f probeconfparse.c; else :; fi
831	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) probeconfparse.c; else :; fi
832
833libflowsource.la: $(libflowsource_la_OBJECTS) $(libflowsource_la_DEPENDENCIES) $(EXTRA_libflowsource_la_DEPENDENCIES)
834	$(AM_V_CCLD)$(libflowsource_la_LINK) -rpath $(libdir) $(libflowsource_la_OBJECTS) $(libflowsource_la_LIBADD) $(LIBS)
835
836check-struct$(EXEEXT): $(check_struct_OBJECTS) $(check_struct_DEPENDENCIES) $(EXTRA_check_struct_DEPENDENCIES)
837	@rm -f check-struct$(EXEEXT)
838	$(AM_V_CCLD)$(LINK) $(check_struct_OBJECTS) $(check_struct_LDADD) $(LIBS)
839
840circbuf-test$(EXEEXT): $(circbuf_test_OBJECTS) $(circbuf_test_DEPENDENCIES) $(EXTRA_circbuf_test_DEPENDENCIES)
841	@rm -f circbuf-test$(EXEEXT)
842	$(AM_V_CCLD)$(LINK) $(circbuf_test_OBJECTS) $(circbuf_test_LDADD) $(LIBS)
843
844mostlyclean-compile:
845	-rm -f *.$(OBJEXT)
846
847distclean-compile:
848	-rm -f *.tab.c
849
850@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check-struct.Po@am__quote@ # am--include-marker
851@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/circbuf-test.Po@am__quote@ # am--include-marker
852@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/circbuf.Plo@am__quote@ # am--include-marker
853@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/infomodel.Plo@am__quote@ # am--include-marker
854@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipfixsource.Plo@am__quote@ # am--include-marker
855@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pdusource.Plo@am__quote@ # am--include-marker
856@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/probeconf.Plo@am__quote@ # am--include-marker
857@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/probeconfparse.Plo@am__quote@ # am--include-marker
858@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/probeconfscan.Plo@am__quote@ # am--include-marker
859@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/skipfix.Plo@am__quote@ # am--include-marker
860@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udpsource.Plo@am__quote@ # am--include-marker
861
862$(am__depfiles_remade):
863	@$(MKDIR_P) $(@D)
864	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
865
866am--depfiles: $(am__depfiles_remade)
867
868.c.o:
869@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
870@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
871@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
872@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
873@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
874@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
875
876.c.obj:
877@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
878@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
879@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
880@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
881@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
882@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
883
884.c.lo:
885@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
886@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
887@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
888@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
889@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
890@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
891
892.l.c:
893	$(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
894
895.y.c:
896	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
897
898mostlyclean-libtool:
899	-rm -f *.lo
900
901clean-libtool:
902	-rm -rf .libs _libs
903install-man5: $(man5_MANS)
904	@$(NORMAL_INSTALL)
905	@list1='$(man5_MANS)'; \
906	list2=''; \
907	test -n "$(man5dir)" \
908	  && test -n "`echo $$list1$$list2`" \
909	  || exit 0; \
910	echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \
911	$(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \
912	{ for i in $$list1; do echo "$$i"; done;  \
913	if test -n "$$list2"; then \
914	  for i in $$list2; do echo "$$i"; done \
915	    | sed -n '/\.5[a-z]*$$/p'; \
916	fi; \
917	} | while read p; do \
918	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
919	  echo "$$d$$p"; echo "$$p"; \
920	done | \
921	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
922	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
923	sed 'N;N;s,\n, ,g' | { \
924	list=; while read file base inst; do \
925	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
926	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
927	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
928	  fi; \
929	done; \
930	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
931	while read files; do \
932	  test -z "$$files" || { \
933	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
934	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
935	done; }
936
937uninstall-man5:
938	@$(NORMAL_UNINSTALL)
939	@list='$(man5_MANS)'; test -n "$(man5dir)" || exit 0; \
940	files=`{ for i in $$list; do echo "$$i"; done; \
941	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
942	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
943	dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir)
944install-pkgincludeHEADERS: $(pkginclude_HEADERS)
945	@$(NORMAL_INSTALL)
946	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
947	if test -n "$$list"; then \
948	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
949	  $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
950	fi; \
951	for p in $$list; do \
952	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
953	  echo "$$d$$p"; \
954	done | $(am__base_list) | \
955	while read files; do \
956	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
957	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
958	done
959
960uninstall-pkgincludeHEADERS:
961	@$(NORMAL_UNINSTALL)
962	@list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
963	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
964	dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
965
966# This directory's subdirectories are mostly independent; you can cd
967# into them and run 'make' without going through this Makefile.
968# To change the values of 'make' variables: instead of editing Makefiles,
969# (1) if the variable is set in 'config.status', edit 'config.status'
970#     (which will cause the Makefiles to be regenerated when you run 'make');
971# (2) otherwise, pass the desired values on the 'make' command line.
972$(am__recursive_targets):
973	@fail=; \
974	if $(am__make_keepgoing); then \
975	  failcom='fail=yes'; \
976	else \
977	  failcom='exit 1'; \
978	fi; \
979	dot_seen=no; \
980	target=`echo $@ | sed s/-recursive//`; \
981	case "$@" in \
982	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
983	  *) list='$(SUBDIRS)' ;; \
984	esac; \
985	for subdir in $$list; do \
986	  echo "Making $$target in $$subdir"; \
987	  if test "$$subdir" = "."; then \
988	    dot_seen=yes; \
989	    local_target="$$target-am"; \
990	  else \
991	    local_target="$$target"; \
992	  fi; \
993	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
994	  || eval $$failcom; \
995	done; \
996	if test "$$dot_seen" = "no"; then \
997	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
998	fi; test -z "$$fail"
999
1000ID: $(am__tagged_files)
1001	$(am__define_uniq_tagged_files); mkid -fID $$unique
1002tags: tags-recursive
1003TAGS: tags
1004
1005tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1006	set x; \
1007	here=`pwd`; \
1008	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1009	  include_option=--etags-include; \
1010	  empty_fix=.; \
1011	else \
1012	  include_option=--include; \
1013	  empty_fix=; \
1014	fi; \
1015	list='$(SUBDIRS)'; for subdir in $$list; do \
1016	  if test "$$subdir" = .; then :; else \
1017	    test ! -f $$subdir/TAGS || \
1018	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1019	  fi; \
1020	done; \
1021	$(am__define_uniq_tagged_files); \
1022	shift; \
1023	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1024	  test -n "$$unique" || unique=$$empty_fix; \
1025	  if test $$# -gt 0; then \
1026	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1027	      "$$@" $$unique; \
1028	  else \
1029	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1030	      $$unique; \
1031	  fi; \
1032	fi
1033ctags: ctags-recursive
1034
1035CTAGS: ctags
1036ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1037	$(am__define_uniq_tagged_files); \
1038	test -z "$(CTAGS_ARGS)$$unique" \
1039	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1040	     $$unique
1041
1042GTAGS:
1043	here=`$(am__cd) $(top_builddir) && pwd` \
1044	  && $(am__cd) $(top_srcdir) \
1045	  && gtags -i $(GTAGS_ARGS) "$$here"
1046cscopelist: cscopelist-recursive
1047
1048cscopelist-am: $(am__tagged_files)
1049	list='$(am__tagged_files)'; \
1050	case "$(srcdir)" in \
1051	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1052	  *) sdir=$(subdir)/$(srcdir) ;; \
1053	esac; \
1054	for i in $$list; do \
1055	  if test -f "$$i"; then \
1056	    echo "$(subdir)/$$i"; \
1057	  else \
1058	    echo "$$sdir/$$i"; \
1059	  fi; \
1060	done >> $(top_builddir)/cscope.files
1061
1062distclean-tags:
1063	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1064
1065distdir: $(BUILT_SOURCES)
1066	$(MAKE) $(AM_MAKEFLAGS) distdir-am
1067
1068distdir-am: $(DISTFILES)
1069	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1070	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1071	list='$(DISTFILES)'; \
1072	  dist_files=`for file in $$list; do echo $$file; done | \
1073	  sed -e "s|^$$srcdirstrip/||;t" \
1074	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1075	case $$dist_files in \
1076	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1077			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1078			   sort -u` ;; \
1079	esac; \
1080	for file in $$dist_files; do \
1081	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1082	  if test -d $$d/$$file; then \
1083	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1084	    if test -d "$(distdir)/$$file"; then \
1085	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1086	    fi; \
1087	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1088	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1089	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1090	    fi; \
1091	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1092	  else \
1093	    test -f "$(distdir)/$$file" \
1094	    || cp -p $$d/$$file "$(distdir)/$$file" \
1095	    || exit 1; \
1096	  fi; \
1097	done
1098	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1099	  if test "$$subdir" = .; then :; else \
1100	    $(am__make_dryrun) \
1101	      || test -d "$(distdir)/$$subdir" \
1102	      || $(MKDIR_P) "$(distdir)/$$subdir" \
1103	      || exit 1; \
1104	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1105	    $(am__relativize); \
1106	    new_distdir=$$reldir; \
1107	    dir1=$$subdir; dir2="$(top_distdir)"; \
1108	    $(am__relativize); \
1109	    new_top_distdir=$$reldir; \
1110	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1111	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1112	    ($(am__cd) $$subdir && \
1113	      $(MAKE) $(AM_MAKEFLAGS) \
1114	        top_distdir="$$new_top_distdir" \
1115	        distdir="$$new_distdir" \
1116		am__remove_distdir=: \
1117		am__skip_length_check=: \
1118		am__skip_mode_fix=: \
1119	        distdir) \
1120	      || exit 1; \
1121	  fi; \
1122	done
1123check-am: all-am
1124check: check-recursive
1125all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(MANS) $(HEADERS)
1126installdirs: installdirs-recursive
1127installdirs-am:
1128	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(pkgincludedir)"; do \
1129	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1130	done
1131install: install-recursive
1132install-exec: install-exec-recursive
1133install-data: install-data-recursive
1134uninstall: uninstall-recursive
1135
1136install-am: all-am
1137	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1138
1139installcheck: installcheck-recursive
1140install-strip:
1141	if test -z '$(STRIP)'; then \
1142	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1143	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1144	      install; \
1145	else \
1146	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1147	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1148	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1149	fi
1150mostlyclean-generic:
1151
1152clean-generic:
1153	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1154
1155distclean-generic:
1156	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1157	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1158
1159maintainer-clean-generic:
1160	@echo "This command is intended for maintainers to use"
1161	@echo "it deletes files that may require special tools to rebuild."
1162	-rm -f probeconfparse.c
1163	-rm -f probeconfparse.h
1164	-rm -f probeconfscan.c
1165clean: clean-recursive
1166
1167clean-am: clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
1168	clean-noinstPROGRAMS mostlyclean-am
1169
1170distclean: distclean-recursive
1171		-rm -f ./$(DEPDIR)/check-struct.Po
1172	-rm -f ./$(DEPDIR)/circbuf-test.Po
1173	-rm -f ./$(DEPDIR)/circbuf.Plo
1174	-rm -f ./$(DEPDIR)/infomodel.Plo
1175	-rm -f ./$(DEPDIR)/ipfixsource.Plo
1176	-rm -f ./$(DEPDIR)/pdusource.Plo
1177	-rm -f ./$(DEPDIR)/probeconf.Plo
1178	-rm -f ./$(DEPDIR)/probeconfparse.Plo
1179	-rm -f ./$(DEPDIR)/probeconfscan.Plo
1180	-rm -f ./$(DEPDIR)/skipfix.Plo
1181	-rm -f ./$(DEPDIR)/udpsource.Plo
1182	-rm -f Makefile
1183distclean-am: clean-am distclean-compile distclean-generic \
1184	distclean-tags
1185
1186dvi: dvi-recursive
1187
1188dvi-am:
1189
1190html: html-recursive
1191
1192html-am:
1193
1194info: info-recursive
1195
1196info-am:
1197
1198install-data-am: install-man install-pkgincludeHEADERS
1199
1200install-dvi: install-dvi-recursive
1201
1202install-dvi-am:
1203
1204install-exec-am: install-libLTLIBRARIES
1205
1206install-html: install-html-recursive
1207
1208install-html-am:
1209
1210install-info: install-info-recursive
1211
1212install-info-am:
1213
1214install-man: install-man5
1215
1216install-pdf: install-pdf-recursive
1217
1218install-pdf-am:
1219
1220install-ps: install-ps-recursive
1221
1222install-ps-am:
1223
1224installcheck-am:
1225
1226maintainer-clean: maintainer-clean-recursive
1227		-rm -f ./$(DEPDIR)/check-struct.Po
1228	-rm -f ./$(DEPDIR)/circbuf-test.Po
1229	-rm -f ./$(DEPDIR)/circbuf.Plo
1230	-rm -f ./$(DEPDIR)/infomodel.Plo
1231	-rm -f ./$(DEPDIR)/ipfixsource.Plo
1232	-rm -f ./$(DEPDIR)/pdusource.Plo
1233	-rm -f ./$(DEPDIR)/probeconf.Plo
1234	-rm -f ./$(DEPDIR)/probeconfparse.Plo
1235	-rm -f ./$(DEPDIR)/probeconfscan.Plo
1236	-rm -f ./$(DEPDIR)/skipfix.Plo
1237	-rm -f ./$(DEPDIR)/udpsource.Plo
1238	-rm -f Makefile
1239maintainer-clean-am: distclean-am maintainer-clean-generic
1240
1241mostlyclean: mostlyclean-recursive
1242
1243mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1244	mostlyclean-libtool
1245
1246pdf: pdf-recursive
1247
1248pdf-am:
1249
1250ps: ps-recursive
1251
1252ps-am:
1253
1254uninstall-am: uninstall-libLTLIBRARIES uninstall-man \
1255	uninstall-pkgincludeHEADERS
1256
1257uninstall-man: uninstall-man5
1258
1259.MAKE: $(am__recursive_targets) install-am install-strip
1260
1261.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1262	am--depfiles check check-am clean clean-generic \
1263	clean-libLTLIBRARIES clean-libtool clean-local \
1264	clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
1265	distclean-compile distclean-generic distclean-libtool \
1266	distclean-tags distdir dvi dvi-am html html-am info info-am \
1267	install install-am install-data install-data-am install-dvi \
1268	install-dvi-am install-exec install-exec-am install-html \
1269	install-html-am install-info install-info-am \
1270	install-libLTLIBRARIES install-man install-man5 install-pdf \
1271	install-pdf-am install-pkgincludeHEADERS install-ps \
1272	install-ps-am install-strip installcheck installcheck-am \
1273	installdirs installdirs-am maintainer-clean \
1274	maintainer-clean-generic mostlyclean mostlyclean-compile \
1275	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1276	tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \
1277	uninstall-man uninstall-man5 uninstall-pkgincludeHEADERS
1278
1279.PRECIOUS: Makefile
1280
1281
1282ipfixsource.$(OBJEXT) ipfixsource.lo: infomodel.h
1283infomodel.c: infomodel.h
1284infomodel.h: make-infomodel Makefile
1285	$(RUN_MAKE_INFOMODEL)
1286probeconfscan.$(OBJEXT) probeconfscan.lo: probeconfparse.h
1287
1288.pod.man:
1289	$(AM_V_GEN)$(POD2MAN) $(POD2MAN_ARGS) $< > $@
1290.pod.1:
1291	$(AM_V_GEN)$(pod_edit) $< | $(POD2MAN) --section=1 --name="$*" $(POD2MAN_ARGS) > "$@"
1292.pod.2:
1293	$(AM_V_GEN)$(pod_edit) $< | $(POD2MAN) --section=2 --name="$*" $(POD2MAN_ARGS) > "$@"
1294.pod.3:
1295	$(AM_V_GEN)$(pod_edit) $< | $(POD2MAN) --section=3 --name="$*" $(POD2MAN_ARGS) > "$@"
1296.pod.5:
1297	$(AM_V_GEN)$(pod_edit) $< | $(POD2MAN) --section=5 --name="$*" $(POD2MAN_ARGS) > "$@"
1298.pod.7:
1299	$(AM_V_GEN)$(pod_edit) $< | $(POD2MAN) --section=7 --name="$*" $(POD2MAN_ARGS) > "$@"
1300.pod.8:
1301	$(AM_V_GEN)$(pod_edit) $< | $(POD2MAN) --section=8 --name="$*" $(POD2MAN_ARGS) > "$@"
1302
1303clean-local: clean-remove-man
1304clean-remove-man:
1305	-test -z "$(MANS)" || rm -f $(MANS)
1306
1307install-conf-files: $(conf_files)
1308	@$(NORMAL_INSTALL)
1309	$(mkinstalldirs) $(DESTDIR)$(conf_file_dir)
1310	@list='$(conf_files)'; for p in $$list; do \
1311	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1312	  f=`echo "$$p" | sed -e 's,^.*/,,;s/\.conf$$//;$(transform);s/$$/\.conf/'`; \
1313	  echo " $(INSTALL_DATA) '$$d$$p' '$(DESTDIR)$(conf_file_dir)/$$f'"; \
1314	  $(INSTALL_DATA) "$$d$$p" "$(DESTDIR)$(conf_file_dir)/$$f"; \
1315	done
1316
1317uninstall-conf-files:
1318	@$(NORMAL_UNINSTALL)
1319	@list='$(conf_files)'; for p in $$list; do \
1320	  f=`echo "$$p" | sed -e 's,^.*/,,;s/\.conf$$//;$(transform);s/$$/\.conf/'`; \
1321	  echo " rm -f '$(DESTDIR)$(conf_file_dir)/$$f'"; \
1322	  rm -f "$(DESTDIR)$(conf_file_dir)/$$f"; \
1323	done
1324
1325install-init-d-scripts: $(init_d_scripts)
1326	@$(NORMAL_INSTALL)
1327	$(mkinstalldirs) $(DESTDIR)$(init_d_scripts_dir)
1328	@list='$(init_d_scripts)'; for p in $$list; do \
1329	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1330	  f=`echo "$$p" | sed -e 's,^.*/,,;s,\.init\.d$$,,;$(transform)'`; \
1331	  echo " $(INSTALL_SCRIPT) '$$d$$p' '$(DESTDIR)$(init_d_scripts_dir)/$$f'"; \
1332	  $(INSTALL_SCRIPT) "$$d$$p" "$(DESTDIR)$(init_d_scripts_dir)/$$f"; \
1333	done
1334
1335uninstall-init-d-scripts:
1336	@$(NORMAL_UNINSTALL)
1337	@list='$(init_d_scripts)'; for p in $$list; do \
1338	  f=`echo "$$p" | sed -e 's,^.*/,,;s,\.init\.d$$,,;$(transform)'`; \
1339	  echo " rm -f '$(DESTDIR)$(init_d_scripts_dir)/$$f'"; \
1340	  rm -f "$(DESTDIR)$(init_d_scripts_dir)/$$f"; \
1341	done
1342$(SILK_TESTBAGS):
1343	cd $(top_builddir)/tests && $(MAKE) made-bag-files
1344$(SILK_TESTDATA):
1345	cd $(top_builddir)/tests && $(MAKE) check
1346$(SILK_TESTPDU):
1347	cd $(top_builddir)/tests && $(MAKE) small.pdu
1348$(SILK_TESTPMAPS):
1349	cd $(top_builddir)/tests && $(MAKE) made-pmap-files
1350$(SILK_TESTSCAN):
1351	cd $(top_builddir)/tests && $(MAKE) scandata.rwf
1352$(SILK_SENDRCVDATA):
1353	cd $(top_builddir)/tests && $(MAKE) made-sendrcv-data
1354$(SILK_TESTSETS):
1355	cd $(top_builddir)/tests && $(MAKE) made-set-files
1356$(SILK_TESTSIPS004):
1357	cd $(top_builddir)/tests && $(MAKE) sips-004-008.rw
1358$(SILK_TESTSDIR):
1359	test -d ./tests || mkdir ./tests
1360	touch $@
1361
1362clean-local: clean-remove-tests-touch-dir
1363clean-remove-tests-touch-dir:
1364	-rm -f $(SILK_TESTSDIR)
1365
1366# A rule to rebuild all the automatically generated tests
1367# This will rebuild all the test files in tests/
1368sk-make-silktests: all $(check_PROGRAMS) $(check_DATA) $(srcdir)/tests/make-tests.pl
1369	$(AM_TESTS_ENVIRONMENT) $(LOG_COMPILER) $(AM_LOG_FLAGS) $(srcdir)/tests/make-tests.pl
1370
1371.PHONY: clean-remove-man clean-remove-tests-touch-dir \
1372	install-conf-files uninstall-conf-files \
1373	install-init-d-scripts uninstall-init-d-scripts \
1374	sk-make-silktests
1375
1376# Global Rules
1377
1378# Tell versions [3.59,3.63) of GNU make to not export all variables.
1379# Otherwise a system limit (for SysV at least) may be exceeded.
1380.NOEXPORT:
1381