1200576Sroberto# Makefile.in generated by automake 1.11 from Makefile.am.
2132451Sroberto# @configure_input@
354359Sroberto
4182007Sroberto# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5200576Sroberto# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6200576Sroberto# Inc.
754359Sroberto# This Makefile.in is free software; the Free Software Foundation
854359Sroberto# gives unlimited permission to copy and/or distribute it,
954359Sroberto# with or without modifications, as long as this notice is preserved.
1054359Sroberto
1154359Sroberto# This program is distributed in the hope that it will be useful,
1254359Sroberto# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
1354359Sroberto# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1454359Sroberto# PARTICULAR PURPOSE.
1554359Sroberto
16106163Sroberto@SET_MAKE@
17106163Sroberto
1854359SrobertoVPATH = @srcdir@
1954359Srobertopkgdatadir = $(datadir)/@PACKAGE@
20200576Srobertopkgincludedir = $(includedir)/@PACKAGE@
2154359Srobertopkglibdir = $(libdir)/@PACKAGE@
22200576Srobertopkglibexecdir = $(libexecdir)/@PACKAGE@
23132451Srobertoam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24132451Srobertoinstall_sh_DATA = $(install_sh) -c -m 644
25132451Srobertoinstall_sh_PROGRAM = $(install_sh) -c
26132451Srobertoinstall_sh_SCRIPT = $(install_sh) -c
2782498SrobertoINSTALL_HEADER = $(INSTALL_DATA)
28132451Srobertotransform = $(program_transform_name)
2954359SrobertoNORMAL_INSTALL = :
3054359SrobertoPRE_INSTALL = :
3154359SrobertoPOST_INSTALL = :
3254359SrobertoNORMAL_UNINSTALL = :
3354359SrobertoPRE_UNINSTALL = :
3454359SrobertoPOST_UNINSTALL = :
3554359Srobertobuild_triplet = @build@
3654359Srobertohost_triplet = @host@
37182007Srobertosubdir = include
38182007SrobertoDIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \
39182007Sroberto	$(srcdir)/Makefile.in
40182007SrobertoACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41182007Srobertoam__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \
42182007Sroberto	$(top_srcdir)/m4/define_dir.m4 \
43182007Sroberto	$(top_srcdir)/m4/hs_ulong_const.m4 \
44182007Sroberto	$(top_srcdir)/m4/os_cflags.m4 $(top_srcdir)/version.m4 \
45182007Sroberto	$(top_srcdir)/configure.ac
46182007Srobertoam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47182007Sroberto	$(ACLOCAL_M4)
48182007Srobertomkinstalldirs = $(install_sh) -d
49182007SrobertoCONFIG_HEADER = $(top_builddir)/config.h
50182007SrobertoCONFIG_CLEAN_FILES =
51200576SrobertoCONFIG_CLEAN_VPATH_FILES =
52182007SrobertoSOURCES =
53182007SrobertoDIST_SOURCES =
54182007SrobertoRECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
55182007Sroberto	html-recursive info-recursive install-data-recursive \
56200576Sroberto	install-dvi-recursive install-exec-recursive \
57200576Sroberto	install-html-recursive install-info-recursive \
58200576Sroberto	install-pdf-recursive install-ps-recursive install-recursive \
59200576Sroberto	installcheck-recursive installdirs-recursive pdf-recursive \
60200576Sroberto	ps-recursive uninstall-recursive
61182007SrobertoHEADERS = $(noinst_HEADERS)
62200576SrobertoRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
63200576Sroberto  distclean-recursive maintainer-clean-recursive
64200576SrobertoAM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
65200576Sroberto	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
66200576Sroberto	distdir
67182007SrobertoETAGS = etags
68182007SrobertoCTAGS = ctags
69182007SrobertoDIST_SUBDIRS = $(SUBDIRS)
70182007SrobertoDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
71200576Srobertoam__relativize = \
72200576Sroberto  dir0=`pwd`; \
73200576Sroberto  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
74200576Sroberto  sed_rest='s,^[^/]*/*,,'; \
75200576Sroberto  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
76200576Sroberto  sed_butlast='s,/*[^/]*$$,,'; \
77200576Sroberto  while test -n "$$dir1"; do \
78200576Sroberto    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
79200576Sroberto    if test "$$first" != "."; then \
80200576Sroberto      if test "$$first" = ".."; then \
81200576Sroberto        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
82200576Sroberto        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
83200576Sroberto      else \
84200576Sroberto        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
85200576Sroberto        if test "$$first2" = "$$first"; then \
86200576Sroberto          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
87200576Sroberto        else \
88200576Sroberto          dir2="../$$dir2"; \
89200576Sroberto        fi; \
90200576Sroberto        dir0="$$dir0"/"$$first"; \
91200576Sroberto      fi; \
92200576Sroberto    fi; \
93200576Sroberto    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
94200576Sroberto  done; \
95200576Sroberto  reldir="$$dir2"
96132451SrobertoACLOCAL = @ACLOCAL@
9754359SrobertoAMTAR = @AMTAR@
98182007SrobertoAR = @AR@
99132451SrobertoARLIB_DIR = @ARLIB_DIR@
100132451SrobertoAUTOCONF = @AUTOCONF@
101132451SrobertoAUTOHEADER = @AUTOHEADER@
102132451SrobertoAUTOMAKE = @AUTOMAKE@
10354359SrobertoAWK = @AWK@
104182007SrobertoBINSUBDIR = @BINSUBDIR@
10554359SrobertoCC = @CC@
106132451SrobertoCCDEPMODE = @CCDEPMODE@
10754359SrobertoCFLAGS = @CFLAGS@
10854359SrobertoCHUTEST = @CHUTEST@
10954359SrobertoCLKTEST = @CLKTEST@
11054359SrobertoCPP = @CPP@
111132451SrobertoCPPFLAGS = @CPPFLAGS@
112132451SrobertoCYGPATH_W = @CYGPATH_W@
11354359SrobertoDCFD = @DCFD@
114132451SrobertoDEFS = @DEFS@
11556746SrobertoDEPDIR = @DEPDIR@
116182007SrobertoECHO = @ECHO@
117132451SrobertoECHO_C = @ECHO_C@
118132451SrobertoECHO_N = @ECHO_N@
119132451SrobertoECHO_T = @ECHO_T@
12082498SrobertoEF_LIBS = @EF_LIBS@
12182498SrobertoEF_PROGS = @EF_PROGS@
122132451SrobertoEGREP = @EGREP@
123106163SrobertoEXEEXT = @EXEEXT@
124200576SrobertoGREP = @GREP@
125200576SrobertoHAVE_INLINE = @HAVE_INLINE@
126200576SrobertoINSTALL = @INSTALL@
127132451SrobertoINSTALL_DATA = @INSTALL_DATA@
128132451SrobertoINSTALL_PROGRAM = @INSTALL_PROGRAM@
129132451SrobertoINSTALL_SCRIPT = @INSTALL_SCRIPT@
13082498SrobertoINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
131132451SrobertoLCRYPTO = @LCRYPTO@
13254359SrobertoLDFLAGS = @LDFLAGS@
133132451SrobertoLIBOBJS = @LIBOBJS@
134182007SrobertoLIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
135182007SrobertoLIBOPTS_DIR = @LIBOPTS_DIR@
136182007SrobertoLIBOPTS_LDADD = @LIBOPTS_LDADD@
13754359SrobertoLIBPARSE = @LIBPARSE@
138132451SrobertoLIBS = @LIBS@
139182007SrobertoLIBTOOL = @LIBTOOL@
14054359SrobertoLN_S = @LN_S@
141200576SrobertoLSCF = @LSCF@
142132451SrobertoLTLIBOBJS = @LTLIBOBJS@
143132451SrobertoMAKEINFO = @MAKEINFO@
14454359SrobertoMAKE_ADJTIMED = @MAKE_ADJTIMED@
145182007SrobertoMAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
14654359SrobertoMAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
147132451SrobertoMAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
14854359SrobertoMAKE_LIBPARSE = @MAKE_LIBPARSE@
14954359SrobertoMAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
150132451SrobertoMAKE_NTPDSIM = @MAKE_NTPDSIM@
15154359SrobertoMAKE_NTPTIME = @MAKE_NTPTIME@
15254359SrobertoMAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
15354359SrobertoMAKE_TICKADJ = @MAKE_TICKADJ@
15482498SrobertoMAKE_TIMETRIM = @MAKE_TIMETRIM@
155200576SrobertoMKDIR_P = @MKDIR_P@
156106163SrobertoOBJEXT = @OBJEXT@
15782498SrobertoOPENSSL = @OPENSSL@
15882498SrobertoOPENSSL_INC = @OPENSSL_INC@
15982498SrobertoOPENSSL_LIB = @OPENSSL_LIB@
16054359SrobertoPACKAGE = @PACKAGE@
161132451SrobertoPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
162132451SrobertoPACKAGE_NAME = @PACKAGE_NAME@
163132451SrobertoPACKAGE_STRING = @PACKAGE_STRING@
164132451SrobertoPACKAGE_TARNAME = @PACKAGE_TARNAME@
165200576SrobertoPACKAGE_URL = @PACKAGE_URL@
166132451SrobertoPACKAGE_VERSION = @PACKAGE_VERSION@
16782498SrobertoPATH_PERL = @PATH_PERL@
168132451SrobertoPATH_SEPARATOR = @PATH_SEPARATOR@
16954359SrobertoPATH_SH = @PATH_SH@
17054359SrobertoPROPDELAY = @PROPDELAY@
17154359SrobertoRANLIB = @RANLIB@
172132451SrobertoREADLINE_LIBS = @READLINE_LIBS@
173132451SrobertoSET_MAKE = @SET_MAKE@
174132451SrobertoSHELL = @SHELL@
175132451SrobertoSTRIP = @STRIP@
17654359SrobertoTESTDCF = @TESTDCF@
17754359SrobertoU = @U@
17854359SrobertoVERSION = @VERSION@
179200576Srobertoabs_builddir = @abs_builddir@
180200576Srobertoabs_srcdir = @abs_srcdir@
181200576Srobertoabs_top_builddir = @abs_top_builddir@
182200576Srobertoabs_top_srcdir = @abs_top_srcdir@
183132451Srobertoac_ct_CC = @ac_ct_CC@
184106163Srobertoam__include = @am__include@
185132451Srobertoam__leading_dot = @am__leading_dot@
186106163Srobertoam__quote = @am__quote@
187182007Srobertoam__tar = @am__tar@
188182007Srobertoam__untar = @am__untar@
189132451Srobertobindir = @bindir@
190132451Srobertobuild = @build@
191132451Srobertobuild_alias = @build_alias@
192132451Srobertobuild_cpu = @build_cpu@
193132451Srobertobuild_os = @build_os@
194132451Srobertobuild_vendor = @build_vendor@
195200576Srobertobuilddir = @builddir@
196132451Srobertodatadir = @datadir@
197200576Srobertodatarootdir = @datarootdir@
198200576Srobertodocdir = @docdir@
199200576Srobertodvidir = @dvidir@
200132451Srobertoexec_prefix = @exec_prefix@
201132451Srobertohost = @host@
202132451Srobertohost_alias = @host_alias@
203132451Srobertohost_cpu = @host_cpu@
204132451Srobertohost_os = @host_os@
205132451Srobertohost_vendor = @host_vendor@
206200576Srobertohtmldir = @htmldir@
207132451Srobertoincludedir = @includedir@
208132451Srobertoinfodir = @infodir@
20956746Srobertoinstall_sh = @install_sh@
210132451Srobertolibdir = @libdir@
211132451Srobertolibexecdir = @libexecdir@
212200576Srobertolocaledir = @localedir@
213132451Srobertolocalstatedir = @localstatedir@
214132451Srobertomandir = @mandir@
215182007Srobertomkdir_p = @mkdir_p@
216132451Srobertooldincludedir = @oldincludedir@
217200576Srobertopdfdir = @pdfdir@
218132451Srobertoprefix = @prefix@
219132451Srobertoprogram_transform_name = @program_transform_name@
220200576Srobertopsdir = @psdir@
221132451Srobertosbindir = @sbindir@
222132451Srobertosharedstatedir = @sharedstatedir@
223200576Srobertosrcdir = @srcdir@
224132451Srobertosubdirs = @subdirs@
225132451Srobertosysconfdir = @sysconfdir@
226132451Srobertotarget_alias = @target_alias@
227200576Srobertotop_build_prefix = @top_build_prefix@
228200576Srobertotop_builddir = @top_builddir@
229200576Srobertotop_srcdir = @top_srcdir@
23054359Sroberto
231132451Sroberto#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
23254359SrobertoAUTOMAKE_OPTIONS = ../util/ansi2knr
23354359SrobertoETAGS_ARGS = $(srcdir)/Makefile.am
234182007SrobertoEXTRA_DIST = autogen-version.def copyright.def debug-opt.def homerc.def version.def
235132451SrobertoSUBDIRS = isc
23654359Srobertonoinst_HEADERS = \
23754359Sroberto	adjtime.h \
23882498Sroberto	audio.h \
23954359Sroberto	ascii.h \
24056746Sroberto	audio.h \
24154359Sroberto	binio.h \
24254359Sroberto	global.h \
24354359Sroberto	gps.h \
24482498Sroberto	hopf6039.h \
24556746Sroberto	icom.h \
24654359Sroberto	ieee754io.h \
24754359Sroberto	iosignal.h \
24854359Sroberto	l_stdlib.h \
24954359Sroberto	mbg_gps166.h \
25054359Sroberto	mx4200.h \
25154359Sroberto	ntif.h \
25254359Sroberto	ntp.h \
25354359Sroberto	ntp_calendar.h \
25482498Sroberto	ntp_cmdargs.h \
25582498Sroberto	ntp_config.h \
25654359Sroberto	ntp_control.h \
25782498Sroberto	ntp_crypto.h \
25854359Sroberto	ntp_datum.h \
259182007Sroberto	ntp_debug.h \
26054359Sroberto	ntp_filegen.h \
26154359Sroberto	ntp_fp.h \
26254359Sroberto	ntp_if.h \
26354359Sroberto	ntp_io.h \
26454359Sroberto	ntp_machine.h \
26554359Sroberto	ntp_malloc.h \
266132451Sroberto	ntp_md5.h \
26754359Sroberto	ntp_proto.h \
268182007Sroberto	ntp_random.h \
26954359Sroberto	ntp_refclock.h \
27054359Sroberto	ntp_request.h \
271132451Sroberto	ntp_rfc2553.h \
27254359Sroberto	ntp_select.h \
273132451Sroberto	ntp_sprintf.h \
27454359Sroberto	ntp_stdlib.h \
27554359Sroberto	ntp_string.h \
27654359Sroberto	ntp_syscall.h \
27754359Sroberto	ntp_syslog.h \
27882498Sroberto	ntp_tty.h \
27954359Sroberto	ntp_types.h \
28054359Sroberto	ntp_unixtime.h \
28154359Sroberto	ntpd.h \
282132451Sroberto	ntpsim.h \
28354359Sroberto	parse.h \
28454359Sroberto	parse_conf.h \
28554359Sroberto	recvbuff.h \
286132451Sroberto	rsa_md5.h \
287182007Sroberto	timepps-SCO.h	\
288182007Sroberto	timepps-Solaris.h	\
289182007Sroberto	timepps-SunOS.h	\
29054359Sroberto	trimble.h
29154359Sroberto
292132451Srobertoall: all-recursive
293132451Sroberto
29454359Sroberto.SUFFIXES:
295182007Sroberto$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
296182007Sroberto	@for dep in $?; do \
297182007Sroberto	  case '$(am__configure_deps)' in \
298182007Sroberto	    *$$dep*) \
299200576Sroberto	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
300200576Sroberto	        && { if test -f $@; then exit 0; else break; fi; }; \
301182007Sroberto	      exit 1;; \
302182007Sroberto	  esac; \
303182007Sroberto	done; \
304200576Sroberto	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
305200576Sroberto	$(am__cd) $(top_srcdir) && \
306200576Sroberto	  $(AUTOMAKE) --foreign include/Makefile
307182007Sroberto.PRECIOUS: Makefile
308182007SrobertoMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
309182007Sroberto	@case '$?' in \
310182007Sroberto	  *config.status*) \
311182007Sroberto	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
312182007Sroberto	  *) \
313182007Sroberto	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
314182007Sroberto	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
315182007Sroberto	esac;
316182007Sroberto
317182007Sroberto$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
318182007Sroberto	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
319182007Sroberto
320182007Sroberto$(top_srcdir)/configure:  $(am__configure_deps)
321182007Sroberto	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
322182007Sroberto$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
323182007Sroberto	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
324200576Sroberto$(am__aclocal_m4_deps):
325182007Sroberto
326182007Srobertomostlyclean-libtool:
327182007Sroberto	-rm -f *.lo
328182007Sroberto
329182007Srobertoclean-libtool:
330182007Sroberto	-rm -rf .libs _libs
331182007Sroberto
332132451Sroberto# This directory's subdirectories are mostly independent; you can cd
333132451Sroberto# into them and run `make' without going through this Makefile.
334132451Sroberto# To change the values of `make' variables: instead of editing Makefiles,
335132451Sroberto# (1) if the variable is set in `config.status', edit `config.status'
336132451Sroberto#     (which will cause the Makefiles to be regenerated when you run `make');
337132451Sroberto# (2) otherwise, pass the desired values on the `make' command line.
338132451Sroberto$(RECURSIVE_TARGETS):
339182007Sroberto	@failcom='exit 1'; \
340182007Sroberto	for f in x $$MAKEFLAGS; do \
341182007Sroberto	  case $$f in \
342182007Sroberto	    *=* | --[!k]*);; \
343182007Sroberto	    *k*) failcom='fail=yes';; \
344182007Sroberto	  esac; \
345182007Sroberto	done; \
346132451Sroberto	dot_seen=no; \
347132451Sroberto	target=`echo $@ | sed s/-recursive//`; \
348132451Sroberto	list='$(SUBDIRS)'; for subdir in $$list; do \
349132451Sroberto	  echo "Making $$target in $$subdir"; \
350132451Sroberto	  if test "$$subdir" = "."; then \
351132451Sroberto	    dot_seen=yes; \
352132451Sroberto	    local_target="$$target-am"; \
353132451Sroberto	  else \
354132451Sroberto	    local_target="$$target"; \
355132451Sroberto	  fi; \
356200576Sroberto	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
357182007Sroberto	  || eval $$failcom; \
358132451Sroberto	done; \
359132451Sroberto	if test "$$dot_seen" = "no"; then \
360132451Sroberto	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
361132451Sroberto	fi; test -z "$$fail"
362132451Sroberto
363200576Sroberto$(RECURSIVE_CLEAN_TARGETS):
364182007Sroberto	@failcom='exit 1'; \
365182007Sroberto	for f in x $$MAKEFLAGS; do \
366182007Sroberto	  case $$f in \
367182007Sroberto	    *=* | --[!k]*);; \
368182007Sroberto	    *k*) failcom='fail=yes';; \
369182007Sroberto	  esac; \
370182007Sroberto	done; \
371132451Sroberto	dot_seen=no; \
372132451Sroberto	case "$@" in \
373132451Sroberto	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
374132451Sroberto	  *) list='$(SUBDIRS)' ;; \
375132451Sroberto	esac; \
376132451Sroberto	rev=''; for subdir in $$list; do \
377132451Sroberto	  if test "$$subdir" = "."; then :; else \
378132451Sroberto	    rev="$$subdir $$rev"; \
379132451Sroberto	  fi; \
380132451Sroberto	done; \
381132451Sroberto	rev="$$rev ."; \
382132451Sroberto	target=`echo $@ | sed s/-recursive//`; \
383132451Sroberto	for subdir in $$rev; do \
384132451Sroberto	  echo "Making $$target in $$subdir"; \
385132451Sroberto	  if test "$$subdir" = "."; then \
386132451Sroberto	    local_target="$$target-am"; \
387132451Sroberto	  else \
388132451Sroberto	    local_target="$$target"; \
389132451Sroberto	  fi; \
390200576Sroberto	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
391182007Sroberto	  || eval $$failcom; \
392132451Sroberto	done && test -z "$$fail"
393132451Srobertotags-recursive:
394132451Sroberto	list='$(SUBDIRS)'; for subdir in $$list; do \
395200576Sroberto	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
396132451Sroberto	done
397132451Srobertoctags-recursive:
398132451Sroberto	list='$(SUBDIRS)'; for subdir in $$list; do \
399200576Sroberto	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
400132451Sroberto	done
401132451Sroberto
40256746SrobertoID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
403132451Sroberto	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
40456746Sroberto	unique=`for i in $$list; do \
40556746Sroberto	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
40656746Sroberto	  done | \
407200576Sroberto	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
408200576Sroberto	      END { if (nonempty) { for (i in files) print i; }; }'`; \
409132451Sroberto	mkid -fID $$unique
410182007Srobertotags: TAGS
41154359Sroberto
412132451SrobertoTAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
41356746Sroberto		$(TAGS_FILES) $(LISP)
414200576Sroberto	set x; \
41554359Sroberto	here=`pwd`; \
416182007Sroberto	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
417132451Sroberto	  include_option=--etags-include; \
418182007Sroberto	  empty_fix=.; \
419132451Sroberto	else \
420132451Sroberto	  include_option=--include; \
421182007Sroberto	  empty_fix=; \
422132451Sroberto	fi; \
423132451Sroberto	list='$(SUBDIRS)'; for subdir in $$list; do \
424132451Sroberto	  if test "$$subdir" = .; then :; else \
425182007Sroberto	    test ! -f $$subdir/TAGS || \
426200576Sroberto	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
427132451Sroberto	  fi; \
428132451Sroberto	done; \
429132451Sroberto	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
43056746Sroberto	unique=`for i in $$list; do \
43156746Sroberto	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
43256746Sroberto	  done | \
433200576Sroberto	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
434200576Sroberto	      END { if (nonempty) { for (i in files) print i; }; }'`; \
435200576Sroberto	shift; \
436200576Sroberto	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
437182007Sroberto	  test -n "$$unique" || unique=$$empty_fix; \
438200576Sroberto	  if test $$# -gt 0; then \
439200576Sroberto	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
440200576Sroberto	      "$$@" $$unique; \
441200576Sroberto	  else \
442200576Sroberto	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
443200576Sroberto	      $$unique; \
444200576Sroberto	  fi; \
445182007Sroberto	fi
446132451Srobertoctags: CTAGS
447132451SrobertoCTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
448132451Sroberto		$(TAGS_FILES) $(LISP)
449132451Sroberto	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
450132451Sroberto	unique=`for i in $$list; do \
451132451Sroberto	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
452132451Sroberto	  done | \
453200576Sroberto	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
454200576Sroberto	      END { if (nonempty) { for (i in files) print i; }; }'`; \
455200576Sroberto	test -z "$(CTAGS_ARGS)$$unique" \
456132451Sroberto	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
457200576Sroberto	     $$unique
458132451Sroberto
45982498SrobertoGTAGS:
460132451Sroberto	here=`$(am__cd) $(top_builddir) && pwd` \
461200576Sroberto	  && $(am__cd) $(top_srcdir) \
462200576Sroberto	  && gtags -i $(GTAGS_ARGS) "$$here"
46354359Sroberto
46454359Srobertodistclean-tags:
465132451Sroberto	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
46654359Sroberto
46754359Srobertodistdir: $(DISTFILES)
468200576Sroberto	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
469200576Sroberto	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
470200576Sroberto	list='$(DISTFILES)'; \
471200576Sroberto	  dist_files=`for file in $$list; do echo $$file; done | \
472200576Sroberto	  sed -e "s|^$$srcdirstrip/||;t" \
473200576Sroberto	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
474200576Sroberto	case $$dist_files in \
475200576Sroberto	  */*) $(MKDIR_P) `echo "$$dist_files" | \
476200576Sroberto			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
477200576Sroberto			   sort -u` ;; \
478200576Sroberto	esac; \
479200576Sroberto	for file in $$dist_files; do \
480132451Sroberto	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
48154359Sroberto	  if test -d $$d/$$file; then \
482200576Sroberto	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
483200576Sroberto	    if test -d "$(distdir)/$$file"; then \
484200576Sroberto	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
485200576Sroberto	    fi; \
486132451Sroberto	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
487200576Sroberto	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
488200576Sroberto	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
489132451Sroberto	    fi; \
490200576Sroberto	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
49154359Sroberto	  else \
492200576Sroberto	    test -f "$(distdir)/$$file" \
493200576Sroberto	    || cp -p $$d/$$file "$(distdir)/$$file" \
49482498Sroberto	    || exit 1; \
49554359Sroberto	  fi; \
49654359Sroberto	done
497200576Sroberto	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
498132451Sroberto	  if test "$$subdir" = .; then :; else \
499182007Sroberto	    test -d "$(distdir)/$$subdir" \
500200576Sroberto	    || $(MKDIR_P) "$(distdir)/$$subdir" \
501132451Sroberto	    || exit 1; \
502200576Sroberto	  fi; \
503200576Sroberto	done
504200576Sroberto	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
505200576Sroberto	  if test "$$subdir" = .; then :; else \
506200576Sroberto	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
507200576Sroberto	    $(am__relativize); \
508200576Sroberto	    new_distdir=$$reldir; \
509200576Sroberto	    dir1=$$subdir; dir2="$(top_distdir)"; \
510200576Sroberto	    $(am__relativize); \
511200576Sroberto	    new_top_distdir=$$reldir; \
512200576Sroberto	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
513200576Sroberto	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
514200576Sroberto	    ($(am__cd) $$subdir && \
515132451Sroberto	      $(MAKE) $(AM_MAKEFLAGS) \
516200576Sroberto	        top_distdir="$$new_top_distdir" \
517200576Sroberto	        distdir="$$new_distdir" \
518200576Sroberto		am__remove_distdir=: \
519200576Sroberto		am__skip_length_check=: \
520200576Sroberto		am__skip_mode_fix=: \
521132451Sroberto	        distdir) \
522132451Sroberto	      || exit 1; \
523132451Sroberto	  fi; \
524132451Sroberto	done
52554359Srobertocheck-am: all-am
526132451Srobertocheck: check-recursive
52782498Srobertoall-am: Makefile $(HEADERS)
528132451Srobertoinstalldirs: installdirs-recursive
529132451Srobertoinstalldirs-am:
530132451Srobertoinstall: install-recursive
531132451Srobertoinstall-exec: install-exec-recursive
532132451Srobertoinstall-data: install-data-recursive
533132451Srobertouninstall: uninstall-recursive
53482498Sroberto
53554359Srobertoinstall-am: all-am
53654359Sroberto	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
53782498Sroberto
538132451Srobertoinstallcheck: installcheck-recursive
53954359Srobertoinstall-strip:
54082498Sroberto	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
541182007Sroberto	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
542106163Sroberto	  `test -z '$(STRIP)' || \
543106163Sroberto	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
54454359Srobertomostlyclean-generic:
54554359Sroberto
54654359Srobertoclean-generic:
54754359Sroberto
54854359Srobertodistclean-generic:
549182007Sroberto	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
550200576Sroberto	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
55154359Sroberto
55254359Srobertomaintainer-clean-generic:
55382498Sroberto	@echo "This command is intended for maintainers to use"
55482498Sroberto	@echo "it deletes files that may require special tools to rebuild."
555132451Srobertoclean: clean-recursive
55654359Sroberto
557182007Srobertoclean-am: clean-generic clean-libtool mostlyclean-am
55854359Sroberto
559132451Srobertodistclean: distclean-recursive
560132451Sroberto	-rm -f Makefile
561200576Srobertodistclean-am: clean-am distclean-generic distclean-tags
56254359Sroberto
563132451Srobertodvi: dvi-recursive
56454359Sroberto
56582498Srobertodvi-am:
56654359Sroberto
567182007Srobertohtml: html-recursive
568182007Sroberto
569200576Srobertohtml-am:
570200576Sroberto
571132451Srobertoinfo: info-recursive
57254359Sroberto
57382498Srobertoinfo-am:
57482498Sroberto
57582498Srobertoinstall-data-am:
57682498Sroberto
577200576Srobertoinstall-dvi: install-dvi-recursive
578200576Sroberto
579200576Srobertoinstall-dvi-am:
580200576Sroberto
58182498Srobertoinstall-exec-am:
58282498Sroberto
583200576Srobertoinstall-html: install-html-recursive
584200576Sroberto
585200576Srobertoinstall-html-am:
586200576Sroberto
587132451Srobertoinstall-info: install-info-recursive
58882498Sroberto
589200576Srobertoinstall-info-am:
590200576Sroberto
59182498Srobertoinstall-man:
59282498Sroberto
593200576Srobertoinstall-pdf: install-pdf-recursive
594200576Sroberto
595200576Srobertoinstall-pdf-am:
596200576Sroberto
597200576Srobertoinstall-ps: install-ps-recursive
598200576Sroberto
599200576Srobertoinstall-ps-am:
600200576Sroberto
60182498Srobertoinstallcheck-am:
60282498Sroberto
603132451Srobertomaintainer-clean: maintainer-clean-recursive
604132451Sroberto	-rm -f Makefile
60582498Srobertomaintainer-clean-am: distclean-am maintainer-clean-generic
60654359Sroberto
607132451Srobertomostlyclean: mostlyclean-recursive
60854359Sroberto
609182007Srobertomostlyclean-am: mostlyclean-generic mostlyclean-libtool
61082498Sroberto
611132451Srobertopdf: pdf-recursive
612132451Sroberto
613132451Srobertopdf-am:
614132451Sroberto
615132451Srobertops: ps-recursive
616132451Sroberto
617132451Srobertops-am:
618132451Sroberto
619200576Srobertouninstall-am:
620106163Sroberto
621200576Sroberto.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
622200576Sroberto	install-am install-strip tags-recursive
62382498Sroberto
624200576Sroberto.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
625200576Sroberto	all all-am check check-am clean clean-generic clean-libtool \
626200576Sroberto	ctags ctags-recursive distclean distclean-generic \
627200576Sroberto	distclean-libtool distclean-tags distdir dvi dvi-am html \
628182007Sroberto	html-am info info-am install install-am install-data \
629200576Sroberto	install-data-am install-dvi install-dvi-am install-exec \
630200576Sroberto	install-exec-am install-html install-html-am install-info \
631200576Sroberto	install-info-am install-man install-pdf install-pdf-am \
632200576Sroberto	install-ps install-ps-am install-strip installcheck \
633182007Sroberto	installcheck-am installdirs installdirs-am maintainer-clean \
634200576Sroberto	maintainer-clean-generic mostlyclean mostlyclean-generic \
635200576Sroberto	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
636200576Sroberto	uninstall uninstall-am
637132451Sroberto
638200576Sroberto
63954359Sroberto# Tell versions [3.59,3.63) of GNU make to not export all variables.
64054359Sroberto# Otherwise a system limit (for SysV at least) may be exceeded.
64154359Sroberto.NOEXPORT:
642