xref: /minix/external/bsd/dhcp/dist/common/Makefile.in (revision fb9c64b2)
1# Makefile.in generated by automake 1.14 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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 = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__make_running_with_option = \
20  case $${target_option-} in \
21      ?) ;; \
22      *) echo "am__make_running_with_option: internal error: invalid" \
23              "target option '$${target_option-}' specified" >&2; \
24         exit 1;; \
25  esac; \
26  has_opt=no; \
27  sane_makeflags=$$MAKEFLAGS; \
28  if $(am__is_gnu_make); then \
29    sane_makeflags=$$MFLAGS; \
30  else \
31    case $$MAKEFLAGS in \
32      *\\[\ \	]*) \
33        bs=\\; \
34        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
36    esac; \
37  fi; \
38  skip_next=no; \
39  strip_trailopt () \
40  { \
41    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42  }; \
43  for flg in $$sane_makeflags; do \
44    test $$skip_next = yes && { skip_next=no; continue; }; \
45    case $$flg in \
46      *=*|--*) continue;; \
47        -*I) strip_trailopt 'I'; skip_next=yes;; \
48      -*I?*) strip_trailopt 'I';; \
49        -*O) strip_trailopt 'O'; skip_next=yes;; \
50      -*O?*) strip_trailopt 'O';; \
51        -*l) strip_trailopt 'l'; skip_next=yes;; \
52      -*l?*) strip_trailopt 'l';; \
53      -[dEDm]) skip_next=yes;; \
54      -[JT]) skip_next=yes;; \
55    esac; \
56    case $$flg in \
57      *$$target_option*) has_opt=yes; break;; \
58    esac; \
59  done; \
60  test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63pkgdatadir = $(datadir)/@PACKAGE@
64pkgincludedir = $(includedir)/@PACKAGE@
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = @build@
80host_triplet = @host@
81subdir = common
82DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83	$(top_srcdir)/depcomp
84ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85am__aclocal_m4_deps = $(top_srcdir)/configure.ac
86am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
87	$(ACLOCAL_M4)
88mkinstalldirs = $(install_sh) -d
89CONFIG_HEADER = $(top_builddir)/includes/config.h
90CONFIG_CLEAN_FILES =
91CONFIG_CLEAN_VPATH_FILES =
92LIBRARIES = $(noinst_LIBRARIES)
93AR = ar
94ARFLAGS = cru
95AM_V_AR = $(am__v_AR_@AM_V@)
96am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
97am__v_AR_0 = @echo "  AR      " $@;
98am__v_AR_1 =
99libdhcp_a_AR = $(AR) $(ARFLAGS)
100libdhcp_a_LIBADD =
101am_libdhcp_a_OBJECTS = alloc.$(OBJEXT) bpf.$(OBJEXT) comapi.$(OBJEXT) \
102	conflex.$(OBJEXT) ctrace.$(OBJEXT) discover.$(OBJEXT) \
103	dispatch.$(OBJEXT) dlpi.$(OBJEXT) dns.$(OBJEXT) \
104	ethernet.$(OBJEXT) execute.$(OBJEXT) fddi.$(OBJEXT) \
105	icmp.$(OBJEXT) inet.$(OBJEXT) lpf.$(OBJEXT) memory.$(OBJEXT) \
106	nit.$(OBJEXT) ns_name.$(OBJEXT) options.$(OBJEXT) \
107	packet.$(OBJEXT) parse.$(OBJEXT) print.$(OBJEXT) raw.$(OBJEXT) \
108	resolv.$(OBJEXT) socket.$(OBJEXT) tables.$(OBJEXT) \
109	tr.$(OBJEXT) tree.$(OBJEXT) upf.$(OBJEXT)
110libdhcp_a_OBJECTS = $(am_libdhcp_a_OBJECTS)
111AM_V_P = $(am__v_P_@AM_V@)
112am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
113am__v_P_0 = false
114am__v_P_1 = :
115AM_V_GEN = $(am__v_GEN_@AM_V@)
116am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
117am__v_GEN_0 = @echo "  GEN     " $@;
118am__v_GEN_1 =
119AM_V_at = $(am__v_at_@AM_V@)
120am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
121am__v_at_0 = @
122am__v_at_1 =
123DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/includes
124depcomp = $(SHELL) $(top_srcdir)/depcomp
125am__depfiles_maybe = depfiles
126am__mv = mv -f
127COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
128	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
129AM_V_CC = $(am__v_CC_@AM_V@)
130am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
131am__v_CC_0 = @echo "  CC      " $@;
132am__v_CC_1 =
133CCLD = $(CC)
134LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
135AM_V_CCLD = $(am__v_CCLD_@AM_V@)
136am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
137am__v_CCLD_0 = @echo "  CCLD    " $@;
138am__v_CCLD_1 =
139SOURCES = $(libdhcp_a_SOURCES)
140DIST_SOURCES = $(libdhcp_a_SOURCES)
141RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
142	ctags-recursive dvi-recursive html-recursive info-recursive \
143	install-data-recursive install-dvi-recursive \
144	install-exec-recursive install-html-recursive \
145	install-info-recursive install-pdf-recursive \
146	install-ps-recursive install-recursive installcheck-recursive \
147	installdirs-recursive pdf-recursive ps-recursive \
148	tags-recursive uninstall-recursive
149am__can_run_installinfo = \
150  case $$AM_UPDATE_INFO_DIR in \
151    n|no|NO) false;; \
152    *) (install-info --version) >/dev/null 2>&1;; \
153  esac
154am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
155am__vpath_adj = case $$p in \
156    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
157    *) f=$$p;; \
158  esac;
159am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
160am__install_max = 40
161am__nobase_strip_setup = \
162  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
163am__nobase_strip = \
164  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
165am__nobase_list = $(am__nobase_strip_setup); \
166  for p in $$list; do echo "$$p $$p"; done | \
167  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
168  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
169    if (++n[$$2] == $(am__install_max)) \
170      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
171    END { for (dir in files) print dir, files[dir] }'
172am__base_list = \
173  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
174  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
175am__uninstall_files_from_dir = { \
176  test -z "$$files" \
177    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
178    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
179         $(am__cd) "$$dir" && rm -f $$files; }; \
180  }
181man5dir = $(mandir)/man5
182am__installdirs = "$(DESTDIR)$(man5dir)"
183NROFF = nroff
184MANS = $(man_MANS)
185RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
186  distclean-recursive maintainer-clean-recursive
187am__recursive_targets = \
188  $(RECURSIVE_TARGETS) \
189  $(RECURSIVE_CLEAN_TARGETS) \
190  $(am__extra_recursive_targets)
191AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
192	distdir
193am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
194# Read a list of newline-separated strings from the standard input,
195# and print each of them once, without duplicates.  Input order is
196# *not* preserved.
197am__uniquify_input = $(AWK) '\
198  BEGIN { nonempty = 0; } \
199  { items[$$0] = 1; nonempty = 1; } \
200  END { if (nonempty) { for (i in items) print i; }; } \
201'
202# Make sure the list of sources is unique.  This is necessary because,
203# e.g., the same source file might be shared among _SOURCES variables
204# for different programs/libraries.
205am__define_uniq_tagged_files = \
206  list='$(am__tagged_files)'; \
207  unique=`for i in $$list; do \
208    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
209  done | $(am__uniquify_input)`
210ETAGS = etags
211CTAGS = ctags
212DIST_SUBDIRS = $(SUBDIRS)
213DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
214am__relativize = \
215  dir0=`pwd`; \
216  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
217  sed_rest='s,^[^/]*/*,,'; \
218  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
219  sed_butlast='s,/*[^/]*$$,,'; \
220  while test -n "$$dir1"; do \
221    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
222    if test "$$first" != "."; then \
223      if test "$$first" = ".."; then \
224        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
225        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
226      else \
227        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
228        if test "$$first2" = "$$first"; then \
229          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
230        else \
231          dir2="../$$dir2"; \
232        fi; \
233        dir0="$$dir0"/"$$first"; \
234      fi; \
235    fi; \
236    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
237  done; \
238  reldir="$$dir2"
239ACLOCAL = @ACLOCAL@
240AMTAR = @AMTAR@
241AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
242ATF_CFLAGS = @ATF_CFLAGS@
243ATF_LDFLAGS = @ATF_LDFLAGS@
244AUTOCONF = @AUTOCONF@
245AUTOHEADER = @AUTOHEADER@
246AUTOMAKE = @AUTOMAKE@
247AWK = @AWK@
248CC = @CC@
249CCDEPMODE = @CCDEPMODE@
250CFLAGS = @CFLAGS@
251CPP = @CPP@
252CPPFLAGS = @CPPFLAGS@
253CYGPATH_W = @CYGPATH_W@
254DEFS = @DEFS@
255DEPDIR = @DEPDIR@
256ECHO_C = @ECHO_C@
257ECHO_N = @ECHO_N@
258ECHO_T = @ECHO_T@
259EGREP = @EGREP@
260EXEEXT = @EXEEXT@
261GREP = @GREP@
262INSTALL = @INSTALL@
263INSTALL_DATA = @INSTALL_DATA@
264INSTALL_PROGRAM = @INSTALL_PROGRAM@
265INSTALL_SCRIPT = @INSTALL_SCRIPT@
266INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
267LDAP_CFLAGS = @LDAP_CFLAGS@
268LDFLAGS = @LDFLAGS@
269LIBOBJS = @LIBOBJS@
270LIBS = @LIBS@
271LTLIBOBJS = @LTLIBOBJS@
272MAINT = @MAINT@
273MAKEINFO = @MAKEINFO@
274MKDIR_P = @MKDIR_P@
275OBJEXT = @OBJEXT@
276PACKAGE = @PACKAGE@
277PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
278PACKAGE_NAME = @PACKAGE_NAME@
279PACKAGE_STRING = @PACKAGE_STRING@
280PACKAGE_TARNAME = @PACKAGE_TARNAME@
281PACKAGE_URL = @PACKAGE_URL@
282PACKAGE_VERSION = @PACKAGE_VERSION@
283PATH_SEPARATOR = @PATH_SEPARATOR@
284RANLIB = @RANLIB@
285SET_MAKE = @SET_MAKE@
286SHELL = @SHELL@
287STRIP = @STRIP@
288VERSION = @VERSION@
289abs_builddir = @abs_builddir@
290abs_srcdir = @abs_srcdir@
291abs_top_builddir = @abs_top_builddir@
292abs_top_srcdir = @abs_top_srcdir@
293ac_ct_CC = @ac_ct_CC@
294ac_prefix_program = @ac_prefix_program@
295am__include = @am__include@
296am__leading_dot = @am__leading_dot@
297am__quote = @am__quote@
298am__tar = @am__tar@
299am__untar = @am__untar@
300bindir = @bindir@
301build = @build@
302build_alias = @build_alias@
303build_cpu = @build_cpu@
304build_os = @build_os@
305build_vendor = @build_vendor@
306builddir = @builddir@
307byte_order = @byte_order@
308datadir = @datadir@
309datarootdir = @datarootdir@
310docdir = @docdir@
311dvidir = @dvidir@
312exec_prefix = @exec_prefix@
313host = @host@
314host_alias = @host_alias@
315host_cpu = @host_cpu@
316host_os = @host_os@
317host_vendor = @host_vendor@
318htmldir = @htmldir@
319includedir = @includedir@
320infodir = @infodir@
321install_sh = @install_sh@
322libdir = @libdir@
323libexecdir = @libexecdir@
324localedir = @localedir@
325localstatedir = @localstatedir@
326mandir = @mandir@
327mkdir_p = @mkdir_p@
328oldincludedir = @oldincludedir@
329pdfdir = @pdfdir@
330prefix = @prefix@
331program_transform_name = @program_transform_name@
332psdir = @psdir@
333sbindir = @sbindir@
334sharedstatedir = @sharedstatedir@
335srcdir = @srcdir@
336sysconfdir = @sysconfdir@
337target_alias = @target_alias@
338top_build_prefix = @top_build_prefix@
339top_builddir = @top_builddir@
340top_srcdir = @top_srcdir@
341AM_CPPFLAGS = -I.. -DLOCALSTATEDIR='"@localstatedir@"'
342AM_CFLAGS = $(LDAP_CFLAGS)
343noinst_LIBRARIES = libdhcp.a
344libdhcp_a_SOURCES = alloc.c bpf.c comapi.c conflex.c ctrace.c discover.c \
345		    dispatch.c dlpi.c dns.c ethernet.c execute.c fddi.c \
346		    icmp.c inet.c lpf.c memory.c nit.c ns_name.c options.c \
347		    packet.c parse.c print.c raw.c resolv.c socket.c \
348		    tables.c tr.c tree.c upf.c
349
350man_MANS = dhcp-eval.5 dhcp-options.5
351EXTRA_DIST = $(man_MANS)
352
353# We want to build this directory first, before descending into tests subdir.
354# The reason is that ideally the tests should link existing objects from this
355# directory. That eliminates any discrepancies between tested code and
356# production code. Sadly, we are not there yet.
357SUBDIRS = . tests
358all: all-recursive
359
360.SUFFIXES:
361.SUFFIXES: .c .o .obj
362$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
363	@for dep in $?; do \
364	  case '$(am__configure_deps)' in \
365	    *$$dep*) \
366	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
367	        && { if test -f $@; then exit 0; else break; fi; }; \
368	      exit 1;; \
369	  esac; \
370	done; \
371	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign common/Makefile'; \
372	$(am__cd) $(top_srcdir) && \
373	  $(AUTOMAKE) --foreign common/Makefile
374.PRECIOUS: Makefile
375Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
376	@case '$?' in \
377	  *config.status*) \
378	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
379	  *) \
380	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
381	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
382	esac;
383
384$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
385	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
386
387$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
388	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
389$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
390	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
391$(am__aclocal_m4_deps):
392
393clean-noinstLIBRARIES:
394	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
395
396libdhcp.a: $(libdhcp_a_OBJECTS) $(libdhcp_a_DEPENDENCIES) $(EXTRA_libdhcp_a_DEPENDENCIES)
397	$(AM_V_at)-rm -f libdhcp.a
398	$(AM_V_AR)$(libdhcp_a_AR) libdhcp.a $(libdhcp_a_OBJECTS) $(libdhcp_a_LIBADD)
399	$(AM_V_at)$(RANLIB) libdhcp.a
400
401mostlyclean-compile:
402	-rm -f *.$(OBJEXT)
403
404distclean-compile:
405	-rm -f *.tab.c
406
407@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Po@am__quote@
408@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bpf.Po@am__quote@
409@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/comapi.Po@am__quote@
410@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conflex.Po@am__quote@
411@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctrace.Po@am__quote@
412@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/discover.Po@am__quote@
413@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dispatch.Po@am__quote@
414@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlpi.Po@am__quote@
415@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns.Po@am__quote@
416@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ethernet.Po@am__quote@
417@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/execute.Po@am__quote@
418@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fddi.Po@am__quote@
419@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icmp.Po@am__quote@
420@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet.Po@am__quote@
421@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lpf.Po@am__quote@
422@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@
423@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nit.Po@am__quote@
424@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ns_name.Po@am__quote@
425@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
426@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet.Po@am__quote@
427@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
428@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Po@am__quote@
429@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/raw.Po@am__quote@
430@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resolv.Po@am__quote@
431@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket.Po@am__quote@
432@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tables.Po@am__quote@
433@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tr.Po@am__quote@
434@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tree.Po@am__quote@
435@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/upf.Po@am__quote@
436
437.c.o:
438@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
439@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
440@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
441@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
442@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
443
444.c.obj:
445@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
446@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
447@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
448@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
449@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
450install-man5: $(man_MANS)
451	@$(NORMAL_INSTALL)
452	@list1=''; \
453	list2='$(man_MANS)'; \
454	test -n "$(man5dir)" \
455	  && test -n "`echo $$list1$$list2`" \
456	  || exit 0; \
457	echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \
458	$(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \
459	{ for i in $$list1; do echo "$$i"; done;  \
460	if test -n "$$list2"; then \
461	  for i in $$list2; do echo "$$i"; done \
462	    | sed -n '/\.5[a-z]*$$/p'; \
463	fi; \
464	} | while read p; do \
465	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
466	  echo "$$d$$p"; echo "$$p"; \
467	done | \
468	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
469	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
470	sed 'N;N;s,\n, ,g' | { \
471	list=; while read file base inst; do \
472	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
473	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
474	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
475	  fi; \
476	done; \
477	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
478	while read files; do \
479	  test -z "$$files" || { \
480	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
481	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
482	done; }
483
484uninstall-man5:
485	@$(NORMAL_UNINSTALL)
486	@list=''; test -n "$(man5dir)" || exit 0; \
487	files=`{ for i in $$list; do echo "$$i"; done; \
488	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
489	  sed -n '/\.5[a-z]*$$/p'; \
490	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
491	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
492	dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir)
493
494# This directory's subdirectories are mostly independent; you can cd
495# into them and run 'make' without going through this Makefile.
496# To change the values of 'make' variables: instead of editing Makefiles,
497# (1) if the variable is set in 'config.status', edit 'config.status'
498#     (which will cause the Makefiles to be regenerated when you run 'make');
499# (2) otherwise, pass the desired values on the 'make' command line.
500$(am__recursive_targets):
501	@fail=; \
502	if $(am__make_keepgoing); then \
503	  failcom='fail=yes'; \
504	else \
505	  failcom='exit 1'; \
506	fi; \
507	dot_seen=no; \
508	target=`echo $@ | sed s/-recursive//`; \
509	case "$@" in \
510	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
511	  *) list='$(SUBDIRS)' ;; \
512	esac; \
513	for subdir in $$list; do \
514	  echo "Making $$target in $$subdir"; \
515	  if test "$$subdir" = "."; then \
516	    dot_seen=yes; \
517	    local_target="$$target-am"; \
518	  else \
519	    local_target="$$target"; \
520	  fi; \
521	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
522	  || eval $$failcom; \
523	done; \
524	if test "$$dot_seen" = "no"; then \
525	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
526	fi; test -z "$$fail"
527
528ID: $(am__tagged_files)
529	$(am__define_uniq_tagged_files); mkid -fID $$unique
530tags: tags-recursive
531TAGS: tags
532
533tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
534	set x; \
535	here=`pwd`; \
536	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
537	  include_option=--etags-include; \
538	  empty_fix=.; \
539	else \
540	  include_option=--include; \
541	  empty_fix=; \
542	fi; \
543	list='$(SUBDIRS)'; for subdir in $$list; do \
544	  if test "$$subdir" = .; then :; else \
545	    test ! -f $$subdir/TAGS || \
546	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
547	  fi; \
548	done; \
549	$(am__define_uniq_tagged_files); \
550	shift; \
551	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
552	  test -n "$$unique" || unique=$$empty_fix; \
553	  if test $$# -gt 0; then \
554	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
555	      "$$@" $$unique; \
556	  else \
557	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
558	      $$unique; \
559	  fi; \
560	fi
561ctags: ctags-recursive
562
563CTAGS: ctags
564ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
565	$(am__define_uniq_tagged_files); \
566	test -z "$(CTAGS_ARGS)$$unique" \
567	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
568	     $$unique
569
570GTAGS:
571	here=`$(am__cd) $(top_builddir) && pwd` \
572	  && $(am__cd) $(top_srcdir) \
573	  && gtags -i $(GTAGS_ARGS) "$$here"
574cscopelist: cscopelist-recursive
575
576cscopelist-am: $(am__tagged_files)
577	list='$(am__tagged_files)'; \
578	case "$(srcdir)" in \
579	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
580	  *) sdir=$(subdir)/$(srcdir) ;; \
581	esac; \
582	for i in $$list; do \
583	  if test -f "$$i"; then \
584	    echo "$(subdir)/$$i"; \
585	  else \
586	    echo "$$sdir/$$i"; \
587	  fi; \
588	done >> $(top_builddir)/cscope.files
589
590distclean-tags:
591	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
592
593distdir: $(DISTFILES)
594	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
595	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
596	list='$(DISTFILES)'; \
597	  dist_files=`for file in $$list; do echo $$file; done | \
598	  sed -e "s|^$$srcdirstrip/||;t" \
599	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
600	case $$dist_files in \
601	  */*) $(MKDIR_P) `echo "$$dist_files" | \
602			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
603			   sort -u` ;; \
604	esac; \
605	for file in $$dist_files; do \
606	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
607	  if test -d $$d/$$file; then \
608	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
609	    if test -d "$(distdir)/$$file"; then \
610	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
611	    fi; \
612	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
613	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
614	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
615	    fi; \
616	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
617	  else \
618	    test -f "$(distdir)/$$file" \
619	    || cp -p $$d/$$file "$(distdir)/$$file" \
620	    || exit 1; \
621	  fi; \
622	done
623	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
624	  if test "$$subdir" = .; then :; else \
625	    $(am__make_dryrun) \
626	      || test -d "$(distdir)/$$subdir" \
627	      || $(MKDIR_P) "$(distdir)/$$subdir" \
628	      || exit 1; \
629	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
630	    $(am__relativize); \
631	    new_distdir=$$reldir; \
632	    dir1=$$subdir; dir2="$(top_distdir)"; \
633	    $(am__relativize); \
634	    new_top_distdir=$$reldir; \
635	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
636	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
637	    ($(am__cd) $$subdir && \
638	      $(MAKE) $(AM_MAKEFLAGS) \
639	        top_distdir="$$new_top_distdir" \
640	        distdir="$$new_distdir" \
641		am__remove_distdir=: \
642		am__skip_length_check=: \
643		am__skip_mode_fix=: \
644	        distdir) \
645	      || exit 1; \
646	  fi; \
647	done
648check-am: all-am
649check: check-recursive
650all-am: Makefile $(LIBRARIES) $(MANS)
651installdirs: installdirs-recursive
652installdirs-am:
653	for dir in "$(DESTDIR)$(man5dir)"; do \
654	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
655	done
656install: install-recursive
657install-exec: install-exec-recursive
658install-data: install-data-recursive
659uninstall: uninstall-recursive
660
661install-am: all-am
662	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
663
664installcheck: installcheck-recursive
665install-strip:
666	if test -z '$(STRIP)'; then \
667	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
668	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
669	      install; \
670	else \
671	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
672	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
673	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
674	fi
675mostlyclean-generic:
676
677clean-generic:
678
679distclean-generic:
680	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
681	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
682
683maintainer-clean-generic:
684	@echo "This command is intended for maintainers to use"
685	@echo "it deletes files that may require special tools to rebuild."
686clean: clean-recursive
687
688clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
689
690distclean: distclean-recursive
691	-rm -rf ./$(DEPDIR)
692	-rm -f Makefile
693distclean-am: clean-am distclean-compile distclean-generic \
694	distclean-tags
695
696dvi: dvi-recursive
697
698dvi-am:
699
700html: html-recursive
701
702html-am:
703
704info: info-recursive
705
706info-am:
707
708install-data-am: install-man
709
710install-dvi: install-dvi-recursive
711
712install-dvi-am:
713
714install-exec-am:
715
716install-html: install-html-recursive
717
718install-html-am:
719
720install-info: install-info-recursive
721
722install-info-am:
723
724install-man: install-man5
725
726install-pdf: install-pdf-recursive
727
728install-pdf-am:
729
730install-ps: install-ps-recursive
731
732install-ps-am:
733
734installcheck-am:
735
736maintainer-clean: maintainer-clean-recursive
737	-rm -rf ./$(DEPDIR)
738	-rm -f Makefile
739maintainer-clean-am: distclean-am maintainer-clean-generic
740
741mostlyclean: mostlyclean-recursive
742
743mostlyclean-am: mostlyclean-compile mostlyclean-generic
744
745pdf: pdf-recursive
746
747pdf-am:
748
749ps: ps-recursive
750
751ps-am:
752
753uninstall-am: uninstall-man
754
755uninstall-man: uninstall-man5
756
757.MAKE: $(am__recursive_targets) install-am install-strip
758
759.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
760	check-am clean clean-generic clean-noinstLIBRARIES \
761	cscopelist-am ctags ctags-am distclean distclean-compile \
762	distclean-generic distclean-tags distdir dvi dvi-am html \
763	html-am info info-am install install-am install-data \
764	install-data-am install-dvi install-dvi-am install-exec \
765	install-exec-am install-html install-html-am install-info \
766	install-info-am install-man install-man5 install-pdf \
767	install-pdf-am install-ps install-ps-am install-strip \
768	installcheck installcheck-am installdirs installdirs-am \
769	maintainer-clean maintainer-clean-generic mostlyclean \
770	mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
771	tags tags-am uninstall uninstall-am uninstall-man \
772	uninstall-man5
773
774
775# Tell versions [3.59,3.63) of GNU make to not export all variables.
776# Otherwise a system limit (for SysV at least) may be exceeded.
777.NOEXPORT:
778