1# Makefile.in generated by automake 1.11 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18
19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@
22pkglibdir = $(libdir)/@PACKAGE@
23pkglibexecdir = $(libexecdir)/@PACKAGE@
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25install_sh_DATA = $(install_sh) -c -m 644
26install_sh_PROGRAM = $(install_sh) -c
27install_sh_SCRIPT = $(install_sh) -c
28INSTALL_HEADER = $(INSTALL_DATA)
29transform = $(program_transform_name)
30NORMAL_INSTALL = :
31PRE_INSTALL = :
32POST_INSTALL = :
33NORMAL_UNINSTALL = :
34PRE_UNINSTALL = :
35POST_UNINSTALL = :
36sbin_PROGRAMS = latd$(EXEEXT) latcp$(EXEEXT) moprc$(EXEEXT)
37bin_PROGRAMS = llogin$(EXEEXT)
38subdir = .
39DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
40	$(srcdir)/Makefile.in $(top_srcdir)/configure COPYING INSTALL \
41	NEWS TODO depcomp install-sh missing mkinstalldirs
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
44	$(top_srcdir)/configure.in
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46	$(ACLOCAL_M4)
47am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
48 configure.lineno config.status.lineno
49mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50CONFIG_CLEAN_FILES =
51CONFIG_CLEAN_VPATH_FILES =
52am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" \
53	"$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" \
54	"$(DESTDIR)$(man8dir)" "$(DESTDIR)$(sysconfdir)"
55PROGRAMS = $(bin_PROGRAMS) $(sbin_PROGRAMS)
56am_latcp_OBJECTS = latcp.$(OBJEXT) utils.$(OBJEXT)
57latcp_OBJECTS = $(am_latcp_OBJECTS)
58latcp_LDADD = $(LDADD)
59am_latd_OBJECTS = main.$(OBJEXT) circuit.$(OBJEXT) \
60	clientsession.$(OBJEXT) connection.$(OBJEXT) \
61	interfaces.$(OBJEXT) lat_messages.$(OBJEXT) \
62	latcpcircuit.$(OBJEXT) llogincircuit.$(OBJEXT) \
63	lloginsession.$(OBJEXT) localportsession.$(OBJEXT) \
64	queuedsession.$(OBJEXT) localport.$(OBJEXT) server.$(OBJEXT) \
65	serversession.$(OBJEXT) services.$(OBJEXT) session.$(OBJEXT) \
66	reversesession.$(OBJEXT) utils.$(OBJEXT)
67latd_OBJECTS = $(am_latd_OBJECTS)
68am__DEPENDENCIES_1 =
69am_llogin_OBJECTS = llogin.$(OBJEXT) utils.$(OBJEXT)
70llogin_OBJECTS = $(am_llogin_OBJECTS)
71llogin_DEPENDENCIES =
72am_moprc_OBJECTS = moprc.$(OBJEXT) interfaces.$(OBJEXT) \
73	utils.$(OBJEXT)
74moprc_OBJECTS = $(am_moprc_OBJECTS)
75DEFAULT_INCLUDES = -I.@am__isrc@
76depcomp = $(SHELL) $(top_srcdir)/depcomp
77am__depfiles_maybe = depfiles
78am__mv = mv -f
79CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
80	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
81CXXLD = $(CXX)
82CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
83	-o $@
84COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
85	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
86CCLD = $(CC)
87LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
88SOURCES = $(latcp_SOURCES) $(latd_SOURCES) $(llogin_SOURCES) \
89	$(moprc_SOURCES)
90DIST_SOURCES = $(latcp_SOURCES) $(latd_SOURCES) $(llogin_SOURCES) \
91	$(moprc_SOURCES)
92am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
93am__vpath_adj = case $$p in \
94    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
95    *) f=$$p;; \
96  esac;
97am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
98am__install_max = 40
99am__nobase_strip_setup = \
100  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
101am__nobase_strip = \
102  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
103am__nobase_list = $(am__nobase_strip_setup); \
104  for p in $$list; do echo "$$p $$p"; done | \
105  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
106  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
107    if (++n[$$2] == $(am__install_max)) \
108      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
109    END { for (dir in files) print dir, files[dir] }'
110am__base_list = \
111  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
112  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
113man1dir = $(mandir)/man1
114man5dir = $(mandir)/man5
115man8dir = $(mandir)/man8
116NROFF = nroff
117MANS = $(man_MANS)
118DATA = $(sysconf_DATA)
119ETAGS = etags
120CTAGS = ctags
121DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
122distdir = $(PACKAGE)-$(VERSION)
123top_distdir = $(distdir)
124am__remove_distdir = \
125  { test ! -d "$(distdir)" \
126    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
127         && rm -fr "$(distdir)"; }; }
128DIST_ARCHIVES = $(distdir).tar.gz
129GZIP_ENV = --best
130distuninstallcheck_listfiles = find . -type f -print
131distcleancheck_listfiles = find . -type f -print
132ACLOCAL = @ACLOCAL@
133AMTAR = @AMTAR@
134AUTOCONF = @AUTOCONF@
135AUTOHEADER = @AUTOHEADER@
136AUTOMAKE = @AUTOMAKE@
137AWK = @AWK@
138CC = @CC@
139CCDEPMODE = @CCDEPMODE@
140CFLAGS = @CFLAGS@
141CPP = @CPP@
142CPPFLAGS = @CPPFLAGS@
143CXX = @CXX@
144CXXDEPMODE = @CXXDEPMODE@
145CXXFLAGS = @CXXFLAGS@
146CYGPATH_W = @CYGPATH_W@
147DEFS = @DEFS@
148DEPDIR = @DEPDIR@
149ECHO_C = @ECHO_C@
150ECHO_N = @ECHO_N@
151ECHO_T = @ECHO_T@
152EGREP = @EGREP@
153EXEEXT = @EXEEXT@
154GREP = @GREP@
155INSTALL = @INSTALL@
156INSTALL_DATA = @INSTALL_DATA@
157INSTALL_PROGRAM = @INSTALL_PROGRAM@
158INSTALL_SCRIPT = @INSTALL_SCRIPT@
159INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
160INTERFACE = @INTERFACE@
161LDFLAGS = @LDFLAGS@
162LIBLOCKDEV = @LIBLOCKDEV@
163LIBOBJS = @LIBOBJS@
164LIBS = @LIBS@
165LIBUTIL = @LIBUTIL@
166LTLIBOBJS = @LTLIBOBJS@
167MAKEINFO = @MAKEINFO@
168MKDIR_P = @MKDIR_P@
169OBJEXT = @OBJEXT@
170PACKAGE = @PACKAGE@
171PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
172PACKAGE_NAME = @PACKAGE_NAME@
173PACKAGE_STRING = @PACKAGE_STRING@
174PACKAGE_TARNAME = @PACKAGE_TARNAME@
175PACKAGE_VERSION = @PACKAGE_VERSION@
176PATH_SEPARATOR = @PATH_SEPARATOR@
177SET_MAKE = @SET_MAKE@
178SHELL = @SHELL@
179STRIP = @STRIP@
180VERSION = @VERSION@
181abs_builddir = @abs_builddir@
182abs_srcdir = @abs_srcdir@
183abs_top_builddir = @abs_top_builddir@
184abs_top_srcdir = @abs_top_srcdir@
185ac_ct_CC = @ac_ct_CC@
186ac_ct_CXX = @ac_ct_CXX@
187am__include = @am__include@
188am__leading_dot = @am__leading_dot@
189am__quote = @am__quote@
190am__tar = @am__tar@
191am__untar = @am__untar@
192bindir = @bindir@
193build_alias = @build_alias@
194builddir = @builddir@
195datadir = @datadir@
196datarootdir = @datarootdir@
197docdir = @docdir@
198dvidir = @dvidir@
199exec_prefix = @exec_prefix@
200host_alias = @host_alias@
201htmldir = @htmldir@
202includedir = @includedir@
203infodir = @infodir@
204install_sh = @install_sh@
205libdir = @libdir@
206libexecdir = @libexecdir@
207localedir = @localedir@
208localstatedir = @localstatedir@
209mandir = @mandir@
210mkdir_p = @mkdir_p@
211oldincludedir = @oldincludedir@
212pdfdir = @pdfdir@
213prefix = @prefix@
214program_transform_name = @program_transform_name@
215psdir = @psdir@
216sbindir = @sbindir@
217sharedstatedir = @sharedstatedir@
218srcdir = @srcdir@
219sysconfdir = @sysconfdir@
220target_alias = @target_alias@
221top_build_prefix = @top_build_prefix@
222top_builddir = @top_builddir@
223top_srcdir = @top_srcdir@
224AUTOMAKE_OPTIONS = 1.4 foreign
225AM_CXXFLAGS = -fno-rtti -fno-exceptions -Wno-unused
226INCLUDES = -DLATD_CONF=\"$(sysconfdir)/latd.conf\" -DSBINDIR=\"$(sbindir)\" -DBINDIR=\"$(bindir)\"
227sysconf_DATA = latd.conf.sample
228man_MANS = latd.8 latcp.8 llogin.1 moprc.8 latd.conf.5
229latd_SOURCES = main.cc \
230	circuit.h circuit.cc \
231	clientsession.h clientsession.cc \
232	connection.h connection.cc \
233	interfaces.h interfaces.cc \
234	lat_messages.h lat_messages.cc \
235	latcpcircuit.h latcpcircuit.cc \
236	llogincircuit.h llogincircuit.cc \
237	lloginsession.h lloginsession.cc \
238	localportsession.h localportsession.cc \
239	queuedsession.h queuedsession.cc \
240	localport.h localport.cc \
241	server.h server.cc \
242	serversession.h serversession.cc \
243	services.h services.cc \
244	session.h session.cc \
245	reversesession.h reversesession.cc \
246	utils.h utils.cc \
247	dn_endian.h lat.h
248
249latcp_SOURCES = latcp.h latcp.cc utils.h utils.cc \
250	 dn_endian.h lat.h
251
252llogin_SOURCES = llogin.cc utils.cc
253moprc_SOURCES = moprc.h moprc.cc interfaces.cc utils.cc
254EXTRA_DIST = $(man_MANS) WARRANTY latd.conf.sample lat.html \
255	interfaces-linux.cc interfaces-linux.h \
256	interfaces-bpf.cc interfaces-bpf.h \
257	mkrpm.sh rpm.spec startlat.sh latprint.sh
258
259latd_DEPENDENCIES = @INTERFACE@
260latd_LDADD = $(latd_DEPENDENCIES) @LIBUTIL@
261moprc_DEPENDENCIES = @INTERFACE@
262moprc_LDADD = $(moprc_DEPENDENCIES)
263llogin_LDADD = @LIBLOCKDEV@
264all: all-am
265
266.SUFFIXES:
267.SUFFIXES: .cc .o .obj
268am--refresh:
269	@:
270$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
271	@for dep in $?; do \
272	  case '$(am__configure_deps)' in \
273	    *$$dep*) \
274	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
275	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
276		&& exit 0; \
277	      exit 1;; \
278	  esac; \
279	done; \
280	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
281	$(am__cd) $(top_srcdir) && \
282	  $(AUTOMAKE) --foreign Makefile
283.PRECIOUS: Makefile
284Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
285	@case '$?' in \
286	  *config.status*) \
287	    echo ' $(SHELL) ./config.status'; \
288	    $(SHELL) ./config.status;; \
289	  *) \
290	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
291	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
292	esac;
293
294$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
295	$(SHELL) ./config.status --recheck
296
297$(top_srcdir)/configure:  $(am__configure_deps)
298	$(am__cd) $(srcdir) && $(AUTOCONF)
299$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
300	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
301$(am__aclocal_m4_deps):
302install-binPROGRAMS: $(bin_PROGRAMS)
303	@$(NORMAL_INSTALL)
304	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
305	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
306	for p in $$list; do echo "$$p $$p"; done | \
307	sed 's/$(EXEEXT)$$//' | \
308	while read p p1; do if test -f $$p; \
309	  then echo "$$p"; echo "$$p"; else :; fi; \
310	done | \
311	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
312	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
313	sed 'N;N;N;s,\n, ,g' | \
314	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
315	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
316	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
317	    else { print "f", $$3 "/" $$4, $$1; } } \
318	  END { for (d in files) print "f", d, files[d] }' | \
319	while read type dir files; do \
320	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
321	    test -z "$$files" || { \
322	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
323	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
324	    } \
325	; done
326
327uninstall-binPROGRAMS:
328	@$(NORMAL_UNINSTALL)
329	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
330	files=`for p in $$list; do echo "$$p"; done | \
331	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
332	      -e 's/$$/$(EXEEXT)/' `; \
333	test -n "$$list" || exit 0; \
334	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
335	cd "$(DESTDIR)$(bindir)" && rm -f $$files
336
337clean-binPROGRAMS:
338	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
339install-sbinPROGRAMS: $(sbin_PROGRAMS)
340	@$(NORMAL_INSTALL)
341	test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
342	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
343	for p in $$list; do echo "$$p $$p"; done | \
344	sed 's/$(EXEEXT)$$//' | \
345	while read p p1; do if test -f $$p; \
346	  then echo "$$p"; echo "$$p"; else :; fi; \
347	done | \
348	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
349	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
350	sed 'N;N;N;s,\n, ,g' | \
351	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
352	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
353	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
354	    else { print "f", $$3 "/" $$4, $$1; } } \
355	  END { for (d in files) print "f", d, files[d] }' | \
356	while read type dir files; do \
357	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
358	    test -z "$$files" || { \
359	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
360	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
361	    } \
362	; done
363
364uninstall-sbinPROGRAMS:
365	@$(NORMAL_UNINSTALL)
366	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
367	files=`for p in $$list; do echo "$$p"; done | \
368	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
369	      -e 's/$$/$(EXEEXT)/' `; \
370	test -n "$$list" || exit 0; \
371	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
372	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
373
374clean-sbinPROGRAMS:
375	-test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
376latcp$(EXEEXT): $(latcp_OBJECTS) $(latcp_DEPENDENCIES)
377	@rm -f latcp$(EXEEXT)
378	$(CXXLINK) $(latcp_OBJECTS) $(latcp_LDADD) $(LIBS)
379latd$(EXEEXT): $(latd_OBJECTS) $(latd_DEPENDENCIES)
380	@rm -f latd$(EXEEXT)
381	$(CXXLINK) $(latd_OBJECTS) $(latd_LDADD) $(LIBS)
382llogin$(EXEEXT): $(llogin_OBJECTS) $(llogin_DEPENDENCIES)
383	@rm -f llogin$(EXEEXT)
384	$(CXXLINK) $(llogin_OBJECTS) $(llogin_LDADD) $(LIBS)
385moprc$(EXEEXT): $(moprc_OBJECTS) $(moprc_DEPENDENCIES)
386	@rm -f moprc$(EXEEXT)
387	$(CXXLINK) $(moprc_OBJECTS) $(moprc_LDADD) $(LIBS)
388
389mostlyclean-compile:
390	-rm -f *.$(OBJEXT)
391
392distclean-compile:
393	-rm -f *.tab.c
394
395@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/circuit.Po@am__quote@
396@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clientsession.Po@am__quote@
397@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection.Po@am__quote@
398@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interfaces.Po@am__quote@
399@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lat_messages.Po@am__quote@
400@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/latcp.Po@am__quote@
401@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/latcpcircuit.Po@am__quote@
402@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/llogin.Po@am__quote@
403@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/llogincircuit.Po@am__quote@
404@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lloginsession.Po@am__quote@
405@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localport.Po@am__quote@
406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/localportsession.Po@am__quote@
407@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
408@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/moprc.Po@am__quote@
409@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/queuedsession.Po@am__quote@
410@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reversesession.Po@am__quote@
411@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Po@am__quote@
412@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/serversession.Po@am__quote@
413@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/services.Po@am__quote@
414@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/session.Po@am__quote@
415@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@
416
417.cc.o:
418@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
419@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
420@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
421@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
422@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
423
424.cc.obj:
425@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
426@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
427@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
428@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
429@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
430install-man1: $(man_MANS)
431	@$(NORMAL_INSTALL)
432	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
433	@list=''; test -n "$(man1dir)" || exit 0; \
434	{ for i in $$list; do echo "$$i"; done; \
435	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
436	  sed -n '/\.1[a-z]*$$/p'; \
437	} | while read p; do \
438	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
439	  echo "$$d$$p"; echo "$$p"; \
440	done | \
441	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
442	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
443	sed 'N;N;s,\n, ,g' | { \
444	list=; while read file base inst; do \
445	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
446	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
447	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
448	  fi; \
449	done; \
450	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
451	while read files; do \
452	  test -z "$$files" || { \
453	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
454	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
455	done; }
456
457uninstall-man1:
458	@$(NORMAL_UNINSTALL)
459	@list=''; test -n "$(man1dir)" || exit 0; \
460	files=`{ for i in $$list; do echo "$$i"; done; \
461	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
462	  sed -n '/\.1[a-z]*$$/p'; \
463	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
464	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
465	test -z "$$files" || { \
466	  echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
467	  cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
468install-man5: $(man_MANS)
469	@$(NORMAL_INSTALL)
470	test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
471	@list=''; test -n "$(man5dir)" || exit 0; \
472	{ for i in $$list; do echo "$$i"; done; \
473	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
474	  sed -n '/\.5[a-z]*$$/p'; \
475	} | while read p; do \
476	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
477	  echo "$$d$$p"; echo "$$p"; \
478	done | \
479	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
480	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
481	sed 'N;N;s,\n, ,g' | { \
482	list=; while read file base inst; do \
483	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
484	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
485	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
486	  fi; \
487	done; \
488	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
489	while read files; do \
490	  test -z "$$files" || { \
491	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
492	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
493	done; }
494
495uninstall-man5:
496	@$(NORMAL_UNINSTALL)
497	@list=''; test -n "$(man5dir)" || exit 0; \
498	files=`{ for i in $$list; do echo "$$i"; done; \
499	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
500	  sed -n '/\.5[a-z]*$$/p'; \
501	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
502	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
503	test -z "$$files" || { \
504	  echo " ( cd '$(DESTDIR)$(man5dir)' && rm -f" $$files ")"; \
505	  cd "$(DESTDIR)$(man5dir)" && rm -f $$files; }
506install-man8: $(man_MANS)
507	@$(NORMAL_INSTALL)
508	test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
509	@list=''; test -n "$(man8dir)" || exit 0; \
510	{ for i in $$list; do echo "$$i"; done; \
511	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
512	  sed -n '/\.8[a-z]*$$/p'; \
513	} | while read p; do \
514	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
515	  echo "$$d$$p"; echo "$$p"; \
516	done | \
517	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
518	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
519	sed 'N;N;s,\n, ,g' | { \
520	list=; while read file base inst; do \
521	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
522	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
523	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
524	  fi; \
525	done; \
526	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
527	while read files; do \
528	  test -z "$$files" || { \
529	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
530	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
531	done; }
532
533uninstall-man8:
534	@$(NORMAL_UNINSTALL)
535	@list=''; test -n "$(man8dir)" || exit 0; \
536	files=`{ for i in $$list; do echo "$$i"; done; \
537	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
538	  sed -n '/\.8[a-z]*$$/p'; \
539	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
540	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
541	test -z "$$files" || { \
542	  echo " ( cd '$(DESTDIR)$(man8dir)' && rm -f" $$files ")"; \
543	  cd "$(DESTDIR)$(man8dir)" && rm -f $$files; }
544install-sysconfDATA: $(sysconf_DATA)
545	@$(NORMAL_INSTALL)
546	test -z "$(sysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)"
547	@list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
548	for p in $$list; do \
549	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
550	  echo "$$d$$p"; \
551	done | $(am__base_list) | \
552	while read files; do \
553	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \
554	  $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
555	done
556
557uninstall-sysconfDATA:
558	@$(NORMAL_UNINSTALL)
559	@list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
560	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
561	test -n "$$files" || exit 0; \
562	echo " ( cd '$(DESTDIR)$(sysconfdir)' && rm -f" $$files ")"; \
563	cd "$(DESTDIR)$(sysconfdir)" && rm -f $$files
564
565ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
566	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
567	unique=`for i in $$list; do \
568	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
569	  done | \
570	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
571	      END { if (nonempty) { for (i in files) print i; }; }'`; \
572	mkid -fID $$unique
573tags: TAGS
574
575TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
576		$(TAGS_FILES) $(LISP)
577	set x; \
578	here=`pwd`; \
579	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
580	unique=`for i in $$list; do \
581	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
582	  done | \
583	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
584	      END { if (nonempty) { for (i in files) print i; }; }'`; \
585	shift; \
586	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
587	  test -n "$$unique" || unique=$$empty_fix; \
588	  if test $$# -gt 0; then \
589	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
590	      "$$@" $$unique; \
591	  else \
592	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
593	      $$unique; \
594	  fi; \
595	fi
596ctags: CTAGS
597CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
598		$(TAGS_FILES) $(LISP)
599	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
600	unique=`for i in $$list; do \
601	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
602	  done | \
603	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
604	      END { if (nonempty) { for (i in files) print i; }; }'`; \
605	test -z "$(CTAGS_ARGS)$$unique" \
606	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
607	     $$unique
608
609GTAGS:
610	here=`$(am__cd) $(top_builddir) && pwd` \
611	  && $(am__cd) $(top_srcdir) \
612	  && gtags -i $(GTAGS_ARGS) "$$here"
613
614distclean-tags:
615	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
616
617distdir: $(DISTFILES)
618	@list='$(MANS)'; if test -n "$$list"; then \
619	  list=`for p in $$list; do \
620	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
621	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
622	  if test -n "$$list" && \
623	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
624	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
625	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
626	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
627	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
628	    exit 1; \
629	  else :; fi; \
630	else :; fi
631	$(am__remove_distdir)
632	test -d "$(distdir)" || mkdir "$(distdir)"
633	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
634	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
635	list='$(DISTFILES)'; \
636	  dist_files=`for file in $$list; do echo $$file; done | \
637	  sed -e "s|^$$srcdirstrip/||;t" \
638	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
639	case $$dist_files in \
640	  */*) $(MKDIR_P) `echo "$$dist_files" | \
641			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
642			   sort -u` ;; \
643	esac; \
644	for file in $$dist_files; do \
645	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
646	  if test -d $$d/$$file; then \
647	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
648	    if test -d "$(distdir)/$$file"; then \
649	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
650	    fi; \
651	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
652	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
653	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
654	    fi; \
655	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
656	  else \
657	    test -f "$(distdir)/$$file" \
658	    || cp -p $$d/$$file "$(distdir)/$$file" \
659	    || exit 1; \
660	  fi; \
661	done
662	-test -n "$(am__skip_mode_fix)" \
663	|| find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
664	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
665	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
666	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
667	|| chmod -R a+r "$(distdir)"
668dist-gzip: distdir
669	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
670	$(am__remove_distdir)
671
672dist-bzip2: distdir
673	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
674	$(am__remove_distdir)
675
676dist-lzma: distdir
677	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
678	$(am__remove_distdir)
679
680dist-xz: distdir
681	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
682	$(am__remove_distdir)
683
684dist-tarZ: distdir
685	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
686	$(am__remove_distdir)
687
688dist-shar: distdir
689	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
690	$(am__remove_distdir)
691
692dist-zip: distdir
693	-rm -f $(distdir).zip
694	zip -rq $(distdir).zip $(distdir)
695	$(am__remove_distdir)
696
697dist dist-all: distdir
698	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
699	$(am__remove_distdir)
700
701# This target untars the dist file and tries a VPATH configuration.  Then
702# it guarantees that the distribution is self-contained by making another
703# tarfile.
704distcheck: dist
705	case '$(DIST_ARCHIVES)' in \
706	*.tar.gz*) \
707	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
708	*.tar.bz2*) \
709	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
710	*.tar.lzma*) \
711	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
712	*.tar.xz*) \
713	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
714	*.tar.Z*) \
715	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
716	*.shar.gz*) \
717	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
718	*.zip*) \
719	  unzip $(distdir).zip ;;\
720	esac
721	chmod -R a-w $(distdir); chmod a+w $(distdir)
722	mkdir $(distdir)/_build
723	mkdir $(distdir)/_inst
724	chmod a-w $(distdir)
725	test -d $(distdir)/_build || exit 0; \
726	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
727	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
728	  && am__cwd=`pwd` \
729	  && $(am__cd) $(distdir)/_build \
730	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
731	    $(DISTCHECK_CONFIGURE_FLAGS) \
732	  && $(MAKE) $(AM_MAKEFLAGS) \
733	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
734	  && $(MAKE) $(AM_MAKEFLAGS) check \
735	  && $(MAKE) $(AM_MAKEFLAGS) install \
736	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
737	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
738	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
739	        distuninstallcheck \
740	  && chmod -R a-w "$$dc_install_base" \
741	  && ({ \
742	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
743	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
744	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
745	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
746	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
747	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
748	  && rm -rf "$$dc_destdir" \
749	  && $(MAKE) $(AM_MAKEFLAGS) dist \
750	  && rm -rf $(DIST_ARCHIVES) \
751	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
752	  && cd "$$am__cwd" \
753	  || exit 1
754	$(am__remove_distdir)
755	@(echo "$(distdir) archives ready for distribution: "; \
756	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
757	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
758distuninstallcheck:
759	@$(am__cd) '$(distuninstallcheck_dir)' \
760	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
761	   || { echo "ERROR: files left after uninstall:" ; \
762	        if test -n "$(DESTDIR)"; then \
763	          echo "  (check DESTDIR support)"; \
764	        fi ; \
765	        $(distuninstallcheck_listfiles) ; \
766	        exit 1; } >&2
767distcleancheck: distclean
768	@if test '$(srcdir)' = . ; then \
769	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
770	  exit 1 ; \
771	fi
772	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
773	  || { echo "ERROR: files left in build directory after distclean:" ; \
774	       $(distcleancheck_listfiles) ; \
775	       exit 1; } >&2
776check-am: all-am
777check: check-am
778all-am: Makefile $(PROGRAMS) $(MANS) $(DATA)
779installdirs:
780	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(sysconfdir)"; do \
781	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
782	done
783install: install-am
784install-exec: install-exec-am
785install-data: install-data-am
786uninstall: uninstall-am
787
788install-am: all-am
789	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
790
791installcheck: installcheck-am
792install-strip:
793	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
794	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
795	  `test -z '$(STRIP)' || \
796	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
797mostlyclean-generic:
798
799clean-generic:
800
801distclean-generic:
802	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
803	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
804
805maintainer-clean-generic:
806	@echo "This command is intended for maintainers to use"
807	@echo "it deletes files that may require special tools to rebuild."
808clean: clean-am
809
810clean-am: clean-binPROGRAMS clean-generic clean-sbinPROGRAMS \
811	mostlyclean-am
812
813distclean: distclean-am
814	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
815	-rm -rf ./$(DEPDIR)
816	-rm -f Makefile
817distclean-am: clean-am distclean-compile distclean-generic \
818	distclean-tags
819
820dvi: dvi-am
821
822dvi-am:
823
824html: html-am
825
826html-am:
827
828info: info-am
829
830info-am:
831
832install-data-am: install-man
833
834install-dvi: install-dvi-am
835
836install-dvi-am:
837
838install-exec-am: install-binPROGRAMS install-sbinPROGRAMS \
839	install-sysconfDATA
840
841install-html: install-html-am
842
843install-html-am:
844
845install-info: install-info-am
846
847install-info-am:
848
849install-man: install-man1 install-man5 install-man8
850
851install-pdf: install-pdf-am
852
853install-pdf-am:
854
855install-ps: install-ps-am
856
857install-ps-am:
858
859installcheck-am:
860
861maintainer-clean: maintainer-clean-am
862	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
863	-rm -rf $(top_srcdir)/autom4te.cache
864	-rm -rf ./$(DEPDIR)
865	-rm -f Makefile
866maintainer-clean-am: distclean-am maintainer-clean-generic
867
868mostlyclean: mostlyclean-am
869
870mostlyclean-am: mostlyclean-compile mostlyclean-generic
871
872pdf: pdf-am
873
874pdf-am:
875
876ps: ps-am
877
878ps-am:
879
880uninstall-am: uninstall-binPROGRAMS uninstall-man \
881	uninstall-sbinPROGRAMS uninstall-sysconfDATA
882
883uninstall-man: uninstall-man1 uninstall-man5 uninstall-man8
884
885.MAKE: install-am install-strip
886
887.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
888	clean-binPROGRAMS clean-generic clean-sbinPROGRAMS ctags dist \
889	dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
890	dist-xz dist-zip distcheck distclean distclean-compile \
891	distclean-generic distclean-tags distcleancheck distdir \
892	distuninstallcheck dvi dvi-am html html-am info info-am \
893	install install-am install-binPROGRAMS install-data \
894	install-data-am install-dvi install-dvi-am install-exec \
895	install-exec-am install-html install-html-am install-info \
896	install-info-am install-man install-man1 install-man5 \
897	install-man8 install-pdf install-pdf-am install-ps \
898	install-ps-am install-sbinPROGRAMS install-strip \
899	install-sysconfDATA installcheck installcheck-am installdirs \
900	maintainer-clean maintainer-clean-generic mostlyclean \
901	mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
902	tags uninstall uninstall-am uninstall-binPROGRAMS \
903	uninstall-man uninstall-man1 uninstall-man5 uninstall-man8 \
904	uninstall-sbinPROGRAMS uninstall-sysconfDATA
905
906
907# Tell versions [3.59,3.63) of GNU make to not export all variables.
908# Otherwise a system limit (for SysV at least) may be exceeded.
909.NOEXPORT:
910