# Generated automatically from Makefile.in by configure.
# Makefile.in generated automatically by automake 1.2 from Makefile.am

# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.

#AUTOMAKE_OPTIONS = no-dependencies


SHELL = /bin/sh

srcdir = .
top_srcdir = ..
prefix = /usr/athena
exec_prefix = ${prefix}

bindir = ${exec_prefix}/bin
sbindir = ${exec_prefix}/etc
libexecdir = ${exec_prefix}/libexec
datadir = ${exec_prefix}/lib
sysconfdir = /etc/athena
sharedstatedir = ${prefix}/com
localstatedir = ${prefix}/var
libdir = ${exec_prefix}/lib
infodir = ${prefix}/info
mandir = ${prefix}/man
includedir = ${prefix}/include
oldincludedir = /usr/include

pkgdatadir = $(datadir)/xntp3
pkglibdir = $(libdir)/xntp3
pkgincludedir = $(includedir)/xntp3

top_builddir = ..

ACLOCAL = /u1/accounts/jweiss/athena-xntp/third/xntp/missing aclocal
AUTOCONF = /u1/accounts/jweiss/athena-xntp/third/xntp/missing autoconf
AUTOMAKE = /u1/accounts/jweiss/athena-xntp/third/xntp/missing automake
AUTOHEADER = /u1/accounts/jweiss/athena-xntp/third/xntp/missing autoheader

INSTALL = /usr/bin/install -c
INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
transform = s,x,x,

NORMAL_INSTALL = true
PRE_INSTALL = true
POST_INSTALL = true
NORMAL_UNINSTALL = true
PRE_UNINSTALL = true
POST_UNINSTALL = true
build_alias = i386-unknown-netbsd1.3.2
build_triplet = i386-unknown-netbsd1.3.2
host_alias = i386-unknown-netbsd1.3.2
host_triplet = i386-unknown-netbsd1.3.2
target_alias = i386-unknown-netbsd1.3.2
target_triplet = i386-unknown-netbsd1.3.2
AUTHCERT = 
AUTHSPEED = 
AWK = awk
CC = cc
CFLAGS = -g -Wall -pipe
CHUTEST = 
CLKTEST = 
CPP = cc -E
DCFD = 
KEYPARITY = 
LDFLAGS = -L/usr/athena/lib
LIBPARSE = 
LN_S = ln -s
MAKEINFO = /u1/accounts/jweiss/athena-xntp/third/xntp/missing makeinfo
MAKEIPFP = 
MAKEPC1 = 
MAKEPC2 = 
MAKESP = 
MAKE_ADJTIMED = 
MAKE_LIBPARSE = 
MAKE_LIBPARSE_KERNEL = 
MAKE_NTPTIME = ntptime
MAKE_PARSEKMODULE = 
MAKE_TICKADJ = tickadj
MD5DRIVER = 
MKRANDKEYS = 
OMAKEIPFP = 
PACKAGE = xntp3
PROPDELAY = 
RANLIB = ranlib
TESTDCF = 
UNIXCERT = 
VERSION = 5.91

noinst_HEADERS = adjtime.h gps.h in.h l_stdlib.h md5.h mx4200.h ntif.h \
ntp.h ntp_calendar.h ntp_control.h ntp_datum.h ntp_filegen.h ntp_fp.h \
ntp_if.h ntp_io.h ntp_machine.h ntp_malloc.h ntp_proto.h ntp_refclock.h \
ntp_request.h ntp_select.h ntp_stdlib.h ntp_string.h ntp_syslog.h ntp_types.h \
ntp_unixtime.h ntpd.h parse.h parse_conf.h 

ETAGS_ARGS = $(srcdir)/Makefile.am
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
CONFIG_CLEAN_FILES = 
HEADERS =  $(noinst_HEADERS)

DIST_COMMON =  README Makefile.am Makefile.in


DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)

TAR = gtar
GZIP = --best
default: all

.SUFFIXES:

Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
	cd $(top_builddir) \
	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status


tags: TAGS

ID: $(HEADERS) $(SOURCES)
	here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)

TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES)
	tags=; \
	here=`pwd`; \
	test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $(SOURCES) $(HEADERS) -o $$here/TAGS)

mostlyclean-tags:

clean-tags:

distclean-tags:
	rm -f TAGS ID

maintainer-clean-tags:

distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = include

distdir: $(DISTFILES)
	@for file in $(DISTFILES); do \
	  d=$(srcdir); \
	  test -f $(distdir)/$$file \
	  || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
	  || cp -p $$d/$$file $(distdir)/$$file; \
	done
info:
dvi:
check: all
	$(MAKE)
installcheck:
install-exec: 
	@$(NORMAL_INSTALL)

install-data: 
	@$(NORMAL_INSTALL)

install: install-exec install-data all
	@:

uninstall: 

all: Makefile $(HEADERS)

install-strip:
	$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
installdirs:


mostlyclean-generic:
	test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)

clean-generic:
	test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)

distclean-generic:
	rm -f Makefile $(DISTCLEANFILES)
	rm -f config.cache config.log stamp-h stamp-h[0-9]*
	test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)

maintainer-clean-generic:
	test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
	test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
mostlyclean:  mostlyclean-tags mostlyclean-generic

clean:  clean-tags clean-generic mostlyclean

distclean:  distclean-tags distclean-generic clean
	rm -f config.status

maintainer-clean:  maintainer-clean-tags maintainer-clean-generic \
		distclean
	@echo "This command is intended for maintainers to use;"
	@echo "it deletes files that may require special tools to rebuild."

.PHONY: default tags mostlyclean-tags distclean-tags clean-tags \
maintainer-clean-tags distdir info dvi installcheck install-exec \
install-data install uninstall all installdirs mostlyclean-generic \
distclean-generic clean-generic maintainer-clean-generic clean \
mostlyclean distclean maintainer-clean

#EXTRA_DIST = TAGS

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
