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 = ../ansi2knr no-dependencies 102 103 104AUTOMAKE_OPTIONS = ../util/ansi2knr 105noinst_PROGRAMS = @PROPDELAY@ @CHUTEST@ @CLKTEST@ 106EXTRA_PROGRAMS = propdelay chutest clktest 107 108INCLUDES = -I$(top_srcdir)/include 109# We need -lm (and perhaps $(COMPAT) for propdelay, -lntp for {chu,clk}test 110propdelay_LDADD = -lm 111chutest_LDADD = ../libntp/libntp.a 112clktest_LDADD = ../libntp/libntp.a 113ETAGS_ARGS = Makefile.am 114subdir = clockstuff 115mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 116CONFIG_HEADER = ../config.h 117CONFIG_CLEAN_FILES = 118PROGRAMS = $(noinst_PROGRAMS) 119 120 121DEFS = @DEFS@ -I. -I$(srcdir) -I.. 122CPPFLAGS = @CPPFLAGS@ 123LIBS = @LIBS@ 124ANSI2KNR = ../util/ansi2knr 125chutest_SOURCES = chutest.c 126chutest_OBJECTS = chutest$U.o 127chutest_DEPENDENCIES = ../libntp/libntp.a 128chutest_LDFLAGS = 129clktest_SOURCES = clktest.c 130clktest_OBJECTS = clktest$U.o 131clktest_DEPENDENCIES = ../libntp/libntp.a 132clktest_LDFLAGS = 133propdelay_SOURCES = propdelay.c 134propdelay_OBJECTS = propdelay$U.o 135propdelay_DEPENDENCIES = 136propdelay_LDFLAGS = 137COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 138CCLD = $(CC) 139LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 140DIST_SOURCES = chutest.c clktest.c propdelay.c 141DIST_COMMON = README Makefile.am Makefile.in 142 143 144DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 145 146GZIP_ENV = --best 147depcomp = $(SHELL) $(top_srcdir)/depcomp 148DEP_FILES = @AMDEP@ $(DEPDIR)/chutest$U.Po $(DEPDIR)/clktest$U.Po \ 149$(DEPDIR)/propdelay$U.Po 150SOURCES = chutest.c clktest.c propdelay.c 151OBJECTS = chutest$U.o clktest$U.o propdelay$U.o 152 153all: all-redirect 154.SUFFIXES: 155.SUFFIXES: .c .o 156$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 157 cd $(top_srcdir) && $(AUTOMAKE) --gnu clockstuff/Makefile 158 159Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) 160 cd $(top_builddir) \ 161 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 162 163 164mostlyclean-noinstPROGRAMS: 165 166clean-noinstPROGRAMS: 167 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) 168 169distclean-noinstPROGRAMS: 170 171maintainer-clean-noinstPROGRAMS: 172 173mostlyclean-compile: 174 -rm -f *.o core *.core 175 176clean-compile: 177 178distclean-compile: 179 -rm -f *.tab.c 180 181maintainer-clean-compile: 182../util/ansi2knr: ../util/ansi2knr.o 183 cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr 184 185../util/ansi2knr.o: 186 cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr.o 187 188 189mostlyclean-kr: 190 -rm -f *_.c 191 192clean-kr: 193 194distclean-kr: 195 196maintainer-clean-kr: 197 198propdelay: $(propdelay_OBJECTS) $(propdelay_DEPENDENCIES) 199 @rm -f propdelay 200 $(LINK) $(propdelay_LDFLAGS) $(propdelay_OBJECTS) $(propdelay_LDADD) $(LIBS) 201chutest_.c: chutest.c $(ANSI2KNR) 202 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/chutest.c; then echo $(srcdir)/chutest.c; else echo chutest.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > chutest_.c 203clktest_.c: clktest.c $(ANSI2KNR) 204 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/clktest.c; then echo $(srcdir)/clktest.c; else echo clktest.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > clktest_.c 205propdelay_.c: propdelay.c $(ANSI2KNR) 206 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/propdelay.c; then echo $(srcdir)/propdelay.c; else echo propdelay.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > propdelay_.c 207chutest_.o clktest_.o propdelay_.o : $(ANSI2KNR) 208 209tags: TAGS 210 211ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 212 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ 213 unique=`for i in $$list; do \ 214 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 215 done | \ 216 $(AWK) ' { files[$$0] = 1; } \ 217 END { for (i in files) print i; }'`; \ 218 mkid -f$$here/ID $$unique $(LISP) 219 220TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 221 $(TAGS_FILES) $(LISP) 222 tags=; \ 223 here=`pwd`; \ 224 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \ 225 unique=`for i in $$list; do \ 226 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 227 done | \ 228 $(AWK) ' { files[$$0] = 1; } \ 229 END { for (i in files) print i; }'`; \ 230 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ 231 || etags $(ETAGS_ARGS) $$tags $$unique $(LISP) 232 233mostlyclean-tags: 234 235clean-tags: 236 237distclean-tags: 238 -rm -f TAGS ID 239 240maintainer-clean-tags: 241 242distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) 243 244distdir: $(DISTFILES) 245 @for file in $(DISTFILES); do \ 246 d=$(srcdir); \ 247 if test -d $$d/$$file; then \ 248 cp -pR $$d/$$file $(distdir); \ 249 else \ 250 test -f $(distdir)/$$file \ 251 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 252 || cp -p $$d/$$file $(distdir)/$$file || :; \ 253 fi; \ 254 done 255 256@AMDEP@include $(DEPDIR)/chutest$U.Po 257@AMDEP@include $(DEPDIR)/clktest$U.Po 258@AMDEP@include $(DEPDIR)/propdelay$U.Po 259 260mostlyclean-depend: 261 262clean-depend: 263 264distclean-depend: 265 -rm -rf $(DEPDIR) 266 267maintainer-clean-depend: 268 269@AMDEP@CCDEPMODE = @CCDEPMODE@ 270 271.c.o: 272@AMDEP@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 273@AMDEP@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 274@AMDEP@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 275 $(COMPILE) -c -o $@ $< 276 277info-am: 278info: info-am 279dvi-am: 280dvi: dvi-am 281check-am: all-am 282check: check-am 283installcheck-am: 284installcheck: installcheck-am 285install-exec-am: 286install-exec: install-exec-am 287 288install-data-am: 289install-data: install-data-am 290 291install-am: all-am 292 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 293install: install-am 294uninstall-am: 295uninstall: uninstall-am 296all-am: Makefile $(PROGRAMS) 297all-redirect: all-am 298install-strip: 299 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install 300installdirs: 301 302 303mostlyclean-generic: 304 305clean-generic: 306 307distclean-generic: 308 -rm -f Makefile $(CONFIG_CLEAN_FILES) 309 -rm -f config.cache config.log stamp-h stamp-h[0-9]* 310 311maintainer-clean-generic: 312 -rm -f Makefile.in 313mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \ 314 mostlyclean-kr mostlyclean-tags mostlyclean-depend \ 315 mostlyclean-generic 316 317mostlyclean: mostlyclean-am 318 319clean-am: clean-noinstPROGRAMS clean-compile clean-kr clean-tags \ 320 clean-depend clean-generic mostlyclean-am 321 322clean: clean-am 323 324distclean-am: distclean-noinstPROGRAMS distclean-compile distclean-kr \ 325 distclean-tags distclean-depend distclean-generic \ 326 clean-am 327 328distclean: distclean-am 329 330maintainer-clean-am: maintainer-clean-noinstPROGRAMS \ 331 maintainer-clean-compile maintainer-clean-kr \ 332 maintainer-clean-tags maintainer-clean-depend \ 333 maintainer-clean-generic distclean-am 334 @echo "This command is intended for maintainers to use;" 335 @echo "it deletes files that may require special tools to rebuild." 336 337maintainer-clean: maintainer-clean-am 338 339.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \ 340clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \ 341mostlyclean-compile distclean-compile clean-compile \ 342maintainer-clean-compile mostlyclean-kr distclean-kr clean-kr \ 343maintainer-clean-kr tags mostlyclean-tags distclean-tags clean-tags \ 344maintainer-clean-tags distdir mostlyclean-depend distclean-depend \ 345clean-depend maintainer-clean-depend info-am info dvi-am dvi check \ 346check-am installcheck-am installcheck install-exec-am install-exec \ 347install-data-am install-data install-am install uninstall-am uninstall \ 348all-redirect all-am all install-strip installdirs mostlyclean-generic \ 349distclean-generic clean-generic maintainer-clean-generic clean \ 350mostlyclean distclean maintainer-clean 351 352#EXTRA_DIST = TAGS 353 354chutest: ../libntp/libntp.a 355 356clktest: ../libntp/libntp.a 357 358# Tell versions [3.59,3.63) of GNU make to not export all variables. 359# Otherwise a system limit (for SysV at least) may be exceeded. 360.NOEXPORT: 361