1# Makefile.in generated by automake 1.11 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 6# Inc. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16@SET_MAKE@ 17 18VPATH = @srcdir@ 19pkgdatadir = $(datadir)/@PACKAGE@ 20pkgincludedir = $(includedir)/@PACKAGE@ 21pkglibdir = $(libdir)/@PACKAGE@ 22pkglibexecdir = $(libexecdir)/@PACKAGE@ 23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 24install_sh_DATA = $(install_sh) -c -m 644 25install_sh_PROGRAM = $(install_sh) -c 26install_sh_SCRIPT = $(install_sh) -c 27INSTALL_HEADER = $(INSTALL_DATA) 28transform = $(program_transform_name) 29NORMAL_INSTALL = : 30PRE_INSTALL = : 31POST_INSTALL = : 32NORMAL_UNINSTALL = : 33PRE_UNINSTALL = : 34POST_UNINSTALL = : 35build_triplet = @build@ 36host_triplet = @host@ 37subdir = kernel/sys 38DIST_COMMON = README $(noinst_HEADERS) $(srcdir)/Makefile.am \ 39 $(srcdir)/Makefile.in 40ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 41am__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \ 42 $(top_srcdir)/m4/define_dir.m4 \ 43 $(top_srcdir)/m4/hs_ulong_const.m4 \ 44 $(top_srcdir)/m4/os_cflags.m4 $(top_srcdir)/version.m4 \ 45 $(top_srcdir)/configure.ac 46am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 47 $(ACLOCAL_M4) 48mkinstalldirs = $(install_sh) -d 49CONFIG_HEADER = $(top_builddir)/config.h 50CONFIG_CLEAN_FILES = 51CONFIG_CLEAN_VPATH_FILES = 52SOURCES = 53DIST_SOURCES = 54HEADERS = $(noinst_HEADERS) 55ETAGS = etags 56CTAGS = ctags 57DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 58ACLOCAL = @ACLOCAL@ 59AMTAR = @AMTAR@ 60AR = @AR@ 61ARLIB_DIR = @ARLIB_DIR@ 62AUTOCONF = @AUTOCONF@ 63AUTOHEADER = @AUTOHEADER@ 64AUTOMAKE = @AUTOMAKE@ 65AWK = @AWK@ 66BINSUBDIR = @BINSUBDIR@ 67CC = @CC@ 68CCDEPMODE = @CCDEPMODE@ 69CFLAGS = @CFLAGS@ 70CHUTEST = @CHUTEST@ 71CLKTEST = @CLKTEST@ 72CPP = @CPP@ 73CPPFLAGS = @CPPFLAGS@ 74CYGPATH_W = @CYGPATH_W@ 75DCFD = @DCFD@ 76DEFS = @DEFS@ 77DEPDIR = @DEPDIR@ 78ECHO = @ECHO@ 79ECHO_C = @ECHO_C@ 80ECHO_N = @ECHO_N@ 81ECHO_T = @ECHO_T@ 82EF_LIBS = @EF_LIBS@ 83EF_PROGS = @EF_PROGS@ 84EGREP = @EGREP@ 85EXEEXT = @EXEEXT@ 86GREP = @GREP@ 87HAVE_INLINE = @HAVE_INLINE@ 88INSTALL = @INSTALL@ 89INSTALL_DATA = @INSTALL_DATA@ 90INSTALL_PROGRAM = @INSTALL_PROGRAM@ 91INSTALL_SCRIPT = @INSTALL_SCRIPT@ 92INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 93LCRYPTO = @LCRYPTO@ 94LDFLAGS = @LDFLAGS@ 95LIBOBJS = @LIBOBJS@ 96LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@ 97LIBOPTS_DIR = @LIBOPTS_DIR@ 98LIBOPTS_LDADD = @LIBOPTS_LDADD@ 99LIBPARSE = @LIBPARSE@ 100LIBS = @LIBS@ 101LIBTOOL = @LIBTOOL@ 102LN_S = @LN_S@ 103LSCF = @LSCF@ 104LTLIBOBJS = @LTLIBOBJS@ 105MAKEINFO = @MAKEINFO@ 106MAKE_ADJTIMED = @MAKE_ADJTIMED@ 107MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@ 108MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ 109MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@ 110MAKE_LIBPARSE = @MAKE_LIBPARSE@ 111MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@ 112MAKE_NTPDSIM = @MAKE_NTPDSIM@ 113MAKE_NTPTIME = @MAKE_NTPTIME@ 114MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@ 115MAKE_TICKADJ = @MAKE_TICKADJ@ 116MAKE_TIMETRIM = @MAKE_TIMETRIM@ 117MKDIR_P = @MKDIR_P@ 118OBJEXT = @OBJEXT@ 119OPENSSL = @OPENSSL@ 120OPENSSL_INC = @OPENSSL_INC@ 121OPENSSL_LIB = @OPENSSL_LIB@ 122PACKAGE = @PACKAGE@ 123PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 124PACKAGE_NAME = @PACKAGE_NAME@ 125PACKAGE_STRING = @PACKAGE_STRING@ 126PACKAGE_TARNAME = @PACKAGE_TARNAME@ 127PACKAGE_URL = @PACKAGE_URL@ 128PACKAGE_VERSION = @PACKAGE_VERSION@ 129PATH_PERL = @PATH_PERL@ 130PATH_SEPARATOR = @PATH_SEPARATOR@ 131PATH_SH = @PATH_SH@ 132PROPDELAY = @PROPDELAY@ 133RANLIB = @RANLIB@ 134READLINE_LIBS = @READLINE_LIBS@ 135SET_MAKE = @SET_MAKE@ 136SHELL = @SHELL@ 137STRIP = @STRIP@ 138TESTDCF = @TESTDCF@ 139U = @U@ 140VERSION = @VERSION@ 141abs_builddir = @abs_builddir@ 142abs_srcdir = @abs_srcdir@ 143abs_top_builddir = @abs_top_builddir@ 144abs_top_srcdir = @abs_top_srcdir@ 145ac_ct_CC = @ac_ct_CC@ 146am__include = @am__include@ 147am__leading_dot = @am__leading_dot@ 148am__quote = @am__quote@ 149am__tar = @am__tar@ 150am__untar = @am__untar@ 151bindir = @bindir@ 152build = @build@ 153build_alias = @build_alias@ 154build_cpu = @build_cpu@ 155build_os = @build_os@ 156build_vendor = @build_vendor@ 157builddir = @builddir@ 158datadir = @datadir@ 159datarootdir = @datarootdir@ 160docdir = @docdir@ 161dvidir = @dvidir@ 162exec_prefix = @exec_prefix@ 163host = @host@ 164host_alias = @host_alias@ 165host_cpu = @host_cpu@ 166host_os = @host_os@ 167host_vendor = @host_vendor@ 168htmldir = @htmldir@ 169includedir = @includedir@ 170infodir = @infodir@ 171install_sh = @install_sh@ 172libdir = @libdir@ 173libexecdir = @libexecdir@ 174localedir = @localedir@ 175localstatedir = @localstatedir@ 176mandir = @mandir@ 177mkdir_p = @mkdir_p@ 178oldincludedir = @oldincludedir@ 179pdfdir = @pdfdir@ 180prefix = @prefix@ 181program_transform_name = @program_transform_name@ 182psdir = @psdir@ 183sbindir = @sbindir@ 184sharedstatedir = @sharedstatedir@ 185srcdir = @srcdir@ 186subdirs = @subdirs@ 187sysconfdir = @sysconfdir@ 188target_alias = @target_alias@ 189top_build_prefix = @top_build_prefix@ 190top_builddir = @top_builddir@ 191top_srcdir = @top_srcdir@ 192 193#AUTOMAKE_OPTIONS = ../../util/ansi2knr no-dependencies 194AUTOMAKE_OPTIONS = ../../util/ansi2knr 195noinst_HEADERS = bsd_audioirig.h chudefs.h clkdefs.h i8253.h parsestreams.h \ 196 pcl720.h ppsclock.h timex.h tpro.h tt560_api.h 197 198#EXTRA_DIST= TAGS 199# HMS: Avoid bug in automake 200#ETAGS_ARGS = "" 201ETAGS_ARGS = Makefile.am 202all: all-am 203 204.SUFFIXES: 205$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 206 @for dep in $?; do \ 207 case '$(am__configure_deps)' in \ 208 *$$dep*) \ 209 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 210 && { if test -f $@; then exit 0; else break; fi; }; \ 211 exit 1;; \ 212 esac; \ 213 done; \ 214 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign kernel/sys/Makefile'; \ 215 $(am__cd) $(top_srcdir) && \ 216 $(AUTOMAKE) --foreign kernel/sys/Makefile 217.PRECIOUS: Makefile 218Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 219 @case '$?' in \ 220 *config.status*) \ 221 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 222 *) \ 223 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 224 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 225 esac; 226 227$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 228 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 229 230$(top_srcdir)/configure: $(am__configure_deps) 231 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 232$(ACLOCAL_M4): $(am__aclocal_m4_deps) 233 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 234$(am__aclocal_m4_deps): 235 236mostlyclean-libtool: 237 -rm -f *.lo 238 239clean-libtool: 240 -rm -rf .libs _libs 241 242ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 243 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 244 unique=`for i in $$list; do \ 245 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 246 done | \ 247 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 248 END { if (nonempty) { for (i in files) print i; }; }'`; \ 249 mkid -fID $$unique 250tags: TAGS 251 252TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 253 $(TAGS_FILES) $(LISP) 254 set x; \ 255 here=`pwd`; \ 256 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 257 unique=`for i in $$list; do \ 258 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 259 done | \ 260 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 261 END { if (nonempty) { for (i in files) print i; }; }'`; \ 262 shift; \ 263 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 264 test -n "$$unique" || unique=$$empty_fix; \ 265 if test $$# -gt 0; then \ 266 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 267 "$$@" $$unique; \ 268 else \ 269 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 270 $$unique; \ 271 fi; \ 272 fi 273ctags: CTAGS 274CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 275 $(TAGS_FILES) $(LISP) 276 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 277 unique=`for i in $$list; do \ 278 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 279 done | \ 280 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 281 END { if (nonempty) { for (i in files) print i; }; }'`; \ 282 test -z "$(CTAGS_ARGS)$$unique" \ 283 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 284 $$unique 285 286GTAGS: 287 here=`$(am__cd) $(top_builddir) && pwd` \ 288 && $(am__cd) $(top_srcdir) \ 289 && gtags -i $(GTAGS_ARGS) "$$here" 290 291distclean-tags: 292 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 293 294distdir: $(DISTFILES) 295 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 296 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 297 list='$(DISTFILES)'; \ 298 dist_files=`for file in $$list; do echo $$file; done | \ 299 sed -e "s|^$$srcdirstrip/||;t" \ 300 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 301 case $$dist_files in \ 302 */*) $(MKDIR_P) `echo "$$dist_files" | \ 303 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 304 sort -u` ;; \ 305 esac; \ 306 for file in $$dist_files; do \ 307 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 308 if test -d $$d/$$file; then \ 309 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 310 if test -d "$(distdir)/$$file"; then \ 311 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 312 fi; \ 313 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 314 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 315 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 316 fi; \ 317 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 318 else \ 319 test -f "$(distdir)/$$file" \ 320 || cp -p $$d/$$file "$(distdir)/$$file" \ 321 || exit 1; \ 322 fi; \ 323 done 324check-am: all-am 325check: check-am 326all-am: Makefile $(HEADERS) 327installdirs: 328install: install-am 329install-exec: install-exec-am 330install-data: install-data-am 331uninstall: uninstall-am 332 333install-am: all-am 334 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 335 336installcheck: installcheck-am 337install-strip: 338 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 339 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 340 `test -z '$(STRIP)' || \ 341 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 342mostlyclean-generic: 343 344clean-generic: 345 346distclean-generic: 347 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 348 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 349 350maintainer-clean-generic: 351 @echo "This command is intended for maintainers to use" 352 @echo "it deletes files that may require special tools to rebuild." 353clean: clean-am 354 355clean-am: clean-generic clean-libtool mostlyclean-am 356 357distclean: distclean-am 358 -rm -f Makefile 359distclean-am: clean-am distclean-generic distclean-tags 360 361dvi: dvi-am 362 363dvi-am: 364 365html: html-am 366 367html-am: 368 369info: info-am 370 371info-am: 372 373install-data-am: 374 375install-dvi: install-dvi-am 376 377install-dvi-am: 378 379install-exec-am: 380 381install-html: install-html-am 382 383install-html-am: 384 385install-info: install-info-am 386 387install-info-am: 388 389install-man: 390 391install-pdf: install-pdf-am 392 393install-pdf-am: 394 395install-ps: install-ps-am 396 397install-ps-am: 398 399installcheck-am: 400 401maintainer-clean: maintainer-clean-am 402 -rm -f Makefile 403maintainer-clean-am: distclean-am maintainer-clean-generic 404 405mostlyclean: mostlyclean-am 406 407mostlyclean-am: mostlyclean-generic mostlyclean-libtool 408 409pdf: pdf-am 410 411pdf-am: 412 413ps: ps-am 414 415ps-am: 416 417uninstall-am: 418 419.MAKE: install-am install-strip 420 421.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 422 clean-libtool ctags distclean distclean-generic \ 423 distclean-libtool distclean-tags distdir dvi dvi-am html \ 424 html-am info info-am install install-am install-data \ 425 install-data-am install-dvi install-dvi-am install-exec \ 426 install-exec-am install-html install-html-am install-info \ 427 install-info-am install-man install-pdf install-pdf-am \ 428 install-ps install-ps-am install-strip installcheck \ 429 installcheck-am installdirs maintainer-clean \ 430 maintainer-clean-generic mostlyclean mostlyclean-generic \ 431 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ 432 uninstall-am 433 434 435# Tell versions [3.59,3.63) of GNU make to not export all variables. 436# Otherwise a system limit (for SysV at least) may be exceeded. 437.NOEXPORT: 438