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@ 66AMTAR = @AMTAR@ 67AMTARFLAGS = @AMTARFLAGS@ 68AWK = @AWK@ 69CC = @CC@ 70CFLAGS = @CFLAGS@ 71CHUTEST = @CHUTEST@ 72CLKTEST = @CLKTEST@ 73CPP = @CPP@ 74DCFD = @DCFD@ 75LDFLAGS = @LDFLAGS@ 76LIBPARSE = @LIBPARSE@ 77LIBRSAREF = @LIBRSAREF@ 78LN_S = @LN_S@ 79MAKEINFO = @MAKEINFO@ 80MAKE_ADJTIMED = @MAKE_ADJTIMED@ 81MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ 82MAKE_LIBPARSE = @MAKE_LIBPARSE@ 83MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@ 84MAKE_LIBRSAREF = @MAKE_LIBRSAREF@ 85MAKE_NTPTIME = @MAKE_NTPTIME@ 86MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@ 87MAKE_TICKADJ = @MAKE_TICKADJ@ 88PACKAGE = @PACKAGE@ 89PATH_SH = @PATH_SH@ 90PROPDELAY = @PROPDELAY@ 91RANLIB = @RANLIB@ 92RSAREF = @RSAREF@ 93TESTDCF = @TESTDCF@ 94U = @U@ 95VERSION = @VERSION@ 96 97#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies 98 99 100AUTOMAKE_OPTIONS = ../util/ansi2knr 101noinst_PROGRAMS = @TESTDCF@ @DCFD@ 102EXTRA_PROGRAMS = testdcf dcfd 103INCLUDES = -I$(top_srcdir)/include 104ETAGS_ARGS = Makefile.am 105subdir = parseutil 106mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 107CONFIG_HEADER = ../config.h 108CONFIG_CLEAN_FILES = 109PROGRAMS = $(noinst_PROGRAMS) 110 111 112DEFS = @DEFS@ -I. -I$(srcdir) -I.. 113CPPFLAGS = @CPPFLAGS@ 114LIBS = @LIBS@ 115ANSI2KNR = ../util/ansi2knr 116dcfd_SOURCES = dcfd.c 117dcfd_OBJECTS = dcfd$U.o 118dcfd_LDADD = $(LDADD) 119dcfd_DEPENDENCIES = 120dcfd_LDFLAGS = 121testdcf_SOURCES = testdcf.c 122testdcf_OBJECTS = testdcf$U.o 123testdcf_LDADD = $(LDADD) 124testdcf_DEPENDENCIES = 125testdcf_LDFLAGS = 126COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 127CCLD = $(CC) 128LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 129DIST_SOURCES = dcfd.c testdcf.c 130DIST_COMMON = README Makefile.am Makefile.in 131 132 133DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 134 135GZIP_ENV = --best 136SOURCES = dcfd.c testdcf.c 137OBJECTS = dcfd$U.o testdcf$U.o 138 139all: all-redirect 140.SUFFIXES: 141.SUFFIXES: .c .o 142$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 143 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps parseutil/Makefile 144 145Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 146 cd $(top_builddir) \ 147 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status 148 149 150mostlyclean-noinstPROGRAMS: 151 152clean-noinstPROGRAMS: 153 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) 154 155distclean-noinstPROGRAMS: 156 157maintainer-clean-noinstPROGRAMS: 158 159.c.o: 160 $(COMPILE) -c $< 161 162mostlyclean-compile: 163 -rm -f *.o core *.core 164 165clean-compile: 166 167distclean-compile: 168 -rm -f *.tab.c 169 170maintainer-clean-compile: 171../util/ansi2knr: ../util/ansi2knr.o 172 cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr 173 174../util/ansi2knr.o: 175 cd ../util && $(MAKE) $(AM_MAKEFLAGS) ansi2knr.o 176 177 178mostlyclean-kr: 179 -rm -f *_.c 180 181clean-kr: 182 183distclean-kr: 184 185maintainer-clean-kr: 186dcfd$U.o: 187 188dcfd: $(dcfd_OBJECTS) $(dcfd_DEPENDENCIES) 189 @rm -f dcfd 190 $(LINK) $(dcfd_LDFLAGS) $(dcfd_OBJECTS) $(dcfd_LDADD) $(LIBS) 191testdcf$U.o: 192 193testdcf: $(testdcf_OBJECTS) $(testdcf_DEPENDENCIES) 194 @rm -f testdcf 195 $(LINK) $(testdcf_LDFLAGS) $(testdcf_OBJECTS) $(testdcf_LDADD) $(LIBS) 196dcfd_.c: dcfd.c $(ANSI2KNR) 197 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/dcfd.c; then echo $(srcdir)/dcfd.c; else echo dcfd.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > dcfd_.c 198testdcf_.c: testdcf.c $(ANSI2KNR) 199 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/testdcf.c; then echo $(srcdir)/testdcf.c; else echo testdcf.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > testdcf_.c 200dcfd_.o testdcf_.o : $(ANSI2KNR) 201 202tags: TAGS 203 204ID: $(HEADERS) $(SOURCES) $(LISP) 205 list='$(SOURCES) $(HEADERS)'; \ 206 unique=`for i in $$list; do echo $$i; done | \ 207 ${AWK:-awk} ' { files[$$0] = 1; } \ 208 END { for (i in files) print i; }'`; \ 209 here=`pwd` && cd $(srcdir) \ 210 && mkid -f$$here/ID $$unique $(LISP) 211 212TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) 213 tags=; \ 214 here=`pwd`; \ 215 list='$(SOURCES) $(HEADERS)'; \ 216 unique=`for i in $$list; do echo $$i; done | \ 217 ${AWK:-awk} ' { files[$$0] = 1; } \ 218 END { for (i in files) print i; }'`; \ 219 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ 220 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) 221 222mostlyclean-tags: 223 224clean-tags: 225 226distclean-tags: 227 -rm -f TAGS ID 228 229maintainer-clean-tags: 230 231distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) 232 233distdir: $(DISTFILES) 234 @for file in $(DISTFILES); do \ 235 d=$(srcdir); \ 236 if test -d $$d/$$file; then \ 237 cp -pr $$d/$$file $(distdir)/$$file; \ 238 else \ 239 test -f $(distdir)/$$file \ 240 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 241 || cp -p $$d/$$file $(distdir)/$$file || :; \ 242 fi; \ 243 done 244dcfd.o dcfd.lo: dcfd.c ../config.h ../include/ntp_stdlib.h \ 245 ../include/ntp_types.h ../include/ntp_machine.h \ 246 ../include/ntp_proto.h ../include/ntp_string.h \ 247 ../include/l_stdlib.h ../include/ntpd.h ../include/ntp_syslog.h \ 248 ../include/ntp_fp.h ../include/ntp.h ../include/ntp_malloc.h \ 249 ../include/ntp_refclock.h ../include/recvbuff.h 250testdcf.o testdcf.lo: testdcf.c ../include/ntp_stdlib.h \ 251 ../include/ntp_types.h ../include/ntp_machine.h ../config.h \ 252 ../include/ntp_proto.h ../include/ntp_string.h \ 253 ../include/l_stdlib.h 254 255info-am: 256info: info-am 257dvi-am: 258dvi: dvi-am 259check-am: all-am 260 $(MAKE) $(AM_MAKEFLAGS) check-local 261check: check-am 262installcheck-am: 263installcheck: installcheck-am 264install-exec-am: 265install-exec: install-exec-am 266 267install-data-am: 268install-data: install-data-am 269 270install-am: all-am 271 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 272install: install-am 273uninstall-am: 274uninstall: uninstall-am 275all-am: Makefile $(PROGRAMS) 276all-redirect: all-am 277install-strip: 278 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install 279installdirs: 280 281 282mostlyclean-generic: 283 284clean-generic: 285 286distclean-generic: 287 -rm -f Makefile $(CONFIG_CLEAN_FILES) 288 -rm -f config.cache config.log stamp-h stamp-h[0-9]* 289 290maintainer-clean-generic: 291mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \ 292 mostlyclean-kr mostlyclean-tags mostlyclean-generic 293 294mostlyclean: mostlyclean-am 295 296clean-am: clean-noinstPROGRAMS clean-compile clean-kr clean-tags \ 297 clean-generic mostlyclean-am 298 299clean: clean-am 300 301distclean-am: distclean-noinstPROGRAMS distclean-compile distclean-kr \ 302 distclean-tags distclean-generic clean-am 303 304distclean: distclean-am 305 306maintainer-clean-am: maintainer-clean-noinstPROGRAMS \ 307 maintainer-clean-compile maintainer-clean-kr \ 308 maintainer-clean-tags maintainer-clean-generic \ 309 distclean-am 310 @echo "This command is intended for maintainers to use;" 311 @echo "it deletes files that may require special tools to rebuild." 312 313maintainer-clean: maintainer-clean-am 314 315.PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \ 316clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \ 317mostlyclean-compile distclean-compile clean-compile \ 318maintainer-clean-compile mostlyclean-kr distclean-kr clean-kr \ 319maintainer-clean-kr tags mostlyclean-tags distclean-tags clean-tags \ 320maintainer-clean-tags distdir info-am info dvi-am dvi check-local check \ 321check-am installcheck-am installcheck install-exec-am install-exec \ 322install-data-am install-data install-am install uninstall-am uninstall \ 323all-redirect all-am all install-strip installdirs mostlyclean-generic \ 324distclean-generic clean-generic maintainer-clean-generic clean \ 325mostlyclean distclean maintainer-clean 326 327#EXTRA_DIST= TAGS 328 329check-local: dcfd 330 ./dcfd -Y 331 332# Tell versions [3.59,3.63) of GNU make to not export all variables. 333# Otherwise a system limit (for SysV at least) may be exceeded. 334.NOEXPORT: 335