1# Makefile.in generated automatically by automake 1.4a from Makefile.am 2 3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. 4# This Makefile.in is free software; the Free Software Foundation 5# gives unlimited permission to copy and/or distribute it, 6# with or without modifications, as long as this notice is preserved. 7 8# This program is distributed in the hope that it will be useful, 9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 11# PARTICULAR PURPOSE. 12 13SHELL = @SHELL@ 14 15srcdir = @srcdir@ 16top_srcdir = @top_srcdir@ 17VPATH = @srcdir@ 18prefix = @prefix@ 19exec_prefix = @exec_prefix@ 20 21bindir = @bindir@ 22sbindir = @sbindir@ 23libexecdir = @libexecdir@ 24datadir = @datadir@ 25sysconfdir = @sysconfdir@ 26sharedstatedir = @sharedstatedir@ 27localstatedir = @localstatedir@ 28libdir = @libdir@ 29infodir = @infodir@ 30mandir = @mandir@ 31includedir = @includedir@ 32oldincludedir = /usr/include 33 34DESTDIR = 35 36pkgdatadir = $(datadir)/@PACKAGE@ 37pkglibdir = $(libdir)/@PACKAGE@ 38pkgincludedir = $(includedir)/@PACKAGE@ 39 40top_builddir = .. 41 42ACLOCAL = @ACLOCAL@ 43AUTOCONF = @AUTOCONF@ 44AUTOMAKE = @AUTOMAKE@ 45AUTOHEADER = @AUTOHEADER@ 46 47INSTALL = @INSTALL@ 48INSTALL_PROGRAM = @INSTALL_PROGRAM@ 49INSTALL_DATA = @INSTALL_DATA@ 50INSTALL_SCRIPT = @INSTALL_SCRIPT@ 51INSTALL_STRIP_FLAG = 52transform = @program_transform_name@ 53 54NORMAL_INSTALL = : 55PRE_INSTALL = : 56POST_INSTALL = : 57NORMAL_UNINSTALL = : 58PRE_UNINSTALL = : 59POST_UNINSTALL = : 60build_alias = @build_alias@ 61build_triplet = @build@ 62host_alias = @host_alias@ 63host_triplet = @host@ 64target_alias = @target_alias@ 65target_triplet = @target@ 66AMTAR = @AMTAR@ 67AMTARFLAGS = @AMTARFLAGS@ 68AWK = @AWK@ 69CC = @CC@ 70CFLAGS = @CFLAGS@ 71CHUTEST = @CHUTEST@ 72CLKTEST = @CLKTEST@ 73CPP = @CPP@ 74DCFD = @DCFD@ 75LDFLAGS = @LDFLAGS@ 76LIBPARSE = @LIBPARSE@ 77LIBRSAREF = @LIBRSAREF@ 78LN_S = @LN_S@ 79MAKEINFO = @MAKEINFO@ 80MAKE_ADJTIMED = @MAKE_ADJTIMED@ 81MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ 82MAKE_LIBPARSE = @MAKE_LIBPARSE@ 83MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@ 84MAKE_LIBRSAREF = @MAKE_LIBRSAREF@ 85MAKE_NTPTIME = @MAKE_NTPTIME@ 86MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@ 87MAKE_TICKADJ = @MAKE_TICKADJ@ 88PACKAGE = @PACKAGE@ 89PATH_SH = @PATH_SH@ 90PROPDELAY = @PROPDELAY@ 91RANLIB = @RANLIB@ 92RSAREF = @RSAREF@ 93TESTDCF = @TESTDCF@ 94U = @U@ 95VERSION = @VERSION@ 96 97 98noinst_SCRIPTS = mkver ntpver 99subdir = scripts 100mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 101CONFIG_HEADER = ../config.h 102CONFIG_CLEAN_FILES = mkver ntpver 103SCRIPTS = $(noinst_SCRIPTS) 104 105DIST_SOURCES = 106DIST_COMMON = README Makefile.am Makefile.in mkver.in ntpver.in 107 108 109DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 110 111GZIP_ENV = --best 112all: all-redirect 113.SUFFIXES: 114$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 115 cd $(top_srcdir) && $(AUTOMAKE) --gnu scripts/Makefile 116 117Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) 118 cd $(top_builddir) \ 119 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 120 121mkver: $(top_builddir)/config.status mkver.in 122 cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 123ntpver: $(top_builddir)/config.status ntpver.in 124 cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 125tags: TAGS 126TAGS: 127 128 129distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) 130 131distdir: $(DISTFILES) 132 here=`cd $(top_builddir) && pwd`; \ 133 top_distdir=`cd $(top_distdir) && pwd`; \ 134 distdir=`cd $(distdir) && pwd`; \ 135 cd $(top_srcdir) \ 136 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu scripts/Makefile 137 @for file in $(DISTFILES); do \ 138 d=$(srcdir); \ 139 if test -d $$d/$$file; then \ 140 cp -pr $$d/$$file $(distdir)/$$file; \ 141 else \ 142 test -f $(distdir)/$$file \ 143 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 144 || cp -p $$d/$$file $(distdir)/$$file || :; \ 145 fi; \ 146 done 147info-am: 148info: info-am 149dvi-am: 150dvi: dvi-am 151check-am: all-am 152check: check-am 153installcheck-am: 154installcheck: installcheck-am 155install-exec-am: 156install-exec: install-exec-am 157 158install-data-am: 159install-data: install-data-am 160 161install-am: all-am 162 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 163install: install-am 164uninstall-am: 165uninstall: uninstall-am 166all-am: Makefile $(SCRIPTS) 167all-redirect: all-am 168install-strip: 169 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install 170installdirs: 171 172 173mostlyclean-generic: 174 175clean-generic: 176 177distclean-generic: 178 -rm -f Makefile $(CONFIG_CLEAN_FILES) 179 -rm -f config.cache config.log stamp-h stamp-h[0-9]* 180 181maintainer-clean-generic: 182mostlyclean-am: mostlyclean-generic 183 184mostlyclean: mostlyclean-am 185 186clean-am: clean-generic mostlyclean-am 187 188clean: clean-am 189 190distclean-am: distclean-generic clean-am 191 192distclean: distclean-am 193 194maintainer-clean-am: maintainer-clean-generic distclean-am 195 @echo "This command is intended for maintainers to use;" 196 @echo "it deletes files that may require special tools to rebuild." 197 198maintainer-clean: maintainer-clean-am 199 200.PHONY: tags distdir info-am info dvi-am dvi check check-am \ 201installcheck-am installcheck install-exec-am install-exec \ 202install-data-am install-data install-am install uninstall-am uninstall \ 203all-redirect all-am all install-strip installdirs mostlyclean-generic \ 204distclean-generic clean-generic maintainer-clean-generic clean \ 205mostlyclean distclean maintainer-clean 206 207 208# Tell versions [3.59,3.63) of GNU make to not export all variables. 209# Otherwise a system limit (for SysV at least) may be exceeded. 210.NOEXPORT: 211