xref: /netbsd-src/external/bsd/ntp/dist/parseutil/Makefile.in (revision 46f5119e40af2e51998f686b2fdcc76b5488f7f3)
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
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
40subdir = parseutil
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \
43	$(top_srcdir)/m4/define_dir.m4 \
44	$(top_srcdir)/m4/ntp_cacheversion.m4 \
45	$(top_srcdir)/m4/ntp_dir_sep.m4 \
46	$(top_srcdir)/m4/ntp_lineeditlibs.m4 \
47	$(top_srcdir)/m4/ntp_vpathhack.m4 \
48	$(top_srcdir)/m4/os_cflags.m4 $(top_srcdir)/version.m4 \
49	$(top_srcdir)/configure.ac
50am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
51	$(ACLOCAL_M4)
52mkinstalldirs = $(install_sh) -d
53CONFIG_HEADER = $(top_builddir)/config.h
54CONFIG_CLEAN_FILES =
55CONFIG_CLEAN_VPATH_FILES =
56PROGRAMS = $(noinst_PROGRAMS)
57dcfd_SOURCES = dcfd.c
58dcfd_OBJECTS = dcfd.$(OBJEXT)
59dcfd_LDADD = $(LDADD)
60testdcf_SOURCES = testdcf.c
61testdcf_OBJECTS = testdcf.$(OBJEXT)
62testdcf_LDADD = $(LDADD)
63DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
64depcomp = $(SHELL) $(top_srcdir)/depcomp
65am__depfiles_maybe = depfiles
66am__mv = mv -f
67COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
68	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
69LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
70	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
71	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
72CCLD = $(CC)
73LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
74	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
75	$(LDFLAGS) -o $@
76SOURCES = dcfd.c testdcf.c
77DIST_SOURCES = dcfd.c testdcf.c
78ETAGS = etags
79CTAGS = ctags
80DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
81ACLOCAL = @ACLOCAL@
82AMTAR = @AMTAR@
83AR = @AR@
84ARLIB_DIR = @ARLIB_DIR@
85AUTOCONF = @AUTOCONF@
86AUTOHEADER = @AUTOHEADER@
87AUTOMAKE = @AUTOMAKE@
88AWK = @AWK@
89BINSUBDIR = @BINSUBDIR@
90CC = @CC@
91CCDEPMODE = @CCDEPMODE@
92CFLAGS = @CFLAGS@
93CHUTEST = @CHUTEST@
94CLKTEST = @CLKTEST@
95CPP = @CPP@
96CPPFLAGS = @CPPFLAGS@
97CYGPATH_W = @CYGPATH_W@
98DCFD = @DCFD@
99DEFS = @DEFS@
100DEPDIR = @DEPDIR@
101ECHO = @ECHO@
102ECHO_C = @ECHO_C@
103ECHO_N = @ECHO_N@
104ECHO_T = @ECHO_T@
105EDITLINE_LIBS = @EDITLINE_LIBS@
106EF_LIBS = @EF_LIBS@
107EF_PROGS = @EF_PROGS@
108EGREP = @EGREP@
109EXEEXT = @EXEEXT@
110GREP = @GREP@
111HAVE_INLINE = @HAVE_INLINE@
112INSTALL = @INSTALL@
113INSTALL_DATA = @INSTALL_DATA@
114INSTALL_PROGRAM = @INSTALL_PROGRAM@
115INSTALL_SCRIPT = @INSTALL_SCRIPT@
116INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
117LCRYPTO = @LCRYPTO@
118LDFLAGS = @LDFLAGS@
119LIBOBJS = @LIBOBJS@
120LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
121LIBOPTS_DIR = @LIBOPTS_DIR@
122LIBOPTS_LDADD = @LIBOPTS_LDADD@
123LIBPARSE = @LIBPARSE@
124LIBS = @LIBS@
125LIBTOOL = @LIBTOOL@
126LN_S = @LN_S@
127LSCF = @LSCF@
128LTLIBOBJS = @LTLIBOBJS@
129MAKEINFO = @MAKEINFO@
130MAKE_ADJTIMED = @MAKE_ADJTIMED@
131MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
132MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
133MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
134MAKE_LIBPARSE = @MAKE_LIBPARSE@
135MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
136MAKE_NTPDSIM = @MAKE_NTPDSIM@
137MAKE_NTPSNMPD = @MAKE_NTPSNMPD@
138MAKE_NTPTIME = @MAKE_NTPTIME@
139MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
140MAKE_TICKADJ = @MAKE_TICKADJ@
141MAKE_TIMETRIM = @MAKE_TIMETRIM@
142MKDIR_P = @MKDIR_P@
143OBJEXT = @OBJEXT@
144OPENSSL = @OPENSSL@
145OPENSSL_INC = @OPENSSL_INC@
146OPENSSL_LIB = @OPENSSL_LIB@
147PACKAGE = @PACKAGE@
148PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
149PACKAGE_NAME = @PACKAGE_NAME@
150PACKAGE_STRING = @PACKAGE_STRING@
151PACKAGE_TARNAME = @PACKAGE_TARNAME@
152PACKAGE_URL = @PACKAGE_URL@
153PACKAGE_VERSION = @PACKAGE_VERSION@
154PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
155PATH_PERL = @PATH_PERL@
156PATH_SEPARATOR = @PATH_SEPARATOR@
157PATH_SH = @PATH_SH@
158PROPDELAY = @PROPDELAY@
159RANLIB = @RANLIB@
160SET_MAKE = @SET_MAKE@
161SHELL = @SHELL@
162SNMP_CFLAGS = @SNMP_CFLAGS@
163SNMP_CPPFLAGS = @SNMP_CPPFLAGS@
164SNMP_LIBS = @SNMP_LIBS@
165STRIP = @STRIP@
166TESTDCF = @TESTDCF@
167VERSION = @VERSION@
168YACC = @YACC@
169YFLAGS = @YFLAGS@
170abs_builddir = @abs_builddir@
171abs_srcdir = @abs_srcdir@
172abs_top_builddir = @abs_top_builddir@
173abs_top_srcdir = @abs_top_srcdir@
174ac_ct_CC = @ac_ct_CC@
175am__include = @am__include@
176am__leading_dot = @am__leading_dot@
177am__quote = @am__quote@
178am__tar = @am__tar@
179am__untar = @am__untar@
180bindir = @bindir@
181build = @build@
182build_alias = @build_alias@
183build_cpu = @build_cpu@
184build_os = @build_os@
185build_vendor = @build_vendor@
186builddir = @builddir@
187datadir = @datadir@
188datarootdir = @datarootdir@
189docdir = @docdir@
190dvidir = @dvidir@
191exec_prefix = @exec_prefix@
192host = @host@
193host_alias = @host_alias@
194host_cpu = @host_cpu@
195host_os = @host_os@
196host_vendor = @host_vendor@
197htmldir = @htmldir@
198includedir = @includedir@
199infodir = @infodir@
200install_sh = @install_sh@
201libdir = @libdir@
202libexecdir = @libexecdir@
203localedir = @localedir@
204localstatedir = @localstatedir@
205mandir = @mandir@
206mkdir_p = @mkdir_p@
207oldincludedir = @oldincludedir@
208pdfdir = @pdfdir@
209prefix = @prefix@
210program_transform_name = @program_transform_name@
211psdir = @psdir@
212sbindir = @sbindir@
213sharedstatedir = @sharedstatedir@
214srcdir = @srcdir@
215subdirs = @subdirs@
216sysconfdir = @sysconfdir@
217target_alias = @target_alias@
218top_build_prefix = @top_build_prefix@
219top_builddir = @top_builddir@
220top_srcdir = @top_srcdir@
221NULL =
222#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
223AUTOMAKE_OPTIONS =
224BUILT_SOURCES = .deps-ver
225CLEANFILES = .deps-ver
226noinst_PROGRAMS = @TESTDCF@ @DCFD@
227INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/lib/isc/include \
228		-I$(top_srcdir)/lib/isc/nothreads/include \
229		-I$(top_srcdir)/lib/isc/unix/include
230
231ETAGS_ARGS = Makefile.am
232DISTCLEANFILES = $(EXTRA_PROGRAMS)
233all: $(BUILT_SOURCES)
234	$(MAKE) $(AM_MAKEFLAGS) all-am
235
236.SUFFIXES:
237.SUFFIXES: .c .lo .o .obj
238$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/depsver.mf $(am__configure_deps)
239	@for dep in $?; do \
240	  case '$(am__configure_deps)' in \
241	    *$$dep*) \
242	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
243	        && { if test -f $@; then exit 0; else break; fi; }; \
244	      exit 1;; \
245	  esac; \
246	done; \
247	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign parseutil/Makefile'; \
248	$(am__cd) $(top_srcdir) && \
249	  $(AUTOMAKE) --foreign parseutil/Makefile
250.PRECIOUS: Makefile
251Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
252	@case '$?' in \
253	  *config.status*) \
254	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
255	  *) \
256	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
257	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
258	esac;
259
260$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
261	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262
263$(top_srcdir)/configure:  $(am__configure_deps)
264	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
265$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
266	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
267$(am__aclocal_m4_deps):
268
269clean-noinstPROGRAMS:
270	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
271	echo " rm -f" $$list; \
272	rm -f $$list || exit $$?; \
273	test -n "$(EXEEXT)" || exit 0; \
274	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
275	echo " rm -f" $$list; \
276	rm -f $$list
277dcfd$(EXEEXT): $(dcfd_OBJECTS) $(dcfd_DEPENDENCIES)
278	@rm -f dcfd$(EXEEXT)
279	$(LINK) $(dcfd_OBJECTS) $(dcfd_LDADD) $(LIBS)
280testdcf$(EXEEXT): $(testdcf_OBJECTS) $(testdcf_DEPENDENCIES)
281	@rm -f testdcf$(EXEEXT)
282	$(LINK) $(testdcf_OBJECTS) $(testdcf_LDADD) $(LIBS)
283
284mostlyclean-compile:
285	-rm -f *.$(OBJEXT)
286
287distclean-compile:
288	-rm -f *.tab.c
289
290@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dcfd.Po@am__quote@
291@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testdcf.Po@am__quote@
292
293.c.o:
294@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
295@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
296@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
297@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
298@am__fastdepCC_FALSE@	$(COMPILE) -c $<
299
300.c.obj:
301@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
302@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
303@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
304@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
305@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
306
307.c.lo:
308@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
309@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
310@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
311@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
312@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
313
314mostlyclean-libtool:
315	-rm -f *.lo
316
317clean-libtool:
318	-rm -rf .libs _libs
319
320ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
321	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
322	unique=`for i in $$list; do \
323	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
324	  done | \
325	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
326	      END { if (nonempty) { for (i in files) print i; }; }'`; \
327	mkid -fID $$unique
328tags: TAGS
329
330TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
331		$(TAGS_FILES) $(LISP)
332	set x; \
333	here=`pwd`; \
334	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
335	unique=`for i in $$list; do \
336	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
337	  done | \
338	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
339	      END { if (nonempty) { for (i in files) print i; }; }'`; \
340	shift; \
341	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
342	  test -n "$$unique" || unique=$$empty_fix; \
343	  if test $$# -gt 0; then \
344	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
345	      "$$@" $$unique; \
346	  else \
347	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
348	      $$unique; \
349	  fi; \
350	fi
351ctags: CTAGS
352CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
353		$(TAGS_FILES) $(LISP)
354	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
355	unique=`for i in $$list; do \
356	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
357	  done | \
358	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
359	      END { if (nonempty) { for (i in files) print i; }; }'`; \
360	test -z "$(CTAGS_ARGS)$$unique" \
361	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
362	     $$unique
363
364GTAGS:
365	here=`$(am__cd) $(top_builddir) && pwd` \
366	  && $(am__cd) $(top_srcdir) \
367	  && gtags -i $(GTAGS_ARGS) "$$here"
368
369distclean-tags:
370	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
371
372distdir: $(DISTFILES)
373	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
374	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
375	list='$(DISTFILES)'; \
376	  dist_files=`for file in $$list; do echo $$file; done | \
377	  sed -e "s|^$$srcdirstrip/||;t" \
378	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
379	case $$dist_files in \
380	  */*) $(MKDIR_P) `echo "$$dist_files" | \
381			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
382			   sort -u` ;; \
383	esac; \
384	for file in $$dist_files; do \
385	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
386	  if test -d $$d/$$file; then \
387	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
388	    if test -d "$(distdir)/$$file"; then \
389	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
390	    fi; \
391	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
392	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
393	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
394	    fi; \
395	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
396	  else \
397	    test -f "$(distdir)/$$file" \
398	    || cp -p $$d/$$file "$(distdir)/$$file" \
399	    || exit 1; \
400	  fi; \
401	done
402check-am: all-am
403	$(MAKE) $(AM_MAKEFLAGS) check-local
404check: $(BUILT_SOURCES)
405	$(MAKE) $(AM_MAKEFLAGS) check-am
406all-am: Makefile $(PROGRAMS)
407installdirs:
408install: $(BUILT_SOURCES)
409	$(MAKE) $(AM_MAKEFLAGS) install-am
410install-exec: install-exec-am
411install-data: install-data-am
412uninstall: uninstall-am
413
414install-am: all-am
415	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
416
417installcheck: installcheck-am
418install-strip:
419	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
420	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
421	  `test -z '$(STRIP)' || \
422	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
423mostlyclean-generic:
424
425clean-generic:
426	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
427
428distclean-generic:
429	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
430	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
431	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
432
433maintainer-clean-generic:
434	@echo "This command is intended for maintainers to use"
435	@echo "it deletes files that may require special tools to rebuild."
436	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
437clean: clean-am
438
439clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
440	mostlyclean-am
441
442distclean: distclean-am
443	-rm -rf ./$(DEPDIR)
444	-rm -f Makefile
445distclean-am: clean-am distclean-compile distclean-generic \
446	distclean-tags
447
448dvi: dvi-am
449
450dvi-am:
451
452html: html-am
453
454html-am:
455
456info: info-am
457
458info-am:
459
460install-data-am:
461
462install-dvi: install-dvi-am
463
464install-dvi-am:
465
466install-exec-am:
467
468install-html: install-html-am
469
470install-html-am:
471
472install-info: install-info-am
473
474install-info-am:
475
476install-man:
477
478install-pdf: install-pdf-am
479
480install-pdf-am:
481
482install-ps: install-ps-am
483
484install-ps-am:
485
486installcheck-am:
487
488maintainer-clean: maintainer-clean-am
489	-rm -rf ./$(DEPDIR)
490	-rm -f Makefile
491maintainer-clean-am: distclean-am maintainer-clean-generic
492
493mostlyclean: mostlyclean-am
494
495mostlyclean-am: mostlyclean-compile mostlyclean-generic \
496	mostlyclean-libtool
497
498pdf: pdf-am
499
500pdf-am:
501
502ps: ps-am
503
504ps-am:
505
506uninstall-am:
507
508.MAKE: all check check-am install install-am install-strip
509
510.PHONY: CTAGS GTAGS all all-am check check-am check-local clean \
511	clean-generic clean-libtool clean-noinstPROGRAMS ctags \
512	distclean distclean-compile distclean-generic \
513	distclean-libtool distclean-tags distdir dvi dvi-am html \
514	html-am info info-am install install-am install-data \
515	install-data-am install-dvi install-dvi-am install-exec \
516	install-exec-am install-html install-html-am install-info \
517	install-info-am install-man install-pdf install-pdf-am \
518	install-ps install-ps-am install-strip installcheck \
519	installcheck-am installdirs maintainer-clean \
520	maintainer-clean-generic mostlyclean mostlyclean-compile \
521	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
522	tags uninstall uninstall-am
523
524#EXTRA_DIST= TAGS
525
526check-local: @DCFD@
527	case "$(noinst_PROGRAMS)" in	\
528	 *dcfd*) ./dcfd -Y ;;		\
529	esac
530$(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
531	@[ -f $@ ] ||							\
532		cp $(top_srcdir)/deps-ver $@
533	@[ -w $@ ] ||							\
534		chmod ug+w $@
535	@cmp $(top_srcdir)/deps-ver $@ > /dev/null || (			\
536		$(MAKE) clean &&					\
537		echo -n "Prior $(subdir)/$(DEPDIR) version " &&		\
538		cat $@ &&						\
539		rm -rf $(DEPDIR) &&					\
540		mkdir $(DEPDIR) && 					\
541		case "$(top_builddir)" in				\
542		 .)							\
543		    ./config.status Makefile depfiles			\
544		    ;;							\
545		 ..)							\
546			cd .. &&					\
547			./config.status $(subdir)/Makefile depfiles &&	\
548			cd $(subdir)					\
549		    ;;							\
550		 *)							\
551		    echo 'Fatal: depsver.mf Automake fragment limited'	\
552			 'to immediate subdirectories.'	&&		\
553		    echo "top_builddir:	$(top_builddir)" &&		\
554		    echo "subdir:	$(subdir)" &&			\
555		    exit 1						\
556		    ;;							\
557		esac &&							\
558		echo -n "Cleaned $(subdir)/$(DEPDIR) version " &&	\
559		cat $(top_srcdir)/deps-ver				\
560	)
561	cp $(top_srcdir)/deps-ver $@
562
563.deps-ver: $(top_srcdir)/deps-ver
564	@[ ! -d $(DEPDIR) ] || $(MAKE) $(DEPDIR)/deps-ver
565	@touch $@
566
567#
568# depsver.mf	included in Makefile.am for directories with .deps
569#
570# When building in the same directory with sources that change over
571# time, such as when tracking using bk, the .deps files can become
572# stale with respect to moved, deleted, or superceded headers.  Most
573# commonly, this would exhibit as make reporting a failure to make a
574# header file which is no longer in the location given.  To address
575# this issue, we use a deps-ver file which is updated with each change
576# that breaks old .deps files.  A copy of deps-ver is made into
577# $(DEPDIR) if not already present.  If $(DEPDIR)/deps-ver is present
578# with different contents than deps-ver, we make clean to ensure all
579# .o files built before the incompatible change are rebuilt along with
580# their updated .deps files, then remove $(DEPDIR) and recreate it as
581# empty stubs.
582#
583# It is normal when configured with --disable-dependency-tracking for
584# the DEPDIR to not have been created.  For this reason, we use the
585# intermediate target .deps-ver, which invokes make recursively if
586# DEPDIR exists.
587#
588# If you modify depsver.mf, please make the changes to the master
589# copy, the one in sntp is copied by the bootstrap script from it.
590#
591# This comment block follows rather than leads the related code so that
592# it stays with it in the generated Makefile.in and Makefile.
593#
594
595# Tell versions [3.59,3.63) of GNU make to not export all variables.
596# Otherwise a system limit (for SysV at least) may be exceeded.
597.NOEXPORT:
598