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 = include 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 = 54RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 55 html-recursive info-recursive install-data-recursive \ 56 install-dvi-recursive install-exec-recursive \ 57 install-html-recursive install-info-recursive \ 58 install-pdf-recursive install-ps-recursive install-recursive \ 59 installcheck-recursive installdirs-recursive pdf-recursive \ 60 ps-recursive uninstall-recursive 61HEADERS = $(noinst_HEADERS) 62RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 63 distclean-recursive maintainer-clean-recursive 64AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 65 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 66 distdir 67ETAGS = etags 68CTAGS = ctags 69DIST_SUBDIRS = $(SUBDIRS) 70DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 71am__relativize = \ 72 dir0=`pwd`; \ 73 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 74 sed_rest='s,^[^/]*/*,,'; \ 75 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 76 sed_butlast='s,/*[^/]*$$,,'; \ 77 while test -n "$$dir1"; do \ 78 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 79 if test "$$first" != "."; then \ 80 if test "$$first" = ".."; then \ 81 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 82 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 83 else \ 84 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 85 if test "$$first2" = "$$first"; then \ 86 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 87 else \ 88 dir2="../$$dir2"; \ 89 fi; \ 90 dir0="$$dir0"/"$$first"; \ 91 fi; \ 92 fi; \ 93 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 94 done; \ 95 reldir="$$dir2" 96ACLOCAL = @ACLOCAL@ 97AMTAR = @AMTAR@ 98AR = @AR@ 99ARLIB_DIR = @ARLIB_DIR@ 100AUTOCONF = @AUTOCONF@ 101AUTOHEADER = @AUTOHEADER@ 102AUTOMAKE = @AUTOMAKE@ 103AWK = @AWK@ 104BINSUBDIR = @BINSUBDIR@ 105CC = @CC@ 106CCDEPMODE = @CCDEPMODE@ 107CFLAGS = @CFLAGS@ 108CHUTEST = @CHUTEST@ 109CLKTEST = @CLKTEST@ 110CPP = @CPP@ 111CPPFLAGS = @CPPFLAGS@ 112CYGPATH_W = @CYGPATH_W@ 113DCFD = @DCFD@ 114DEFS = @DEFS@ 115DEPDIR = @DEPDIR@ 116ECHO = @ECHO@ 117ECHO_C = @ECHO_C@ 118ECHO_N = @ECHO_N@ 119ECHO_T = @ECHO_T@ 120EF_LIBS = @EF_LIBS@ 121EF_PROGS = @EF_PROGS@ 122EGREP = @EGREP@ 123EXEEXT = @EXEEXT@ 124GREP = @GREP@ 125HAVE_INLINE = @HAVE_INLINE@ 126INSTALL = @INSTALL@ 127INSTALL_DATA = @INSTALL_DATA@ 128INSTALL_PROGRAM = @INSTALL_PROGRAM@ 129INSTALL_SCRIPT = @INSTALL_SCRIPT@ 130INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 131LCRYPTO = @LCRYPTO@ 132LDFLAGS = @LDFLAGS@ 133LIBOBJS = @LIBOBJS@ 134LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@ 135LIBOPTS_DIR = @LIBOPTS_DIR@ 136LIBOPTS_LDADD = @LIBOPTS_LDADD@ 137LIBPARSE = @LIBPARSE@ 138LIBS = @LIBS@ 139LIBTOOL = @LIBTOOL@ 140LN_S = @LN_S@ 141LSCF = @LSCF@ 142LTLIBOBJS = @LTLIBOBJS@ 143MAKEINFO = @MAKEINFO@ 144MAKE_ADJTIMED = @MAKE_ADJTIMED@ 145MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@ 146MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ 147MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@ 148MAKE_LIBPARSE = @MAKE_LIBPARSE@ 149MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@ 150MAKE_NTPDSIM = @MAKE_NTPDSIM@ 151MAKE_NTPTIME = @MAKE_NTPTIME@ 152MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@ 153MAKE_TICKADJ = @MAKE_TICKADJ@ 154MAKE_TIMETRIM = @MAKE_TIMETRIM@ 155MKDIR_P = @MKDIR_P@ 156OBJEXT = @OBJEXT@ 157OPENSSL = @OPENSSL@ 158OPENSSL_INC = @OPENSSL_INC@ 159OPENSSL_LIB = @OPENSSL_LIB@ 160PACKAGE = @PACKAGE@ 161PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 162PACKAGE_NAME = @PACKAGE_NAME@ 163PACKAGE_STRING = @PACKAGE_STRING@ 164PACKAGE_TARNAME = @PACKAGE_TARNAME@ 165PACKAGE_URL = @PACKAGE_URL@ 166PACKAGE_VERSION = @PACKAGE_VERSION@ 167PATH_PERL = @PATH_PERL@ 168PATH_SEPARATOR = @PATH_SEPARATOR@ 169PATH_SH = @PATH_SH@ 170PROPDELAY = @PROPDELAY@ 171RANLIB = @RANLIB@ 172READLINE_LIBS = @READLINE_LIBS@ 173SET_MAKE = @SET_MAKE@ 174SHELL = @SHELL@ 175STRIP = @STRIP@ 176TESTDCF = @TESTDCF@ 177U = @U@ 178VERSION = @VERSION@ 179abs_builddir = @abs_builddir@ 180abs_srcdir = @abs_srcdir@ 181abs_top_builddir = @abs_top_builddir@ 182abs_top_srcdir = @abs_top_srcdir@ 183ac_ct_CC = @ac_ct_CC@ 184am__include = @am__include@ 185am__leading_dot = @am__leading_dot@ 186am__quote = @am__quote@ 187am__tar = @am__tar@ 188am__untar = @am__untar@ 189bindir = @bindir@ 190build = @build@ 191build_alias = @build_alias@ 192build_cpu = @build_cpu@ 193build_os = @build_os@ 194build_vendor = @build_vendor@ 195builddir = @builddir@ 196datadir = @datadir@ 197datarootdir = @datarootdir@ 198docdir = @docdir@ 199dvidir = @dvidir@ 200exec_prefix = @exec_prefix@ 201host = @host@ 202host_alias = @host_alias@ 203host_cpu = @host_cpu@ 204host_os = @host_os@ 205host_vendor = @host_vendor@ 206htmldir = @htmldir@ 207includedir = @includedir@ 208infodir = @infodir@ 209install_sh = @install_sh@ 210libdir = @libdir@ 211libexecdir = @libexecdir@ 212localedir = @localedir@ 213localstatedir = @localstatedir@ 214mandir = @mandir@ 215mkdir_p = @mkdir_p@ 216oldincludedir = @oldincludedir@ 217pdfdir = @pdfdir@ 218prefix = @prefix@ 219program_transform_name = @program_transform_name@ 220psdir = @psdir@ 221sbindir = @sbindir@ 222sharedstatedir = @sharedstatedir@ 223srcdir = @srcdir@ 224subdirs = @subdirs@ 225sysconfdir = @sysconfdir@ 226target_alias = @target_alias@ 227top_build_prefix = @top_build_prefix@ 228top_builddir = @top_builddir@ 229top_srcdir = @top_srcdir@ 230 231#AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies 232AUTOMAKE_OPTIONS = ../util/ansi2knr 233ETAGS_ARGS = $(srcdir)/Makefile.am 234EXTRA_DIST = autogen-version.def copyright.def debug-opt.def homerc.def version.def 235SUBDIRS = isc 236noinst_HEADERS = \ 237 adjtime.h \ 238 audio.h \ 239 ascii.h \ 240 audio.h \ 241 binio.h \ 242 global.h \ 243 gps.h \ 244 hopf6039.h \ 245 icom.h \ 246 ieee754io.h \ 247 iosignal.h \ 248 l_stdlib.h \ 249 mbg_gps166.h \ 250 mx4200.h \ 251 ntif.h \ 252 ntp.h \ 253 ntp_calendar.h \ 254 ntp_cmdargs.h \ 255 ntp_config.h \ 256 ntp_control.h \ 257 ntp_crypto.h \ 258 ntp_datum.h \ 259 ntp_debug.h \ 260 ntp_filegen.h \ 261 ntp_fp.h \ 262 ntp_if.h \ 263 ntp_io.h \ 264 ntp_machine.h \ 265 ntp_malloc.h \ 266 ntp_md5.h \ 267 ntp_proto.h \ 268 ntp_random.h \ 269 ntp_refclock.h \ 270 ntp_request.h \ 271 ntp_rfc2553.h \ 272 ntp_select.h \ 273 ntp_sprintf.h \ 274 ntp_stdlib.h \ 275 ntp_string.h \ 276 ntp_syscall.h \ 277 ntp_syslog.h \ 278 ntp_tty.h \ 279 ntp_types.h \ 280 ntp_unixtime.h \ 281 ntpd.h \ 282 ntpsim.h \ 283 parse.h \ 284 parse_conf.h \ 285 recvbuff.h \ 286 rsa_md5.h \ 287 timepps-SCO.h \ 288 timepps-Solaris.h \ 289 timepps-SunOS.h \ 290 trimble.h 291 292all: all-recursive 293 294.SUFFIXES: 295$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 296 @for dep in $?; do \ 297 case '$(am__configure_deps)' in \ 298 *$$dep*) \ 299 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 300 && { if test -f $@; then exit 0; else break; fi; }; \ 301 exit 1;; \ 302 esac; \ 303 done; \ 304 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \ 305 $(am__cd) $(top_srcdir) && \ 306 $(AUTOMAKE) --foreign include/Makefile 307.PRECIOUS: Makefile 308Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 309 @case '$?' in \ 310 *config.status*) \ 311 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 312 *) \ 313 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 314 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 315 esac; 316 317$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 318 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 319 320$(top_srcdir)/configure: $(am__configure_deps) 321 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 322$(ACLOCAL_M4): $(am__aclocal_m4_deps) 323 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 324$(am__aclocal_m4_deps): 325 326mostlyclean-libtool: 327 -rm -f *.lo 328 329clean-libtool: 330 -rm -rf .libs _libs 331 332# This directory's subdirectories are mostly independent; you can cd 333# into them and run `make' without going through this Makefile. 334# To change the values of `make' variables: instead of editing Makefiles, 335# (1) if the variable is set in `config.status', edit `config.status' 336# (which will cause the Makefiles to be regenerated when you run `make'); 337# (2) otherwise, pass the desired values on the `make' command line. 338$(RECURSIVE_TARGETS): 339 @failcom='exit 1'; \ 340 for f in x $$MAKEFLAGS; do \ 341 case $$f in \ 342 *=* | --[!k]*);; \ 343 *k*) failcom='fail=yes';; \ 344 esac; \ 345 done; \ 346 dot_seen=no; \ 347 target=`echo $@ | sed s/-recursive//`; \ 348 list='$(SUBDIRS)'; for subdir in $$list; do \ 349 echo "Making $$target in $$subdir"; \ 350 if test "$$subdir" = "."; then \ 351 dot_seen=yes; \ 352 local_target="$$target-am"; \ 353 else \ 354 local_target="$$target"; \ 355 fi; \ 356 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 357 || eval $$failcom; \ 358 done; \ 359 if test "$$dot_seen" = "no"; then \ 360 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 361 fi; test -z "$$fail" 362 363$(RECURSIVE_CLEAN_TARGETS): 364 @failcom='exit 1'; \ 365 for f in x $$MAKEFLAGS; do \ 366 case $$f in \ 367 *=* | --[!k]*);; \ 368 *k*) failcom='fail=yes';; \ 369 esac; \ 370 done; \ 371 dot_seen=no; \ 372 case "$@" in \ 373 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 374 *) list='$(SUBDIRS)' ;; \ 375 esac; \ 376 rev=''; for subdir in $$list; do \ 377 if test "$$subdir" = "."; then :; else \ 378 rev="$$subdir $$rev"; \ 379 fi; \ 380 done; \ 381 rev="$$rev ."; \ 382 target=`echo $@ | sed s/-recursive//`; \ 383 for subdir in $$rev; do \ 384 echo "Making $$target in $$subdir"; \ 385 if test "$$subdir" = "."; then \ 386 local_target="$$target-am"; \ 387 else \ 388 local_target="$$target"; \ 389 fi; \ 390 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 391 || eval $$failcom; \ 392 done && test -z "$$fail" 393tags-recursive: 394 list='$(SUBDIRS)'; for subdir in $$list; do \ 395 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 396 done 397ctags-recursive: 398 list='$(SUBDIRS)'; for subdir in $$list; do \ 399 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 400 done 401 402ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 403 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 404 unique=`for i in $$list; do \ 405 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 406 done | \ 407 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 408 END { if (nonempty) { for (i in files) print i; }; }'`; \ 409 mkid -fID $$unique 410tags: TAGS 411 412TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 413 $(TAGS_FILES) $(LISP) 414 set x; \ 415 here=`pwd`; \ 416 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 417 include_option=--etags-include; \ 418 empty_fix=.; \ 419 else \ 420 include_option=--include; \ 421 empty_fix=; \ 422 fi; \ 423 list='$(SUBDIRS)'; for subdir in $$list; do \ 424 if test "$$subdir" = .; then :; else \ 425 test ! -f $$subdir/TAGS || \ 426 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 427 fi; \ 428 done; \ 429 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 430 unique=`for i in $$list; do \ 431 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 432 done | \ 433 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 434 END { if (nonempty) { for (i in files) print i; }; }'`; \ 435 shift; \ 436 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 437 test -n "$$unique" || unique=$$empty_fix; \ 438 if test $$# -gt 0; then \ 439 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 440 "$$@" $$unique; \ 441 else \ 442 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 443 $$unique; \ 444 fi; \ 445 fi 446ctags: CTAGS 447CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 448 $(TAGS_FILES) $(LISP) 449 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 450 unique=`for i in $$list; do \ 451 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 452 done | \ 453 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 454 END { if (nonempty) { for (i in files) print i; }; }'`; \ 455 test -z "$(CTAGS_ARGS)$$unique" \ 456 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 457 $$unique 458 459GTAGS: 460 here=`$(am__cd) $(top_builddir) && pwd` \ 461 && $(am__cd) $(top_srcdir) \ 462 && gtags -i $(GTAGS_ARGS) "$$here" 463 464distclean-tags: 465 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 466 467distdir: $(DISTFILES) 468 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 469 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 470 list='$(DISTFILES)'; \ 471 dist_files=`for file in $$list; do echo $$file; done | \ 472 sed -e "s|^$$srcdirstrip/||;t" \ 473 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 474 case $$dist_files in \ 475 */*) $(MKDIR_P) `echo "$$dist_files" | \ 476 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 477 sort -u` ;; \ 478 esac; \ 479 for file in $$dist_files; do \ 480 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 481 if test -d $$d/$$file; then \ 482 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 483 if test -d "$(distdir)/$$file"; then \ 484 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 485 fi; \ 486 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 487 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 488 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 489 fi; \ 490 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 491 else \ 492 test -f "$(distdir)/$$file" \ 493 || cp -p $$d/$$file "$(distdir)/$$file" \ 494 || exit 1; \ 495 fi; \ 496 done 497 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 498 if test "$$subdir" = .; then :; else \ 499 test -d "$(distdir)/$$subdir" \ 500 || $(MKDIR_P) "$(distdir)/$$subdir" \ 501 || exit 1; \ 502 fi; \ 503 done 504 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 505 if test "$$subdir" = .; then :; else \ 506 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 507 $(am__relativize); \ 508 new_distdir=$$reldir; \ 509 dir1=$$subdir; dir2="$(top_distdir)"; \ 510 $(am__relativize); \ 511 new_top_distdir=$$reldir; \ 512 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 513 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 514 ($(am__cd) $$subdir && \ 515 $(MAKE) $(AM_MAKEFLAGS) \ 516 top_distdir="$$new_top_distdir" \ 517 distdir="$$new_distdir" \ 518 am__remove_distdir=: \ 519 am__skip_length_check=: \ 520 am__skip_mode_fix=: \ 521 distdir) \ 522 || exit 1; \ 523 fi; \ 524 done 525check-am: all-am 526check: check-recursive 527all-am: Makefile $(HEADERS) 528installdirs: installdirs-recursive 529installdirs-am: 530install: install-recursive 531install-exec: install-exec-recursive 532install-data: install-data-recursive 533uninstall: uninstall-recursive 534 535install-am: all-am 536 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 537 538installcheck: installcheck-recursive 539install-strip: 540 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 541 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 542 `test -z '$(STRIP)' || \ 543 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 544mostlyclean-generic: 545 546clean-generic: 547 548distclean-generic: 549 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 550 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 551 552maintainer-clean-generic: 553 @echo "This command is intended for maintainers to use" 554 @echo "it deletes files that may require special tools to rebuild." 555clean: clean-recursive 556 557clean-am: clean-generic clean-libtool mostlyclean-am 558 559distclean: distclean-recursive 560 -rm -f Makefile 561distclean-am: clean-am distclean-generic distclean-tags 562 563dvi: dvi-recursive 564 565dvi-am: 566 567html: html-recursive 568 569html-am: 570 571info: info-recursive 572 573info-am: 574 575install-data-am: 576 577install-dvi: install-dvi-recursive 578 579install-dvi-am: 580 581install-exec-am: 582 583install-html: install-html-recursive 584 585install-html-am: 586 587install-info: install-info-recursive 588 589install-info-am: 590 591install-man: 592 593install-pdf: install-pdf-recursive 594 595install-pdf-am: 596 597install-ps: install-ps-recursive 598 599install-ps-am: 600 601installcheck-am: 602 603maintainer-clean: maintainer-clean-recursive 604 -rm -f Makefile 605maintainer-clean-am: distclean-am maintainer-clean-generic 606 607mostlyclean: mostlyclean-recursive 608 609mostlyclean-am: mostlyclean-generic mostlyclean-libtool 610 611pdf: pdf-recursive 612 613pdf-am: 614 615ps: ps-recursive 616 617ps-am: 618 619uninstall-am: 620 621.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ 622 install-am install-strip tags-recursive 623 624.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 625 all all-am check check-am clean clean-generic clean-libtool \ 626 ctags ctags-recursive distclean distclean-generic \ 627 distclean-libtool distclean-tags distdir dvi dvi-am html \ 628 html-am info info-am install install-am install-data \ 629 install-data-am install-dvi install-dvi-am install-exec \ 630 install-exec-am install-html install-html-am install-info \ 631 install-info-am install-man install-pdf install-pdf-am \ 632 install-ps install-ps-am install-strip installcheck \ 633 installcheck-am installdirs installdirs-am maintainer-clean \ 634 maintainer-clean-generic mostlyclean mostlyclean-generic \ 635 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ 636 uninstall uninstall-am 637 638 639# Tell versions [3.59,3.63) of GNU make to not export all variables. 640# Otherwise a system limit (for SysV at least) may be exceeded. 641.NOEXPORT: 642