1# Makefile.in generated automatically by automake 1.5 from Makefile.am. 2 3# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 4# Free Software Foundation, Inc. 5# This Makefile.in is free software; the Free Software Foundation 6# gives unlimited permission to copy and/or distribute it, 7# with or without modifications, as long as this notice is preserved. 8 9# This program is distributed in the hope that it will be useful, 10# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 12# PARTICULAR PURPOSE. 13 14@SET_MAKE@ 15 16#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies 17 18SHELL = @SHELL@ 19 20srcdir = @srcdir@ 21top_srcdir = @top_srcdir@ 22VPATH = @srcdir@ 23prefix = @prefix@ 24exec_prefix = @exec_prefix@ 25 26bindir = @bindir@ 27sbindir = @sbindir@ 28libexecdir = @libexecdir@ 29datadir = @datadir@ 30sysconfdir = @sysconfdir@ 31sharedstatedir = @sharedstatedir@ 32localstatedir = @localstatedir@ 33libdir = @libdir@ 34infodir = @infodir@ 35mandir = @mandir@ 36includedir = @includedir@ 37oldincludedir = /usr/include 38pkgdatadir = $(datadir)/@PACKAGE@ 39pkglibdir = $(libdir)/@PACKAGE@ 40pkgincludedir = $(includedir)/@PACKAGE@ 41top_builddir = .. 42 43ACLOCAL = @ACLOCAL@ 44AUTOCONF = @AUTOCONF@ 45AUTOMAKE = @AUTOMAKE@ 46AUTOHEADER = @AUTOHEADER@ 47 48INSTALL = @INSTALL@ 49INSTALL_PROGRAM = @INSTALL_PROGRAM@ 50INSTALL_DATA = @INSTALL_DATA@ 51INSTALL_SCRIPT = @INSTALL_SCRIPT@ 52INSTALL_HEADER = $(INSTALL_DATA) 53transform = @program_transform_name@ 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@ 67AUTOKEY = @AUTOKEY@ 68AWK = @AWK@ 69CC = @CC@ 70CFLAGS = @CFLAGS@ 71CHUTEST = @CHUTEST@ 72CLKTEST = @CLKTEST@ 73CPP = @CPP@ 74DCFD = @DCFD@ 75DEPDIR = @DEPDIR@ 76EF_LIBS = @EF_LIBS@ 77EF_PROGS = @EF_PROGS@ 78EXEEXT = @EXEEXT@ 79INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 80LDFLAGS = @LDFLAGS@ 81LIBPARSE = @LIBPARSE@ 82LIBRSAREF = @LIBRSAREF@ 83LN_S = @LN_S@ 84MAKE_ADJTIMED = @MAKE_ADJTIMED@ 85MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ 86MAKE_LIBPARSE = @MAKE_LIBPARSE@ 87MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@ 88MAKE_LIBRSAREF = @MAKE_LIBRSAREF@ 89MAKE_NTPTIME = @MAKE_NTPTIME@ 90MAKE_NTP_GENKEYS = @MAKE_NTP_GENKEYS@ 91MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@ 92MAKE_TICKADJ = @MAKE_TICKADJ@ 93MAKE_TIMETRIM = @MAKE_TIMETRIM@ 94OBJEXT = @OBJEXT@ 95OPENSSL = @OPENSSL@ 96OPENSSL_INC = @OPENSSL_INC@ 97OPENSSL_LIB = @OPENSSL_LIB@ 98PACKAGE = @PACKAGE@ 99PATH_PERL = @PATH_PERL@ 100PATH_SH = @PATH_SH@ 101PROPDELAY = @PROPDELAY@ 102RANLIB = @RANLIB@ 103RSADIR = @RSADIR@ 104RSAOBJS = @RSAOBJS@ 105RSAREF = @RSAREF@ 106RSASRCS = @RSASRCS@ 107TESTDCF = @TESTDCF@ 108U = @U@ 109VERSION = @VERSION@ 110am__include = @am__include@ 111am__quote = @am__quote@ 112install_sh = @install_sh@ 113 114AUTOMAKE_OPTIONS = ../util/ansi2knr 115ETAGS_ARGS = $(srcdir)/Makefile.am 116 117#EXTRA_DIST = TAGS 118noinst_HEADERS = \ 119 adjtime.h \ 120 audio.h \ 121 ascii.h \ 122 audio.h \ 123 binio.h \ 124 global.h \ 125 gps.h \ 126 hopf6039.h \ 127 icom.h \ 128 ieee754io.h \ 129 iosignal.h \ 130 l_stdlib.h \ 131 mbg_gps166.h \ 132 md5.h \ 133 mx4200.h \ 134 ntif.h \ 135 ntp.h \ 136 ntp_calendar.h \ 137 ntp_cmdargs.h \ 138 ntp_config.h \ 139 ntp_control.h \ 140 ntp_crypto.h \ 141 ntp_datum.h \ 142 ntp_filegen.h \ 143 ntp_fp.h \ 144 ntp_if.h \ 145 ntp_io.h \ 146 ntp_machine.h \ 147 ntp_malloc.h \ 148 ntp_proto.h \ 149 ntp_refclock.h \ 150 ntp_request.h \ 151 ntp_select.h \ 152 ntp_stdlib.h \ 153 ntp_string.h \ 154 ntp_syscall.h \ 155 ntp_syslog.h \ 156 ntp_tty.h \ 157 ntp_types.h \ 158 ntp_unixtime.h \ 159 ntpd.h \ 160 parse.h \ 161 parse_conf.h \ 162 recvbuff.h \ 163 trimble.h 164 165subdir = include 166mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 167CONFIG_HEADER = $(top_builddir)/config.h 168CONFIG_CLEAN_FILES = 169DIST_SOURCES = 170HEADERS = $(noinst_HEADERS) 171 172DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in 173all: all-am 174 175.SUFFIXES: 176$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 177 cd $(top_srcdir) && \ 178 $(AUTOMAKE) --gnu include/Makefile 179Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 180 cd $(top_builddir) && \ 181 CONFIG_HEADERS= CONFIG_LINKS= \ 182 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status 183uninstall-info-am: 184 185tags: TAGS 186 187ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 188 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ 189 unique=`for i in $$list; do \ 190 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 191 done | \ 192 $(AWK) ' { files[$$0] = 1; } \ 193 END { for (i in files) print i; }'`; \ 194 mkid -fID $$unique $(LISP) 195 196TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 197 $(TAGS_FILES) $(LISP) 198 tags=; \ 199 here=`pwd`; \ 200 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ 201 unique=`for i in $$list; do \ 202 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 203 done | \ 204 $(AWK) ' { files[$$0] = 1; } \ 205 END { for (i in files) print i; }'`; \ 206 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ 207 || etags $(ETAGS_ARGS) $$tags $$unique $(LISP) 208 209GTAGS: 210 here=`CDPATH=: && cd $(top_builddir) && pwd` \ 211 && cd $(top_srcdir) \ 212 && gtags -i $(GTAGS_ARGS) $$here 213 214distclean-tags: 215 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH 216 217DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 218 219top_distdir = .. 220distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 221 222distdir: $(DISTFILES) 223 @for file in $(DISTFILES); do \ 224 if test -f $$file; then d=.; else d=$(srcdir); fi; \ 225 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 226 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 227 $(mkinstalldirs) "$(distdir)/$$dir"; \ 228 fi; \ 229 if test -d $$d/$$file; then \ 230 cp -pR $$d/$$file $(distdir) \ 231 || exit 1; \ 232 else \ 233 test -f $(distdir)/$$file \ 234 || cp -p $$d/$$file $(distdir)/$$file \ 235 || exit 1; \ 236 fi; \ 237 done 238check-am: all-am 239check: check-am 240all-am: Makefile $(HEADERS) 241 242installdirs: 243 244install: install-am 245install-exec: install-exec-am 246install-data: install-data-am 247uninstall: uninstall-am 248 249install-am: all-am 250 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 251 252installcheck: installcheck-am 253install-strip: 254 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 255 `test -z '$(STRIP)' || \ 256 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 257mostlyclean-generic: 258 259clean-generic: 260 261distclean-generic: 262 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]* 263 264maintainer-clean-generic: 265 @echo "This command is intended for maintainers to use" 266 @echo "it deletes files that may require special tools to rebuild." 267clean: clean-am 268 269clean-am: clean-generic mostlyclean-am 270 271distclean: distclean-am 272 273distclean-am: clean-am distclean-generic distclean-tags 274 275dvi: dvi-am 276 277dvi-am: 278 279info: info-am 280 281info-am: 282 283install-data-am: 284 285install-exec-am: 286 287install-info: install-info-am 288 289install-man: 290 291installcheck-am: 292 293maintainer-clean: maintainer-clean-am 294 295maintainer-clean-am: distclean-am maintainer-clean-generic 296 297mostlyclean: mostlyclean-am 298 299mostlyclean-am: mostlyclean-generic 300 301uninstall-am: uninstall-info-am 302 303.PHONY: GTAGS all all-am check check-am clean clean-generic distclean \ 304 distclean-generic distclean-tags distdir dvi dvi-am info \ 305 info-am install install-am install-data install-data-am \ 306 install-exec install-exec-am install-info install-info-am \ 307 install-man install-strip installcheck installcheck-am \ 308 installdirs maintainer-clean maintainer-clean-generic \ 309 mostlyclean mostlyclean-generic tags uninstall uninstall-am \ 310 uninstall-info-am 311 312# Tell versions [3.59,3.63) of GNU make to not export all variables. 313# Otherwise a system limit (for SysV at least) may be exceeded. 314.NOEXPORT: 315