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 115bin_PROGRAMS = ntpq 116INCLUDES = -I$(top_srcdir)/include 117# LDADD might need RESLIB and ADJLIB 118LDADD = version.o ../libntp/libntp.a @LIBRSAREF@ 119DISTCLEANFILES = .version version.c 120noinst_HEADERS = ntpq.h 121#EXTRA_DIST = ntpq.mak 122ETAGS_ARGS = Makefile.am 123 124ntpq_SOURCES = ntpq.c ntpq_ops.c 125subdir = ntpq 126mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 127CONFIG_HEADER = $(top_builddir)/config.h 128CONFIG_CLEAN_FILES = 129bin_PROGRAMS = ntpq$(EXEEXT) 130PROGRAMS = $(bin_PROGRAMS) 131 132am_ntpq_OBJECTS = ntpq$U.$(OBJEXT) ntpq_ops$U.$(OBJEXT) 133ntpq_OBJECTS = $(am_ntpq_OBJECTS) 134ntpq_LDADD = $(LDADD) 135ntpq_DEPENDENCIES = version.o ../libntp/libntp.a 136ntpq_LDFLAGS = 137 138DEFS = @DEFS@ 139DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) 140CPPFLAGS = @CPPFLAGS@ 141LDFLAGS = @LDFLAGS@ 142LIBS = @LIBS@ 143depcomp = $(SHELL) $(top_srcdir)/depcomp 144@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/ntpq$U.Po $(DEPDIR)/ntpq_ops$U.Po 145COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 146 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 147CCLD = $(CC) 148LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 149DIST_SOURCES = $(ntpq_SOURCES) 150HEADERS = $(noinst_HEADERS) 151 152DIST_COMMON = README $(noinst_HEADERS) Makefile.am Makefile.in 153SOURCES = $(ntpq_SOURCES) 154 155all: all-am 156 157.SUFFIXES: 158.SUFFIXES: .c .o .obj 159$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 160 cd $(top_srcdir) && \ 161 $(AUTOMAKE) --gnu ntpq/Makefile 162Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 163 cd $(top_builddir) && \ 164 CONFIG_HEADERS= CONFIG_LINKS= \ 165 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status 166install-binPROGRAMS: $(bin_PROGRAMS) 167 @$(NORMAL_INSTALL) 168 $(mkinstalldirs) $(DESTDIR)$(bindir) 169 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 170 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 171 if test -f $$p \ 172 ; then \ 173 f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \ 174 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f"; \ 175 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f; \ 176 else :; fi; \ 177 done 178 179uninstall-binPROGRAMS: 180 @$(NORMAL_UNINSTALL) 181 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 182 f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ 183 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ 184 rm -f $(DESTDIR)$(bindir)/$$f; \ 185 done 186 187clean-binPROGRAMS: 188 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 189ntpq$(EXEEXT): $(ntpq_OBJECTS) $(ntpq_DEPENDENCIES) 190 @rm -f ntpq$(EXEEXT) 191 $(LINK) $(ntpq_LDFLAGS) $(ntpq_OBJECTS) $(ntpq_LDADD) $(LIBS) 192 193mostlyclean-compile: 194 -rm -f *.$(OBJEXT) core *.core 195 196distclean-compile: 197 -rm -f *.tab.c 198 199ANSI2KNR = ../util/ansi2knr 200../util/ansi2knr: 201 cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr 202 203mostlyclean-kr: 204 -rm -f *_.c 205 206@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ntpq$U.Po@am__quote@ 207@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/ntpq_ops$U.Po@am__quote@ 208 209distclean-depend: 210 -rm -rf $(DEPDIR) 211 212.c.o: 213@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 214@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 215@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 216 $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$< 217 218.c.obj: 219@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 220@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 221@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 222 $(COMPILE) -c `cygpath -w $<` 223CCDEPMODE = @CCDEPMODE@ 224ntpq_.c: ntpq.c $(ANSI2KNR) 225 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntpq.c; then echo $(srcdir)/ntpq.c; else echo ntpq.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntpq_.c || rm -f ntpq_.c 226ntpq_ops_.c: ntpq_ops.c $(ANSI2KNR) 227 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/ntpq_ops.c; then echo $(srcdir)/ntpq_ops.c; else echo ntpq_ops.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > ntpq_ops_.c || rm -f ntpq_ops_.c 228ntpq_.$(OBJEXT) ntpq_ops_.$(OBJEXT) : $(ANSI2KNR) 229uninstall-info-am: 230 231tags: TAGS 232 233ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 234 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ 235 unique=`for i in $$list; do \ 236 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 237 done | \ 238 $(AWK) ' { files[$$0] = 1; } \ 239 END { for (i in files) print i; }'`; \ 240 mkid -fID $$unique $(LISP) 241 242TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 243 $(TAGS_FILES) $(LISP) 244 tags=; \ 245 here=`pwd`; \ 246 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ 247 unique=`for i in $$list; do \ 248 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 249 done | \ 250 $(AWK) ' { files[$$0] = 1; } \ 251 END { for (i in files) print i; }'`; \ 252 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ 253 || etags $(ETAGS_ARGS) $$tags $$unique $(LISP) 254 255GTAGS: 256 here=`CDPATH=: && cd $(top_builddir) && pwd` \ 257 && cd $(top_srcdir) \ 258 && gtags -i $(GTAGS_ARGS) $$here 259 260distclean-tags: 261 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH 262 263DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 264 265top_distdir = .. 266distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 267 268distdir: $(DISTFILES) 269 @for file in $(DISTFILES); do \ 270 if test -f $$file; then d=.; else d=$(srcdir); fi; \ 271 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 272 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 273 $(mkinstalldirs) "$(distdir)/$$dir"; \ 274 fi; \ 275 if test -d $$d/$$file; then \ 276 cp -pR $$d/$$file $(distdir) \ 277 || exit 1; \ 278 else \ 279 test -f $(distdir)/$$file \ 280 || cp -p $$d/$$file $(distdir)/$$file \ 281 || exit 1; \ 282 fi; \ 283 done 284check-am: all-am 285check: check-am 286all-am: Makefile $(PROGRAMS) $(HEADERS) 287 288installdirs: 289 $(mkinstalldirs) $(DESTDIR)$(bindir) 290 291install: install-am 292install-exec: install-exec-am 293install-data: install-data-am 294uninstall: uninstall-am 295 296install-am: all-am 297 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 298 299installcheck: installcheck-am 300install-strip: 301 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 302 `test -z '$(STRIP)' || \ 303 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 304mostlyclean-generic: 305 306clean-generic: 307 308distclean-generic: 309 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]* 310 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 311 312maintainer-clean-generic: 313 @echo "This command is intended for maintainers to use" 314 @echo "it deletes files that may require special tools to rebuild." 315clean: clean-am 316 317clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 318 319distclean: distclean-am 320 321distclean-am: clean-am distclean-compile distclean-depend \ 322 distclean-generic distclean-tags 323 324dvi: dvi-am 325 326dvi-am: 327 328info: info-am 329 330info-am: 331 332install-data-am: 333 334install-exec-am: install-binPROGRAMS 335 336install-info: install-info-am 337 338install-man: 339 340installcheck-am: 341 342maintainer-clean: maintainer-clean-am 343 344maintainer-clean-am: distclean-am maintainer-clean-generic 345 346mostlyclean: mostlyclean-am 347 348mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr 349 350uninstall-am: uninstall-binPROGRAMS uninstall-info-am 351 352.PHONY: GTAGS all all-am check check-am clean clean-binPROGRAMS \ 353 clean-generic distclean distclean-compile distclean-depend \ 354 distclean-generic distclean-tags distdir dvi dvi-am info \ 355 info-am install install-am install-binPROGRAMS install-data \ 356 install-data-am install-exec install-exec-am install-info \ 357 install-info-am install-man install-strip installcheck \ 358 installcheck-am installdirs maintainer-clean \ 359 maintainer-clean-generic mostlyclean mostlyclean-compile \ 360 mostlyclean-generic mostlyclean-kr tags uninstall uninstall-am \ 361 uninstall-binPROGRAMS uninstall-info-am 362 363 364$(PROGRAMS): $(LDADD) 365 366../libntp/libntp.a: 367 cd ../libntp && $(MAKE) 368 369version.o: $(ntpq_OBJECTS) ../libntp/libntp.a @LIBRSAREF@ Makefile 370 env CSET=`cat $(top_srcdir)/version` $(top_builddir)/scripts/mkver ntpq 371 $(COMPILE) -c version.c 372# Tell versions [3.59,3.63) of GNU make to not export all variables. 373# Otherwise a system limit (for SysV at least) may be exceeded. 374.NOEXPORT: 375