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@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90pkglibexec_PROGRAMS = queue-null$(EXEEXT)
91subdir = extras/queues/queue-null
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/m4/aclocal-openssh.m4 \
94	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
95	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
96	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98	$(ACLOCAL_M4)
99DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
100mkinstalldirs = $(install_sh) -d
101CONFIG_HEADER = $(top_builddir)/config.h
102CONFIG_CLEAN_FILES =
103CONFIG_CLEAN_VPATH_FILES =
104am__installdirs = "$(DESTDIR)$(pkglibexecdir)"
105PROGRAMS = $(pkglibexec_PROGRAMS)
106am__dirstamp = $(am__leading_dot)dirstamp
107am__objects_1 = $(api_srcdir)/log.$(OBJEXT) \
108	$(api_srcdir)/queue_utils.$(OBJEXT) \
109	$(api_srcdir)/queue_api.$(OBJEXT) $(api_srcdir)/tree.$(OBJEXT) \
110	$(api_srcdir)/dict.$(OBJEXT) $(api_srcdir)/util.$(OBJEXT) \
111	$(api_srcdir)/iobuf.$(OBJEXT)
112am_queue_null_OBJECTS = $(am__objects_1) \
113	$(queues_srcdir)/queue-null/queue_null.$(OBJEXT)
114queue_null_OBJECTS = $(am_queue_null_OBJECTS)
115queue_null_LDADD = $(LDADD)
116queue_null_DEPENDENCIES = $(LIBCOMPAT)
117AM_V_lt = $(am__v_lt_@AM_V@)
118am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
119am__v_lt_0 = --silent
120am__v_lt_1 =
121AM_V_P = $(am__v_P_@AM_V@)
122am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
123am__v_P_0 = false
124am__v_P_1 = :
125AM_V_GEN = $(am__v_GEN_@AM_V@)
126am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
127am__v_GEN_0 = @echo "  GEN     " $@;
128am__v_GEN_1 =
129AM_V_at = $(am__v_at_@AM_V@)
130am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
131am__v_at_0 = @
132am__v_at_1 =
133DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
134depcomp =
135am__maybe_remake_depfiles =
136COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
137	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
138LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
139	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
140	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
141	$(AM_CFLAGS) $(CFLAGS)
142AM_V_CC = $(am__v_CC_@AM_V@)
143am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
144am__v_CC_0 = @echo "  CC      " $@;
145am__v_CC_1 =
146CCLD = $(CC)
147LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
148	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
149	$(AM_LDFLAGS) $(LDFLAGS) -o $@
150AM_V_CCLD = $(am__v_CCLD_@AM_V@)
151am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
152am__v_CCLD_0 = @echo "  CCLD    " $@;
153am__v_CCLD_1 =
154SOURCES = $(queue_null_SOURCES)
155DIST_SOURCES = $(queue_null_SOURCES)
156am__can_run_installinfo = \
157  case $$AM_UPDATE_INFO_DIR in \
158    n|no|NO) false;; \
159    *) (install-info --version) >/dev/null 2>&1;; \
160  esac
161am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
162# Read a list of newline-separated strings from the standard input,
163# and print each of them once, without duplicates.  Input order is
164# *not* preserved.
165am__uniquify_input = $(AWK) '\
166  BEGIN { nonempty = 0; } \
167  { items[$$0] = 1; nonempty = 1; } \
168  END { if (nonempty) { for (i in items) print i; }; } \
169'
170# Make sure the list of sources is unique.  This is necessary because,
171# e.g., the same source file might be shared among _SOURCES variables
172# for different programs/libraries.
173am__define_uniq_tagged_files = \
174  list='$(am__tagged_files)'; \
175  unique=`for i in $$list; do \
176    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
177  done | $(am__uniquify_input)`
178ETAGS = etags
179CTAGS = ctags
180am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/mk/paths.mk \
181	$(top_srcdir)/mk/queue.mk
182DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
183pkglibexecdir = @pkglibexecdir@
184ACLOCAL = @ACLOCAL@
185AMTAR = @AMTAR@
186AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
187AR = @AR@
188AUTOCONF = @AUTOCONF@
189AUTOHEADER = @AUTOHEADER@
190AUTOMAKE = @AUTOMAKE@
191AWK = @AWK@
192CAT = @CAT@
193CC = @CC@
194CFLAGS = @CFLAGS@
195CPP = @CPP@
196CPPFLAGS = @CPPFLAGS@
197CYGPATH_W = @CYGPATH_W@
198DEFS = @DEFS@
199DLLTOOL = @DLLTOOL@
200DSYMUTIL = @DSYMUTIL@
201DUMPBIN = @DUMPBIN@
202ECHO_C = @ECHO_C@
203ECHO_N = @ECHO_N@
204ECHO_T = @ECHO_T@
205EGREP = @EGREP@
206EXEEXT = @EXEEXT@
207FGREP = @FGREP@
208GREP = @GREP@
209GROFF = @GROFF@
210INSTALL = @INSTALL@
211INSTALL_DATA = @INSTALL_DATA@
212INSTALL_PROGRAM = @INSTALL_PROGRAM@
213INSTALL_SCRIPT = @INSTALL_SCRIPT@
214INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
215LD = @LD@
216LDFLAGS = @LDFLAGS@
217LIBOBJS = @LIBOBJS@
218LIBS = @LIBS@
219LIBTOOL = @LIBTOOL@
220LIPO = @LIPO@
221LN_S = @LN_S@
222LTLIBOBJS = @LTLIBOBJS@
223LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
224LUA_CPPFLAGS = @LUA_CPPFLAGS@
225LUA_LDFLAGS = @LUA_LDFLAGS@
226MAKEINFO = @MAKEINFO@
227MANDOC = @MANDOC@
228MANFMT = @MANFMT@
229MANIFEST_TOOL = @MANIFEST_TOOL@
230MANTYPE = @MANTYPE@
231MKDIR_P = @MKDIR_P@
232MYSQL_CONFIG = @MYSQL_CONFIG@
233NM = @NM@
234NMEDIT = @NMEDIT@
235NROFF = @NROFF@
236OBJDUMP = @OBJDUMP@
237OBJEXT = @OBJEXT@
238OTOOL = @OTOOL@
239OTOOL64 = @OTOOL64@
240PACKAGE = @PACKAGE@
241PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
242PACKAGE_NAME = @PACKAGE_NAME@
243PACKAGE_STRING = @PACKAGE_STRING@
244PACKAGE_TARNAME = @PACKAGE_TARNAME@
245PACKAGE_URL = @PACKAGE_URL@
246PACKAGE_VERSION = @PACKAGE_VERSION@
247PATH_SEPARATOR = @PATH_SEPARATOR@
248PERL_CPPFLAGS = @PERL_CPPFLAGS@
249PERL_LDFLAGS = @PERL_LDFLAGS@
250PRIVSEP_PATH = @PRIVSEP_PATH@
251PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
252PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
253RANLIB = @RANLIB@
254REDIS_CPPFLAGS = @REDIS_CPPFLAGS@
255REDIS_LDFLAGS = @REDIS_LDFLAGS@
256SED = @SED@
257SET_MAKE = @SET_MAKE@
258SH = @SH@
259SHELL = @SHELL@
260SMTPD_USER = @SMTPD_USER@
261STRIP = @STRIP@
262STRIP_OPT = @STRIP_OPT@
263TEST_MINUS_S_SH = @TEST_MINUS_S_SH@
264VERSION = @VERSION@
265abs_builddir = @abs_builddir@
266abs_srcdir = @abs_srcdir@
267abs_top_builddir = @abs_top_builddir@
268abs_top_srcdir = @abs_top_srcdir@
269ac_ct_AR = @ac_ct_AR@
270ac_ct_CC = @ac_ct_CC@
271ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
272am__leading_dot = @am__leading_dot@
273am__tar = @am__tar@
274am__untar = @am__untar@
275bindir = @bindir@
276build = @build@
277build_alias = @build_alias@
278build_cpu = @build_cpu@
279build_os = @build_os@
280build_vendor = @build_vendor@
281builddir = @builddir@
282datadir = @datadir@
283datarootdir = @datarootdir@
284docdir = @docdir@
285dvidir = @dvidir@
286exec_prefix = @exec_prefix@
287host = @host@
288host_alias = @host_alias@
289host_cpu = @host_cpu@
290host_os = @host_os@
291host_vendor = @host_vendor@
292htmldir = @htmldir@
293includedir = @includedir@
294infodir = @infodir@
295install_sh = @install_sh@
296libdir = @libdir@
297libexecdir = @libexecdir@
298localedir = @localedir@
299localstatedir = @localstatedir@
300mandir = @mandir@
301mansubdir = @mansubdir@
302mkdir_p = @mkdir_p@
303oldincludedir = @oldincludedir@
304pdfdir = @pdfdir@
305prefix = @prefix@
306program_transform_name = @program_transform_name@
307psdir = @psdir@
308sbindir = @sbindir@
309sharedstatedir = @sharedstatedir@
310srcdir = @srcdir@
311sysconfdir = @sysconfdir@
312target_alias = @target_alias@
313top_build_prefix = @top_build_prefix@
314top_builddir = @top_builddir@
315top_srcdir = @top_srcdir@
316api_srcdir = $(top_srcdir)/api
317asr_srcdir = $(top_srcdir)/contrib/lib/libc/asr
318compat_srcdir = $(top_srcdir)/openbsd-compat
319regress_srcdir = $(top_srcdir)/regress/bin
320filters_srcdir = $(top_srcdir)/extras/filters
321queues_srcdir = $(top_srcdir)/extras/queues
322schedulers_srcdir = $(top_srcdir)/extras/schedulers
323tables_srcdir = $(top_srcdir)/extras/tables
324tools_srcdir = $(top_srcdir)/extras/tools
325PATHS = -DSMTPD_CONFDIR=\"$(sysconfdir)\"			\
326		-DPATH_CHROOT=\"$(PRIVSEP_PATH)\"			\
327		-DPATH_LIBEXEC=\"$(pkglibexecdir)\"
328
329AM_CPPFLAGS = -I$(api_srcdir) -I$(compat_srcdir)
330LIBCOMPAT = $(top_builddir)/openbsd-compat/libopenbsd-compat.a
331LDADD = $(LIBCOMPAT)
332SRCS = $(api_srcdir)/log.c $(api_srcdir)/queue_utils.c \
333	$(api_srcdir)/queue_api.c $(api_srcdir)/tree.c \
334	$(api_srcdir)/dict.c $(api_srcdir)/util.c \
335	$(api_srcdir)/iobuf.c
336queue_null_SOURCES = $(SRCS) $(queues_srcdir)/queue-null/queue_null.c
337all: all-am
338
339.SUFFIXES:
340.SUFFIXES: .c .lo .o .obj
341$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/mk/paths.mk $(top_srcdir)/mk/queue.mk $(am__configure_deps)
342	@for dep in $?; do \
343	  case '$(am__configure_deps)' in \
344	    *$$dep*) \
345	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
346	        && { if test -f $@; then exit 0; else break; fi; }; \
347	      exit 1;; \
348	  esac; \
349	done; \
350	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps extras/queues/queue-null/Makefile'; \
351	$(am__cd) $(top_srcdir) && \
352	  $(AUTOMAKE) --foreign --ignore-deps extras/queues/queue-null/Makefile
353Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
354	@case '$?' in \
355	  *config.status*) \
356	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
357	  *) \
358	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
359	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
360	esac;
361$(top_srcdir)/mk/paths.mk $(top_srcdir)/mk/queue.mk $(am__empty):
362
363$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
364	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
365
366$(top_srcdir)/configure:  $(am__configure_deps)
367	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
368$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
369	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
370$(am__aclocal_m4_deps):
371install-pkglibexecPROGRAMS: $(pkglibexec_PROGRAMS)
372	@$(NORMAL_INSTALL)
373	@list='$(pkglibexec_PROGRAMS)'; test -n "$(pkglibexecdir)" || list=; \
374	if test -n "$$list"; then \
375	  echo " $(MKDIR_P) '$(DESTDIR)$(pkglibexecdir)'"; \
376	  $(MKDIR_P) "$(DESTDIR)$(pkglibexecdir)" || exit 1; \
377	fi; \
378	for p in $$list; do echo "$$p $$p"; done | \
379	sed 's/$(EXEEXT)$$//' | \
380	while read p p1; do if test -f $$p \
381	 || test -f $$p1 \
382	  ; then echo "$$p"; echo "$$p"; else :; fi; \
383	done | \
384	sed -e 'p;s,.*/,,;n;h' \
385	    -e 's|.*|.|' \
386	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
387	sed 'N;N;N;s,\n, ,g' | \
388	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
389	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
390	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
391	    else { print "f", $$3 "/" $$4, $$1; } } \
392	  END { for (d in files) print "f", d, files[d] }' | \
393	while read type dir files; do \
394	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
395	    test -z "$$files" || { \
396	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(pkglibexecdir)$$dir'"; \
397	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(pkglibexecdir)$$dir" || exit $$?; \
398	    } \
399	; done
400
401uninstall-pkglibexecPROGRAMS:
402	@$(NORMAL_UNINSTALL)
403	@list='$(pkglibexec_PROGRAMS)'; test -n "$(pkglibexecdir)" || list=; \
404	files=`for p in $$list; do echo "$$p"; done | \
405	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
406	      -e 's/$$/$(EXEEXT)/' \
407	`; \
408	test -n "$$list" || exit 0; \
409	echo " ( cd '$(DESTDIR)$(pkglibexecdir)' && rm -f" $$files ")"; \
410	cd "$(DESTDIR)$(pkglibexecdir)" && rm -f $$files
411
412clean-pkglibexecPROGRAMS:
413	@list='$(pkglibexec_PROGRAMS)'; test -n "$$list" || exit 0; \
414	echo " rm -f" $$list; \
415	rm -f $$list || exit $$?; \
416	test -n "$(EXEEXT)" || exit 0; \
417	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
418	echo " rm -f" $$list; \
419	rm -f $$list
420$(api_srcdir)/$(am__dirstamp):
421	@$(MKDIR_P) $(api_srcdir)
422	@: > $(api_srcdir)/$(am__dirstamp)
423$(api_srcdir)/log.$(OBJEXT): $(api_srcdir)/$(am__dirstamp)
424$(api_srcdir)/queue_utils.$(OBJEXT): $(api_srcdir)/$(am__dirstamp)
425$(api_srcdir)/queue_api.$(OBJEXT): $(api_srcdir)/$(am__dirstamp)
426$(api_srcdir)/tree.$(OBJEXT): $(api_srcdir)/$(am__dirstamp)
427$(api_srcdir)/dict.$(OBJEXT): $(api_srcdir)/$(am__dirstamp)
428$(api_srcdir)/util.$(OBJEXT): $(api_srcdir)/$(am__dirstamp)
429$(api_srcdir)/iobuf.$(OBJEXT): $(api_srcdir)/$(am__dirstamp)
430$(queues_srcdir)/queue-null/$(am__dirstamp):
431	@$(MKDIR_P) $(queues_srcdir)/queue-null
432	@: > $(queues_srcdir)/queue-null/$(am__dirstamp)
433$(queues_srcdir)/queue-null/queue_null.$(OBJEXT):  \
434	$(queues_srcdir)/queue-null/$(am__dirstamp)
435
436queue-null$(EXEEXT): $(queue_null_OBJECTS) $(queue_null_DEPENDENCIES) $(EXTRA_queue_null_DEPENDENCIES)
437	@rm -f queue-null$(EXEEXT)
438	$(AM_V_CCLD)$(LINK) $(queue_null_OBJECTS) $(queue_null_LDADD) $(LIBS)
439
440mostlyclean-compile:
441	-rm -f *.$(OBJEXT)
442	-rm -f $(api_srcdir)/*.$(OBJEXT)
443	-rm -f $(queues_srcdir)/queue-null/*.$(OBJEXT)
444
445distclean-compile:
446	-rm -f *.tab.c
447
448.c.o:
449	$(AM_V_CC)$(COMPILE) -c -o $@ $<
450
451.c.obj:
452	$(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
453
454.c.lo:
455	$(AM_V_CC)$(LTCOMPILE) -c -o $@ $<
456
457mostlyclean-libtool:
458	-rm -f *.lo
459
460clean-libtool:
461	-rm -rf .libs _libs
462
463ID: $(am__tagged_files)
464	$(am__define_uniq_tagged_files); mkid -fID $$unique
465tags: tags-am
466TAGS: tags
467
468tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
469	set x; \
470	here=`pwd`; \
471	$(am__define_uniq_tagged_files); \
472	shift; \
473	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
474	  test -n "$$unique" || unique=$$empty_fix; \
475	  if test $$# -gt 0; then \
476	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
477	      "$$@" $$unique; \
478	  else \
479	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
480	      $$unique; \
481	  fi; \
482	fi
483ctags: ctags-am
484
485CTAGS: ctags
486ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
487	$(am__define_uniq_tagged_files); \
488	test -z "$(CTAGS_ARGS)$$unique" \
489	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
490	     $$unique
491
492GTAGS:
493	here=`$(am__cd) $(top_builddir) && pwd` \
494	  && $(am__cd) $(top_srcdir) \
495	  && gtags -i $(GTAGS_ARGS) "$$here"
496cscopelist: cscopelist-am
497
498cscopelist-am: $(am__tagged_files)
499	list='$(am__tagged_files)'; \
500	case "$(srcdir)" in \
501	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
502	  *) sdir=$(subdir)/$(srcdir) ;; \
503	esac; \
504	for i in $$list; do \
505	  if test -f "$$i"; then \
506	    echo "$(subdir)/$$i"; \
507	  else \
508	    echo "$$sdir/$$i"; \
509	  fi; \
510	done >> $(top_builddir)/cscope.files
511
512distclean-tags:
513	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
514
515distdir: $(BUILT_SOURCES)
516	$(MAKE) $(AM_MAKEFLAGS) distdir-am
517
518distdir-am: $(DISTFILES)
519	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
520	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
521	list='$(DISTFILES)'; \
522	  dist_files=`for file in $$list; do echo $$file; done | \
523	  sed -e "s|^$$srcdirstrip/||;t" \
524	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
525	case $$dist_files in \
526	  */*) $(MKDIR_P) `echo "$$dist_files" | \
527			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
528			   sort -u` ;; \
529	esac; \
530	for file in $$dist_files; do \
531	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
532	  if test -d $$d/$$file; then \
533	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
534	    if test -d "$(distdir)/$$file"; then \
535	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
536	    fi; \
537	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
538	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
539	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
540	    fi; \
541	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
542	  else \
543	    test -f "$(distdir)/$$file" \
544	    || cp -p $$d/$$file "$(distdir)/$$file" \
545	    || exit 1; \
546	  fi; \
547	done
548check-am: all-am
549check: check-am
550all-am: Makefile $(PROGRAMS)
551installdirs:
552	for dir in "$(DESTDIR)$(pkglibexecdir)"; do \
553	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
554	done
555install: install-am
556install-exec: install-exec-am
557install-data: install-data-am
558uninstall: uninstall-am
559
560install-am: all-am
561	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
562
563installcheck: installcheck-am
564install-strip:
565	if test -z '$(STRIP)'; then \
566	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
567	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
568	      install; \
569	else \
570	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
571	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
572	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
573	fi
574mostlyclean-generic:
575
576clean-generic:
577
578distclean-generic:
579	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
580	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
581	-test -z "$(api_srcdir)/$(am__dirstamp)" || rm -f $(api_srcdir)/$(am__dirstamp)
582	-test -z "$(queues_srcdir)/queue-null/$(am__dirstamp)" || rm -f $(queues_srcdir)/queue-null/$(am__dirstamp)
583
584maintainer-clean-generic:
585	@echo "This command is intended for maintainers to use"
586	@echo "it deletes files that may require special tools to rebuild."
587clean: clean-am
588
589clean-am: clean-generic clean-libtool clean-pkglibexecPROGRAMS \
590	mostlyclean-am
591
592distclean: distclean-am
593	-rm -f Makefile
594distclean-am: clean-am distclean-compile distclean-generic \
595	distclean-tags
596
597dvi: dvi-am
598
599dvi-am:
600
601html: html-am
602
603html-am:
604
605info: info-am
606
607info-am:
608
609install-data-am:
610
611install-dvi: install-dvi-am
612
613install-dvi-am:
614
615install-exec-am: install-pkglibexecPROGRAMS
616
617install-html: install-html-am
618
619install-html-am:
620
621install-info: install-info-am
622
623install-info-am:
624
625install-man:
626
627install-pdf: install-pdf-am
628
629install-pdf-am:
630
631install-ps: install-ps-am
632
633install-ps-am:
634
635installcheck-am:
636
637maintainer-clean: maintainer-clean-am
638	-rm -f Makefile
639maintainer-clean-am: distclean-am maintainer-clean-generic
640
641mostlyclean: mostlyclean-am
642
643mostlyclean-am: mostlyclean-compile mostlyclean-generic \
644	mostlyclean-libtool
645
646pdf: pdf-am
647
648pdf-am:
649
650ps: ps-am
651
652ps-am:
653
654uninstall-am: uninstall-pkglibexecPROGRAMS
655
656.MAKE: install-am install-strip
657
658.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
659	clean-libtool clean-pkglibexecPROGRAMS cscopelist-am ctags \
660	ctags-am distclean distclean-compile distclean-generic \
661	distclean-libtool distclean-tags distdir dvi dvi-am html \
662	html-am info info-am install install-am install-data \
663	install-data-am install-dvi install-dvi-am install-exec \
664	install-exec-am install-html install-html-am install-info \
665	install-info-am install-man install-pdf install-pdf-am \
666	install-pkglibexecPROGRAMS install-ps install-ps-am \
667	install-strip installcheck installcheck-am installdirs \
668	maintainer-clean maintainer-clean-generic mostlyclean \
669	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
670	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
671	uninstall-pkglibexecPROGRAMS
672
673.PRECIOUS: Makefile
674
675
676# Tell versions [3.59,3.63) of GNU make to not export all variables.
677# Otherwise a system limit (for SysV at least) may be exceeded.
678.NOEXPORT:
679