1# Makefile.in generated by automake 1.11.1 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 = scripts 38DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 39 $(srcdir)/calc_tickadj.in $(srcdir)/checktime.in \ 40 $(srcdir)/freq_adj.in $(srcdir)/html2man.in $(srcdir)/mkver.in \ 41 $(srcdir)/ntp-wait.in $(srcdir)/ntpsweep.in \ 42 $(srcdir)/ntptrace.in $(srcdir)/ntpver.in \ 43 $(srcdir)/plot_summary.in $(srcdir)/summary.in 44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 45am__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \ 46 $(top_srcdir)/m4/define_dir.m4 $(top_srcdir)/m4/libtool.m4 \ 47 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 48 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 49 $(top_srcdir)/m4/ntp_cacheversion.m4 \ 50 $(top_srcdir)/m4/ntp_dir_sep.m4 \ 51 $(top_srcdir)/m4/ntp_lineeditlibs.m4 \ 52 $(top_srcdir)/m4/ntp_openssl.m4 \ 53 $(top_srcdir)/m4/ntp_vpathhack.m4 \ 54 $(top_srcdir)/m4/os_cflags.m4 $(top_srcdir)/version.m4 \ 55 $(top_srcdir)/configure.ac 56am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 57 $(ACLOCAL_M4) 58mkinstalldirs = $(install_sh) -d 59CONFIG_HEADER = $(top_builddir)/config.h 60CONFIG_CLEAN_FILES = calc_tickadj checktime freq_adj html2man mkver \ 61 ntp-wait ntpsweep ntptrace ntpver plot_summary summary 62CONFIG_CLEAN_VPATH_FILES = 63am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 64am__vpath_adj = case $$p in \ 65 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 66 *) f=$$p;; \ 67 esac; 68am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 69am__install_max = 40 70am__nobase_strip_setup = \ 71 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 72am__nobase_strip = \ 73 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 74am__nobase_list = $(am__nobase_strip_setup); \ 75 for p in $$list; do echo "$$p $$p"; done | \ 76 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 77 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 78 if (++n[$$2] == $(am__install_max)) \ 79 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 80 END { for (dir in files) print dir, files[dir] }' 81am__base_list = \ 82 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 83 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 84am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" 85SCRIPTS = $(bin_SCRIPTS) $(noinst_SCRIPTS) $(sbin_SCRIPTS) 86SOURCES = 87DIST_SOURCES = 88DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 89ACLOCAL = @ACLOCAL@ 90AMTAR = @AMTAR@ 91AR = @AR@ 92AUTOCONF = @AUTOCONF@ 93AUTOHEADER = @AUTOHEADER@ 94AUTOMAKE = @AUTOMAKE@ 95AWK = @AWK@ 96BINSUBDIR = @BINSUBDIR@ 97CC = @CC@ 98CCDEPMODE = @CCDEPMODE@ 99CFLAGS = @CFLAGS@ 100CHUTEST = @CHUTEST@ 101CLKTEST = @CLKTEST@ 102CPP = @CPP@ 103CPPFLAGS = @CPPFLAGS@ 104CYGPATH_W = @CYGPATH_W@ 105DCFD = @DCFD@ 106DEFS = @DEFS@ 107DEPDIR = @DEPDIR@ 108DLLTOOL = @DLLTOOL@ 109DSYMUTIL = @DSYMUTIL@ 110DUMPBIN = @DUMPBIN@ 111ECHO_C = @ECHO_C@ 112ECHO_N = @ECHO_N@ 113ECHO_T = @ECHO_T@ 114EDITLINE_LIBS = @EDITLINE_LIBS@ 115EF_LIBS = @EF_LIBS@ 116EF_PROGS = @EF_PROGS@ 117EGREP = @EGREP@ 118EXEEXT = @EXEEXT@ 119FGREP = @FGREP@ 120GREP = @GREP@ 121HAVE_INLINE = @HAVE_INLINE@ 122INSTALL = @INSTALL@ 123INSTALL_DATA = @INSTALL_DATA@ 124INSTALL_PROGRAM = @INSTALL_PROGRAM@ 125INSTALL_SCRIPT = @INSTALL_SCRIPT@ 126INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 127LCRYPTO = @LCRYPTO@ 128LD = @LD@ 129LDFLAGS = @LDFLAGS@ 130LIBOBJS = @LIBOBJS@ 131LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@ 132LIBOPTS_DIR = @LIBOPTS_DIR@ 133LIBOPTS_LDADD = @LIBOPTS_LDADD@ 134LIBPARSE = @LIBPARSE@ 135LIBS = @LIBS@ 136LIBTOOL = @LIBTOOL@ 137LIPO = @LIPO@ 138LN_S = @LN_S@ 139LSCF = @LSCF@ 140LTLIBOBJS = @LTLIBOBJS@ 141MAKEINFO = @MAKEINFO@ 142MAKE_ADJTIMED = @MAKE_ADJTIMED@ 143MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@ 144MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ 145MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@ 146MAKE_LIBPARSE = @MAKE_LIBPARSE@ 147MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@ 148MAKE_NTPDSIM = @MAKE_NTPDSIM@ 149MAKE_NTPSNMPD = @MAKE_NTPSNMPD@ 150MAKE_NTPTIME = @MAKE_NTPTIME@ 151MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@ 152MAKE_TICKADJ = @MAKE_TICKADJ@ 153MAKE_TIMETRIM = @MAKE_TIMETRIM@ 154MANIFEST_TOOL = @MANIFEST_TOOL@ 155MKDIR_P = @MKDIR_P@ 156NM = @NM@ 157NMEDIT = @NMEDIT@ 158OBJDUMP = @OBJDUMP@ 159OBJEXT = @OBJEXT@ 160OPENSSL = @OPENSSL@ 161OPENSSL_INC = @OPENSSL_INC@ 162OPENSSL_LIB = @OPENSSL_LIB@ 163OTOOL = @OTOOL@ 164OTOOL64 = @OTOOL64@ 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@ 176PATH_TEST = @PATH_TEST@ 177POSIX_SHELL = @POSIX_SHELL@ 178PROPDELAY = @PROPDELAY@ 179RANLIB = @RANLIB@ 180SED = @SED@ 181SET_MAKE = @SET_MAKE@ 182SHELL = @SHELL@ 183SNMP_CFLAGS = @SNMP_CFLAGS@ 184SNMP_CPPFLAGS = @SNMP_CPPFLAGS@ 185SNMP_LIBS = @SNMP_LIBS@ 186STRIP = @STRIP@ 187TESTDCF = @TESTDCF@ 188VERSION = @VERSION@ 189YACC = @YACC@ 190YFLAGS = @YFLAGS@ 191abs_builddir = @abs_builddir@ 192abs_srcdir = @abs_srcdir@ 193abs_top_builddir = @abs_top_builddir@ 194abs_top_srcdir = @abs_top_srcdir@ 195ac_ct_AR = @ac_ct_AR@ 196ac_ct_CC = @ac_ct_CC@ 197ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 198am__include = @am__include@ 199am__leading_dot = @am__leading_dot@ 200am__quote = @am__quote@ 201am__tar = @am__tar@ 202am__untar = @am__untar@ 203bindir = @bindir@ 204build = @build@ 205build_alias = @build_alias@ 206build_cpu = @build_cpu@ 207build_os = @build_os@ 208build_vendor = @build_vendor@ 209builddir = @builddir@ 210datadir = @datadir@ 211datarootdir = @datarootdir@ 212docdir = @docdir@ 213dvidir = @dvidir@ 214exec_prefix = @exec_prefix@ 215host = @host@ 216host_alias = @host_alias@ 217host_cpu = @host_cpu@ 218host_os = @host_os@ 219host_vendor = @host_vendor@ 220htmldir = @htmldir@ 221includedir = @includedir@ 222infodir = @infodir@ 223install_sh = @install_sh@ 224libdir = @libdir@ 225libexecdir = @libexecdir@ 226localedir = @localedir@ 227localstatedir = @localstatedir@ 228mandir = @mandir@ 229mkdir_p = @mkdir_p@ 230oldincludedir = @oldincludedir@ 231pdfdir = @pdfdir@ 232prefix = @prefix@ 233program_transform_name = @program_transform_name@ 234psdir = @psdir@ 235sbindir = @sbindir@ 236sharedstatedir = @sharedstatedir@ 237srcdir = @srcdir@ 238subdirs = @subdirs@ 239sysconfdir = @sysconfdir@ 240target_alias = @target_alias@ 241top_build_prefix = @top_build_prefix@ 242top_builddir = @top_builddir@ 243top_srcdir = @top_srcdir@ 244NULL = 245@NTP_BINSUBDIR_IS_BIN_TRUE@bin_SCRIPTS = ntp-wait ntptrace 246@NTP_BINSUBDIR_IS_BIN_FALSE@sbin_SCRIPTS = ntp-wait ntptrace 247noinst_SCRIPTS = \ 248 calc_tickadj \ 249 checktime \ 250 freq_adj \ 251 html2man \ 252 mkver \ 253 ntpsweep \ 254 ntpver \ 255 plot_summary \ 256 summary \ 257 $(NULL) 258 259EXTRA_DIST = \ 260 check--help \ 261 checkChangeLog \ 262 cvo.sh \ 263 fixautomakedepsmagic \ 264 genCommitLog \ 265 genver \ 266 hpadjtime.sh \ 267 monitoring \ 268 ntp-close \ 269 ntp-groper \ 270 ntp-restart \ 271 ntp-status \ 272 rc1 \ 273 rc2 \ 274 stats \ 275 UpdatePoint \ 276 VersionName \ 277 $(NULL) 278 279all: all-am 280 281.SUFFIXES: 282$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 283 @for dep in $?; do \ 284 case '$(am__configure_deps)' in \ 285 *$$dep*) \ 286 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 287 && { if test -f $@; then exit 0; else break; fi; }; \ 288 exit 1;; \ 289 esac; \ 290 done; \ 291 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign scripts/Makefile'; \ 292 $(am__cd) $(top_srcdir) && \ 293 $(AUTOMAKE) --foreign scripts/Makefile 294.PRECIOUS: Makefile 295Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 296 @case '$?' in \ 297 *config.status*) \ 298 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 299 *) \ 300 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 301 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 302 esac; 303 304$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 305 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 306 307$(top_srcdir)/configure: $(am__configure_deps) 308 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 309$(ACLOCAL_M4): $(am__aclocal_m4_deps) 310 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 311$(am__aclocal_m4_deps): 312calc_tickadj: $(top_builddir)/config.status $(srcdir)/calc_tickadj.in 313 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 314checktime: $(top_builddir)/config.status $(srcdir)/checktime.in 315 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 316freq_adj: $(top_builddir)/config.status $(srcdir)/freq_adj.in 317 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 318html2man: $(top_builddir)/config.status $(srcdir)/html2man.in 319 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 320mkver: $(top_builddir)/config.status $(srcdir)/mkver.in 321 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 322ntp-wait: $(top_builddir)/config.status $(srcdir)/ntp-wait.in 323 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 324ntpsweep: $(top_builddir)/config.status $(srcdir)/ntpsweep.in 325 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 326ntptrace: $(top_builddir)/config.status $(srcdir)/ntptrace.in 327 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 328ntpver: $(top_builddir)/config.status $(srcdir)/ntpver.in 329 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 330plot_summary: $(top_builddir)/config.status $(srcdir)/plot_summary.in 331 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 332summary: $(top_builddir)/config.status $(srcdir)/summary.in 333 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 334install-binSCRIPTS: $(bin_SCRIPTS) 335 @$(NORMAL_INSTALL) 336 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" 337 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \ 338 for p in $$list; do \ 339 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 340 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ 341 done | \ 342 sed -e 'p;s,.*/,,;n' \ 343 -e 'h;s|.*|.|' \ 344 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ 345 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ 346 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 347 if ($$2 == $$4) { files[d] = files[d] " " $$1; \ 348 if (++n[d] == $(am__install_max)) { \ 349 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ 350 else { print "f", d "/" $$4, $$1 } } \ 351 END { for (d in files) print "f", d, files[d] }' | \ 352 while read type dir files; do \ 353 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 354 test -z "$$files" || { \ 355 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 356 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 357 } \ 358 ; done 359 360uninstall-binSCRIPTS: 361 @$(NORMAL_UNINSTALL) 362 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \ 363 files=`for p in $$list; do echo "$$p"; done | \ 364 sed -e 's,.*/,,;$(transform)'`; \ 365 test -n "$$list" || exit 0; \ 366 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 367 cd "$(DESTDIR)$(bindir)" && rm -f $$files 368install-sbinSCRIPTS: $(sbin_SCRIPTS) 369 @$(NORMAL_INSTALL) 370 test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)" 371 @list='$(sbin_SCRIPTS)'; test -n "$(sbindir)" || list=; \ 372 for p in $$list; do \ 373 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 374 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \ 375 done | \ 376 sed -e 'p;s,.*/,,;n' \ 377 -e 'h;s|.*|.|' \ 378 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \ 379 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \ 380 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 381 if ($$2 == $$4) { files[d] = files[d] " " $$1; \ 382 if (++n[d] == $(am__install_max)) { \ 383 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \ 384 else { print "f", d "/" $$4, $$1 } } \ 385 END { for (d in files) print "f", d, files[d] }' | \ 386 while read type dir files; do \ 387 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 388 test -z "$$files" || { \ 389 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(sbindir)$$dir'"; \ 390 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \ 391 } \ 392 ; done 393 394uninstall-sbinSCRIPTS: 395 @$(NORMAL_UNINSTALL) 396 @list='$(sbin_SCRIPTS)'; test -n "$(sbindir)" || exit 0; \ 397 files=`for p in $$list; do echo "$$p"; done | \ 398 sed -e 's,.*/,,;$(transform)'`; \ 399 test -n "$$list" || exit 0; \ 400 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \ 401 cd "$(DESTDIR)$(sbindir)" && rm -f $$files 402 403mostlyclean-libtool: 404 -rm -f *.lo 405 406clean-libtool: 407 -rm -rf .libs _libs 408tags: TAGS 409TAGS: 410 411ctags: CTAGS 412CTAGS: 413 414 415distdir: $(DISTFILES) 416 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 417 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 418 list='$(DISTFILES)'; \ 419 dist_files=`for file in $$list; do echo $$file; done | \ 420 sed -e "s|^$$srcdirstrip/||;t" \ 421 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 422 case $$dist_files in \ 423 */*) $(MKDIR_P) `echo "$$dist_files" | \ 424 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 425 sort -u` ;; \ 426 esac; \ 427 for file in $$dist_files; do \ 428 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 429 if test -d $$d/$$file; then \ 430 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 431 if test -d "$(distdir)/$$file"; then \ 432 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 433 fi; \ 434 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 435 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 436 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 437 fi; \ 438 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 439 else \ 440 test -f "$(distdir)/$$file" \ 441 || cp -p $$d/$$file "$(distdir)/$$file" \ 442 || exit 1; \ 443 fi; \ 444 done 445check-am: all-am 446check: check-am 447all-am: Makefile $(SCRIPTS) 448installdirs: 449 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)"; do \ 450 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 451 done 452install: install-am 453install-exec: install-exec-am 454install-data: install-data-am 455uninstall: uninstall-am 456 457install-am: all-am 458 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 459 460installcheck: installcheck-am 461install-strip: 462 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 463 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 464 `test -z '$(STRIP)' || \ 465 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 466mostlyclean-generic: 467 468clean-generic: 469 470distclean-generic: 471 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 472 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 473 474maintainer-clean-generic: 475 @echo "This command is intended for maintainers to use" 476 @echo "it deletes files that may require special tools to rebuild." 477clean: clean-am 478 479clean-am: clean-generic clean-libtool mostlyclean-am 480 481distclean: distclean-am 482 -rm -f Makefile 483distclean-am: clean-am distclean-generic 484 485dvi: dvi-am 486 487dvi-am: 488 489html: html-am 490 491html-am: 492 493info: info-am 494 495info-am: 496 497install-data-am: 498 499install-dvi: install-dvi-am 500 501install-dvi-am: 502 503install-exec-am: install-binSCRIPTS install-sbinSCRIPTS 504 505install-html: install-html-am 506 507install-html-am: 508 509install-info: install-info-am 510 511install-info-am: 512 513install-man: 514 515install-pdf: install-pdf-am 516 517install-pdf-am: 518 519install-ps: install-ps-am 520 521install-ps-am: 522 523installcheck-am: 524 525maintainer-clean: maintainer-clean-am 526 -rm -f Makefile 527maintainer-clean-am: distclean-am maintainer-clean-generic 528 529mostlyclean: mostlyclean-am 530 531mostlyclean-am: mostlyclean-generic mostlyclean-libtool 532 533pdf: pdf-am 534 535pdf-am: 536 537ps: ps-am 538 539ps-am: 540 541uninstall-am: uninstall-binSCRIPTS uninstall-sbinSCRIPTS 542 543.MAKE: install-am install-strip 544 545.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 546 distclean distclean-generic distclean-libtool distdir dvi \ 547 dvi-am html html-am info info-am install install-am \ 548 install-binSCRIPTS install-data install-data-am install-dvi \ 549 install-dvi-am install-exec install-exec-am install-html \ 550 install-html-am install-info install-info-am install-man \ 551 install-pdf install-pdf-am install-ps install-ps-am \ 552 install-sbinSCRIPTS install-strip installcheck installcheck-am \ 553 installdirs maintainer-clean maintainer-clean-generic \ 554 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 555 ps ps-am uninstall uninstall-am uninstall-binSCRIPTS \ 556 uninstall-sbinSCRIPTS 557 558 559# Tell versions [3.59,3.63) of GNU make to not export all variables. 560# Otherwise a system limit (for SysV at least) may be exceeded. 561.NOEXPORT: 562