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