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