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