1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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@
91
92# Output: devlog
93#
94@OUTPUT_ENABLED_devlog_TRUE@am__append_1 = \
95@OUTPUT_ENABLED_devlog_TRUE@    devlogoutput.c \
96@OUTPUT_ENABLED_devlog_TRUE@    devlogoutput.h
97
98
99# Output: devnull
100#
101@OUTPUT_ENABLED_devnull_TRUE@am__append_2 = \
102@OUTPUT_ENABLED_devnull_TRUE@    devnulloutput.c \
103@OUTPUT_ENABLED_devnull_TRUE@    devnulloutput.h
104
105
106# Output: devtty
107#
108@OUTPUT_ENABLED_devtty_TRUE@am__append_3 = \
109@OUTPUT_ENABLED_devtty_TRUE@    devttyoutput.c \
110@OUTPUT_ENABLED_devtty_TRUE@    devttyoutput.h
111
112
113# Output: file
114#
115@OUTPUT_ENABLED_file_TRUE@am__append_4 = \
116@OUTPUT_ENABLED_file_TRUE@    fileoutput.c \
117@OUTPUT_ENABLED_file_TRUE@    fileoutput.h
118
119
120# Output: stderr
121#
122@OUTPUT_ENABLED_stderr_TRUE@am__append_5 = \
123@OUTPUT_ENABLED_stderr_TRUE@    stderroutput.c \
124@OUTPUT_ENABLED_stderr_TRUE@    stderroutput.h
125
126
127# Output: stdout
128#
129@OUTPUT_ENABLED_stdout_TRUE@am__append_6 = \
130@OUTPUT_ENABLED_stdout_TRUE@    stdoutoutput.c \
131@OUTPUT_ENABLED_stdout_TRUE@    stdoutoutput.h
132
133
134# Output: syslog
135#
136@OUTPUT_ENABLED_syslog_TRUE@am__append_7 = \
137@OUTPUT_ENABLED_syslog_TRUE@    syslogoutput.c \
138@OUTPUT_ENABLED_syslog_TRUE@    syslogoutput.h
139
140subdir = src/output
141ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
142am__aclocal_m4_deps = $(top_srcdir)/build/m4/libtool.m4 \
143	$(top_srcdir)/build/m4/ltoptions.m4 \
144	$(top_srcdir)/build/m4/ltsugar.m4 \
145	$(top_srcdir)/build/m4/ltversion.m4 \
146	$(top_srcdir)/build/m4/lt~obsolete.m4 \
147	$(top_srcdir)/build/snoopy.m4 $(top_srcdir)/configure.ac
148am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
149	$(ACLOCAL_M4)
150DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
151mkinstalldirs = $(install_sh) -d
152CONFIG_HEADER = $(top_builddir)/config.h
153CONFIG_CLEAN_FILES =
154CONFIG_CLEAN_VPATH_FILES =
155LTLIBRARIES = $(noinst_LTLIBRARIES)
156libsnoopy_outputs_all_la_LIBADD =
157am__libsnoopy_outputs_all_la_SOURCES_DIST = noopoutput.c noopoutput.h \
158	devlogoutput.c devlogoutput.h devnulloutput.c devnulloutput.h \
159	devttyoutput.c devttyoutput.h fileoutput.c fileoutput.h \
160	socketoutput.c socketoutput.h stderroutput.c stderroutput.h \
161	stdoutoutput.c stdoutoutput.h syslogoutput.c syslogoutput.h
162@OUTPUT_ENABLED_devlog_TRUE@am__objects_1 = devlogoutput.lo
163@OUTPUT_ENABLED_devnull_TRUE@am__objects_2 = devnulloutput.lo
164@OUTPUT_ENABLED_devtty_TRUE@am__objects_3 = devttyoutput.lo
165@OUTPUT_ENABLED_file_TRUE@am__objects_4 = fileoutput.lo
166@OUTPUT_ENABLED_stderr_TRUE@am__objects_5 = stderroutput.lo
167@OUTPUT_ENABLED_stdout_TRUE@am__objects_6 = stdoutoutput.lo
168@OUTPUT_ENABLED_syslog_TRUE@am__objects_7 = syslogoutput.lo
169am_libsnoopy_outputs_all_la_OBJECTS = noopoutput.lo $(am__objects_1) \
170	$(am__objects_2) $(am__objects_3) $(am__objects_4) \
171	socketoutput.lo $(am__objects_5) $(am__objects_6) \
172	$(am__objects_7)
173libsnoopy_outputs_all_la_OBJECTS =  \
174	$(am_libsnoopy_outputs_all_la_OBJECTS)
175AM_V_lt = $(am__v_lt_@AM_V@)
176am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
177am__v_lt_0 = --silent
178am__v_lt_1 =
179AM_V_P = $(am__v_P_@AM_V@)
180am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
181am__v_P_0 = false
182am__v_P_1 = :
183AM_V_GEN = $(am__v_GEN_@AM_V@)
184am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
185am__v_GEN_0 = @echo "  GEN     " $@;
186am__v_GEN_1 =
187AM_V_at = $(am__v_at_@AM_V@)
188am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
189am__v_at_0 = @
190am__v_at_1 =
191DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
192depcomp = $(SHELL) $(top_srcdir)/build/aux/depcomp
193am__maybe_remake_depfiles = depfiles
194am__depfiles_remade = ./$(DEPDIR)/devlogoutput.Plo \
195	./$(DEPDIR)/devnulloutput.Plo ./$(DEPDIR)/devttyoutput.Plo \
196	./$(DEPDIR)/fileoutput.Plo ./$(DEPDIR)/noopoutput.Plo \
197	./$(DEPDIR)/socketoutput.Plo ./$(DEPDIR)/stderroutput.Plo \
198	./$(DEPDIR)/stdoutoutput.Plo ./$(DEPDIR)/syslogoutput.Plo
199am__mv = mv -f
200COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
201	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
202LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
203	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
204	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
205	$(AM_CFLAGS) $(CFLAGS)
206AM_V_CC = $(am__v_CC_@AM_V@)
207am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
208am__v_CC_0 = @echo "  CC      " $@;
209am__v_CC_1 =
210CCLD = $(CC)
211LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
212	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
213	$(AM_LDFLAGS) $(LDFLAGS) -o $@
214AM_V_CCLD = $(am__v_CCLD_@AM_V@)
215am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
216am__v_CCLD_0 = @echo "  CCLD    " $@;
217am__v_CCLD_1 =
218SOURCES = $(libsnoopy_outputs_all_la_SOURCES)
219DIST_SOURCES = $(am__libsnoopy_outputs_all_la_SOURCES_DIST)
220am__can_run_installinfo = \
221  case $$AM_UPDATE_INFO_DIR in \
222    n|no|NO) false;; \
223    *) (install-info --version) >/dev/null 2>&1;; \
224  esac
225am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
226# Read a list of newline-separated strings from the standard input,
227# and print each of them once, without duplicates.  Input order is
228# *not* preserved.
229am__uniquify_input = $(AWK) '\
230  BEGIN { nonempty = 0; } \
231  { items[$$0] = 1; nonempty = 1; } \
232  END { if (nonempty) { for (i in items) print i; }; } \
233'
234# Make sure the list of sources is unique.  This is necessary because,
235# e.g., the same source file might be shared among _SOURCES variables
236# for different programs/libraries.
237am__define_uniq_tagged_files = \
238  list='$(am__tagged_files)'; \
239  unique=`for i in $$list; do \
240    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
241  done | $(am__uniquify_input)`
242ETAGS = etags
243CTAGS = ctags
244am__DIST_COMMON = $(srcdir)/Makefile.in \
245	$(top_srcdir)/build/Makefile.am.common \
246	$(top_srcdir)/build/aux/depcomp
247DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
248ACLOCAL = @ACLOCAL@
249AMTAR = @AMTAR@
250AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
251AR = @AR@
252AUTOCONF = @AUTOCONF@
253AUTOHEADER = @AUTOHEADER@
254AUTOMAKE = @AUTOMAKE@
255AWK = @AWK@
256CC = @CC@
257CCDEPMODE = @CCDEPMODE@
258CFLAGS = @CFLAGS@
259CPP = @CPP@
260CPPFLAGS = @CPPFLAGS@
261CYGPATH_W = @CYGPATH_W@
262DEFS = @DEFS@
263DEPDIR = @DEPDIR@
264DLLTOOL = @DLLTOOL@
265DSYMUTIL = @DSYMUTIL@
266DUMPBIN = @DUMPBIN@
267ECHO_C = @ECHO_C@
268ECHO_N = @ECHO_N@
269ECHO_T = @ECHO_T@
270EGREP = @EGREP@
271EXEEXT = @EXEEXT@
272FGREP = @FGREP@
273GREP = @GREP@
274INSTALL = @INSTALL@
275INSTALL_DATA = @INSTALL_DATA@
276INSTALL_PROGRAM = @INSTALL_PROGRAM@
277INSTALL_SCRIPT = @INSTALL_SCRIPT@
278INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
279LD = @LD@
280LDFLAGS = @LDFLAGS@
281LIBOBJS = @LIBOBJS@
282LIBS = @LIBS@
283LIBTOOL = @LIBTOOL@
284LIPO = @LIPO@
285LN_S = @LN_S@
286LTLIBOBJS = @LTLIBOBJS@
287LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
288MAKEINFO = @MAKEINFO@
289MANIFEST_TOOL = @MANIFEST_TOOL@
290MKDIR_P = @MKDIR_P@
291NM = @NM@
292NMEDIT = @NMEDIT@
293OBJDUMP = @OBJDUMP@
294OBJEXT = @OBJEXT@
295OTOOL = @OTOOL@
296OTOOL64 = @OTOOL64@
297PACKAGE = @PACKAGE@
298PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
299PACKAGE_NAME = @PACKAGE_NAME@
300PACKAGE_STRING = @PACKAGE_STRING@
301PACKAGE_TARNAME = @PACKAGE_TARNAME@
302PACKAGE_URL = @PACKAGE_URL@
303PACKAGE_VERSION = @PACKAGE_VERSION@
304PATH_SEPARATOR = @PATH_SEPARATOR@
305PREFIX = @PREFIX@
306RANLIB = @RANLIB@
307SED = @SED@
308SET_MAKE = @SET_MAKE@
309SHELL = @SHELL@
310SNOOPY_CONF_MESSAGE_FORMAT = @SNOOPY_CONF_MESSAGE_FORMAT@
311SNOOPY_LIBDIR = @SNOOPY_LIBDIR@
312SNOOPY_PROG_DIRNAME_FOUND = @SNOOPY_PROG_DIRNAME_FOUND@
313SNOOPY_PROG_GCOV_FOUND = @SNOOPY_PROG_GCOV_FOUND@
314SNOOPY_PROG_PS_FOUND = @SNOOPY_PROG_PS_FOUND@
315SNOOPY_PROG_READLINK_FOUND = @SNOOPY_PROG_READLINK_FOUND@
316SNOOPY_PROG_SOCAT_FOUND = @SNOOPY_PROG_SOCAT_FOUND@
317SNOOPY_PROG_WC_FOUND = @SNOOPY_PROG_WC_FOUND@
318STRIP = @STRIP@
319SYSCONFDIR = @SYSCONFDIR@
320VERSION = @VERSION@
321abs_builddir = @abs_builddir@
322abs_srcdir = @abs_srcdir@
323abs_top_builddir = @abs_top_builddir@
324abs_top_srcdir = @abs_top_srcdir@
325ac_ct_AR = @ac_ct_AR@
326ac_ct_CC = @ac_ct_CC@
327ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
328am__include = @am__include@
329am__leading_dot = @am__leading_dot@
330am__quote = @am__quote@
331am__tar = @am__tar@
332am__untar = @am__untar@
333bindir = @bindir@
334build = @build@
335build_alias = @build_alias@
336build_cpu = @build_cpu@
337build_os = @build_os@
338build_vendor = @build_vendor@
339builddir = @builddir@
340datadir = @datadir@
341datarootdir = @datarootdir@
342docdir = @docdir@
343dvidir = @dvidir@
344enable_datasource_cmdline = @enable_datasource_cmdline@
345enable_datasource_cwd = @enable_datasource_cwd@
346enable_datasource_datetime = @enable_datasource_datetime@
347enable_datasource_domain = @enable_datasource_domain@
348enable_datasource_egid = @enable_datasource_egid@
349enable_datasource_egroup = @enable_datasource_egroup@
350enable_datasource_env = @enable_datasource_env@
351enable_datasource_env_all = @enable_datasource_env_all@
352enable_datasource_euid = @enable_datasource_euid@
353enable_datasource_eusername = @enable_datasource_eusername@
354enable_datasource_filename = @enable_datasource_filename@
355enable_datasource_gid = @enable_datasource_gid@
356enable_datasource_group = @enable_datasource_group@
357enable_datasource_hostname = @enable_datasource_hostname@
358enable_datasource_login = @enable_datasource_login@
359enable_datasource_pid = @enable_datasource_pid@
360enable_datasource_ppid = @enable_datasource_ppid@
361enable_datasource_rpname = @enable_datasource_rpname@
362enable_datasource_sid = @enable_datasource_sid@
363enable_datasource_snoopy_configure_command = @enable_datasource_snoopy_configure_command@
364enable_datasource_snoopy_literal = @enable_datasource_snoopy_literal@
365enable_datasource_snoopy_threads = @enable_datasource_snoopy_threads@
366enable_datasource_snoopy_version = @enable_datasource_snoopy_version@
367enable_datasource_tid = @enable_datasource_tid@
368enable_datasource_tid_kernel = @enable_datasource_tid_kernel@
369enable_datasource_timestamp = @enable_datasource_timestamp@
370enable_datasource_timestamp_ms = @enable_datasource_timestamp_ms@
371enable_datasource_timestamp_us = @enable_datasource_timestamp_us@
372enable_datasource_tty = @enable_datasource_tty@
373enable_datasource_tty_uid = @enable_datasource_tty_uid@
374enable_datasource_tty_username = @enable_datasource_tty_username@
375enable_datasource_uid = @enable_datasource_uid@
376enable_datasource_username = @enable_datasource_username@
377enable_filter_exclude_spawns_of = @enable_filter_exclude_spawns_of@
378enable_filter_exclude_uid = @enable_filter_exclude_uid@
379enable_filter_only_root = @enable_filter_only_root@
380enable_filter_only_tty = @enable_filter_only_tty@
381enable_filter_only_uid = @enable_filter_only_uid@
382enable_output_devlog = @enable_output_devlog@
383enable_output_devnull = @enable_output_devnull@
384enable_output_devtty = @enable_output_devtty@
385enable_output_file = @enable_output_file@
386enable_output_socket = @enable_output_socket@
387enable_output_stderr = @enable_output_stderr@
388enable_output_stdout = @enable_output_stdout@
389enable_output_syslog = @enable_output_syslog@
390exec_prefix = @exec_prefix@
391host = @host@
392host_alias = @host_alias@
393host_cpu = @host_cpu@
394host_os = @host_os@
395host_vendor = @host_vendor@
396htmldir = @htmldir@
397includedir = @includedir@
398infodir = @infodir@
399install_sh = @install_sh@
400libdir = @libdir@
401libexecdir = @libexecdir@
402localedir = @localedir@
403localstatedir = @localstatedir@
404mandir = @mandir@
405mkdir_p = @mkdir_p@
406oldincludedir = @oldincludedir@
407pdfdir = @pdfdir@
408prefix = @prefix@
409program_transform_name = @program_transform_name@
410psdir = @psdir@
411runstatedir = @runstatedir@
412sbindir = @sbindir@
413sharedstatedir = @sharedstatedir@
414srcdir = @srcdir@
415sysconfdir = @sysconfdir@
416target_alias = @target_alias@
417top_build_prefix = @top_build_prefix@
418top_builddir = @top_builddir@
419top_srcdir = @top_srcdir@
420
421### Autoconf defaults
422#
423MAINTAINERCLEANFILES = Makefile.in
424
425### Automake defaults
426#
427# Notes:
428# -I$(top_srcdir)/src is here for #include "snoopy.h" (or similar) to work everywhere
429# -I$(top_srcdir)     is here for #include "lib/*/src/*.h" to work everywhere (additionally, this also makes references "src/*/*.h" work too)
430#
431AM_CFLAGS = -Wall -Werror -Wextra -Wno-unused-parameter -std=c99 -Wpedantic -I$(top_srcdir)/src -I$(top_srcdir)
432
433### Include common Makefile configuration
434#
435
436### Create one library with all Snoopy outputs collected in it
437#
438noinst_LTLIBRARIES = libsnoopy_outputs_all.la
439
440### Filter collection is made of the following files
441#
442# Please maintain alphabetical order, equal to what `ls` would do.
443#
444
445# Output: socket
446#
447# This one is always enabled, unconditionally
448#
449libsnoopy_outputs_all_la_SOURCES = noopoutput.c noopoutput.h \
450	$(am__append_1) $(am__append_2) $(am__append_3) \
451	$(am__append_4) socketoutput.c socketoutput.h $(am__append_5) \
452	$(am__append_6) $(am__append_7)
453all: all-am
454
455.SUFFIXES:
456.SUFFIXES: .c .lo .o .obj
457$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/build/Makefile.am.common $(am__configure_deps)
458	@for dep in $?; do \
459	  case '$(am__configure_deps)' in \
460	    *$$dep*) \
461	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
462	        && { if test -f $@; then exit 0; else break; fi; }; \
463	      exit 1;; \
464	  esac; \
465	done; \
466	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/output/Makefile'; \
467	$(am__cd) $(top_srcdir) && \
468	  $(AUTOMAKE) --gnu src/output/Makefile
469Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
470	@case '$?' in \
471	  *config.status*) \
472	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
473	  *) \
474	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
475	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
476	esac;
477$(top_srcdir)/build/Makefile.am.common $(am__empty):
478
479$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
480	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
481
482$(top_srcdir)/configure:  $(am__configure_deps)
483	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
484$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
485	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
486$(am__aclocal_m4_deps):
487
488clean-noinstLTLIBRARIES:
489	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
490	@list='$(noinst_LTLIBRARIES)'; \
491	locs=`for p in $$list; do echo $$p; done | \
492	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
493	      sort -u`; \
494	test -z "$$locs" || { \
495	  echo rm -f $${locs}; \
496	  rm -f $${locs}; \
497	}
498
499libsnoopy_outputs_all.la: $(libsnoopy_outputs_all_la_OBJECTS) $(libsnoopy_outputs_all_la_DEPENDENCIES) $(EXTRA_libsnoopy_outputs_all_la_DEPENDENCIES)
500	$(AM_V_CCLD)$(LINK)  $(libsnoopy_outputs_all_la_OBJECTS) $(libsnoopy_outputs_all_la_LIBADD) $(LIBS)
501
502mostlyclean-compile:
503	-rm -f *.$(OBJEXT)
504
505distclean-compile:
506	-rm -f *.tab.c
507
508@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/devlogoutput.Plo@am__quote@ # am--include-marker
509@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/devnulloutput.Plo@am__quote@ # am--include-marker
510@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/devttyoutput.Plo@am__quote@ # am--include-marker
511@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileoutput.Plo@am__quote@ # am--include-marker
512@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/noopoutput.Plo@am__quote@ # am--include-marker
513@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socketoutput.Plo@am__quote@ # am--include-marker
514@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stderroutput.Plo@am__quote@ # am--include-marker
515@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stdoutoutput.Plo@am__quote@ # am--include-marker
516@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syslogoutput.Plo@am__quote@ # am--include-marker
517
518$(am__depfiles_remade):
519	@$(MKDIR_P) $(@D)
520	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
521
522am--depfiles: $(am__depfiles_remade)
523
524.c.o:
525@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
526@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
527@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
528@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
529@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
530@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
531
532.c.obj:
533@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
534@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
535@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
536@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
537@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
538@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
539
540.c.lo:
541@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
542@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
543@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
544@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
545@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
546@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
547
548mostlyclean-libtool:
549	-rm -f *.lo
550
551clean-libtool:
552	-rm -rf .libs _libs
553
554ID: $(am__tagged_files)
555	$(am__define_uniq_tagged_files); mkid -fID $$unique
556tags: tags-am
557TAGS: tags
558
559tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
560	set x; \
561	here=`pwd`; \
562	$(am__define_uniq_tagged_files); \
563	shift; \
564	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
565	  test -n "$$unique" || unique=$$empty_fix; \
566	  if test $$# -gt 0; then \
567	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
568	      "$$@" $$unique; \
569	  else \
570	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
571	      $$unique; \
572	  fi; \
573	fi
574ctags: ctags-am
575
576CTAGS: ctags
577ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
578	$(am__define_uniq_tagged_files); \
579	test -z "$(CTAGS_ARGS)$$unique" \
580	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
581	     $$unique
582
583GTAGS:
584	here=`$(am__cd) $(top_builddir) && pwd` \
585	  && $(am__cd) $(top_srcdir) \
586	  && gtags -i $(GTAGS_ARGS) "$$here"
587cscopelist: cscopelist-am
588
589cscopelist-am: $(am__tagged_files)
590	list='$(am__tagged_files)'; \
591	case "$(srcdir)" in \
592	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
593	  *) sdir=$(subdir)/$(srcdir) ;; \
594	esac; \
595	for i in $$list; do \
596	  if test -f "$$i"; then \
597	    echo "$(subdir)/$$i"; \
598	  else \
599	    echo "$$sdir/$$i"; \
600	  fi; \
601	done >> $(top_builddir)/cscope.files
602
603distclean-tags:
604	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
605
606distdir: $(BUILT_SOURCES)
607	$(MAKE) $(AM_MAKEFLAGS) distdir-am
608
609distdir-am: $(DISTFILES)
610	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
611	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
612	list='$(DISTFILES)'; \
613	  dist_files=`for file in $$list; do echo $$file; done | \
614	  sed -e "s|^$$srcdirstrip/||;t" \
615	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
616	case $$dist_files in \
617	  */*) $(MKDIR_P) `echo "$$dist_files" | \
618			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
619			   sort -u` ;; \
620	esac; \
621	for file in $$dist_files; do \
622	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
623	  if test -d $$d/$$file; then \
624	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
625	    if test -d "$(distdir)/$$file"; then \
626	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
627	    fi; \
628	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
629	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
630	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
631	    fi; \
632	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
633	  else \
634	    test -f "$(distdir)/$$file" \
635	    || cp -p $$d/$$file "$(distdir)/$$file" \
636	    || exit 1; \
637	  fi; \
638	done
639check-am: all-am
640check: check-am
641all-am: Makefile $(LTLIBRARIES)
642installdirs:
643install: install-am
644install-exec: install-exec-am
645install-data: install-data-am
646uninstall: uninstall-am
647
648install-am: all-am
649	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
650
651installcheck: installcheck-am
652install-strip:
653	if test -z '$(STRIP)'; then \
654	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
655	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
656	      install; \
657	else \
658	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
659	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
660	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
661	fi
662mostlyclean-generic:
663
664clean-generic:
665
666distclean-generic:
667	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
668	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
669
670maintainer-clean-generic:
671	@echo "This command is intended for maintainers to use"
672	@echo "it deletes files that may require special tools to rebuild."
673	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
674clean: clean-am
675
676clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
677	mostlyclean-am
678
679distclean: distclean-am
680		-rm -f ./$(DEPDIR)/devlogoutput.Plo
681	-rm -f ./$(DEPDIR)/devnulloutput.Plo
682	-rm -f ./$(DEPDIR)/devttyoutput.Plo
683	-rm -f ./$(DEPDIR)/fileoutput.Plo
684	-rm -f ./$(DEPDIR)/noopoutput.Plo
685	-rm -f ./$(DEPDIR)/socketoutput.Plo
686	-rm -f ./$(DEPDIR)/stderroutput.Plo
687	-rm -f ./$(DEPDIR)/stdoutoutput.Plo
688	-rm -f ./$(DEPDIR)/syslogoutput.Plo
689	-rm -f Makefile
690distclean-am: clean-am distclean-compile distclean-generic \
691	distclean-tags
692
693dvi: dvi-am
694
695dvi-am:
696
697html: html-am
698
699html-am:
700
701info: info-am
702
703info-am:
704
705install-data-am:
706
707install-dvi: install-dvi-am
708
709install-dvi-am:
710
711install-exec-am:
712
713install-html: install-html-am
714
715install-html-am:
716
717install-info: install-info-am
718
719install-info-am:
720
721install-man:
722
723install-pdf: install-pdf-am
724
725install-pdf-am:
726
727install-ps: install-ps-am
728
729install-ps-am:
730
731installcheck-am:
732
733maintainer-clean: maintainer-clean-am
734		-rm -f ./$(DEPDIR)/devlogoutput.Plo
735	-rm -f ./$(DEPDIR)/devnulloutput.Plo
736	-rm -f ./$(DEPDIR)/devttyoutput.Plo
737	-rm -f ./$(DEPDIR)/fileoutput.Plo
738	-rm -f ./$(DEPDIR)/noopoutput.Plo
739	-rm -f ./$(DEPDIR)/socketoutput.Plo
740	-rm -f ./$(DEPDIR)/stderroutput.Plo
741	-rm -f ./$(DEPDIR)/stdoutoutput.Plo
742	-rm -f ./$(DEPDIR)/syslogoutput.Plo
743	-rm -f Makefile
744maintainer-clean-am: distclean-am maintainer-clean-generic
745
746mostlyclean: mostlyclean-am
747
748mostlyclean-am: mostlyclean-compile mostlyclean-generic \
749	mostlyclean-libtool
750
751pdf: pdf-am
752
753pdf-am:
754
755ps: ps-am
756
757ps-am:
758
759uninstall-am:
760
761.MAKE: install-am install-strip
762
763.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
764	clean-generic clean-libtool clean-noinstLTLIBRARIES \
765	cscopelist-am ctags ctags-am distclean distclean-compile \
766	distclean-generic distclean-libtool distclean-tags distdir dvi \
767	dvi-am html html-am info info-am install install-am \
768	install-data install-data-am install-dvi install-dvi-am \
769	install-exec install-exec-am install-html install-html-am \
770	install-info install-info-am install-man install-pdf \
771	install-pdf-am install-ps install-ps-am install-strip \
772	installcheck installcheck-am installdirs maintainer-clean \
773	maintainer-clean-generic mostlyclean mostlyclean-compile \
774	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
775	tags tags-am uninstall uninstall-am
776
777.PRECIOUS: Makefile
778
779
780# Tell versions [3.59,3.63) of GNU make to not export all variables.
781# Otherwise a system limit (for SysV at least) may be exceeded.
782.NOEXPORT:
783