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