Makefile.in revision ab902922
1# Makefile.in generated by automake 1.10.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 Free Software Foundation, Inc. 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@ 18pkgdatadir = $(datadir)/@PACKAGE@ 19pkglibdir = $(libdir)/@PACKAGE@ 20pkgincludedir = $(includedir)/@PACKAGE@ 21am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 22install_sh_DATA = $(install_sh) -c -m 644 23install_sh_PROGRAM = $(install_sh) -c 24install_sh_SCRIPT = $(install_sh) -c 25INSTALL_HEADER = $(INSTALL_DATA) 26transform = $(program_transform_name) 27NORMAL_INSTALL = : 28PRE_INSTALL = : 29POST_INSTALL = : 30NORMAL_UNINSTALL = : 31PRE_UNINSTALL = : 32POST_UNINSTALL = : 33build_triplet = @build@ 34host_triplet = @host@ 35@BUILD_XAW6_TRUE@am__append_1 = xaw6.pc 36@BUILD_XAW7_TRUE@am__append_2 = xaw7.pc 37subdir = . 38DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 39 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 40 $(srcdir)/xaw6.pc.in $(srcdir)/xaw7.pc.in \ 41 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ 42 config.guess config.sub depcomp install-sh ltmain.sh missing 43ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 44am__aclocal_m4_deps = $(top_srcdir)/configure.ac 45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 46 $(ACLOCAL_M4) 47am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 48 configure.lineno config.status.lineno 49mkinstalldirs = $(install_sh) -d 50CONFIG_HEADER = config.h 51CONFIG_CLEAN_FILES = xaw6.pc xaw7.pc 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 61am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 62am__vpath_adj = case $$p in \ 63 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 64 *) f=$$p;; \ 65 esac; 66am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; 67am__installdirs = "$(DESTDIR)$(pkgconfigdir)" 68pkgconfigDATA_INSTALL = $(INSTALL_DATA) 69DATA = $(pkgconfig_DATA) 70RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 71 distclean-recursive maintainer-clean-recursive 72ETAGS = etags 73CTAGS = ctags 74DIST_SUBDIRS = $(SUBDIRS) 75DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 76distdir = $(PACKAGE)-$(VERSION) 77top_distdir = $(distdir) 78am__remove_distdir = \ 79 { test ! -d $(distdir) \ 80 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 81 && rm -fr $(distdir); }; } 82DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 83GZIP_ENV = --best 84distuninstallcheck_listfiles = find . -type f -print 85distcleancheck_listfiles = find . -type f -print 86ACLOCAL = @ACLOCAL@ 87ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 88ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 89AMTAR = @AMTAR@ 90APP_MAN_DIR = @APP_MAN_DIR@ 91APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 92AR = @AR@ 93AUTOCONF = @AUTOCONF@ 94AUTOHEADER = @AUTOHEADER@ 95AUTOMAKE = @AUTOMAKE@ 96AWK = @AWK@ 97CC = @CC@ 98CCDEPMODE = @CCDEPMODE@ 99CFLAGS = @CFLAGS@ 100CPP = @CPP@ 101CPPFLAGS = @CPPFLAGS@ 102CXX = @CXX@ 103CXXCPP = @CXXCPP@ 104CXXDEPMODE = @CXXDEPMODE@ 105CXXFLAGS = @CXXFLAGS@ 106CYGPATH_W = @CYGPATH_W@ 107DEFS = @DEFS@ 108DEPDIR = @DEPDIR@ 109DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 110DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 111DSYMUTIL = @DSYMUTIL@ 112ECHO = @ECHO@ 113ECHO_C = @ECHO_C@ 114ECHO_N = @ECHO_N@ 115ECHO_T = @ECHO_T@ 116EGREP = @EGREP@ 117EXEEXT = @EXEEXT@ 118F77 = @F77@ 119FFLAGS = @FFLAGS@ 120FILE_MAN_DIR = @FILE_MAN_DIR@ 121FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 122GREP = @GREP@ 123INSTALL = @INSTALL@ 124INSTALL_DATA = @INSTALL_DATA@ 125INSTALL_PROGRAM = @INSTALL_PROGRAM@ 126INSTALL_SCRIPT = @INSTALL_SCRIPT@ 127INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 128LDFLAGS = @LDFLAGS@ 129LIBOBJS = @LIBOBJS@ 130LIBS = @LIBS@ 131LIBTOOL = @LIBTOOL@ 132LIB_MAN_DIR = @LIB_MAN_DIR@ 133LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 134LN_S = @LN_S@ 135LTLIBOBJS = @LTLIBOBJS@ 136MAKEINFO = @MAKEINFO@ 137MISC_MAN_DIR = @MISC_MAN_DIR@ 138MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 139MKDIR_P = @MKDIR_P@ 140NMEDIT = @NMEDIT@ 141OBJEXT = @OBJEXT@ 142PACKAGE = @PACKAGE@ 143PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 144PACKAGE_NAME = @PACKAGE_NAME@ 145PACKAGE_STRING = @PACKAGE_STRING@ 146PACKAGE_TARNAME = @PACKAGE_TARNAME@ 147PACKAGE_VERSION = @PACKAGE_VERSION@ 148PATH_SEPARATOR = @PATH_SEPARATOR@ 149PKG_CONFIG = @PKG_CONFIG@ 150RANLIB = @RANLIB@ 151SED = @SED@ 152SET_MAKE = @SET_MAKE@ 153SHELL = @SHELL@ 154STRIP = @STRIP@ 155VERSION = @VERSION@ 156XAW6_CFLAGS = @XAW6_CFLAGS@ 157XAW6_LIBS = @XAW6_LIBS@ 158XAW7_CFLAGS = @XAW7_CFLAGS@ 159XAW7_LIBS = @XAW7_LIBS@ 160abs_builddir = @abs_builddir@ 161abs_srcdir = @abs_srcdir@ 162abs_top_builddir = @abs_top_builddir@ 163abs_top_srcdir = @abs_top_srcdir@ 164ac_ct_CC = @ac_ct_CC@ 165ac_ct_CXX = @ac_ct_CXX@ 166ac_ct_F77 = @ac_ct_F77@ 167am__include = @am__include@ 168am__leading_dot = @am__leading_dot@ 169am__quote = @am__quote@ 170am__tar = @am__tar@ 171am__untar = @am__untar@ 172bindir = @bindir@ 173build = @build@ 174build_alias = @build_alias@ 175build_cpu = @build_cpu@ 176build_os = @build_os@ 177build_vendor = @build_vendor@ 178builddir = @builddir@ 179datadir = @datadir@ 180datarootdir = @datarootdir@ 181docdir = @docdir@ 182dvidir = @dvidir@ 183exec_prefix = @exec_prefix@ 184host = @host@ 185host_alias = @host_alias@ 186host_cpu = @host_cpu@ 187host_os = @host_os@ 188host_vendor = @host_vendor@ 189htmldir = @htmldir@ 190includedir = @includedir@ 191infodir = @infodir@ 192install_sh = @install_sh@ 193libdir = @libdir@ 194libexecdir = @libexecdir@ 195localedir = @localedir@ 196localstatedir = @localstatedir@ 197mandir = @mandir@ 198mkdir_p = @mkdir_p@ 199oldincludedir = @oldincludedir@ 200pdfdir = @pdfdir@ 201prefix = @prefix@ 202program_transform_name = @program_transform_name@ 203psdir = @psdir@ 204sbindir = @sbindir@ 205sharedstatedir = @sharedstatedir@ 206srcdir = @srcdir@ 207sysconfdir = @sysconfdir@ 208target_alias = @target_alias@ 209top_build_prefix = @top_build_prefix@ 210top_builddir = @top_builddir@ 211top_srcdir = @top_srcdir@ 212SUBDIRS = include src man 213pkgconfigdir = $(libdir)/pkgconfig 214pkgconfig_DATA = $(am__append_1) $(am__append_2) 215@BUILD_XAW6_TRUE@DEFAULT_LIB = libXaw6.so 216@BUILD_XAW7_TRUE@DEFAULT_LIB = libXaw7.so 217EXTRA_DIST = xaw6.pc.in \ 218 xaw7.pc.in \ 219 autogen.sh \ 220 old-doc/Changelog \ 221 old-doc/CHANGES \ 222 ChangeLog 223 224MAINTAINERCLEANFILES = ChangeLog 225all: config.h 226 $(MAKE) $(AM_MAKEFLAGS) all-recursive 227 228.SUFFIXES: 229am--refresh: 230 @: 231$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 232 @for dep in $?; do \ 233 case '$(am__configure_deps)' in \ 234 *$$dep*) \ 235 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ 236 cd $(srcdir) && $(AUTOMAKE) --gnu \ 237 && exit 0; \ 238 exit 1;; \ 239 esac; \ 240 done; \ 241 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ 242 cd $(top_srcdir) && \ 243 $(AUTOMAKE) --gnu Makefile 244.PRECIOUS: Makefile 245Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 246 @case '$?' in \ 247 *config.status*) \ 248 echo ' $(SHELL) ./config.status'; \ 249 $(SHELL) ./config.status;; \ 250 *) \ 251 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 252 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 253 esac; 254 255$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 256 $(SHELL) ./config.status --recheck 257 258$(top_srcdir)/configure: $(am__configure_deps) 259 cd $(srcdir) && $(AUTOCONF) 260$(ACLOCAL_M4): $(am__aclocal_m4_deps) 261 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 262 263config.h: stamp-h1 264 @if test ! -f $@; then \ 265 rm -f stamp-h1; \ 266 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 267 else :; fi 268 269stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 270 @rm -f stamp-h1 271 cd $(top_builddir) && $(SHELL) ./config.status config.h 272$(srcdir)/config.h.in: $(am__configure_deps) 273 cd $(top_srcdir) && $(AUTOHEADER) 274 rm -f stamp-h1 275 touch $@ 276 277distclean-hdr: 278 -rm -f config.h stamp-h1 279xaw6.pc: $(top_builddir)/config.status $(srcdir)/xaw6.pc.in 280 cd $(top_builddir) && $(SHELL) ./config.status $@ 281xaw7.pc: $(top_builddir)/config.status $(srcdir)/xaw7.pc.in 282 cd $(top_builddir) && $(SHELL) ./config.status $@ 283 284mostlyclean-libtool: 285 -rm -f *.lo 286 287clean-libtool: 288 -rm -rf .libs _libs 289 290distclean-libtool: 291 -rm -f libtool 292install-pkgconfigDATA: $(pkgconfig_DATA) 293 @$(NORMAL_INSTALL) 294 test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" 295 @list='$(pkgconfig_DATA)'; for p in $$list; do \ 296 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 297 f=$(am__strip_dir) \ 298 echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ 299 $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \ 300 done 301 302uninstall-pkgconfigDATA: 303 @$(NORMAL_UNINSTALL) 304 @list='$(pkgconfig_DATA)'; for p in $$list; do \ 305 f=$(am__strip_dir) \ 306 echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ 307 rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \ 308 done 309 310# This directory's subdirectories are mostly independent; you can cd 311# into them and run `make' without going through this Makefile. 312# To change the values of `make' variables: instead of editing Makefiles, 313# (1) if the variable is set in `config.status', edit `config.status' 314# (which will cause the Makefiles to be regenerated when you run `make'); 315# (2) otherwise, pass the desired values on the `make' command line. 316$(RECURSIVE_TARGETS): 317 @failcom='exit 1'; \ 318 for f in x $$MAKEFLAGS; do \ 319 case $$f in \ 320 *=* | --[!k]*);; \ 321 *k*) failcom='fail=yes';; \ 322 esac; \ 323 done; \ 324 dot_seen=no; \ 325 target=`echo $@ | sed s/-recursive//`; \ 326 list='$(SUBDIRS)'; for subdir in $$list; do \ 327 echo "Making $$target in $$subdir"; \ 328 if test "$$subdir" = "."; then \ 329 dot_seen=yes; \ 330 local_target="$$target-am"; \ 331 else \ 332 local_target="$$target"; \ 333 fi; \ 334 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 335 || eval $$failcom; \ 336 done; \ 337 if test "$$dot_seen" = "no"; then \ 338 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 339 fi; test -z "$$fail" 340 341$(RECURSIVE_CLEAN_TARGETS): 342 @failcom='exit 1'; \ 343 for f in x $$MAKEFLAGS; do \ 344 case $$f in \ 345 *=* | --[!k]*);; \ 346 *k*) failcom='fail=yes';; \ 347 esac; \ 348 done; \ 349 dot_seen=no; \ 350 case "$@" in \ 351 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 352 *) list='$(SUBDIRS)' ;; \ 353 esac; \ 354 rev=''; for subdir in $$list; do \ 355 if test "$$subdir" = "."; then :; else \ 356 rev="$$subdir $$rev"; \ 357 fi; \ 358 done; \ 359 rev="$$rev ."; \ 360 target=`echo $@ | sed s/-recursive//`; \ 361 for subdir in $$rev; do \ 362 echo "Making $$target in $$subdir"; \ 363 if test "$$subdir" = "."; then \ 364 local_target="$$target-am"; \ 365 else \ 366 local_target="$$target"; \ 367 fi; \ 368 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 369 || eval $$failcom; \ 370 done && test -z "$$fail" 371tags-recursive: 372 list='$(SUBDIRS)'; for subdir in $$list; do \ 373 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 374 done 375ctags-recursive: 376 list='$(SUBDIRS)'; for subdir in $$list; do \ 377 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 378 done 379 380ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 381 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 382 unique=`for i in $$list; do \ 383 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 384 done | \ 385 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ 386 END { if (nonempty) { for (i in files) print i; }; }'`; \ 387 mkid -fID $$unique 388tags: TAGS 389 390TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 391 $(TAGS_FILES) $(LISP) 392 tags=; \ 393 here=`pwd`; \ 394 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 395 include_option=--etags-include; \ 396 empty_fix=.; \ 397 else \ 398 include_option=--include; \ 399 empty_fix=; \ 400 fi; \ 401 list='$(SUBDIRS)'; for subdir in $$list; do \ 402 if test "$$subdir" = .; then :; else \ 403 test ! -f $$subdir/TAGS || \ 404 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 405 fi; \ 406 done; \ 407 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 408 unique=`for i in $$list; do \ 409 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 410 done | \ 411 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 412 END { if (nonempty) { for (i in files) print i; }; }'`; \ 413 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 414 test -n "$$unique" || unique=$$empty_fix; \ 415 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 416 $$tags $$unique; \ 417 fi 418ctags: CTAGS 419CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 420 $(TAGS_FILES) $(LISP) 421 tags=; \ 422 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 423 unique=`for i in $$list; do \ 424 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 425 done | \ 426 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 427 END { if (nonempty) { for (i in files) print i; }; }'`; \ 428 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 429 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 430 $$tags $$unique 431 432GTAGS: 433 here=`$(am__cd) $(top_builddir) && pwd` \ 434 && cd $(top_srcdir) \ 435 && gtags -i $(GTAGS_ARGS) $$here 436 437distclean-tags: 438 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 439 440distdir: $(DISTFILES) 441 $(am__remove_distdir) 442 test -d $(distdir) || mkdir $(distdir) 443 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 444 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 445 list='$(DISTFILES)'; \ 446 dist_files=`for file in $$list; do echo $$file; done | \ 447 sed -e "s|^$$srcdirstrip/||;t" \ 448 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 449 case $$dist_files in \ 450 */*) $(MKDIR_P) `echo "$$dist_files" | \ 451 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 452 sort -u` ;; \ 453 esac; \ 454 for file in $$dist_files; do \ 455 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 456 if test -d $$d/$$file; then \ 457 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 458 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 459 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 460 fi; \ 461 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 462 else \ 463 test -f $(distdir)/$$file \ 464 || cp -p $$d/$$file $(distdir)/$$file \ 465 || exit 1; \ 466 fi; \ 467 done 468 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 469 if test "$$subdir" = .; then :; else \ 470 test -d "$(distdir)/$$subdir" \ 471 || $(MKDIR_P) "$(distdir)/$$subdir" \ 472 || exit 1; \ 473 distdir=`$(am__cd) $(distdir) && pwd`; \ 474 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 475 (cd $$subdir && \ 476 $(MAKE) $(AM_MAKEFLAGS) \ 477 top_distdir="$$top_distdir" \ 478 distdir="$$distdir/$$subdir" \ 479 am__remove_distdir=: \ 480 am__skip_length_check=: \ 481 distdir) \ 482 || exit 1; \ 483 fi; \ 484 done 485 $(MAKE) $(AM_MAKEFLAGS) \ 486 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 487 dist-hook 488 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 489 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 490 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 491 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 492 || chmod -R a+r $(distdir) 493dist-gzip: distdir 494 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 495 $(am__remove_distdir) 496dist-bzip2: distdir 497 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 498 $(am__remove_distdir) 499 500dist-lzma: distdir 501 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 502 $(am__remove_distdir) 503 504dist-tarZ: distdir 505 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 506 $(am__remove_distdir) 507 508dist-shar: distdir 509 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 510 $(am__remove_distdir) 511 512dist-zip: distdir 513 -rm -f $(distdir).zip 514 zip -rq $(distdir).zip $(distdir) 515 $(am__remove_distdir) 516 517dist dist-all: distdir 518 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 519 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 520 $(am__remove_distdir) 521 522# This target untars the dist file and tries a VPATH configuration. Then 523# it guarantees that the distribution is self-contained by making another 524# tarfile. 525distcheck: dist 526 case '$(DIST_ARCHIVES)' in \ 527 *.tar.gz*) \ 528 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 529 *.tar.bz2*) \ 530 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 531 *.tar.lzma*) \ 532 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ 533 *.tar.Z*) \ 534 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 535 *.shar.gz*) \ 536 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 537 *.zip*) \ 538 unzip $(distdir).zip ;;\ 539 esac 540 chmod -R a-w $(distdir); chmod a+w $(distdir) 541 mkdir $(distdir)/_build 542 mkdir $(distdir)/_inst 543 chmod a-w $(distdir) 544 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 545 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 546 && cd $(distdir)/_build \ 547 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 548 $(DISTCHECK_CONFIGURE_FLAGS) \ 549 && $(MAKE) $(AM_MAKEFLAGS) \ 550 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 551 && $(MAKE) $(AM_MAKEFLAGS) check \ 552 && $(MAKE) $(AM_MAKEFLAGS) install \ 553 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 554 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 555 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 556 distuninstallcheck \ 557 && chmod -R a-w "$$dc_install_base" \ 558 && ({ \ 559 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 560 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 561 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 562 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 563 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 564 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 565 && rm -rf "$$dc_destdir" \ 566 && $(MAKE) $(AM_MAKEFLAGS) dist \ 567 && rm -rf $(DIST_ARCHIVES) \ 568 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 569 $(am__remove_distdir) 570 @(echo "$(distdir) archives ready for distribution: "; \ 571 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 572 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 573distuninstallcheck: 574 @cd $(distuninstallcheck_dir) \ 575 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 576 || { echo "ERROR: files left after uninstall:" ; \ 577 if test -n "$(DESTDIR)"; then \ 578 echo " (check DESTDIR support)"; \ 579 fi ; \ 580 $(distuninstallcheck_listfiles) ; \ 581 exit 1; } >&2 582distcleancheck: distclean 583 @if test '$(srcdir)' = . ; then \ 584 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 585 exit 1 ; \ 586 fi 587 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 588 || { echo "ERROR: files left in build directory after distclean:" ; \ 589 $(distcleancheck_listfiles) ; \ 590 exit 1; } >&2 591check-am: all-am 592check: check-recursive 593all-am: Makefile $(DATA) config.h 594installdirs: installdirs-recursive 595installdirs-am: 596 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ 597 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 598 done 599install: install-recursive 600install-exec: install-exec-recursive 601install-data: install-data-recursive 602uninstall: uninstall-recursive 603 604install-am: all-am 605 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 606 607installcheck: installcheck-recursive 608install-strip: 609 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 610 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 611 `test -z '$(STRIP)' || \ 612 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 613mostlyclean-generic: 614 615clean-generic: 616 617distclean-generic: 618 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 619 620maintainer-clean-generic: 621 @echo "This command is intended for maintainers to use" 622 @echo "it deletes files that may require special tools to rebuild." 623 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 624@PLATFORM_WIN32_TRUE@install-exec-hook: 625clean: clean-recursive 626 627clean-am: clean-generic clean-libtool mostlyclean-am 628 629distclean: distclean-recursive 630 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 631 -rm -f Makefile 632distclean-am: clean-am distclean-generic distclean-hdr \ 633 distclean-libtool distclean-tags 634 635dvi: dvi-recursive 636 637dvi-am: 638 639html: html-recursive 640 641info: info-recursive 642 643info-am: 644 645install-data-am: install-pkgconfigDATA 646 647install-dvi: install-dvi-recursive 648 649install-exec-am: 650 @$(NORMAL_INSTALL) 651 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook 652 653install-html: install-html-recursive 654 655install-info: install-info-recursive 656 657install-man: 658 659install-pdf: install-pdf-recursive 660 661install-ps: install-ps-recursive 662 663installcheck-am: 664 665maintainer-clean: maintainer-clean-recursive 666 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 667 -rm -rf $(top_srcdir)/autom4te.cache 668 -rm -f Makefile 669maintainer-clean-am: distclean-am maintainer-clean-generic 670 671mostlyclean: mostlyclean-recursive 672 673mostlyclean-am: mostlyclean-generic mostlyclean-libtool 674 675pdf: pdf-recursive 676 677pdf-am: 678 679ps: ps-recursive 680 681ps-am: 682 683uninstall-am: uninstall-pkgconfigDATA 684 685.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ 686 install-exec-am install-strip 687 688.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 689 all all-am am--refresh check check-am clean clean-generic \ 690 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ 691 dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-zip \ 692 distcheck distclean distclean-generic distclean-hdr \ 693 distclean-libtool distclean-tags distcleancheck distdir \ 694 distuninstallcheck dvi dvi-am html html-am info info-am \ 695 install install-am install-data install-data-am install-dvi \ 696 install-dvi-am install-exec install-exec-am install-exec-hook \ 697 install-html install-html-am install-info install-info-am \ 698 install-man install-pdf install-pdf-am install-pkgconfigDATA \ 699 install-ps install-ps-am install-strip installcheck \ 700 installcheck-am installdirs installdirs-am maintainer-clean \ 701 maintainer-clean-generic mostlyclean mostlyclean-generic \ 702 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ 703 uninstall uninstall-am uninstall-pkgconfigDATA 704 705 706@PLATFORM_WIN32_FALSE@install-exec-hook: 707@PLATFORM_WIN32_FALSE@ cd $(DESTDIR)$(libdir) && rm -f libXaw.so && ln -s $(DEFAULT_LIB) libXaw.so 708 709.PHONY: ChangeLog 710 711ChangeLog: 712 (GIT_DIR=$(top_srcdir)/.git git log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2) 713 714dist-hook: ChangeLog 715# Tell versions [3.59,3.63) of GNU make to not export all variables. 716# Otherwise a system limit (for SysV at least) may be exceeded. 717.NOEXPORT: 718