File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / ntp / parseutil / Makefile.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue May 29 12:08:37 2012 UTC (12 years, 1 month ago) by misho
Branches: ntp, MAIN
CVS tags: v4_2_6p5p0, v4_2_6p5, HEAD
ntp 4.2.6p5

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>