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