Makefile.in revision c81d8f5e
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@ 17VPATH = @srcdir@ 18pkgdatadir = $(datadir)/@PACKAGE@ 19pkgincludedir = $(includedir)/@PACKAGE@ 20pkglibdir = $(libdir)/@PACKAGE@ 21pkglibexecdir = $(libexecdir)/@PACKAGE@ 22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 23install_sh_DATA = $(install_sh) -c -m 644 24install_sh_PROGRAM = $(install_sh) -c 25install_sh_SCRIPT = $(install_sh) -c 26INSTALL_HEADER = $(INSTALL_DATA) 27transform = $(program_transform_name) 28NORMAL_INSTALL = : 29PRE_INSTALL = : 30POST_INSTALL = : 31NORMAL_UNINSTALL = : 32PRE_UNINSTALL = : 33POST_UNINSTALL = : 34build_triplet = @build@ 35host_triplet = @host@ 36subdir = launchd 37DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 38ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 39am__aclocal_m4_deps = $(top_srcdir)/configure.ac 40am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 41 $(ACLOCAL_M4) 42mkinstalldirs = $(install_sh) -d 43CONFIG_HEADER = $(top_builddir)/config.h 44CONFIG_CLEAN_FILES = 45CONFIG_CLEAN_VPATH_FILES = 46AM_V_GEN = $(am__v_GEN_$(V)) 47am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 48am__v_GEN_0 = @echo " GEN " $@; 49AM_V_at = $(am__v_at_$(V)) 50am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 51am__v_at_0 = @ 52SOURCES = 53DIST_SOURCES = 54RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 55 html-recursive info-recursive install-data-recursive \ 56 install-dvi-recursive install-exec-recursive \ 57 install-html-recursive install-info-recursive \ 58 install-pdf-recursive install-ps-recursive install-recursive \ 59 installcheck-recursive installdirs-recursive pdf-recursive \ 60 ps-recursive uninstall-recursive 61RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 62 distclean-recursive maintainer-clean-recursive 63AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 64 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 65 distdir 66ETAGS = etags 67CTAGS = ctags 68DIST_SUBDIRS = $(SUBDIRS) 69DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 70am__relativize = \ 71 dir0=`pwd`; \ 72 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 73 sed_rest='s,^[^/]*/*,,'; \ 74 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 75 sed_butlast='s,/*[^/]*$$,,'; \ 76 while test -n "$$dir1"; do \ 77 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 78 if test "$$first" != "."; then \ 79 if test "$$first" = ".."; then \ 80 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 81 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 82 else \ 83 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 84 if test "$$first2" = "$$first"; then \ 85 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 86 else \ 87 dir2="../$$dir2"; \ 88 fi; \ 89 dir0="$$dir0"/"$$first"; \ 90 fi; \ 91 fi; \ 92 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 93 done; \ 94 reldir="$$dir2" 95ACLOCAL = @ACLOCAL@ 96ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 97ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 98AMTAR = @AMTAR@ 99AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 100APP_MAN_DIR = @APP_MAN_DIR@ 101APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 102AUTOCONF = @AUTOCONF@ 103AUTOHEADER = @AUTOHEADER@ 104AUTOMAKE = @AUTOMAKE@ 105AWK = @AWK@ 106CC = @CC@ 107CCDEPMODE = @CCDEPMODE@ 108CFLAGS = @CFLAGS@ 109CHANGELOG_CMD = @CHANGELOG_CMD@ 110CPP = @CPP@ 111CPPFLAGS = @CPPFLAGS@ 112CWARNFLAGS = @CWARNFLAGS@ 113CYGPATH_W = @CYGPATH_W@ 114DEFS = @DEFS@ 115DEPDIR = @DEPDIR@ 116DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 117DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 118ECHO_C = @ECHO_C@ 119ECHO_N = @ECHO_N@ 120ECHO_T = @ECHO_T@ 121EGREP = @EGREP@ 122EXEEXT = @EXEEXT@ 123FILE_MAN_DIR = @FILE_MAN_DIR@ 124FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 125GREP = @GREP@ 126INSTALL = @INSTALL@ 127INSTALL_CMD = @INSTALL_CMD@ 128INSTALL_DATA = @INSTALL_DATA@ 129INSTALL_PROGRAM = @INSTALL_PROGRAM@ 130INSTALL_SCRIPT = @INSTALL_SCRIPT@ 131INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 132LAUNCHD = @LAUNCHD@ 133LDFLAGS = @LDFLAGS@ 134LIBOBJS = @LIBOBJS@ 135LIBS = @LIBS@ 136LIB_MAN_DIR = @LIB_MAN_DIR@ 137LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 138LTLIBOBJS = @LTLIBOBJS@ 139MAINT = @MAINT@ 140MAKEINFO = @MAKEINFO@ 141MAN_SUBSTS = @MAN_SUBSTS@ 142MCOOKIE = @MCOOKIE@ 143MISC_MAN_DIR = @MISC_MAN_DIR@ 144MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 145MKDIR_P = @MKDIR_P@ 146OBJEXT = @OBJEXT@ 147PACKAGE = @PACKAGE@ 148PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 149PACKAGE_NAME = @PACKAGE_NAME@ 150PACKAGE_STRING = @PACKAGE_STRING@ 151PACKAGE_TARNAME = @PACKAGE_TARNAME@ 152PACKAGE_URL = @PACKAGE_URL@ 153PACKAGE_VERSION = @PACKAGE_VERSION@ 154PATH_SEPARATOR = @PATH_SEPARATOR@ 155PKG_CONFIG = @PKG_CONFIG@ 156PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 157PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 158RAWCPP = @RAWCPP@ 159RAWCPPFLAGS = @RAWCPPFLAGS@ 160SCOMAN = @SCOMAN@ 161SED = @SED@ 162SET_MAKE = @SET_MAKE@ 163SHELL = @SHELL@ 164SHELL_CMD = @SHELL_CMD@ 165STARTX_COOKIE_FLAGS = @STARTX_COOKIE_FLAGS@ 166STRICT_CFLAGS = @STRICT_CFLAGS@ 167STRIP = @STRIP@ 168TWM = @TWM@ 169VERSION = @VERSION@ 170XAUTH = @XAUTH@ 171XCLOCK = @XCLOCK@ 172XCONFIGFILE = @XCONFIGFILE@ 173XCONFIGFILEMAN = @XCONFIGFILEMAN@ 174XINIT = @XINIT@ 175XINITDIR = @XINITDIR@ 176XINIT_CFLAGS = @XINIT_CFLAGS@ 177XINIT_LIBS = @XINIT_LIBS@ 178XMODMAP = @XMODMAP@ 179XORG_MAN_PAGE = @XORG_MAN_PAGE@ 180XRDB = @XRDB@ 181XSERVER = @XSERVER@ 182XSERVERNAME = @XSERVERNAME@ 183XTERM = @XTERM@ 184abs_builddir = @abs_builddir@ 185abs_srcdir = @abs_srcdir@ 186abs_top_builddir = @abs_top_builddir@ 187abs_top_srcdir = @abs_top_srcdir@ 188ac_ct_CC = @ac_ct_CC@ 189am__include = @am__include@ 190am__leading_dot = @am__leading_dot@ 191am__quote = @am__quote@ 192am__tar = @am__tar@ 193am__untar = @am__untar@ 194bindir = @bindir@ 195build = @build@ 196build_alias = @build_alias@ 197build_cpu = @build_cpu@ 198build_os = @build_os@ 199build_vendor = @build_vendor@ 200builddir = @builddir@ 201bundleidprefix = @bundleidprefix@ 202datadir = @datadir@ 203datarootdir = @datarootdir@ 204docdir = @docdir@ 205dvidir = @dvidir@ 206exec_prefix = @exec_prefix@ 207host = @host@ 208host_alias = @host_alias@ 209host_cpu = @host_cpu@ 210host_os = @host_os@ 211host_vendor = @host_vendor@ 212htmldir = @htmldir@ 213includedir = @includedir@ 214infodir = @infodir@ 215install_sh = @install_sh@ 216launchagentsdir = @launchagentsdir@ 217launchdaemonsdir = @launchdaemonsdir@ 218libdir = @libdir@ 219libexecdir = @libexecdir@ 220localedir = @localedir@ 221localstatedir = @localstatedir@ 222mandir = @mandir@ 223mkdir_p = @mkdir_p@ 224oldincludedir = @oldincludedir@ 225pdfdir = @pdfdir@ 226prefix = @prefix@ 227program_transform_name = @program_transform_name@ 228psdir = @psdir@ 229sbindir = @sbindir@ 230sharedstatedir = @sharedstatedir@ 231srcdir = @srcdir@ 232sysconfdir = @sysconfdir@ 233target_alias = @target_alias@ 234top_build_prefix = @top_build_prefix@ 235top_builddir = @top_builddir@ 236top_srcdir = @top_srcdir@ 237SUBDIRS = privileged_startx user_startx 238EXTRA_DIST = console_redirect.h 239all: all-recursive 240 241.SUFFIXES: 242$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 243 @for dep in $?; do \ 244 case '$(am__configure_deps)' in \ 245 *$$dep*) \ 246 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 247 && { if test -f $@; then exit 0; else break; fi; }; \ 248 exit 1;; \ 249 esac; \ 250 done; \ 251 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign launchd/Makefile'; \ 252 $(am__cd) $(top_srcdir) && \ 253 $(AUTOMAKE) --foreign launchd/Makefile 254.PRECIOUS: Makefile 255Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 256 @case '$?' in \ 257 *config.status*) \ 258 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 259 *) \ 260 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 261 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 262 esac; 263 264$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 265 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 266 267$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 268 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 269$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 270 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 271$(am__aclocal_m4_deps): 272 273# This directory's subdirectories are mostly independent; you can cd 274# into them and run `make' without going through this Makefile. 275# To change the values of `make' variables: instead of editing Makefiles, 276# (1) if the variable is set in `config.status', edit `config.status' 277# (which will cause the Makefiles to be regenerated when you run `make'); 278# (2) otherwise, pass the desired values on the `make' command line. 279$(RECURSIVE_TARGETS): 280 @fail= failcom='exit 1'; \ 281 for f in x $$MAKEFLAGS; do \ 282 case $$f in \ 283 *=* | --[!k]*);; \ 284 *k*) failcom='fail=yes';; \ 285 esac; \ 286 done; \ 287 dot_seen=no; \ 288 target=`echo $@ | sed s/-recursive//`; \ 289 list='$(SUBDIRS)'; for subdir in $$list; do \ 290 echo "Making $$target in $$subdir"; \ 291 if test "$$subdir" = "."; then \ 292 dot_seen=yes; \ 293 local_target="$$target-am"; \ 294 else \ 295 local_target="$$target"; \ 296 fi; \ 297 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 298 || eval $$failcom; \ 299 done; \ 300 if test "$$dot_seen" = "no"; then \ 301 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 302 fi; test -z "$$fail" 303 304$(RECURSIVE_CLEAN_TARGETS): 305 @fail= failcom='exit 1'; \ 306 for f in x $$MAKEFLAGS; do \ 307 case $$f in \ 308 *=* | --[!k]*);; \ 309 *k*) failcom='fail=yes';; \ 310 esac; \ 311 done; \ 312 dot_seen=no; \ 313 case "$@" in \ 314 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 315 *) list='$(SUBDIRS)' ;; \ 316 esac; \ 317 rev=''; for subdir in $$list; do \ 318 if test "$$subdir" = "."; then :; else \ 319 rev="$$subdir $$rev"; \ 320 fi; \ 321 done; \ 322 rev="$$rev ."; \ 323 target=`echo $@ | sed s/-recursive//`; \ 324 for subdir in $$rev; do \ 325 echo "Making $$target in $$subdir"; \ 326 if test "$$subdir" = "."; then \ 327 local_target="$$target-am"; \ 328 else \ 329 local_target="$$target"; \ 330 fi; \ 331 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 332 || eval $$failcom; \ 333 done && test -z "$$fail" 334tags-recursive: 335 list='$(SUBDIRS)'; for subdir in $$list; do \ 336 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 337 done 338ctags-recursive: 339 list='$(SUBDIRS)'; for subdir in $$list; do \ 340 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 341 done 342 343ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 344 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 345 unique=`for i in $$list; do \ 346 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 347 done | \ 348 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 349 END { if (nonempty) { for (i in files) print i; }; }'`; \ 350 mkid -fID $$unique 351tags: TAGS 352 353TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 354 $(TAGS_FILES) $(LISP) 355 set x; \ 356 here=`pwd`; \ 357 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 358 include_option=--etags-include; \ 359 empty_fix=.; \ 360 else \ 361 include_option=--include; \ 362 empty_fix=; \ 363 fi; \ 364 list='$(SUBDIRS)'; for subdir in $$list; do \ 365 if test "$$subdir" = .; then :; else \ 366 test ! -f $$subdir/TAGS || \ 367 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 368 fi; \ 369 done; \ 370 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 371 unique=`for i in $$list; do \ 372 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 373 done | \ 374 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 375 END { if (nonempty) { for (i in files) print i; }; }'`; \ 376 shift; \ 377 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 378 test -n "$$unique" || unique=$$empty_fix; \ 379 if test $$# -gt 0; then \ 380 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 381 "$$@" $$unique; \ 382 else \ 383 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 384 $$unique; \ 385 fi; \ 386 fi 387ctags: CTAGS 388CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 389 $(TAGS_FILES) $(LISP) 390 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 391 unique=`for i in $$list; do \ 392 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 393 done | \ 394 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 395 END { if (nonempty) { for (i in files) print i; }; }'`; \ 396 test -z "$(CTAGS_ARGS)$$unique" \ 397 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 398 $$unique 399 400GTAGS: 401 here=`$(am__cd) $(top_builddir) && pwd` \ 402 && $(am__cd) $(top_srcdir) \ 403 && gtags -i $(GTAGS_ARGS) "$$here" 404 405distclean-tags: 406 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 407 408distdir: $(DISTFILES) 409 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 410 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 411 list='$(DISTFILES)'; \ 412 dist_files=`for file in $$list; do echo $$file; done | \ 413 sed -e "s|^$$srcdirstrip/||;t" \ 414 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 415 case $$dist_files in \ 416 */*) $(MKDIR_P) `echo "$$dist_files" | \ 417 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 418 sort -u` ;; \ 419 esac; \ 420 for file in $$dist_files; do \ 421 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 422 if test -d $$d/$$file; then \ 423 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 424 if test -d "$(distdir)/$$file"; then \ 425 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 426 fi; \ 427 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 428 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 429 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 430 fi; \ 431 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 432 else \ 433 test -f "$(distdir)/$$file" \ 434 || cp -p $$d/$$file "$(distdir)/$$file" \ 435 || exit 1; \ 436 fi; \ 437 done 438 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 439 if test "$$subdir" = .; then :; else \ 440 test -d "$(distdir)/$$subdir" \ 441 || $(MKDIR_P) "$(distdir)/$$subdir" \ 442 || exit 1; \ 443 fi; \ 444 done 445 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 446 if test "$$subdir" = .; then :; else \ 447 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 448 $(am__relativize); \ 449 new_distdir=$$reldir; \ 450 dir1=$$subdir; dir2="$(top_distdir)"; \ 451 $(am__relativize); \ 452 new_top_distdir=$$reldir; \ 453 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 454 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 455 ($(am__cd) $$subdir && \ 456 $(MAKE) $(AM_MAKEFLAGS) \ 457 top_distdir="$$new_top_distdir" \ 458 distdir="$$new_distdir" \ 459 am__remove_distdir=: \ 460 am__skip_length_check=: \ 461 am__skip_mode_fix=: \ 462 distdir) \ 463 || exit 1; \ 464 fi; \ 465 done 466check-am: all-am 467check: check-recursive 468all-am: Makefile 469installdirs: installdirs-recursive 470installdirs-am: 471install: install-recursive 472install-exec: install-exec-recursive 473install-data: install-data-recursive 474uninstall: uninstall-recursive 475 476install-am: all-am 477 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 478 479installcheck: installcheck-recursive 480install-strip: 481 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 482 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 483 `test -z '$(STRIP)' || \ 484 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 485mostlyclean-generic: 486 487clean-generic: 488 489distclean-generic: 490 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 491 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 492 493maintainer-clean-generic: 494 @echo "This command is intended for maintainers to use" 495 @echo "it deletes files that may require special tools to rebuild." 496clean: clean-recursive 497 498clean-am: clean-generic mostlyclean-am 499 500distclean: distclean-recursive 501 -rm -f Makefile 502distclean-am: clean-am distclean-generic distclean-tags 503 504dvi: dvi-recursive 505 506dvi-am: 507 508html: html-recursive 509 510html-am: 511 512info: info-recursive 513 514info-am: 515 516install-data-am: 517 518install-dvi: install-dvi-recursive 519 520install-dvi-am: 521 522install-exec-am: 523 524install-html: install-html-recursive 525 526install-html-am: 527 528install-info: install-info-recursive 529 530install-info-am: 531 532install-man: 533 534install-pdf: install-pdf-recursive 535 536install-pdf-am: 537 538install-ps: install-ps-recursive 539 540install-ps-am: 541 542installcheck-am: 543 544maintainer-clean: maintainer-clean-recursive 545 -rm -f Makefile 546maintainer-clean-am: distclean-am maintainer-clean-generic 547 548mostlyclean: mostlyclean-recursive 549 550mostlyclean-am: mostlyclean-generic 551 552pdf: pdf-recursive 553 554pdf-am: 555 556ps: ps-recursive 557 558ps-am: 559 560uninstall-am: 561 562.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ 563 install-am install-strip tags-recursive 564 565.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 566 all all-am check check-am clean clean-generic ctags \ 567 ctags-recursive distclean distclean-generic distclean-tags \ 568 distdir dvi dvi-am html html-am info info-am install \ 569 install-am install-data install-data-am install-dvi \ 570 install-dvi-am install-exec install-exec-am install-html \ 571 install-html-am install-info install-info-am install-man \ 572 install-pdf install-pdf-am install-ps install-ps-am \ 573 install-strip installcheck installcheck-am installdirs \ 574 installdirs-am maintainer-clean maintainer-clean-generic \ 575 mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \ 576 tags-recursive uninstall uninstall-am 577 578 579# Tell versions [3.59,3.63) of GNU make to not export all variables. 580# Otherwise a system limit (for SysV at least) may be exceeded. 581.NOEXPORT: 582