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@ 66AMDEP = @AMDEP@ 67AMTAR = @AMTAR@ 68AWK = @AWK@ 69CC = @CC@ 70CFLAGS = @CFLAGS@ 71CHUTEST = @CHUTEST@ 72CLKTEST = @CLKTEST@ 73CPP = @CPP@ 74CXX = @CXX@ 75CXXCPP = @CXXCPP@ 76DCFD = @DCFD@ 77DEPDIR = @DEPDIR@ 78LDFLAGS = @LDFLAGS@ 79LIBPARSE = @LIBPARSE@ 80LIBRSAREF = @LIBRSAREF@ 81LN_S = @LN_S@ 82MAKEINFO = @MAKEINFO@ 83MAKE_ADJTIMED = @MAKE_ADJTIMED@ 84MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ 85MAKE_LIBPARSE = @MAKE_LIBPARSE@ 86MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@ 87MAKE_LIBRSAREF = @MAKE_LIBRSAREF@ 88MAKE_NTPTIME = @MAKE_NTPTIME@ 89MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@ 90MAKE_TICKADJ = @MAKE_TICKADJ@ 91PACKAGE = @PACKAGE@ 92PATH_SH = @PATH_SH@ 93PROPDELAY = @PROPDELAY@ 94RANLIB = @RANLIB@ 95RSAREF = @RSAREF@ 96TESTDCF = @TESTDCF@ 97U = @U@ 98VERSION = @VERSION@ 99install_sh = @install_sh@ 100 101#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies 102 103 104AUTOMAKE_OPTIONS = ../util/ansi2knr 105ETAGS_ARGS = $(srcdir)/Makefile.am 106#EXTRA_DIST = TAGS 107 108noinst_HEADERS = \ 109 adjtime.h \ 110 ascii.h \ 111 audio.h \ 112 binio.h \ 113 global.h \ 114 gps.h \ 115 icom.h \ 116 ieee754io.h \ 117 iosignal.h \ 118 l_stdlib.h \ 119 mbg_gps166.h \ 120 md5.h \ 121 mx4200.h \ 122 ntif.h \ 123 ntp.h \ 124 ntp_calendar.h \ 125 ntp_control.h \ 126 ntp_datum.h \ 127 ntp_filegen.h \ 128 ntp_fp.h \ 129 ntp_if.h \ 130 ntp_io.h \ 131 ntp_machine.h \ 132 ntp_malloc.h \ 133 ntp_proto.h \ 134 ntp_refclock.h \ 135 ntp_request.h \ 136 ntp_select.h \ 137 ntp_stdlib.h \ 138 ntp_string.h \ 139 ntp_syscall.h \ 140 ntp_syslog.h \ 141 ntp_types.h \ 142 ntp_unixtime.h \ 143 ntpd.h \ 144 parse.h \ 145 parse_conf.h \ 146 recvbuff.h \ 147 trimble.h 148 149subdir = include 150mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 151CONFIG_HEADER = ../config.h 152CONFIG_CLEAN_FILES = 153DIST_SOURCES = 154HEADERS = $(noinst_HEADERS) 155 156DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in 157 158 159DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 160 161GZIP_ENV = --best 162all: all-redirect 163.SUFFIXES: 164$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 165 cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile 166 167Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) 168 cd $(top_builddir) \ 169 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 170 171 172tags: TAGS 173 174ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 175 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ 176 unique=`for i in $$list; do \ 177 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 178 done | \ 179 $(AWK) ' { files[$$0] = 1; } \ 180 END { for (i in files) print i; }'`; \ 181 mkid -f$$here/ID $$unique $(LISP) 182 183TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 184 $(TAGS_FILES) $(LISP) 185 tags=; \ 186 here=`pwd`; \ 187 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ 188 unique=`for i in $$list; do \ 189 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 190 done | \ 191 $(AWK) ' { files[$$0] = 1; } \ 192 END { for (i in files) print i; }'`; \ 193 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ 194 || etags $(ETAGS_ARGS) $$tags $$unique $(LISP) 195 196mostlyclean-tags: 197 198clean-tags: 199 200distclean-tags: 201 -rm -f TAGS ID 202 203maintainer-clean-tags: 204 205distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) 206 207distdir: $(DISTFILES) 208 @for file in $(DISTFILES); do \ 209 d=$(srcdir); \ 210 if test -d $$d/$$file; then \ 211 cp -pR $$d/$$file $(distdir); \ 212 else \ 213 test -f $(distdir)/$$file \ 214 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 215 || cp -p $$d/$$file $(distdir)/$$file || :; \ 216 fi; \ 217 done 218info-am: 219info: info-am 220dvi-am: 221dvi: dvi-am 222check-am: all-am 223check: check-am 224installcheck-am: 225installcheck: installcheck-am 226install-exec-am: 227install-exec: install-exec-am 228 229install-data-am: 230install-data: install-data-am 231 232install-am: all-am 233 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 234install: install-am 235uninstall-am: 236uninstall: uninstall-am 237all-am: Makefile $(HEADERS) 238all-redirect: all-am 239install-strip: 240 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install 241installdirs: 242 243 244mostlyclean-generic: 245 246clean-generic: 247 248distclean-generic: 249 -rm -f Makefile $(CONFIG_CLEAN_FILES) 250 -rm -f config.cache config.log stamp-h stamp-h[0-9]* 251 252maintainer-clean-generic: 253 -rm -f Makefile.in 254mostlyclean-am: mostlyclean-tags mostlyclean-generic 255 256mostlyclean: mostlyclean-am 257 258clean-am: clean-tags clean-generic mostlyclean-am 259 260clean: clean-am 261 262distclean-am: distclean-tags distclean-generic clean-am 263 264distclean: distclean-am 265 266maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \ 267 distclean-am 268 @echo "This command is intended for maintainers to use;" 269 @echo "it deletes files that may require special tools to rebuild." 270 271maintainer-clean: maintainer-clean-am 272 273.PHONY: tags mostlyclean-tags distclean-tags clean-tags \ 274maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \ 275installcheck-am installcheck install-exec-am install-exec \ 276install-data-am install-data install-am install uninstall-am uninstall \ 277all-redirect all-am all install-strip installdirs mostlyclean-generic \ 278distclean-generic clean-generic maintainer-clean-generic clean \ 279mostlyclean distclean maintainer-clean 280 281 282# Tell versions [3.59,3.63) of GNU make to not export all variables. 283# Otherwise a system limit (for SysV at least) may be exceeded. 284.NOEXPORT: 285