Makefile.in revision 1.1.1.3
1# Makefile.in generated by automake 1.11.1 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
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37EXTRA_PROGRAMS = testdcf$(EXEEXT) dcfd$(EXEEXT)
38DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
39	$(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf
40subdir = parseutil
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
43	$(top_srcdir)/sntp/libevent/m4/openldap-thread-check.m4 \
44	$(top_srcdir)/sntp/libevent/m4/openldap.m4 \
45	$(top_srcdir)/sntp/m4/define_dir.m4 \
46	$(top_srcdir)/sntp/m4/hms_search_lib.m4 \
47	$(top_srcdir)/sntp/m4/libtool.m4 \
48	$(top_srcdir)/sntp/m4/ltoptions.m4 \
49	$(top_srcdir)/sntp/m4/ltsugar.m4 \
50	$(top_srcdir)/sntp/m4/ltversion.m4 \
51	$(top_srcdir)/sntp/m4/lt~obsolete.m4 \
52	$(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \
53	$(top_srcdir)/sntp/m4/ntp_compiler.m4 \
54	$(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \
55	$(top_srcdir)/sntp/m4/ntp_debug.m4 \
56	$(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \
57	$(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \
58	$(top_srcdir)/sntp/m4/ntp_googletest.m4 \
59	$(top_srcdir)/sntp/m4/ntp_ipv6.m4 \
60	$(top_srcdir)/sntp/m4/ntp_lib_m.m4 \
61	$(top_srcdir)/sntp/m4/ntp_libevent.m4 \
62	$(top_srcdir)/sntp/m4/ntp_libntp.m4 \
63	$(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \
64	$(top_srcdir)/sntp/m4/ntp_locinfo.m4 \
65	$(top_srcdir)/sntp/m4/ntp_openssl.m4 \
66	$(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \
67	$(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \
68	$(top_srcdir)/sntp/m4/ntp_rlimit.m4 \
69	$(top_srcdir)/sntp/m4/ntp_sntp.m4 \
70	$(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \
71	$(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \
72	$(top_srcdir)/sntp/m4/os_cflags.m4 \
73	$(top_srcdir)/sntp/m4/snprintf.m4 \
74	$(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
75am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
76	$(ACLOCAL_M4)
77mkinstalldirs = $(install_sh) -d
78CONFIG_HEADER = $(top_builddir)/config.h
79CONFIG_CLEAN_FILES =
80CONFIG_CLEAN_VPATH_FILES =
81PROGRAMS = $(noinst_PROGRAMS)
82dcfd_SOURCES = dcfd.c
83dcfd_OBJECTS = dcfd.$(OBJEXT)
84dcfd_LDADD = $(LDADD)
85am__DEPENDENCIES_1 =
86dcfd_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
87	$(am__DEPENDENCIES_1)
88AM_V_lt = $(am__v_lt_$(V))
89am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
90am__v_lt_0 = --silent
91testdcf_SOURCES = testdcf.c
92testdcf_OBJECTS = testdcf.$(OBJEXT)
93testdcf_LDADD = $(LDADD)
94testdcf_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
95	$(am__DEPENDENCIES_1)
96DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
97depcomp = $(SHELL) $(top_srcdir)/sntp/libevent/build-aux/depcomp
98am__depfiles_maybe = depfiles
99am__mv = mv -f
100COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
101	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
102LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
103	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
104	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
105	$(AM_CFLAGS) $(CFLAGS)
106AM_V_CC = $(am__v_CC_$(V))
107am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
108am__v_CC_0 = @echo "  CC    " $@;
109AM_V_at = $(am__v_at_$(V))
110am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
111am__v_at_0 = @
112CCLD = $(CC)
113LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
114	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
115	$(AM_LDFLAGS) $(LDFLAGS) -o $@
116AM_V_CCLD = $(am__v_CCLD_$(V))
117am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
118am__v_CCLD_0 = @echo "  CCLD  " $@;
119AM_V_GEN = $(am__v_GEN_$(V))
120am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
121am__v_GEN_0 = @echo "  GEN   " $@;
122SOURCES = dcfd.c testdcf.c
123DIST_SOURCES = dcfd.c testdcf.c
124ETAGS = etags
125CTAGS = ctags
126DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
127ACLOCAL = @ACLOCAL@
128ALLOCA = @ALLOCA@
129AMTAR = @AMTAR@
130AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
131AR = @AR@
132AUTOCONF = @AUTOCONF@
133AUTOHEADER = @AUTOHEADER@
134AUTOMAKE = @AUTOMAKE@
135AWK = @AWK@
136CALC_TICKADJ_DB = @CALC_TICKADJ_DB@
137CALC_TICKADJ_DL = @CALC_TICKADJ_DL@
138CALC_TICKADJ_DS = @CALC_TICKADJ_DS@
139CALC_TICKADJ_MS = @CALC_TICKADJ_MS@
140CC = @CC@
141CCDEPMODE = @CCDEPMODE@
142CFLAGS = @CFLAGS@
143CFLAGS_NTP = @CFLAGS_NTP@
144CHUTEST = @CHUTEST@
145CONFIG_SHELL = @CONFIG_SHELL@
146CPP = @CPP@
147CPPFLAGS = @CPPFLAGS@
148CPPFLAGS_NTP = @CPPFLAGS_NTP@
149CXX = @CXX@
150CXXCPP = @CXXCPP@
151CXXDEPMODE = @CXXDEPMODE@
152CXXFLAGS = @CXXFLAGS@
153CYGPATH_W = @CYGPATH_W@
154DCFD = @DCFD@
155DEFS = @DEFS@
156DEPDIR = @DEPDIR@
157DLLTOOL = @DLLTOOL@
158DSYMUTIL = @DSYMUTIL@
159DUMPBIN = @DUMPBIN@
160ECHO_C = @ECHO_C@
161ECHO_N = @ECHO_N@
162ECHO_T = @ECHO_T@
163EDITLINE_LIBS = @EDITLINE_LIBS@
164EGREP = @EGREP@
165EXEEXT = @EXEEXT@
166FGREP = @FGREP@
167GREP = @GREP@
168GTEST_CONFIG = @GTEST_CONFIG@
169GTEST_CPPFLAGS = @GTEST_CPPFLAGS@
170GTEST_CXXFLAGS = @GTEST_CXXFLAGS@
171GTEST_LDFLAGS = @GTEST_LDFLAGS@
172GTEST_LIBS = @GTEST_LIBS@
173HAVE_INLINE = @HAVE_INLINE@
174HAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@
175HAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@
176INSTALL = @INSTALL@
177INSTALL_DATA = @INSTALL_DATA@
178INSTALL_PROGRAM = @INSTALL_PROGRAM@
179INSTALL_SCRIPT = @INSTALL_SCRIPT@
180INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
181LD = @LD@
182LDADD_LIBNTP = @LDADD_LIBNTP@
183LDADD_NLIST = @LDADD_NLIST@
184LDADD_NTP = @LDADD_NTP@
185LDFLAGS = @LDFLAGS@
186LDFLAGS_NTP = @LDFLAGS_NTP@
187LIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@
188LIBM = @LIBM@
189LIBOBJS = @LIBOBJS@
190LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
191LIBOPTS_DIR = @LIBOPTS_DIR@
192LIBOPTS_LDADD = @LIBOPTS_LDADD@
193LIBPARSE = @LIBPARSE@
194LIBS = @LIBS@
195LIBTOOL = @LIBTOOL@
196LIBTOOL_DEPS = @LIBTOOL_DEPS@
197LIPO = @LIPO@
198LN_S = @LN_S@
199LSCF = @LSCF@
200LTLIBOBJS = @LTLIBOBJS@
201MAKEINFO = @MAKEINFO@
202MAKE_ADJTIMED = @MAKE_ADJTIMED@
203MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
204MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
205MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
206MAKE_LIBPARSE = @MAKE_LIBPARSE@
207MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
208MAKE_NTPDSIM = @MAKE_NTPDSIM@
209MAKE_NTPSNMPD = @MAKE_NTPSNMPD@
210MAKE_NTPTIME = @MAKE_NTPTIME@
211MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
212MAKE_TICKADJ = @MAKE_TICKADJ@
213MAKE_TIMETRIM = @MAKE_TIMETRIM@
214MANIFEST_TOOL = @MANIFEST_TOOL@
215MANTAGFMT = @MANTAGFMT@
216MKDIR_P = @MKDIR_P@
217NM = @NM@
218NMEDIT = @NMEDIT@
219NTPDATE_DB = @NTPDATE_DB@
220NTPDATE_DL = @NTPDATE_DL@
221NTPDATE_DS = @NTPDATE_DS@
222NTPDATE_MS = @NTPDATE_MS@
223NTPDC_DB = @NTPDC_DB@
224NTPDC_DL = @NTPDC_DL@
225NTPDC_DS = @NTPDC_DS@
226NTPDC_MS = @NTPDC_MS@
227NTPDSIM_DB = @NTPDSIM_DB@
228NTPDSIM_DL = @NTPDSIM_DL@
229NTPDSIM_DS = @NTPDSIM_DS@
230NTPDSIM_MS = @NTPDSIM_MS@
231NTPD_DB = @NTPD_DB@
232NTPD_DL = @NTPD_DL@
233NTPD_DS = @NTPD_DS@
234NTPD_MS = @NTPD_MS@
235NTPQ_DB = @NTPQ_DB@
236NTPQ_DL = @NTPQ_DL@
237NTPQ_DS = @NTPQ_DS@
238NTPQ_MS = @NTPQ_MS@
239NTPSNMPD_DB = @NTPSNMPD_DB@
240NTPSNMPD_DL = @NTPSNMPD_DL@
241NTPSNMPD_DS = @NTPSNMPD_DS@
242NTPSNMPD_MS = @NTPSNMPD_MS@
243NTPTIME_DB = @NTPTIME_DB@
244NTPTIME_DL = @NTPTIME_DL@
245NTPTIME_DS = @NTPTIME_DS@
246NTPTIME_MS = @NTPTIME_MS@
247NTPTRACE_DB = @NTPTRACE_DB@
248NTPTRACE_DL = @NTPTRACE_DL@
249NTPTRACE_DS = @NTPTRACE_DS@
250NTPTRACE_MS = @NTPTRACE_MS@
251NTP_KEYGEN_DB = @NTP_KEYGEN_DB@
252NTP_KEYGEN_DL = @NTP_KEYGEN_DL@
253NTP_KEYGEN_DS = @NTP_KEYGEN_DS@
254NTP_KEYGEN_MS = @NTP_KEYGEN_MS@
255NTP_KEYSDIR = @NTP_KEYSDIR@
256NTP_WAIT_DB = @NTP_WAIT_DB@
257NTP_WAIT_DL = @NTP_WAIT_DL@
258NTP_WAIT_DS = @NTP_WAIT_DS@
259NTP_WAIT_MS = @NTP_WAIT_MS@
260OBJDUMP = @OBJDUMP@
261OBJEXT = @OBJEXT@
262OTOOL = @OTOOL@
263OTOOL64 = @OTOOL64@
264PACKAGE = @PACKAGE@
265PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
266PACKAGE_NAME = @PACKAGE_NAME@
267PACKAGE_STRING = @PACKAGE_STRING@
268PACKAGE_TARNAME = @PACKAGE_TARNAME@
269PACKAGE_URL = @PACKAGE_URL@
270PACKAGE_VERSION = @PACKAGE_VERSION@
271PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
272PATH_PERL = @PATH_PERL@
273PATH_SEPARATOR = @PATH_SEPARATOR@
274PATH_TEST = @PATH_TEST@
275PERLLIBDIR = @PERLLIBDIR@
276PKG_CONFIG = @PKG_CONFIG@
277POSIX_SHELL = @POSIX_SHELL@
278PROPDELAY = @PROPDELAY@
279PTHREAD_LIBS = @PTHREAD_LIBS@
280RANLIB = @RANLIB@
281SED = @SED@
282SET_MAKE = @SET_MAKE@
283SHELL = @SHELL@
284SNMP_CFLAGS = @SNMP_CFLAGS@
285SNMP_CPPFLAGS = @SNMP_CPPFLAGS@
286SNMP_LIBS = @SNMP_LIBS@
287SNTP = @SNTP@
288SNTP_DB = @SNTP_DB@
289SNTP_DL = @SNTP_DL@
290SNTP_DS = @SNTP_DS@
291SNTP_MS = @SNTP_MS@
292STRIP = @STRIP@
293TESTDCF = @TESTDCF@
294TICKADJ_DB = @TICKADJ_DB@
295TICKADJ_DL = @TICKADJ_DL@
296TICKADJ_DS = @TICKADJ_DS@
297TICKADJ_MS = @TICKADJ_MS@
298TIMETRIM_DB = @TIMETRIM_DB@
299TIMETRIM_DL = @TIMETRIM_DL@
300TIMETRIM_DS = @TIMETRIM_DS@
301TIMETRIM_MS = @TIMETRIM_MS@
302VERSION = @VERSION@
303VER_SUFFIX = @VER_SUFFIX@
304YACC = @YACC@
305YFLAGS = @YFLAGS@
306abs_builddir = @abs_builddir@
307abs_srcdir = @abs_srcdir@
308abs_top_builddir = @abs_top_builddir@
309abs_top_srcdir = @abs_top_srcdir@
310ac_ct_AR = @ac_ct_AR@
311ac_ct_CC = @ac_ct_CC@
312ac_ct_CXX = @ac_ct_CXX@
313ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
314am__include = @am__include@
315am__leading_dot = @am__leading_dot@
316am__quote = @am__quote@
317am__tar = @am__tar@
318am__untar = @am__untar@
319bindir = @bindir@
320build = @build@
321build_alias = @build_alias@
322build_cpu = @build_cpu@
323build_os = @build_os@
324build_vendor = @build_vendor@
325builddir = @builddir@
326datadir = @datadir@
327datarootdir = @datarootdir@
328docdir = @docdir@
329dvidir = @dvidir@
330exec_prefix = @exec_prefix@
331host = @host@
332host_alias = @host_alias@
333host_cpu = @host_cpu@
334host_os = @host_os@
335host_vendor = @host_vendor@
336htmldir = @htmldir@
337includedir = @includedir@
338infodir = @infodir@
339install_sh = @install_sh@
340libdir = @libdir@
341libexecdir = @libexecdir@
342localedir = @localedir@
343localstatedir = @localstatedir@
344mandir = @mandir@
345mkdir_p = @mkdir_p@
346oldincludedir = @oldincludedir@
347pdfdir = @pdfdir@
348prefix = @prefix@
349program_transform_name = @program_transform_name@
350psdir = @psdir@
351sbindir = @sbindir@
352sharedstatedir = @sharedstatedir@
353srcdir = @srcdir@
354subdirs = @subdirs@
355sysconfdir = @sysconfdir@
356target_alias = @target_alias@
357top_build_prefix = @top_build_prefix@
358top_builddir = @top_builddir@
359top_srcdir = @top_srcdir@
360NULL = 
361BUILT_SOURCES = .deps-ver
362CLEANFILES = .deps-ver
363noinst_PROGRAMS = @TESTDCF@ @DCFD@
364AM_CFLAGS = $(CFLAGS_NTP)
365AM_CPPFLAGS = $(NTP_INCS) $(CPPFLAGS_NTP)
366LDADD = ../libntp/libntp.a $(LDADD_LIBNTP) $(LIBM)
367ETAGS_ARGS = Makefile.am
368DISTCLEANFILES = $(EXTRA_PROGRAMS)
369NTP_INCS = -I$(top_srcdir)/include -I$(top_srcdir)/lib/isc/include \
370	-I$(top_srcdir)/lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/include \
371	-I$(top_srcdir)/lib/isc/unix/include
372all: $(BUILT_SOURCES)
373	$(MAKE) $(AM_MAKEFLAGS) all-am
374
375.SUFFIXES:
376.SUFFIXES: .c .lo .o .obj
377$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__configure_deps)
378	@for dep in $?; do \
379	  case '$(am__configure_deps)' in \
380	    *$$dep*) \
381	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
382	        && { if test -f $@; then exit 0; else break; fi; }; \
383	      exit 1;; \
384	  esac; \
385	done; \
386	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign parseutil/Makefile'; \
387	$(am__cd) $(top_srcdir) && \
388	  $(AUTOMAKE) --foreign parseutil/Makefile
389.PRECIOUS: Makefile
390Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
391	@case '$?' in \
392	  *config.status*) \
393	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
394	  *) \
395	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
396	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
397	esac;
398
399$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
400	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
401
402$(top_srcdir)/configure:  $(am__configure_deps)
403	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
404$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
405	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
406$(am__aclocal_m4_deps):
407
408clean-noinstPROGRAMS:
409	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
410	echo " rm -f" $$list; \
411	rm -f $$list || exit $$?; \
412	test -n "$(EXEEXT)" || exit 0; \
413	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
414	echo " rm -f" $$list; \
415	rm -f $$list
416dcfd$(EXEEXT): $(dcfd_OBJECTS) $(dcfd_DEPENDENCIES) 
417	@rm -f dcfd$(EXEEXT)
418	$(AM_V_CCLD)$(LINK) $(dcfd_OBJECTS) $(dcfd_LDADD) $(LIBS)
419testdcf$(EXEEXT): $(testdcf_OBJECTS) $(testdcf_DEPENDENCIES) 
420	@rm -f testdcf$(EXEEXT)
421	$(AM_V_CCLD)$(LINK) $(testdcf_OBJECTS) $(testdcf_LDADD) $(LIBS)
422
423mostlyclean-compile:
424	-rm -f *.$(OBJEXT)
425
426distclean-compile:
427	-rm -f *.tab.c
428
429@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dcfd.Po@am__quote@
430@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testdcf.Po@am__quote@
431
432.c.o:
433@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
434@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
435@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
436@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
437@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
438@am__fastdepCC_FALSE@	$(COMPILE) -c $<
439
440.c.obj:
441@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
442@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
443@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
444@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
445@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
446@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
447
448.c.lo:
449@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
450@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
451@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
452@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
453@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
454@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
455
456mostlyclean-libtool:
457	-rm -f *.lo
458
459clean-libtool:
460	-rm -rf .libs _libs
461
462ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
463	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
464	unique=`for i in $$list; do \
465	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
466	  done | \
467	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
468	      END { if (nonempty) { for (i in files) print i; }; }'`; \
469	mkid -fID $$unique
470tags: TAGS
471
472TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
473		$(TAGS_FILES) $(LISP)
474	set x; \
475	here=`pwd`; \
476	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
477	unique=`for i in $$list; do \
478	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
479	  done | \
480	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
481	      END { if (nonempty) { for (i in files) print i; }; }'`; \
482	shift; \
483	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
484	  test -n "$$unique" || unique=$$empty_fix; \
485	  if test $$# -gt 0; then \
486	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
487	      "$$@" $$unique; \
488	  else \
489	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
490	      $$unique; \
491	  fi; \
492	fi
493ctags: CTAGS
494CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
495		$(TAGS_FILES) $(LISP)
496	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
497	unique=`for i in $$list; do \
498	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
499	  done | \
500	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
501	      END { if (nonempty) { for (i in files) print i; }; }'`; \
502	test -z "$(CTAGS_ARGS)$$unique" \
503	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
504	     $$unique
505
506GTAGS:
507	here=`$(am__cd) $(top_builddir) && pwd` \
508	  && $(am__cd) $(top_srcdir) \
509	  && gtags -i $(GTAGS_ARGS) "$$here"
510
511distclean-tags:
512	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
513
514distdir: $(DISTFILES)
515	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
516	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
517	list='$(DISTFILES)'; \
518	  dist_files=`for file in $$list; do echo $$file; done | \
519	  sed -e "s|^$$srcdirstrip/||;t" \
520	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
521	case $$dist_files in \
522	  */*) $(MKDIR_P) `echo "$$dist_files" | \
523			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
524			   sort -u` ;; \
525	esac; \
526	for file in $$dist_files; do \
527	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
528	  if test -d $$d/$$file; then \
529	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
530	    if test -d "$(distdir)/$$file"; then \
531	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
532	    fi; \
533	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
534	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
535	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
536	    fi; \
537	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
538	  else \
539	    test -f "$(distdir)/$$file" \
540	    || cp -p $$d/$$file "$(distdir)/$$file" \
541	    || exit 1; \
542	  fi; \
543	done
544check-am: all-am
545	$(MAKE) $(AM_MAKEFLAGS) check-local
546check: $(BUILT_SOURCES)
547	$(MAKE) $(AM_MAKEFLAGS) check-am
548all-am: Makefile $(PROGRAMS)
549installdirs:
550install: $(BUILT_SOURCES)
551	$(MAKE) $(AM_MAKEFLAGS) install-am
552install-exec: install-exec-am
553install-data: install-data-am
554uninstall: uninstall-am
555
556install-am: all-am
557	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
558
559installcheck: installcheck-am
560install-strip:
561	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
562	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
563	  `test -z '$(STRIP)' || \
564	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
565mostlyclean-generic:
566
567clean-generic:
568	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
569
570distclean-generic:
571	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
572	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
573	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
574
575maintainer-clean-generic:
576	@echo "This command is intended for maintainers to use"
577	@echo "it deletes files that may require special tools to rebuild."
578	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
579clean: clean-am
580
581clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
582	mostlyclean-am
583
584distclean: distclean-am
585	-rm -rf ./$(DEPDIR)
586	-rm -f Makefile
587distclean-am: clean-am distclean-compile distclean-generic \
588	distclean-tags
589
590dvi: dvi-am
591
592dvi-am:
593
594html: html-am
595
596html-am:
597
598info: info-am
599
600info-am:
601
602install-data-am:
603
604install-dvi: install-dvi-am
605
606install-dvi-am:
607
608install-exec-am:
609
610install-html: install-html-am
611
612install-html-am:
613
614install-info: install-info-am
615
616install-info-am:
617
618install-man:
619
620install-pdf: install-pdf-am
621
622install-pdf-am:
623
624install-ps: install-ps-am
625
626install-ps-am:
627
628installcheck-am:
629
630maintainer-clean: maintainer-clean-am
631	-rm -rf ./$(DEPDIR)
632	-rm -f Makefile
633maintainer-clean-am: distclean-am maintainer-clean-generic
634
635mostlyclean: mostlyclean-am
636
637mostlyclean-am: mostlyclean-compile mostlyclean-generic \
638	mostlyclean-libtool
639
640pdf: pdf-am
641
642pdf-am:
643
644ps: ps-am
645
646ps-am:
647
648uninstall-am:
649
650.MAKE: all check check-am install install-am install-strip
651
652.PHONY: CTAGS GTAGS all all-am check check-am check-local clean \
653	clean-generic clean-libtool clean-noinstPROGRAMS ctags \
654	distclean distclean-compile distclean-generic \
655	distclean-libtool distclean-tags distdir dvi dvi-am html \
656	html-am info info-am install install-am install-data \
657	install-data-am install-dvi install-dvi-am install-exec \
658	install-exec-am install-html install-html-am install-info \
659	install-info-am install-man install-pdf install-pdf-am \
660	install-ps install-ps-am install-strip installcheck \
661	installcheck-am installdirs maintainer-clean \
662	maintainer-clean-generic mostlyclean mostlyclean-compile \
663	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
664	tags uninstall uninstall-am
665
666
667check-local: @DCFD@
668	case "$(noinst_PROGRAMS)" in	\
669	 *dcfd*) ./dcfd -Y ;;		\
670	esac
671$(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
672	@[ -f $@ ] ||							\
673		cp $(top_srcdir)/deps-ver $@
674	@[ -w $@ ] ||							\
675		chmod ug+w $@
676	@cmp $(top_srcdir)/deps-ver $@ > /dev/null || (			\
677		$(MAKE) $(AM_MAKEFLAGS) clean &&					\
678		echo -n "Prior $(subdir)/$(DEPDIR) version " &&		\
679		cat $@ &&						\
680		rm -rf $(DEPDIR) &&					\
681		mkdir $(DEPDIR) && 					\
682		case "$(top_builddir)" in				\
683		 .)							\
684		    ./config.status Makefile depfiles			\
685		    ;;							\
686		 *)							\
687		    cd "$(top_builddir)" &&				\
688		    ./config.status $(subdir)/Makefile depfiles &&	\
689		    cd $(subdir)					\
690		    ;;							\
691		esac &&							\
692		echo -n "Cleaned $(subdir)/$(DEPDIR) version " &&	\
693		cat $(top_srcdir)/deps-ver				\
694	)
695	cp $(top_srcdir)/deps-ver $@
696
697.deps-ver: $(top_srcdir)/deps-ver
698	@[ ! -d $(DEPDIR) ] || $(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/deps-ver
699	@touch $@
700
701#
702# depsver.mf	included in Makefile.am for directories with .deps
703#
704# When building in the same directory with sources that change over
705# time, such as when tracking using bk, the .deps files can become
706# stale with respect to moved, deleted, or superceded headers.  Most
707# commonly, this would exhibit as make reporting a failure to make a
708# header file which is no longer in the location given.  To address
709# this issue, we use a deps-ver file which is updated with each change
710# that breaks old .deps files.  A copy of deps-ver is made into
711# $(DEPDIR) if not already present.  If $(DEPDIR)/deps-ver is present
712# with different contents than deps-ver, we make clean to ensure all
713# .o files built before the incompatible change are rebuilt along with
714# their updated .deps files, then remove $(DEPDIR) and recreate it as
715# empty stubs.
716#
717# It is normal when configured with --disable-dependency-tracking for
718# the DEPDIR to not have been created.  For this reason, we use the
719# intermediate target .deps-ver, which invokes make recursively if
720# DEPDIR exists.
721#
722# If you modify depsver.mf, please make the changes to the master
723# copy, the one in sntp is copied by the bootstrap script from it.
724#
725# This comment block follows rather than leads the related code so that
726# it stays with it in the generated Makefile.in and Makefile.
727#
728
729# Tell versions [3.59,3.63) of GNU make to not export all variables.
730# Otherwise a system limit (for SysV at least) may be exceeded.
731.NOEXPORT:
732