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@ 159CALC_TICKADJ_DB = @CALC_TICKADJ_DB@ 160CALC_TICKADJ_DL = @CALC_TICKADJ_DL@ 161CALC_TICKADJ_DS = @CALC_TICKADJ_DS@ 162CALC_TICKADJ_MS = @CALC_TICKADJ_MS@ 163CALC_TICKADJ_NI = @CALC_TICKADJ_NI@ 164CC = @CC@ 165CCDEPMODE = @CCDEPMODE@ 166CFLAGS = @CFLAGS@ 167CFLAGS_NTP = @CFLAGS_NTP@ 168CPP = @CPP@ 169CPPFLAGS = @CPPFLAGS@ 170CPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@ 171CPPFLAGS_NTP = @CPPFLAGS_NTP@ 172CXX = @CXX@ 173CXXCPP = @CXXCPP@ 174CXXDEPMODE = @CXXDEPMODE@ 175CXXFLAGS = @CXXFLAGS@ 176CYGPATH_W = @CYGPATH_W@ 177DEFS = @DEFS@ 178DEPDIR = @DEPDIR@ 179DLLTOOL = @DLLTOOL@ 180DSYMUTIL = @DSYMUTIL@ 181DUMPBIN = @DUMPBIN@ 182ECHO_C = @ECHO_C@ 183ECHO_N = @ECHO_N@ 184ECHO_T = @ECHO_T@ 185EDITLINE_LIBS = @EDITLINE_LIBS@ 186EGREP = @EGREP@ 187EXEEXT = @EXEEXT@ 188FGREP = @FGREP@ 189GREP = @GREP@ 190GTEST_CONFIG = @GTEST_CONFIG@ 191GTEST_CPPFLAGS = @GTEST_CPPFLAGS@ 192GTEST_CXXFLAGS = @GTEST_CXXFLAGS@ 193GTEST_LDFLAGS = @GTEST_LDFLAGS@ 194GTEST_LIBS = @GTEST_LIBS@ 195HAVE_INLINE = @HAVE_INLINE@ 196INSTALL = @INSTALL@ 197INSTALL_DATA = @INSTALL_DATA@ 198INSTALL_PROGRAM = @INSTALL_PROGRAM@ 199INSTALL_SCRIPT = @INSTALL_SCRIPT@ 200INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 201LD = @LD@ 202LDADD_LIBEVENT = @LDADD_LIBEVENT@ 203LDADD_LIBNTP = @LDADD_LIBNTP@ 204LDADD_LIBUTIL = @LDADD_LIBUTIL@ 205LDADD_NTP = @LDADD_NTP@ 206LDFLAGS = @LDFLAGS@ 207LDFLAGS_NTP = @LDFLAGS_NTP@ 208LIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@ 209LIBM = @LIBM@ 210LIBOBJS = @LIBOBJS@ 211LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@ 212LIBOPTS_DIR = @LIBOPTS_DIR@ 213LIBOPTS_LDADD = @LIBOPTS_LDADD@ 214LIBS = @LIBS@ 215LIBTOOL = @LIBTOOL@ 216LIBTOOL_DEPS = @LIBTOOL_DEPS@ 217LIB_SYSLOG = @LIB_SYSLOG@ 218LIPO = @LIPO@ 219LN_S = @LN_S@ 220LTLIBOBJS = @LTLIBOBJS@ 221MAKEINFO = @MAKEINFO@ 222MANIFEST_TOOL = @MANIFEST_TOOL@ 223MANTAGFMT = @MANTAGFMT@ 224MKDIR_P = @MKDIR_P@ 225NM = @NM@ 226NMEDIT = @NMEDIT@ 227NTPDATE_DB = @NTPDATE_DB@ 228NTPDATE_DL = @NTPDATE_DL@ 229NTPDATE_DS = @NTPDATE_DS@ 230NTPDATE_MS = @NTPDATE_MS@ 231NTPDATE_NI = @NTPDATE_NI@ 232NTPDC_DB = @NTPDC_DB@ 233NTPDC_DL = @NTPDC_DL@ 234NTPDC_DS = @NTPDC_DS@ 235NTPDC_MS = @NTPDC_MS@ 236NTPDC_NI = @NTPDC_NI@ 237NTPDSIM_DB = @NTPDSIM_DB@ 238NTPDSIM_DL = @NTPDSIM_DL@ 239NTPDSIM_DS = @NTPDSIM_DS@ 240NTPDSIM_MS = @NTPDSIM_MS@ 241NTPDSIM_NI = @NTPDSIM_NI@ 242NTPD_DB = @NTPD_DB@ 243NTPD_DL = @NTPD_DL@ 244NTPD_DS = @NTPD_DS@ 245NTPD_MS = @NTPD_MS@ 246NTPD_NI = @NTPD_NI@ 247NTPQ_DB = @NTPQ_DB@ 248NTPQ_DL = @NTPQ_DL@ 249NTPQ_DS = @NTPQ_DS@ 250NTPQ_MS = @NTPQ_MS@ 251NTPQ_NI = @NTPQ_NI@ 252NTPSNMPD_DB = @NTPSNMPD_DB@ 253NTPSNMPD_DL = @NTPSNMPD_DL@ 254NTPSNMPD_DS = @NTPSNMPD_DS@ 255NTPSNMPD_MS = @NTPSNMPD_MS@ 256NTPSNMPD_NI = @NTPSNMPD_NI@ 257NTPSWEEP_DB = @NTPSWEEP_DB@ 258NTPSWEEP_DL = @NTPSWEEP_DL@ 259NTPSWEEP_DS = @NTPSWEEP_DS@ 260NTPSWEEP_MS = @NTPSWEEP_MS@ 261NTPSWEEP_NI = @NTPSWEEP_NI@ 262NTPTIME_DB = @NTPTIME_DB@ 263NTPTIME_DL = @NTPTIME_DL@ 264NTPTIME_DS = @NTPTIME_DS@ 265NTPTIME_MS = @NTPTIME_MS@ 266NTPTIME_NI = @NTPTIME_NI@ 267NTPTRACE_DB = @NTPTRACE_DB@ 268NTPTRACE_DL = @NTPTRACE_DL@ 269NTPTRACE_DS = @NTPTRACE_DS@ 270NTPTRACE_MS = @NTPTRACE_MS@ 271NTPTRACE_NI = @NTPTRACE_NI@ 272NTP_FORCE_LIBEVENT_DIST = @NTP_FORCE_LIBEVENT_DIST@ 273NTP_KEYGEN_DB = @NTP_KEYGEN_DB@ 274NTP_KEYGEN_DL = @NTP_KEYGEN_DL@ 275NTP_KEYGEN_DS = @NTP_KEYGEN_DS@ 276NTP_KEYGEN_MS = @NTP_KEYGEN_MS@ 277NTP_KEYGEN_NI = @NTP_KEYGEN_NI@ 278NTP_WAIT_DB = @NTP_WAIT_DB@ 279NTP_WAIT_DL = @NTP_WAIT_DL@ 280NTP_WAIT_DS = @NTP_WAIT_DS@ 281NTP_WAIT_MS = @NTP_WAIT_MS@ 282NTP_WAIT_NI = @NTP_WAIT_NI@ 283OBJDUMP = @OBJDUMP@ 284OBJEXT = @OBJEXT@ 285OTOOL = @OTOOL@ 286OTOOL64 = @OTOOL64@ 287PACKAGE = @PACKAGE@ 288PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 289PACKAGE_NAME = @PACKAGE_NAME@ 290PACKAGE_STRING = @PACKAGE_STRING@ 291PACKAGE_TARNAME = @PACKAGE_TARNAME@ 292PACKAGE_URL = @PACKAGE_URL@ 293PACKAGE_VERSION = @PACKAGE_VERSION@ 294PATH_RUBY = @PATH_RUBY@ 295PATH_SEPARATOR = @PATH_SEPARATOR@ 296PKG_CONFIG = @PKG_CONFIG@ 297POSIX_SHELL = @POSIX_SHELL@ 298PTHREAD_LIBS = @PTHREAD_LIBS@ 299RANLIB = @RANLIB@ 300SED = @SED@ 301SET_MAKE = @SET_MAKE@ 302SHELL = @SHELL@ 303SNTP = @SNTP@ 304SNTP_DB = @SNTP_DB@ 305SNTP_DL = @SNTP_DL@ 306SNTP_DS = @SNTP_DS@ 307SNTP_MS = @SNTP_MS@ 308SNTP_NI = @SNTP_NI@ 309STDNORETURN_H = @STDNORETURN_H@ 310STRIP = @STRIP@ 311TICKADJ_DB = @TICKADJ_DB@ 312TICKADJ_DL = @TICKADJ_DL@ 313TICKADJ_DS = @TICKADJ_DS@ 314TICKADJ_MS = @TICKADJ_MS@ 315TICKADJ_NI = @TICKADJ_NI@ 316TIMETRIM_DB = @TIMETRIM_DB@ 317TIMETRIM_DL = @TIMETRIM_DL@ 318TIMETRIM_DS = @TIMETRIM_DS@ 319TIMETRIM_MS = @TIMETRIM_MS@ 320TIMETRIM_NI = @TIMETRIM_NI@ 321UPDATE_LEAP_DB = @UPDATE_LEAP_DB@ 322UPDATE_LEAP_DL = @UPDATE_LEAP_DL@ 323UPDATE_LEAP_DS = @UPDATE_LEAP_DS@ 324UPDATE_LEAP_MS = @UPDATE_LEAP_MS@ 325UPDATE_LEAP_NI = @UPDATE_LEAP_NI@ 326VERSION = @VERSION@ 327VER_SUFFIX = @VER_SUFFIX@ 328abs_builddir = @abs_builddir@ 329abs_srcdir = @abs_srcdir@ 330abs_top_builddir = @abs_top_builddir@ 331abs_top_srcdir = @abs_top_srcdir@ 332ac_ct_AR = @ac_ct_AR@ 333ac_ct_CC = @ac_ct_CC@ 334ac_ct_CXX = @ac_ct_CXX@ 335ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 336am__include = @am__include@ 337am__leading_dot = @am__leading_dot@ 338am__quote = @am__quote@ 339am__tar = @am__tar@ 340am__untar = @am__untar@ 341bindir = @bindir@ 342build = @build@ 343build_alias = @build_alias@ 344build_cpu = @build_cpu@ 345build_os = @build_os@ 346build_vendor = @build_vendor@ 347builddir = @builddir@ 348datadir = @datadir@ 349datarootdir = @datarootdir@ 350docdir = @docdir@ 351dvidir = @dvidir@ 352exec_prefix = @exec_prefix@ 353host = @host@ 354host_alias = @host_alias@ 355host_cpu = @host_cpu@ 356host_os = @host_os@ 357host_vendor = @host_vendor@ 358htmldir = @htmldir@ 359includedir = @includedir@ 360infodir = @infodir@ 361install_sh = @install_sh@ 362libdir = @libdir@ 363libexecdir = @libexecdir@ 364localedir = @localedir@ 365localstatedir = @localstatedir@ 366mandir = @mandir@ 367mkdir_p = @mkdir_p@ 368oldincludedir = @oldincludedir@ 369pdfdir = @pdfdir@ 370prefix = @prefix@ 371program_transform_name = @program_transform_name@ 372psdir = @psdir@ 373sbindir = @sbindir@ 374sharedstatedir = @sharedstatedir@ 375srcdir = @srcdir@ 376subdirs = @subdirs@ 377sysconfdir = @sysconfdir@ 378target_alias = @target_alias@ 379top_build_prefix = @top_build_prefix@ 380top_builddir = @top_builddir@ 381top_srcdir = @top_srcdir@ 382NULL = 383EXTRA_DIST = \ 384 autogen-version.def \ 385 copyright.def \ 386 debug-opt.def \ 387 homerc.def \ 388 ntp.lic \ 389 version.def \ 390 version.texi \ 391 $(NULL) 392 393noinst_HEADERS = 394all: all-am 395 396.SUFFIXES: 397$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 398 @for dep in $?; do \ 399 case '$(am__configure_deps)' in \ 400 *$$dep*) \ 401 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 402 && { if test -f $@; then exit 0; else break; fi; }; \ 403 exit 1;; \ 404 esac; \ 405 done; \ 406 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \ 407 $(am__cd) $(top_srcdir) && \ 408 $(AUTOMAKE) --foreign include/Makefile 409Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 410 @case '$?' in \ 411 *config.status*) \ 412 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 413 *) \ 414 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 415 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 416 esac; 417 418$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 419 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 420 421$(top_srcdir)/configure: $(am__configure_deps) 422 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 423$(ACLOCAL_M4): $(am__aclocal_m4_deps) 424 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 425$(am__aclocal_m4_deps): 426 427mostlyclean-libtool: 428 -rm -f *.lo 429 430clean-libtool: 431 -rm -rf .libs _libs 432tags TAGS: 433 434ctags CTAGS: 435 436cscope cscopelist: 437 438 439distdir: $(DISTFILES) 440 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 441 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 442 list='$(DISTFILES)'; \ 443 dist_files=`for file in $$list; do echo $$file; done | \ 444 sed -e "s|^$$srcdirstrip/||;t" \ 445 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 446 case $$dist_files in \ 447 */*) $(MKDIR_P) `echo "$$dist_files" | \ 448 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 449 sort -u` ;; \ 450 esac; \ 451 for file in $$dist_files; do \ 452 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 453 if test -d $$d/$$file; then \ 454 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 455 if test -d "$(distdir)/$$file"; then \ 456 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 457 fi; \ 458 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 459 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 460 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 461 fi; \ 462 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 463 else \ 464 test -f "$(distdir)/$$file" \ 465 || cp -p $$d/$$file "$(distdir)/$$file" \ 466 || exit 1; \ 467 fi; \ 468 done 469check-am: all-am 470check: check-am 471all-am: Makefile $(HEADERS) 472installdirs: 473install: install-am 474install-exec: install-exec-am 475install-data: install-data-am 476uninstall: uninstall-am 477 478install-am: all-am 479 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 480 481installcheck: installcheck-am 482install-strip: 483 if test -z '$(STRIP)'; then \ 484 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 485 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 486 install; \ 487 else \ 488 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 489 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 490 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 491 fi 492mostlyclean-generic: 493 494clean-generic: 495 496distclean-generic: 497 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 498 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 499 500maintainer-clean-generic: 501 @echo "This command is intended for maintainers to use" 502 @echo "it deletes files that may require special tools to rebuild." 503clean: clean-am 504 505clean-am: clean-generic clean-libtool mostlyclean-am 506 507distclean: distclean-am 508 -rm -f Makefile 509distclean-am: clean-am distclean-generic 510 511dvi: dvi-am 512 513dvi-am: 514 515html: html-am 516 517html-am: 518 519info: info-am 520 521info-am: 522 523install-data-am: 524 525install-dvi: install-dvi-am 526 527install-dvi-am: 528 529install-exec-am: 530 531install-html: install-html-am 532 533install-html-am: 534 535install-info: install-info-am 536 537install-info-am: 538 539install-man: 540 541install-pdf: install-pdf-am 542 543install-pdf-am: 544 545install-ps: install-ps-am 546 547install-ps-am: 548 549installcheck-am: 550 551maintainer-clean: maintainer-clean-am 552 -rm -f Makefile 553maintainer-clean-am: distclean-am maintainer-clean-generic 554 555mostlyclean: mostlyclean-am 556 557mostlyclean-am: mostlyclean-generic mostlyclean-libtool 558 559pdf: pdf-am 560 561pdf-am: 562 563ps: ps-am 564 565ps-am: 566 567uninstall-am: 568 569.MAKE: install-am install-strip 570 571.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 572 cscopelist-am ctags-am distclean distclean-generic \ 573 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 574 install install-am install-data install-data-am install-dvi \ 575 install-dvi-am install-exec install-exec-am install-html \ 576 install-html-am install-info install-info-am install-man \ 577 install-pdf install-pdf-am install-ps install-ps-am \ 578 install-strip installcheck installcheck-am installdirs \ 579 maintainer-clean maintainer-clean-generic mostlyclean \ 580 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 581 tags-am uninstall uninstall-am 582 583.PRECIOUS: Makefile 584 585 586$(srcdir)/version.def: $(srcdir)/../../packageinfo.sh 587 cd .. && $(MAKE) $(AM_MAKEFLAGS) $(abs_top_srcdir)/include/version.def 588 589$(srcdir)/version.texi: $(srcdir)/../../packageinfo.sh 590 cd .. && $(MAKE) $(AM_MAKEFLAGS) $(abs_top_srcdir)/include/version.texi 591 592# Tell versions [3.59,3.63) of GNU make to not export all variables. 593# Otherwise a system limit (for SysV at least) may be exceeded. 594.NOEXPORT: 595