1# Makefile.in generated by automake 1.15 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2014 Free Software Foundation, Inc. 5 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16 17VPATH = @srcdir@ 18am__is_gnu_make = { \ 19 if test -z '$(MAKELEVEL)'; then \ 20 false; \ 21 elif test -n '$(MAKE_HOST)'; then \ 22 true; \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24 true; \ 25 else \ 26 false; \ 27 fi; \ 28} 29am__make_running_with_option = \ 30 case $${target_option-} in \ 31 ?) ;; \ 32 *) echo "am__make_running_with_option: internal error: invalid" \ 33 "target option '$${target_option-}' specified" >&2; \ 34 exit 1;; \ 35 esac; \ 36 has_opt=no; \ 37 sane_makeflags=$$MAKEFLAGS; \ 38 if $(am__is_gnu_make); then \ 39 sane_makeflags=$$MFLAGS; \ 40 else \ 41 case $$MAKEFLAGS in \ 42 *\\[\ \ ]*) \ 43 bs=\\; \ 44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 46 esac; \ 47 fi; \ 48 skip_next=no; \ 49 strip_trailopt () \ 50 { \ 51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 52 }; \ 53 for flg in $$sane_makeflags; do \ 54 test $$skip_next = yes && { skip_next=no; continue; }; \ 55 case $$flg in \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ 59 -*O) strip_trailopt 'O'; skip_next=yes;; \ 60 -*O?*) strip_trailopt 'O';; \ 61 -*l) strip_trailopt 'l'; skip_next=yes;; \ 62 -*l?*) strip_trailopt 'l';; \ 63 -[dEDm]) skip_next=yes;; \ 64 -[JT]) skip_next=yes;; \ 65 esac; \ 66 case $$flg in \ 67 *$$target_option*) has_opt=yes; break;; \ 68 esac; \ 69 done; \ 70 test $$has_opt = yes 71am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 72am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 73pkgdatadir = $(datadir)/@PACKAGE@ 74pkgincludedir = $(includedir)/@PACKAGE@ 75pkglibdir = $(libdir)/@PACKAGE@ 76pkglibexecdir = $(libexecdir)/@PACKAGE@ 77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 78install_sh_DATA = $(install_sh) -c -m 644 79install_sh_PROGRAM = $(install_sh) -c 80install_sh_SCRIPT = $(install_sh) -c 81INSTALL_HEADER = $(INSTALL_DATA) 82transform = $(program_transform_name) 83NORMAL_INSTALL = : 84PRE_INSTALL = : 85POST_INSTALL = : 86NORMAL_UNINSTALL = : 87PRE_UNINSTALL = : 88POST_UNINSTALL = : 89build_triplet = @build@ 90host_triplet = @host@ 91subdir = include 92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 93am__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \ 94 $(top_srcdir)/libopts/m4/stdnoreturn.m4 \ 95 $(top_srcdir)/m4/hms_search_lib.m4 $(top_srcdir)/m4/libtool.m4 \ 96 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 97 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 98 $(top_srcdir)/m4/ntp_cacheversion.m4 \ 99 $(top_srcdir)/m4/ntp_compiler.m4 \ 100 $(top_srcdir)/m4/ntp_crosscompile.m4 \ 101 $(top_srcdir)/m4/ntp_debug.m4 $(top_srcdir)/m4/ntp_dir_sep.m4 \ 102 $(top_srcdir)/m4/ntp_facilitynames.m4 \ 103 $(top_srcdir)/m4/ntp_googletest.m4 \ 104 $(top_srcdir)/m4/ntp_ipv6.m4 $(top_srcdir)/m4/ntp_lib_m.m4 \ 105 $(top_srcdir)/m4/ntp_libevent.m4 \ 106 $(top_srcdir)/m4/ntp_libntp.m4 \ 107 $(top_srcdir)/m4/ntp_lineeditlibs.m4 \ 108 $(top_srcdir)/m4/ntp_locinfo.m4 \ 109 $(top_srcdir)/m4/ntp_openssl.m4 \ 110 $(top_srcdir)/m4/ntp_pkg_config.m4 \ 111 $(top_srcdir)/m4/ntp_prog_cc.m4 $(top_srcdir)/m4/ntp_sntp.m4 \ 112 $(top_srcdir)/m4/ntp_sysexits.m4 \ 113 $(top_srcdir)/m4/ntp_unitytest.m4 \ 114 $(top_srcdir)/m4/ntp_ver_suffix.m4 \ 115 $(top_srcdir)/m4/openldap-thread-check.m4 \ 116 $(top_srcdir)/m4/openldap.m4 $(top_srcdir)/m4/os_cflags.m4 \ 117 $(top_srcdir)/m4/snprintf.m4 $(top_srcdir)/m4/version.m4 \ 118 $(top_srcdir)/configure.ac 119am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 120 $(ACLOCAL_M4) 121DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ 122 $(am__DIST_COMMON) 123mkinstalldirs = $(install_sh) -d 124CONFIG_HEADER = $(top_builddir)/config.h 125CONFIG_CLEAN_FILES = 126CONFIG_CLEAN_VPATH_FILES = 127AM_V_P = $(am__v_P_@AM_V@) 128am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 129am__v_P_0 = false 130am__v_P_1 = : 131AM_V_GEN = $(am__v_GEN_@AM_V@) 132am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 133am__v_GEN_0 = @echo " GEN " $@; 134am__v_GEN_1 = 135AM_V_at = $(am__v_at_@AM_V@) 136am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 137am__v_at_0 = @ 138am__v_at_1 = 139SOURCES = 140DIST_SOURCES = 141am__can_run_installinfo = \ 142 case $$AM_UPDATE_INFO_DIR in \ 143 n|no|NO) false;; \ 144 *) (install-info --version) >/dev/null 2>&1;; \ 145 esac 146HEADERS = $(noinst_HEADERS) 147am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 148am__DIST_COMMON = $(srcdir)/Makefile.in 149DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 150ACLOCAL = @ACLOCAL@ 151ALLOCA = @ALLOCA@ 152AMTAR = @AMTAR@ 153AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 154AR = @AR@ 155AUTOCONF = @AUTOCONF@ 156AUTOHEADER = @AUTOHEADER@ 157AUTOMAKE = @AUTOMAKE@ 158AWK = @AWK@ 159BUILD_THREAD = @BUILD_THREAD@ 160CALC_TICKADJ_DB = @CALC_TICKADJ_DB@ 161CALC_TICKADJ_DL = @CALC_TICKADJ_DL@ 162CALC_TICKADJ_DS = @CALC_TICKADJ_DS@ 163CALC_TICKADJ_MS = @CALC_TICKADJ_MS@ 164CALC_TICKADJ_NI = @CALC_TICKADJ_NI@ 165CC = @CC@ 166CCDEPMODE = @CCDEPMODE@ 167CFLAGS = @CFLAGS@ 168CFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@ 169CFLAGS_NTP = @CFLAGS_NTP@ 170CPP = @CPP@ 171CPPFLAGS = @CPPFLAGS@ 172CPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@ 173CPPFLAGS_NTP = @CPPFLAGS_NTP@ 174CXX = @CXX@ 175CXXCPP = @CXXCPP@ 176CXXDEPMODE = @CXXDEPMODE@ 177CXXFLAGS = @CXXFLAGS@ 178CYGPATH_W = @CYGPATH_W@ 179DEFS = @DEFS@ 180DEPDIR = @DEPDIR@ 181DLLTOOL = @DLLTOOL@ 182DSYMUTIL = @DSYMUTIL@ 183DUMPBIN = @DUMPBIN@ 184ECHO_C = @ECHO_C@ 185ECHO_N = @ECHO_N@ 186ECHO_T = @ECHO_T@ 187EDITLINE_LIBS = @EDITLINE_LIBS@ 188EGREP = @EGREP@ 189EXEEXT = @EXEEXT@ 190FGREP = @FGREP@ 191GREP = @GREP@ 192GTEST_CONFIG = @GTEST_CONFIG@ 193GTEST_CPPFLAGS = @GTEST_CPPFLAGS@ 194GTEST_CXXFLAGS = @GTEST_CXXFLAGS@ 195GTEST_LDFLAGS = @GTEST_LDFLAGS@ 196GTEST_LIBS = @GTEST_LIBS@ 197HAVE_INLINE = @HAVE_INLINE@ 198INSTALL = @INSTALL@ 199INSTALL_DATA = @INSTALL_DATA@ 200INSTALL_PROGRAM = @INSTALL_PROGRAM@ 201INSTALL_SCRIPT = @INSTALL_SCRIPT@ 202INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 203LD = @LD@ 204LDADD_LIBEVENT = @LDADD_LIBEVENT@ 205LDADD_LIBNTP = @LDADD_LIBNTP@ 206LDADD_LIBUTIL = @LDADD_LIBUTIL@ 207LDADD_NTP = @LDADD_NTP@ 208LDFLAGS = @LDFLAGS@ 209LDFLAGS_NTP = @LDFLAGS_NTP@ 210LIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@ 211LIBM = @LIBM@ 212LIBOBJS = @LIBOBJS@ 213LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@ 214LIBOPTS_DIR = @LIBOPTS_DIR@ 215LIBOPTS_LDADD = @LIBOPTS_LDADD@ 216LIBS = @LIBS@ 217LIBTOOL = @LIBTOOL@ 218LIBTOOL_DEPS = @LIBTOOL_DEPS@ 219LIB_SYSLOG = @LIB_SYSLOG@ 220LIPO = @LIPO@ 221LN_S = @LN_S@ 222LTHREAD_LIBS = @LTHREAD_LIBS@ 223LTLIBOBJS = @LTLIBOBJS@ 224MAKEINFO = @MAKEINFO@ 225MANIFEST_TOOL = @MANIFEST_TOOL@ 226MANTAGFMT = @MANTAGFMT@ 227MKDIR_P = @MKDIR_P@ 228NM = @NM@ 229NMEDIT = @NMEDIT@ 230NTPDATE_DB = @NTPDATE_DB@ 231NTPDATE_DL = @NTPDATE_DL@ 232NTPDATE_DS = @NTPDATE_DS@ 233NTPDATE_MS = @NTPDATE_MS@ 234NTPDATE_NI = @NTPDATE_NI@ 235NTPDC_DB = @NTPDC_DB@ 236NTPDC_DL = @NTPDC_DL@ 237NTPDC_DS = @NTPDC_DS@ 238NTPDC_MS = @NTPDC_MS@ 239NTPDC_NI = @NTPDC_NI@ 240NTPDSIM_DB = @NTPDSIM_DB@ 241NTPDSIM_DL = @NTPDSIM_DL@ 242NTPDSIM_DS = @NTPDSIM_DS@ 243NTPDSIM_MS = @NTPDSIM_MS@ 244NTPDSIM_NI = @NTPDSIM_NI@ 245NTPD_DB = @NTPD_DB@ 246NTPD_DL = @NTPD_DL@ 247NTPD_DS = @NTPD_DS@ 248NTPD_MS = @NTPD_MS@ 249NTPD_NI = @NTPD_NI@ 250NTPQ_DB = @NTPQ_DB@ 251NTPQ_DL = @NTPQ_DL@ 252NTPQ_DS = @NTPQ_DS@ 253NTPQ_MS = @NTPQ_MS@ 254NTPQ_NI = @NTPQ_NI@ 255NTPSNMPD_DB = @NTPSNMPD_DB@ 256NTPSNMPD_DL = @NTPSNMPD_DL@ 257NTPSNMPD_DS = @NTPSNMPD_DS@ 258NTPSNMPD_MS = @NTPSNMPD_MS@ 259NTPSNMPD_NI = @NTPSNMPD_NI@ 260NTPSWEEP_DB = @NTPSWEEP_DB@ 261NTPSWEEP_DL = @NTPSWEEP_DL@ 262NTPSWEEP_DS = @NTPSWEEP_DS@ 263NTPSWEEP_MS = @NTPSWEEP_MS@ 264NTPSWEEP_NI = @NTPSWEEP_NI@ 265NTPTIME_DB = @NTPTIME_DB@ 266NTPTIME_DL = @NTPTIME_DL@ 267NTPTIME_DS = @NTPTIME_DS@ 268NTPTIME_MS = @NTPTIME_MS@ 269NTPTIME_NI = @NTPTIME_NI@ 270NTPTRACE_DB = @NTPTRACE_DB@ 271NTPTRACE_DL = @NTPTRACE_DL@ 272NTPTRACE_DS = @NTPTRACE_DS@ 273NTPTRACE_MS = @NTPTRACE_MS@ 274NTPTRACE_NI = @NTPTRACE_NI@ 275NTP_FORCE_LIBEVENT_DIST = @NTP_FORCE_LIBEVENT_DIST@ 276NTP_KEYGEN_DB = @NTP_KEYGEN_DB@ 277NTP_KEYGEN_DL = @NTP_KEYGEN_DL@ 278NTP_KEYGEN_DS = @NTP_KEYGEN_DS@ 279NTP_KEYGEN_MS = @NTP_KEYGEN_MS@ 280NTP_KEYGEN_NI = @NTP_KEYGEN_NI@ 281NTP_WAIT_DB = @NTP_WAIT_DB@ 282NTP_WAIT_DL = @NTP_WAIT_DL@ 283NTP_WAIT_DS = @NTP_WAIT_DS@ 284NTP_WAIT_MS = @NTP_WAIT_MS@ 285NTP_WAIT_NI = @NTP_WAIT_NI@ 286OBJDUMP = @OBJDUMP@ 287OBJEXT = @OBJEXT@ 288OTOOL = @OTOOL@ 289OTOOL64 = @OTOOL64@ 290PACKAGE = @PACKAGE@ 291PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 292PACKAGE_NAME = @PACKAGE_NAME@ 293PACKAGE_STRING = @PACKAGE_STRING@ 294PACKAGE_TARNAME = @PACKAGE_TARNAME@ 295PACKAGE_URL = @PACKAGE_URL@ 296PACKAGE_VERSION = @PACKAGE_VERSION@ 297PATH_RUBY = @PATH_RUBY@ 298PATH_SEPARATOR = @PATH_SEPARATOR@ 299PKG_CONFIG = @PKG_CONFIG@ 300POSIX_SHELL = @POSIX_SHELL@ 301PTHREAD_LIBS = @PTHREAD_LIBS@ 302RANLIB = @RANLIB@ 303SED = @SED@ 304SET_MAKE = @SET_MAKE@ 305SHELL = @SHELL@ 306SNTP = @SNTP@ 307SNTP_DB = @SNTP_DB@ 308SNTP_DL = @SNTP_DL@ 309SNTP_DS = @SNTP_DS@ 310SNTP_MS = @SNTP_MS@ 311SNTP_NI = @SNTP_NI@ 312STDNORETURN_H = @STDNORETURN_H@ 313STRIP = @STRIP@ 314TICKADJ_DB = @TICKADJ_DB@ 315TICKADJ_DL = @TICKADJ_DL@ 316TICKADJ_DS = @TICKADJ_DS@ 317TICKADJ_MS = @TICKADJ_MS@ 318TICKADJ_NI = @TICKADJ_NI@ 319TIMETRIM_DB = @TIMETRIM_DB@ 320TIMETRIM_DL = @TIMETRIM_DL@ 321TIMETRIM_DS = @TIMETRIM_DS@ 322TIMETRIM_MS = @TIMETRIM_MS@ 323TIMETRIM_NI = @TIMETRIM_NI@ 324UPDATE_LEAP_DB = @UPDATE_LEAP_DB@ 325UPDATE_LEAP_DL = @UPDATE_LEAP_DL@ 326UPDATE_LEAP_DS = @UPDATE_LEAP_DS@ 327UPDATE_LEAP_MS = @UPDATE_LEAP_MS@ 328UPDATE_LEAP_NI = @UPDATE_LEAP_NI@ 329VERSION = @VERSION@ 330VER_SUFFIX = @VER_SUFFIX@ 331abs_builddir = @abs_builddir@ 332abs_srcdir = @abs_srcdir@ 333abs_top_builddir = @abs_top_builddir@ 334abs_top_srcdir = @abs_top_srcdir@ 335ac_ct_AR = @ac_ct_AR@ 336ac_ct_CC = @ac_ct_CC@ 337ac_ct_CXX = @ac_ct_CXX@ 338ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 339am__include = @am__include@ 340am__leading_dot = @am__leading_dot@ 341am__quote = @am__quote@ 342am__tar = @am__tar@ 343am__untar = @am__untar@ 344bindir = @bindir@ 345build = @build@ 346build_alias = @build_alias@ 347build_cpu = @build_cpu@ 348build_os = @build_os@ 349build_vendor = @build_vendor@ 350builddir = @builddir@ 351datadir = @datadir@ 352datarootdir = @datarootdir@ 353docdir = @docdir@ 354dvidir = @dvidir@ 355exec_prefix = @exec_prefix@ 356host = @host@ 357host_alias = @host_alias@ 358host_cpu = @host_cpu@ 359host_os = @host_os@ 360host_vendor = @host_vendor@ 361htmldir = @htmldir@ 362includedir = @includedir@ 363infodir = @infodir@ 364install_sh = @install_sh@ 365libdir = @libdir@ 366libexecdir = @libexecdir@ 367localedir = @localedir@ 368localstatedir = @localstatedir@ 369mandir = @mandir@ 370mkdir_p = @mkdir_p@ 371oldincludedir = @oldincludedir@ 372pdfdir = @pdfdir@ 373prefix = @prefix@ 374program_transform_name = @program_transform_name@ 375psdir = @psdir@ 376sbindir = @sbindir@ 377sharedstatedir = @sharedstatedir@ 378srcdir = @srcdir@ 379subdirs = @subdirs@ 380sysconfdir = @sysconfdir@ 381target_alias = @target_alias@ 382top_build_prefix = @top_build_prefix@ 383top_builddir = @top_builddir@ 384top_srcdir = @top_srcdir@ 385NULL = 386EXTRA_DIST = \ 387 autogen-version.def \ 388 copyright.def \ 389 debug-opt.def \ 390 homerc.def \ 391 ntp.lic \ 392 version.def \ 393 version.texi \ 394 $(NULL) 395 396noinst_HEADERS = 397all: all-am 398 399.SUFFIXES: 400$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 401 @for dep in $?; do \ 402 case '$(am__configure_deps)' in \ 403 *$$dep*) \ 404 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 405 && { if test -f $@; then exit 0; else break; fi; }; \ 406 exit 1;; \ 407 esac; \ 408 done; \ 409 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \ 410 $(am__cd) $(top_srcdir) && \ 411 $(AUTOMAKE) --foreign include/Makefile 412Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 413 @case '$?' in \ 414 *config.status*) \ 415 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 416 *) \ 417 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 418 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 419 esac; 420 421$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 422 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 423 424$(top_srcdir)/configure: $(am__configure_deps) 425 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 426$(ACLOCAL_M4): $(am__aclocal_m4_deps) 427 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 428$(am__aclocal_m4_deps): 429 430mostlyclean-libtool: 431 -rm -f *.lo 432 433clean-libtool: 434 -rm -rf .libs _libs 435tags TAGS: 436 437ctags CTAGS: 438 439cscope cscopelist: 440 441 442distdir: $(DISTFILES) 443 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 444 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 445 list='$(DISTFILES)'; \ 446 dist_files=`for file in $$list; do echo $$file; done | \ 447 sed -e "s|^$$srcdirstrip/||;t" \ 448 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 449 case $$dist_files in \ 450 */*) $(MKDIR_P) `echo "$$dist_files" | \ 451 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 452 sort -u` ;; \ 453 esac; \ 454 for file in $$dist_files; do \ 455 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 456 if test -d $$d/$$file; then \ 457 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 458 if test -d "$(distdir)/$$file"; then \ 459 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 460 fi; \ 461 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 462 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 463 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 464 fi; \ 465 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 466 else \ 467 test -f "$(distdir)/$$file" \ 468 || cp -p $$d/$$file "$(distdir)/$$file" \ 469 || exit 1; \ 470 fi; \ 471 done 472check-am: all-am 473check: check-am 474all-am: Makefile $(HEADERS) 475installdirs: 476install: install-am 477install-exec: install-exec-am 478install-data: install-data-am 479uninstall: uninstall-am 480 481install-am: all-am 482 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 483 484installcheck: installcheck-am 485install-strip: 486 if test -z '$(STRIP)'; then \ 487 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 488 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 489 install; \ 490 else \ 491 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 492 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 493 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 494 fi 495mostlyclean-generic: 496 497clean-generic: 498 499distclean-generic: 500 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 501 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 502 503maintainer-clean-generic: 504 @echo "This command is intended for maintainers to use" 505 @echo "it deletes files that may require special tools to rebuild." 506clean: clean-am 507 508clean-am: clean-generic clean-libtool mostlyclean-am 509 510distclean: distclean-am 511 -rm -f Makefile 512distclean-am: clean-am distclean-generic 513 514dvi: dvi-am 515 516dvi-am: 517 518html: html-am 519 520html-am: 521 522info: info-am 523 524info-am: 525 526install-data-am: 527 528install-dvi: install-dvi-am 529 530install-dvi-am: 531 532install-exec-am: 533 534install-html: install-html-am 535 536install-html-am: 537 538install-info: install-info-am 539 540install-info-am: 541 542install-man: 543 544install-pdf: install-pdf-am 545 546install-pdf-am: 547 548install-ps: install-ps-am 549 550install-ps-am: 551 552installcheck-am: 553 554maintainer-clean: maintainer-clean-am 555 -rm -f Makefile 556maintainer-clean-am: distclean-am maintainer-clean-generic 557 558mostlyclean: mostlyclean-am 559 560mostlyclean-am: mostlyclean-generic mostlyclean-libtool 561 562pdf: pdf-am 563 564pdf-am: 565 566ps: ps-am 567 568ps-am: 569 570uninstall-am: 571 572.MAKE: install-am install-strip 573 574.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 575 cscopelist-am ctags-am distclean distclean-generic \ 576 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 577 install install-am install-data install-data-am install-dvi \ 578 install-dvi-am install-exec install-exec-am install-html \ 579 install-html-am install-info install-info-am install-man \ 580 install-pdf install-pdf-am install-ps install-ps-am \ 581 install-strip installcheck installcheck-am installdirs \ 582 maintainer-clean maintainer-clean-generic mostlyclean \ 583 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 584 tags-am uninstall uninstall-am 585 586.PRECIOUS: Makefile 587 588 589$(srcdir)/version.def: $(srcdir)/../../packageinfo.sh 590 cd .. && $(MAKE) $(AM_MAKEFLAGS) $(abs_top_srcdir)/include/version.def 591 592$(srcdir)/version.texi: $(srcdir)/../../packageinfo.sh 593 cd .. && $(MAKE) $(AM_MAKEFLAGS) $(abs_top_srcdir)/include/version.texi 594 595# Tell versions [3.59,3.63) of GNU make to not export all variables. 596# Otherwise a system limit (for SysV at least) may be exceeded. 597.NOEXPORT: 598