1# Makefile.in generated by automake 1.7.9 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5# Free Software Foundation, Inc.
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
17srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = .
24
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26INSTALL = @INSTALL@
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name)
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
38host_triplet = @host@
39ACLOCAL = @ACLOCAL@
40AMDEP_FALSE = @AMDEP_FALSE@
41AMDEP_TRUE = @AMDEP_TRUE@
42AMTAR = @AMTAR@
43AR = @AR@
44AUTOCONF = @AUTOCONF@
45AUTOHEADER = @AUTOHEADER@
46AUTOMAKE = @AUTOMAKE@
47AWK = @AWK@
48CC = @CC@
49CCDEPMODE = @CCDEPMODE@
50CFLAGS = @CFLAGS@
51CPP = @CPP@
52CPPFLAGS = @CPPFLAGS@
53CXX = @CXX@
54CXXCPP = @CXXCPP@
55CXXDEPMODE = @CXXDEPMODE@
56CXXFLAGS = @CXXFLAGS@
57CYGPATH_W = @CYGPATH_W@
58DEFS = @DEFS@
59DEPDIR = @DEPDIR@
60ECHO = @ECHO@
61ECHO_C = @ECHO_C@
62ECHO_N = @ECHO_N@
63ECHO_T = @ECHO_T@
64EGREP = @EGREP@
65EXEEXT = @EXEEXT@
66F77 = @F77@
67FFLAGS = @FFLAGS@
68INSTALL_DATA = @INSTALL_DATA@
69INSTALL_PROGRAM = @INSTALL_PROGRAM@
70INSTALL_SCRIPT = @INSTALL_SCRIPT@
71INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
72LDFLAGS = @LDFLAGS@
73LIBOBJS = @LIBOBJS@
74LIBS = @LIBS@
75LIBTOOL = @LIBTOOL@
76LN_S = @LN_S@
77LTLIBOBJS = @LTLIBOBJS@
78MAKEINFO = @MAKEINFO@
79OBJEXT = @OBJEXT@
80PACKAGE = @PACKAGE@
81PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
82PACKAGE_NAME = @PACKAGE_NAME@
83PACKAGE_STRING = @PACKAGE_STRING@
84PACKAGE_TARNAME = @PACKAGE_TARNAME@
85PACKAGE_VERSION = @PACKAGE_VERSION@
86PATH_SEPARATOR = @PATH_SEPARATOR@
87RANLIB = @RANLIB@
88SET_MAKE = @SET_MAKE@
89SHELL = @SHELL@
90STRIP = @STRIP@
91TESTERS_FALSE = @TESTERS_FALSE@
92TESTERS_TRUE = @TESTERS_TRUE@
93VERSION = @VERSION@
94ac_ct_AR = @ac_ct_AR@
95ac_ct_CC = @ac_ct_CC@
96ac_ct_CXX = @ac_ct_CXX@
97ac_ct_F77 = @ac_ct_F77@
98ac_ct_RANLIB = @ac_ct_RANLIB@
99ac_ct_STRIP = @ac_ct_STRIP@
100am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
101am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
102am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
103am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
104am__include = @am__include@
105am__leading_dot = @am__leading_dot@
106am__quote = @am__quote@
107bindir = @bindir@
108build = @build@
109build_alias = @build_alias@
110build_cpu = @build_cpu@
111build_os = @build_os@
112build_vendor = @build_vendor@
113datadir = @datadir@
114exec_prefix = @exec_prefix@
115host = @host@
116host_alias = @host_alias@
117host_cpu = @host_cpu@
118host_os = @host_os@
119host_vendor = @host_vendor@
120includedir = @includedir@
121infodir = @infodir@
122install_sh = @install_sh@
123libdir = @libdir@
124libexecdir = @libexecdir@
125localstatedir = @localstatedir@
126mandir = @mandir@
127oldincludedir = @oldincludedir@
128prefix = @prefix@
129program_transform_name = @program_transform_name@
130sbindir = @sbindir@
131sharedstatedir = @sharedstatedir@
132sysconfdir = @sysconfdir@
133target_alias = @target_alias@
134man3_MANS = ident.3
135
136lib_LTLIBRARIES = libident.la
137libident_la_SOURCES = ident.c id_open.c id_close.c id_query.c id_parse.c \
138		     ident.h support.c
139
140include_HEADERS = ident.h
141
142ACLOCAL_AMFLAGS = -I .
143EXTRA_DIST = sockaddr.m4 identtestd-xinetd $(man3_MANS) in.identtestd.8
144
145@TESTERS_TRUE@sbin_PROGRAMS = in.identtestd
146@TESTERS_TRUE@in_identtestd_SOURCES = ident-tester.c
147@TESTERS_TRUE@in_identtestd_LDADD = libident.la
148@TESTERS_TRUE@man8_MANS = in.identtestd.8
149
150@TESTERS_TRUE@noinst_PROGRAMS = lookup-tester
151@TESTERS_TRUE@lookup_tester_SOURCES = lookup-tester.c
152@TESTERS_TRUE@lookup_tester_LDADD = libident.la
153subdir = .
154ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
155mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
156CONFIG_HEADER = config.h
157CONFIG_CLEAN_FILES =
158LTLIBRARIES = $(lib_LTLIBRARIES)
159
160libident_la_LDFLAGS =
161libident_la_LIBADD =
162am_libident_la_OBJECTS = ident.lo id_open.lo id_close.lo id_query.lo \
163	id_parse.lo support.lo
164libident_la_OBJECTS = $(am_libident_la_OBJECTS)
165@TESTERS_TRUE@noinst_PROGRAMS = lookup-tester$(EXEEXT)
166@TESTERS_FALSE@noinst_PROGRAMS =
167@TESTERS_TRUE@sbin_PROGRAMS = in.identtestd$(EXEEXT)
168@TESTERS_FALSE@sbin_PROGRAMS =
169PROGRAMS = $(noinst_PROGRAMS) $(sbin_PROGRAMS)
170
171am__in_identtestd_SOURCES_DIST = ident-tester.c
172@TESTERS_TRUE@am_in_identtestd_OBJECTS = ident-tester.$(OBJEXT)
173in_identtestd_OBJECTS = $(am_in_identtestd_OBJECTS)
174@TESTERS_TRUE@in_identtestd_DEPENDENCIES = libident.la
175@TESTERS_FALSE@in_identtestd_DEPENDENCIES =
176in_identtestd_LDFLAGS =
177am__lookup_tester_SOURCES_DIST = lookup-tester.c
178@TESTERS_TRUE@am_lookup_tester_OBJECTS = lookup-tester.$(OBJEXT)
179lookup_tester_OBJECTS = $(am_lookup_tester_OBJECTS)
180@TESTERS_TRUE@lookup_tester_DEPENDENCIES = libident.la
181@TESTERS_FALSE@lookup_tester_DEPENDENCIES =
182lookup_tester_LDFLAGS =
183
184DEFAULT_INCLUDES =  -I. -I$(srcdir) -I.
185depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
186am__depfiles_maybe = depfiles
187@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/id_close.Plo ./$(DEPDIR)/id_open.Plo \
188@AMDEP_TRUE@	./$(DEPDIR)/id_parse.Plo ./$(DEPDIR)/id_query.Plo \
189@AMDEP_TRUE@	./$(DEPDIR)/ident-tester.Po ./$(DEPDIR)/ident.Plo \
190@AMDEP_TRUE@	./$(DEPDIR)/lookup-tester.Po \
191@AMDEP_TRUE@	./$(DEPDIR)/support.Plo
192COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
193	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
194LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
195	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
196CCLD = $(CC)
197LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
198	$(AM_LDFLAGS) $(LDFLAGS) -o $@
199DIST_SOURCES = $(libident_la_SOURCES) $(am__in_identtestd_SOURCES_DIST) \
200	$(am__lookup_tester_SOURCES_DIST)
201
202NROFF = nroff
203MANS = $(man3_MANS) $(man8_MANS)
204HEADERS = $(include_HEADERS)
205
206DIST_COMMON = README $(include_HEADERS) $(srcdir)/Makefile.in \
207	$(srcdir)/configure AUTHORS COPYING ChangeLog INSTALL \
208	Makefile.am NEWS aclocal.m4 admin/config.guess admin/config.sub \
209	admin/depcomp admin/install-sh admin/ltmain.sh admin/missing \
210	admin/mkinstalldirs config.h.in configure configure.ac
211SOURCES = $(libident_la_SOURCES) $(in_identtestd_SOURCES) $(lookup_tester_SOURCES)
212
213all: config.h
214	$(MAKE) $(AM_MAKEFLAGS) all-am
215
216.SUFFIXES:
217.SUFFIXES: .c .lo .o .obj
218
219am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
220 configure.lineno
221$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
222	cd $(top_srcdir) && \
223	  $(AUTOMAKE) --gnu  Makefile
224Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
225	cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
226
227$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
228	$(SHELL) ./config.status --recheck
229$(srcdir)/configure:  $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
230	cd $(srcdir) && $(AUTOCONF)
231
232$(ACLOCAL_M4):  configure.ac sockaddr.m4
233	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
234
235config.h: stamp-h1
236	@if test ! -f $@; then \
237	  rm -f stamp-h1; \
238	  $(MAKE) stamp-h1; \
239	else :; fi
240
241stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
242	@rm -f stamp-h1
243	cd $(top_builddir) && $(SHELL) ./config.status config.h
244
245$(srcdir)/config.h.in:  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
246	cd $(top_srcdir) && $(AUTOHEADER)
247	touch $(srcdir)/config.h.in
248
249distclean-hdr:
250	-rm -f config.h stamp-h1
251libLTLIBRARIES_INSTALL = $(INSTALL)
252install-libLTLIBRARIES: $(lib_LTLIBRARIES)
253	@$(NORMAL_INSTALL)
254	$(mkinstalldirs) $(DESTDIR)$(libdir)
255	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
256	  if test -f $$p; then \
257	    f="`echo $$p | sed -e 's|^.*/||'`"; \
258	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
259	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
260	  else :; fi; \
261	done
262
263uninstall-libLTLIBRARIES:
264	@$(NORMAL_UNINSTALL)
265	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
266	    p="`echo $$p | sed -e 's|^.*/||'`"; \
267	  echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
268	  $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
269	done
270
271clean-libLTLIBRARIES:
272	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
273	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
274	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
275	  test "$$dir" = "$$p" && dir=.; \
276	  echo "rm -f \"$${dir}/so_locations\""; \
277	  rm -f "$${dir}/so_locations"; \
278	done
279libident.la: $(libident_la_OBJECTS) $(libident_la_DEPENDENCIES)
280	$(LINK) -rpath $(libdir) $(libident_la_LDFLAGS) $(libident_la_OBJECTS) $(libident_la_LIBADD) $(LIBS)
281
282clean-noinstPROGRAMS:
283	@list='$(noinst_PROGRAMS)'; for p in $$list; do \
284	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
285	  echo " rm -f $$p $$f"; \
286	  rm -f $$p $$f ; \
287	done
288sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
289install-sbinPROGRAMS: $(sbin_PROGRAMS)
290	@$(NORMAL_INSTALL)
291	$(mkinstalldirs) $(DESTDIR)$(sbindir)
292	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
293	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
294	  if test -f $$p \
295	     || test -f $$p1 \
296	  ; then \
297	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
298	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f"; \
299	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f || exit 1; \
300	  else :; fi; \
301	done
302
303uninstall-sbinPROGRAMS:
304	@$(NORMAL_UNINSTALL)
305	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
306	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
307	  echo " rm -f $(DESTDIR)$(sbindir)/$$f"; \
308	  rm -f $(DESTDIR)$(sbindir)/$$f; \
309	done
310
311clean-sbinPROGRAMS:
312	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
313	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
314	  echo " rm -f $$p $$f"; \
315	  rm -f $$p $$f ; \
316	done
317
318installcheck-sbinPROGRAMS: $(sbin_PROGRAMS)
319	bad=0; pid=$$$$; list="$(sbin_PROGRAMS)"; for p in $$list; do \
320	  case ' $(AM_INSTALLCHECK_STD_OPTIONS_EXEMPT) ' in \
321	   *" $$p "* | *" $(srcdir)/$$p "*) continue;; \
322	  esac; \
323	  f=`echo "$$p" | \
324	     sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
325	  for opt in --help --version; do \
326	    if $(DESTDIR)$(sbindir)/$$f $$opt > c$${pid}_.out 2> c$${pid}_.err \
327	         && test -n "`cat c$${pid}_.out`" \
328	         && test -z "`cat c$${pid}_.err`"; then :; \
329	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
330	  done; \
331	done; rm -f c$${pid}_.???; exit $$bad
332in.identtestd$(EXEEXT): $(in_identtestd_OBJECTS) $(in_identtestd_DEPENDENCIES)
333	@rm -f in.identtestd$(EXEEXT)
334	$(LINK) $(in_identtestd_LDFLAGS) $(in_identtestd_OBJECTS) $(in_identtestd_LDADD) $(LIBS)
335lookup-tester$(EXEEXT): $(lookup_tester_OBJECTS) $(lookup_tester_DEPENDENCIES)
336	@rm -f lookup-tester$(EXEEXT)
337	$(LINK) $(lookup_tester_LDFLAGS) $(lookup_tester_OBJECTS) $(lookup_tester_LDADD) $(LIBS)
338
339mostlyclean-compile:
340	-rm -f *.$(OBJEXT) core *.core
341
342distclean-compile:
343	-rm -f *.tab.c
344
345@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id_close.Plo@am__quote@
346@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id_open.Plo@am__quote@
347@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id_parse.Plo@am__quote@
348@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/id_query.Plo@am__quote@
349@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ident-tester.Po@am__quote@
350@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ident.Plo@am__quote@
351@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lookup-tester.Po@am__quote@
352@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/support.Plo@am__quote@
353
354.c.o:
355@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
356@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
357@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
358@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
359@am__fastdepCC_TRUE@	fi
360@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
361@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
362@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
363@am__fastdepCC_FALSE@	$(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
364
365.c.obj:
366@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
367@am__fastdepCC_TRUE@	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
368@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
369@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
370@am__fastdepCC_TRUE@	fi
371@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
372@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
373@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
374@am__fastdepCC_FALSE@	$(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
375
376.c.lo:
377@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
378@am__fastdepCC_TRUE@	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
379@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
380@am__fastdepCC_TRUE@	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
381@am__fastdepCC_TRUE@	fi
382@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
383@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
384@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
385@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
386
387mostlyclean-libtool:
388	-rm -f *.lo
389
390clean-libtool:
391	-rm -rf .libs _libs
392
393distclean-libtool:
394	-rm -f libtool
395uninstall-info-am:
396
397man3dir = $(mandir)/man3
398install-man3: $(man3_MANS) $(man_MANS)
399	@$(NORMAL_INSTALL)
400	$(mkinstalldirs) $(DESTDIR)$(man3dir)
401	@list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
402	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
403	for i in $$l2; do \
404	  case "$$i" in \
405	    *.3*) list="$$list $$i" ;; \
406	  esac; \
407	done; \
408	for i in $$list; do \
409	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
410	  else file=$$i; fi; \
411	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
412	  case "$$ext" in \
413	    3*) ;; \
414	    *) ext='3' ;; \
415	  esac; \
416	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
417	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
418	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
419	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)/$$inst"; \
420	  $(INSTALL_DATA) $$file $(DESTDIR)$(man3dir)/$$inst; \
421	done
422uninstall-man3:
423	@$(NORMAL_UNINSTALL)
424	@list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
425	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
426	for i in $$l2; do \
427	  case "$$i" in \
428	    *.3*) list="$$list $$i" ;; \
429	  esac; \
430	done; \
431	for i in $$list; do \
432	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
433	  case "$$ext" in \
434	    3*) ;; \
435	    *) ext='3' ;; \
436	  esac; \
437	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
438	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
439	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
440	  echo " rm -f $(DESTDIR)$(man3dir)/$$inst"; \
441	  rm -f $(DESTDIR)$(man3dir)/$$inst; \
442	done
443
444man8dir = $(mandir)/man8
445install-man8: $(man8_MANS) $(man_MANS)
446	@$(NORMAL_INSTALL)
447	$(mkinstalldirs) $(DESTDIR)$(man8dir)
448	@list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
449	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
450	for i in $$l2; do \
451	  case "$$i" in \
452	    *.8*) list="$$list $$i" ;; \
453	  esac; \
454	done; \
455	for i in $$list; do \
456	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
457	  else file=$$i; fi; \
458	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
459	  case "$$ext" in \
460	    8*) ;; \
461	    *) ext='8' ;; \
462	  esac; \
463	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
464	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
465	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
466	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst"; \
467	  $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst; \
468	done
469uninstall-man8:
470	@$(NORMAL_UNINSTALL)
471	@list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
472	l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
473	for i in $$l2; do \
474	  case "$$i" in \
475	    *.8*) list="$$list $$i" ;; \
476	  esac; \
477	done; \
478	for i in $$list; do \
479	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
480	  case "$$ext" in \
481	    8*) ;; \
482	    *) ext='8' ;; \
483	  esac; \
484	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
485	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
486	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
487	  echo " rm -f $(DESTDIR)$(man8dir)/$$inst"; \
488	  rm -f $(DESTDIR)$(man8dir)/$$inst; \
489	done
490includeHEADERS_INSTALL = $(INSTALL_HEADER)
491install-includeHEADERS: $(include_HEADERS)
492	@$(NORMAL_INSTALL)
493	$(mkinstalldirs) $(DESTDIR)$(includedir)
494	@list='$(include_HEADERS)'; for p in $$list; do \
495	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
496	  f="`echo $$p | sed -e 's|^.*/||'`"; \
497	  echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \
498	  $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \
499	done
500
501uninstall-includeHEADERS:
502	@$(NORMAL_UNINSTALL)
503	@list='$(include_HEADERS)'; for p in $$list; do \
504	  f="`echo $$p | sed -e 's|^.*/||'`"; \
505	  echo " rm -f $(DESTDIR)$(includedir)/$$f"; \
506	  rm -f $(DESTDIR)$(includedir)/$$f; \
507	done
508
509ETAGS = etags
510ETAGSFLAGS =
511
512CTAGS = ctags
513CTAGSFLAGS =
514
515tags: TAGS
516
517ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
518	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
519	unique=`for i in $$list; do \
520	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
521	  done | \
522	  $(AWK) '    { files[$$0] = 1; } \
523	       END { for (i in files) print i; }'`; \
524	mkid -fID $$unique
525
526TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
527		$(TAGS_FILES) $(LISP)
528	tags=; \
529	here=`pwd`; \
530	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
531	unique=`for i in $$list; do \
532	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
533	  done | \
534	  $(AWK) '    { files[$$0] = 1; } \
535	       END { for (i in files) print i; }'`; \
536	test -z "$(ETAGS_ARGS)$$tags$$unique" \
537	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
538	     $$tags $$unique
539
540ctags: CTAGS
541CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
542		$(TAGS_FILES) $(LISP)
543	tags=; \
544	here=`pwd`; \
545	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
546	unique=`for i in $$list; do \
547	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
548	  done | \
549	  $(AWK) '    { files[$$0] = 1; } \
550	       END { for (i in files) print i; }'`; \
551	test -z "$(CTAGS_ARGS)$$tags$$unique" \
552	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
553	     $$tags $$unique
554
555GTAGS:
556	here=`$(am__cd) $(top_builddir) && pwd` \
557	  && cd $(top_srcdir) \
558	  && gtags -i $(GTAGS_ARGS) $$here
559
560distclean-tags:
561	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
562DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
563
564top_distdir = .
565distdir = $(PACKAGE)-$(VERSION)
566
567am__remove_distdir = \
568  { test ! -d $(distdir) \
569    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
570         && rm -fr $(distdir); }; }
571
572GZIP_ENV = --best
573distuninstallcheck_listfiles = find . -type f -print
574distcleancheck_listfiles = find . -type f -print
575
576distdir: $(DISTFILES)
577	@case `sed 15q $(srcdir)/NEWS` in \
578	*"$(VERSION)"*) : ;; \
579	*) \
580	  echo "NEWS not updated; not releasing" 1>&2; \
581	  exit 1;; \
582	esac
583	$(am__remove_distdir)
584	mkdir $(distdir)
585	$(mkinstalldirs) $(distdir)/admin
586	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
587	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
588	list='$(DISTFILES)'; for file in $$list; do \
589	  case $$file in \
590	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
591	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
592	  esac; \
593	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
594	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
595	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
596	    dir="/$$dir"; \
597	    $(mkinstalldirs) "$(distdir)$$dir"; \
598	  else \
599	    dir=''; \
600	  fi; \
601	  if test -d $$d/$$file; then \
602	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
603	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
604	    fi; \
605	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
606	  else \
607	    test -f $(distdir)/$$file \
608	    || cp -p $$d/$$file $(distdir)/$$file \
609	    || exit 1; \
610	  fi; \
611	done
612	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
613	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
614	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
615	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
616	|| chmod -R a+r $(distdir)
617dist-gzip: distdir
618	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
619	$(am__remove_distdir)
620
621dist-bzip2: distdir
622	$(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
623	$(am__remove_distdir)
624
625dist dist-all: distdir
626	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
627	$(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
628	$(am__remove_distdir)
629
630# This target untars the dist file and tries a VPATH configuration.  Then
631# it guarantees that the distribution is self-contained by making another
632# tarfile.
633distcheck: dist
634	$(am__remove_distdir)
635	GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
636	chmod -R a-w $(distdir); chmod a+w $(distdir)
637	mkdir $(distdir)/_build
638	mkdir $(distdir)/_inst
639	chmod a-w $(distdir)
640	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
641	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
642	  && cd $(distdir)/_build \
643	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
644	    $(DISTCHECK_CONFIGURE_FLAGS) \
645	  && $(MAKE) $(AM_MAKEFLAGS) \
646	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
647	  && $(MAKE) $(AM_MAKEFLAGS) check \
648	  && $(MAKE) $(AM_MAKEFLAGS) install \
649	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
650	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
651	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
652	        distuninstallcheck \
653	  && chmod -R a-w "$$dc_install_base" \
654	  && ({ \
655	       (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
656	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
657	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
658	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
659	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
660	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
661	  && rm -rf "$$dc_destdir" \
662	  && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
663	  && rm -f $(distdir).tar.gz \
664	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
665	$(am__remove_distdir)
666	@echo "$(distdir).tar.gz is ready for distribution" | \
667	  sed 'h;s/./=/g;p;x;p;x'
668distuninstallcheck:
669	@cd $(distuninstallcheck_dir) \
670	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
671	   || { echo "ERROR: files left after uninstall:" ; \
672	        if test -n "$(DESTDIR)"; then \
673	          echo "  (check DESTDIR support)"; \
674	        fi ; \
675	        $(distuninstallcheck_listfiles) ; \
676	        exit 1; } >&2
677distcleancheck: distclean
678	@if test '$(srcdir)' = . ; then \
679	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
680	  exit 1 ; \
681	fi
682	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
683	  || { echo "ERROR: files left in build directory after distclean:" ; \
684	       $(distcleancheck_listfiles) ; \
685	       exit 1; } >&2
686check-am: all-am
687check: check-am
688all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(HEADERS) config.h
689
690installdirs:
691	$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(sbindir) $(DESTDIR)$(man3dir) $(DESTDIR)$(man8dir) $(DESTDIR)$(includedir)
692install: install-am
693install-exec: install-exec-am
694install-data: install-data-am
695uninstall: uninstall-am
696
697install-am: all-am
698	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
699
700installcheck: installcheck-am
701install-strip:
702	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
703	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
704	  `test -z '$(STRIP)' || \
705	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
706mostlyclean-generic:
707
708clean-generic:
709
710distclean-generic:
711	-rm -f $(CONFIG_CLEAN_FILES)
712
713maintainer-clean-generic:
714	@echo "This command is intended for maintainers to use"
715	@echo "it deletes files that may require special tools to rebuild."
716clean: clean-am
717
718clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
719	clean-noinstPROGRAMS clean-sbinPROGRAMS mostlyclean-am
720
721distclean: distclean-am
722	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
723	-rm -rf ./$(DEPDIR)
724	-rm -f Makefile
725distclean-am: clean-am distclean-compile distclean-generic distclean-hdr \
726	distclean-libtool distclean-tags
727
728dvi: dvi-am
729
730dvi-am:
731
732info: info-am
733
734info-am:
735
736install-data-am: install-includeHEADERS install-man
737
738install-exec-am: install-libLTLIBRARIES install-sbinPROGRAMS
739
740install-info: install-info-am
741
742install-man: install-man3 install-man8
743
744installcheck-am: installcheck-sbinPROGRAMS
745
746maintainer-clean: maintainer-clean-am
747	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
748	-rm -rf $(top_srcdir)/autom4te.cache
749	-rm -rf ./$(DEPDIR)
750	-rm -f Makefile
751maintainer-clean-am: distclean-am maintainer-clean-generic
752
753mostlyclean: mostlyclean-am
754
755mostlyclean-am: mostlyclean-compile mostlyclean-generic \
756	mostlyclean-libtool
757
758pdf: pdf-am
759
760pdf-am:
761
762ps: ps-am
763
764ps-am:
765
766uninstall-am: uninstall-includeHEADERS uninstall-info-am \
767	uninstall-libLTLIBRARIES uninstall-man uninstall-sbinPROGRAMS
768
769uninstall-man: uninstall-man3 uninstall-man8
770
771.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
772	clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS \
773	clean-sbinPROGRAMS ctags dist dist-all dist-bzip2 dist-gzip \
774	distcheck distclean distclean-compile distclean-generic \
775	distclean-hdr distclean-libtool distclean-tags distcleancheck \
776	distdir distuninstallcheck dvi dvi-am info info-am install \
777	install-am install-data install-data-am install-exec \
778	install-exec-am install-includeHEADERS install-info \
779	install-info-am install-libLTLIBRARIES install-man install-man3 \
780	install-man8 install-sbinPROGRAMS install-strip installcheck \
781	installcheck-am installcheck-sbinPROGRAMS installdirs \
782	maintainer-clean maintainer-clean-generic mostlyclean \
783	mostlyclean-compile mostlyclean-generic mostlyclean-libtool pdf \
784	pdf-am ps ps-am tags uninstall uninstall-am \
785	uninstall-includeHEADERS uninstall-info-am \
786	uninstall-libLTLIBRARIES uninstall-man uninstall-man3 \
787	uninstall-man8 uninstall-sbinPROGRAMS
788
789# Tell versions [3.59,3.63) of GNU make to not export all variables.
790# Otherwise a system limit (for SysV at least) may be exceeded.
791.NOEXPORT:
792