Makefile.in revision a6d9b409
1# Makefile.in generated by automake 1.10 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006 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 17# Copyright 2005 Red Hat, Inc. 18# 19# Permission to use, copy, modify, distribute, and sell this software and its 20# documentation for any purpose is hereby granted without fee, provided that 21# the above copyright notice appear in all copies and that both that 22# copyright notice and this permission notice appear in supporting 23# documentation, and that the name of Red Hat not be used in 24# advertising or publicity pertaining to distribution of the software without 25# specific, written prior permission. Red Hat makes no 26# representations about the suitability of this software for any purpose. It 27# is provided "as is" without express or implied warranty. 28# 29# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 30# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 31# EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 32# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 33# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 34# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 35# PERFORMANCE OF THIS SOFTWARE. 36 37 38VPATH = @srcdir@ 39pkgdatadir = $(datadir)/@PACKAGE@ 40pkglibdir = $(libdir)/@PACKAGE@ 41pkgincludedir = $(includedir)/@PACKAGE@ 42am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 43install_sh_DATA = $(install_sh) -c -m 644 44install_sh_PROGRAM = $(install_sh) -c 45install_sh_SCRIPT = $(install_sh) -c 46INSTALL_HEADER = $(INSTALL_DATA) 47transform = $(program_transform_name) 48NORMAL_INSTALL = : 49PRE_INSTALL = : 50POST_INSTALL = : 51NORMAL_UNINSTALL = : 52PRE_UNINSTALL = : 53POST_UNINSTALL = : 54build_triplet = @build@ 55host_triplet = @host@ 56bin_PROGRAMS = sessreg$(EXEEXT) 57subdir = . 58DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 59 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 60 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ 61 compile config.guess config.sub depcomp install-sh missing 62ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 63am__aclocal_m4_deps = $(top_srcdir)/configure.ac 64am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 65 $(ACLOCAL_M4) 66am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 67 configure.lineno config.status.lineno 68mkinstalldirs = $(install_sh) -d 69CONFIG_HEADER = config.h 70CONFIG_CLEAN_FILES = 71am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)" 72binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 73PROGRAMS = $(bin_PROGRAMS) 74am_sessreg_OBJECTS = sessreg.$(OBJEXT) 75sessreg_OBJECTS = $(am_sessreg_OBJECTS) 76sessreg_LDADD = $(LDADD) 77DEFAULT_INCLUDES = -I.@am__isrc@ 78depcomp = $(SHELL) $(top_srcdir)/depcomp 79am__depfiles_maybe = depfiles 80COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 81 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 82CCLD = $(CC) 83LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 84SOURCES = $(sessreg_SOURCES) 85DIST_SOURCES = $(sessreg_SOURCES) 86am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 87am__vpath_adj = case $$p in \ 88 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 89 *) f=$$p;; \ 90 esac; 91am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; 92appmanDATA_INSTALL = $(INSTALL_DATA) 93DATA = $(appman_DATA) 94ETAGS = etags 95CTAGS = ctags 96DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 97distdir = $(PACKAGE)-$(VERSION) 98top_distdir = $(distdir) 99am__remove_distdir = \ 100 { test ! -d $(distdir) \ 101 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 102 && rm -fr $(distdir); }; } 103DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 104GZIP_ENV = --best 105distuninstallcheck_listfiles = find . -type f -print 106distcleancheck_listfiles = find . -type f -print 107ACLOCAL = @ACLOCAL@ 108ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 109ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 110AMTAR = @AMTAR@ 111APP_MAN_DIR = @APP_MAN_DIR@ 112APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 113AUTOCONF = @AUTOCONF@ 114AUTOHEADER = @AUTOHEADER@ 115AUTOMAKE = @AUTOMAKE@ 116AWK = @AWK@ 117CC = @CC@ 118CCDEPMODE = @CCDEPMODE@ 119CFLAGS = @CFLAGS@ 120CPP = @CPP@ 121CPPFLAGS = @CPPFLAGS@ 122CYGPATH_W = @CYGPATH_W@ 123DEFS = @DEFS@ 124DEPDIR = @DEPDIR@ 125DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 126DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 127ECHO_C = @ECHO_C@ 128ECHO_N = @ECHO_N@ 129ECHO_T = @ECHO_T@ 130EGREP = @EGREP@ 131EXEEXT = @EXEEXT@ 132FILE_MAN_DIR = @FILE_MAN_DIR@ 133FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 134GREP = @GREP@ 135INSTALL = @INSTALL@ 136INSTALL_DATA = @INSTALL_DATA@ 137INSTALL_PROGRAM = @INSTALL_PROGRAM@ 138INSTALL_SCRIPT = @INSTALL_SCRIPT@ 139INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 140LDFLAGS = @LDFLAGS@ 141LIBOBJS = @LIBOBJS@ 142LIBS = @LIBS@ 143LIB_MAN_DIR = @LIB_MAN_DIR@ 144LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 145LINT = @LINT@ 146LINT_FLAGS = @LINT_FLAGS@ 147LTLIBOBJS = @LTLIBOBJS@ 148MAINT = @MAINT@ 149MAKEINFO = @MAKEINFO@ 150MISC_MAN_DIR = @MISC_MAN_DIR@ 151MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 152MKDIR_P = @MKDIR_P@ 153OBJEXT = @OBJEXT@ 154PACKAGE = @PACKAGE@ 155PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 156PACKAGE_NAME = @PACKAGE_NAME@ 157PACKAGE_STRING = @PACKAGE_STRING@ 158PACKAGE_TARNAME = @PACKAGE_TARNAME@ 159PACKAGE_VERSION = @PACKAGE_VERSION@ 160PATH_SEPARATOR = @PATH_SEPARATOR@ 161PKG_CONFIG = @PKG_CONFIG@ 162SESSREG_CFLAGS = @SESSREG_CFLAGS@ 163SESSREG_LIBS = @SESSREG_LIBS@ 164SET_MAKE = @SET_MAKE@ 165SHELL = @SHELL@ 166STRIP = @STRIP@ 167VERSION = @VERSION@ 168abs_builddir = @abs_builddir@ 169abs_srcdir = @abs_srcdir@ 170abs_top_builddir = @abs_top_builddir@ 171abs_top_srcdir = @abs_top_srcdir@ 172ac_ct_CC = @ac_ct_CC@ 173am__include = @am__include@ 174am__leading_dot = @am__leading_dot@ 175am__quote = @am__quote@ 176am__tar = @am__tar@ 177am__untar = @am__untar@ 178bindir = @bindir@ 179build = @build@ 180build_alias = @build_alias@ 181build_cpu = @build_cpu@ 182build_os = @build_os@ 183build_vendor = @build_vendor@ 184builddir = @builddir@ 185datadir = @datadir@ 186datarootdir = @datarootdir@ 187docdir = @docdir@ 188dvidir = @dvidir@ 189exec_prefix = @exec_prefix@ 190host = @host@ 191host_alias = @host_alias@ 192host_cpu = @host_cpu@ 193host_os = @host_os@ 194host_vendor = @host_vendor@ 195htmldir = @htmldir@ 196includedir = @includedir@ 197infodir = @infodir@ 198install_sh = @install_sh@ 199libdir = @libdir@ 200libexecdir = @libexecdir@ 201localedir = @localedir@ 202localstatedir = @localstatedir@ 203mandir = @mandir@ 204mkdir_p = @mkdir_p@ 205oldincludedir = @oldincludedir@ 206pdfdir = @pdfdir@ 207prefix = @prefix@ 208program_transform_name = @program_transform_name@ 209psdir = @psdir@ 210sbindir = @sbindir@ 211sharedstatedir = @sharedstatedir@ 212srcdir = @srcdir@ 213sysconfdir = @sysconfdir@ 214target_alias = @target_alias@ 215top_builddir = @top_builddir@ 216top_srcdir = @top_srcdir@ 217AM_CFLAGS = $(SESSREG_CFLAGS) 218sessreg_SOURCES = \ 219 sessreg.h \ 220 sessreg.c 221 222appman_PRE = sessreg.man 223appmandir = $(APP_MAN_DIR) 224appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) 225EXTRA_DIST = $(appman_PRE) filenames.sed.c ChangeLog 226CLEANFILES = $(appman_DATA) filenames.sed 227SED = sed 228 229# Strings to replace in man pages 230XORGRELSTRING = @PACKAGE_STRING@ 231XORGMANNAME = X Version 11 232MAN_SUBSTS = -f filenames.sed \ 233 -e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \ 234 -e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \ 235 -e 's|__xservername__|Xorg|g' \ 236 -e 's|__xconfigfile__|xorg.conf|g' \ 237 -e 's|__projectroot__|$(prefix)|g' \ 238 -e 's|__apploaddir__|$(appdefaultdir)|' \ 239 -e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \ 240 -e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' \ 241 -e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \ 242 -e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \ 243 -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g' 244 245SUFFIXES = .$(APP_MAN_SUFFIX) .man 246@LINT_TRUE@ALL_LINT_FLAGS = $(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 247@LINT_TRUE@ $(AM_CPPFLAGS) $(CPPFLAGS) 248 249MAINTAINERCLEANFILES = ChangeLog 250all: config.h 251 $(MAKE) $(AM_MAKEFLAGS) all-am 252 253.SUFFIXES: 254.SUFFIXES: .$(APP_MAN_SUFFIX) .man .c .o .obj 255am--refresh: 256 @: 257$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 258 @for dep in $?; do \ 259 case '$(am__configure_deps)' in \ 260 *$$dep*) \ 261 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ 262 cd $(srcdir) && $(AUTOMAKE) --gnu \ 263 && exit 0; \ 264 exit 1;; \ 265 esac; \ 266 done; \ 267 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ 268 cd $(top_srcdir) && \ 269 $(AUTOMAKE) --gnu Makefile 270.PRECIOUS: Makefile 271Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 272 @case '$?' in \ 273 *config.status*) \ 274 echo ' $(SHELL) ./config.status'; \ 275 $(SHELL) ./config.status;; \ 276 *) \ 277 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 278 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 279 esac; 280 281$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 282 $(SHELL) ./config.status --recheck 283 284$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 285 cd $(srcdir) && $(AUTOCONF) 286$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 287 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 288 289config.h: stamp-h1 290 @if test ! -f $@; then \ 291 rm -f stamp-h1; \ 292 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 293 else :; fi 294 295stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 296 @rm -f stamp-h1 297 cd $(top_builddir) && $(SHELL) ./config.status config.h 298$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 299 cd $(top_srcdir) && $(AUTOHEADER) 300 rm -f stamp-h1 301 touch $@ 302 303distclean-hdr: 304 -rm -f config.h stamp-h1 305install-binPROGRAMS: $(bin_PROGRAMS) 306 @$(NORMAL_INSTALL) 307 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" 308 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 309 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 310 if test -f $$p \ 311 ; then \ 312 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 313 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ 314 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ 315 else :; fi; \ 316 done 317 318uninstall-binPROGRAMS: 319 @$(NORMAL_UNINSTALL) 320 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 321 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ 322 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ 323 rm -f "$(DESTDIR)$(bindir)/$$f"; \ 324 done 325 326clean-binPROGRAMS: 327 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 328sessreg$(EXEEXT): $(sessreg_OBJECTS) $(sessreg_DEPENDENCIES) 329 @rm -f sessreg$(EXEEXT) 330 $(LINK) $(sessreg_OBJECTS) $(sessreg_LDADD) $(LIBS) 331 332mostlyclean-compile: 333 -rm -f *.$(OBJEXT) 334 335distclean-compile: 336 -rm -f *.tab.c 337 338@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sessreg.Po@am__quote@ 339 340.c.o: 341@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 342@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 343@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 344@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 345@am__fastdepCC_FALSE@ $(COMPILE) -c $< 346 347.c.obj: 348@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 349@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 350@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 351@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 352@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 353install-appmanDATA: $(appman_DATA) 354 @$(NORMAL_INSTALL) 355 test -z "$(appmandir)" || $(MKDIR_P) "$(DESTDIR)$(appmandir)" 356 @list='$(appman_DATA)'; for p in $$list; do \ 357 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 358 f=$(am__strip_dir) \ 359 echo " $(appmanDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(appmandir)/$$f'"; \ 360 $(appmanDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(appmandir)/$$f"; \ 361 done 362 363uninstall-appmanDATA: 364 @$(NORMAL_UNINSTALL) 365 @list='$(appman_DATA)'; for p in $$list; do \ 366 f=$(am__strip_dir) \ 367 echo " rm -f '$(DESTDIR)$(appmandir)/$$f'"; \ 368 rm -f "$(DESTDIR)$(appmandir)/$$f"; \ 369 done 370 371ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 372 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 373 unique=`for i in $$list; do \ 374 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 375 done | \ 376 $(AWK) ' { files[$$0] = 1; } \ 377 END { for (i in files) print i; }'`; \ 378 mkid -fID $$unique 379tags: TAGS 380 381TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 382 $(TAGS_FILES) $(LISP) 383 tags=; \ 384 here=`pwd`; \ 385 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 386 unique=`for i in $$list; do \ 387 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 388 done | \ 389 $(AWK) ' { files[$$0] = 1; } \ 390 END { for (i in files) print i; }'`; \ 391 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 392 test -n "$$unique" || unique=$$empty_fix; \ 393 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 394 $$tags $$unique; \ 395 fi 396ctags: CTAGS 397CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 398 $(TAGS_FILES) $(LISP) 399 tags=; \ 400 here=`pwd`; \ 401 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 402 unique=`for i in $$list; do \ 403 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 404 done | \ 405 $(AWK) ' { files[$$0] = 1; } \ 406 END { for (i in files) print i; }'`; \ 407 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 408 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 409 $$tags $$unique 410 411GTAGS: 412 here=`$(am__cd) $(top_builddir) && pwd` \ 413 && cd $(top_srcdir) \ 414 && gtags -i $(GTAGS_ARGS) $$here 415 416distclean-tags: 417 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 418 419distdir: $(DISTFILES) 420 $(am__remove_distdir) 421 test -d $(distdir) || mkdir $(distdir) 422 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 423 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 424 list='$(DISTFILES)'; \ 425 dist_files=`for file in $$list; do echo $$file; done | \ 426 sed -e "s|^$$srcdirstrip/||;t" \ 427 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 428 case $$dist_files in \ 429 */*) $(MKDIR_P) `echo "$$dist_files" | \ 430 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 431 sort -u` ;; \ 432 esac; \ 433 for file in $$dist_files; do \ 434 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 435 if test -d $$d/$$file; then \ 436 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 437 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 438 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 439 fi; \ 440 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 441 else \ 442 test -f $(distdir)/$$file \ 443 || cp -p $$d/$$file $(distdir)/$$file \ 444 || exit 1; \ 445 fi; \ 446 done 447 $(MAKE) $(AM_MAKEFLAGS) \ 448 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 449 dist-hook 450 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 451 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 452 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 453 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 454 || chmod -R a+r $(distdir) 455dist-gzip: distdir 456 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 457 $(am__remove_distdir) 458dist-bzip2: distdir 459 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 460 $(am__remove_distdir) 461 462dist-tarZ: distdir 463 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 464 $(am__remove_distdir) 465 466dist-shar: distdir 467 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 468 $(am__remove_distdir) 469 470dist-zip: distdir 471 -rm -f $(distdir).zip 472 zip -rq $(distdir).zip $(distdir) 473 $(am__remove_distdir) 474 475dist dist-all: distdir 476 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 477 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 478 $(am__remove_distdir) 479 480# This target untars the dist file and tries a VPATH configuration. Then 481# it guarantees that the distribution is self-contained by making another 482# tarfile. 483distcheck: dist 484 case '$(DIST_ARCHIVES)' in \ 485 *.tar.gz*) \ 486 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 487 *.tar.bz2*) \ 488 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 489 *.tar.Z*) \ 490 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 491 *.shar.gz*) \ 492 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 493 *.zip*) \ 494 unzip $(distdir).zip ;;\ 495 esac 496 chmod -R a-w $(distdir); chmod a+w $(distdir) 497 mkdir $(distdir)/_build 498 mkdir $(distdir)/_inst 499 chmod a-w $(distdir) 500 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 501 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 502 && cd $(distdir)/_build \ 503 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 504 $(DISTCHECK_CONFIGURE_FLAGS) \ 505 && $(MAKE) $(AM_MAKEFLAGS) \ 506 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 507 && $(MAKE) $(AM_MAKEFLAGS) check \ 508 && $(MAKE) $(AM_MAKEFLAGS) install \ 509 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 510 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 511 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 512 distuninstallcheck \ 513 && chmod -R a-w "$$dc_install_base" \ 514 && ({ \ 515 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 516 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 517 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 518 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 519 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 520 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 521 && rm -rf "$$dc_destdir" \ 522 && $(MAKE) $(AM_MAKEFLAGS) dist \ 523 && rm -rf $(DIST_ARCHIVES) \ 524 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 525 $(am__remove_distdir) 526 @(echo "$(distdir) archives ready for distribution: "; \ 527 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 528 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 529distuninstallcheck: 530 @cd $(distuninstallcheck_dir) \ 531 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 532 || { echo "ERROR: files left after uninstall:" ; \ 533 if test -n "$(DESTDIR)"; then \ 534 echo " (check DESTDIR support)"; \ 535 fi ; \ 536 $(distuninstallcheck_listfiles) ; \ 537 exit 1; } >&2 538distcleancheck: distclean 539 @if test '$(srcdir)' = . ; then \ 540 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 541 exit 1 ; \ 542 fi 543 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 544 || { echo "ERROR: files left in build directory after distclean:" ; \ 545 $(distcleancheck_listfiles) ; \ 546 exit 1; } >&2 547check-am: all-am 548check: check-am 549all-am: Makefile $(PROGRAMS) $(DATA) config.h 550installdirs: 551 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"; do \ 552 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 553 done 554install: install-am 555install-exec: install-exec-am 556install-data: install-data-am 557uninstall: uninstall-am 558 559install-am: all-am 560 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 561 562installcheck: installcheck-am 563install-strip: 564 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 565 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 566 `test -z '$(STRIP)' || \ 567 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 568mostlyclean-generic: 569 570clean-generic: 571 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 572 573distclean-generic: 574 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 575 576maintainer-clean-generic: 577 @echo "This command is intended for maintainers to use" 578 @echo "it deletes files that may require special tools to rebuild." 579 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 580clean: clean-am 581 582clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 583 584distclean: distclean-am 585 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 586 -rm -rf ./$(DEPDIR) 587 -rm -f Makefile 588distclean-am: clean-am distclean-compile distclean-generic \ 589 distclean-hdr distclean-tags 590 591dvi: dvi-am 592 593dvi-am: 594 595html: html-am 596 597info: info-am 598 599info-am: 600 601install-data-am: install-appmanDATA 602 603install-dvi: install-dvi-am 604 605install-exec-am: install-binPROGRAMS 606 607install-html: install-html-am 608 609install-info: install-info-am 610 611install-man: 612 613install-pdf: install-pdf-am 614 615install-ps: install-ps-am 616 617installcheck-am: 618 619maintainer-clean: maintainer-clean-am 620 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 621 -rm -rf $(top_srcdir)/autom4te.cache 622 -rm -rf ./$(DEPDIR) 623 -rm -f Makefile 624maintainer-clean-am: distclean-am maintainer-clean-generic 625 626mostlyclean: mostlyclean-am 627 628mostlyclean-am: mostlyclean-compile mostlyclean-generic 629 630pdf: pdf-am 631 632pdf-am: 633 634ps: ps-am 635 636ps-am: 637 638uninstall-am: uninstall-appmanDATA uninstall-binPROGRAMS 639 640.MAKE: install-am install-strip 641 642.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ 643 clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \ 644 dist-gzip dist-hook dist-shar dist-tarZ dist-zip distcheck \ 645 distclean distclean-compile distclean-generic distclean-hdr \ 646 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 647 dvi-am html html-am info info-am install install-am \ 648 install-appmanDATA install-binPROGRAMS install-data \ 649 install-data-am install-dvi install-dvi-am install-exec \ 650 install-exec-am install-html install-html-am install-info \ 651 install-info-am install-man install-pdf install-pdf-am \ 652 install-ps install-ps-am install-strip installcheck \ 653 installcheck-am installdirs maintainer-clean \ 654 maintainer-clean-generic mostlyclean mostlyclean-compile \ 655 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ 656 uninstall-am uninstall-appmanDATA uninstall-binPROGRAMS 657 658 659.man.$(APP_MAN_SUFFIX): 660 sed $(MAN_SUBSTS) < $< > $@ 661 662sessreg.$(APP_MAN_SUFFIX): filenames.sed 663 664filenames.sed: filenames.sed.c 665 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 666 $(CPPFLAGS) $(srcdir)/filenames.sed.c | grep 's|__' > $@ 667 668@LINT_TRUE@lint: 669@LINT_TRUE@ $(LINT) $(ALL_LINT_FLAGS) $(sessreg_SOURCES) 670 671ChangeLog: 672 git-log > ChangeLog 673 674dist-hook: ChangeLog 675# Tell versions [3.59,3.63) of GNU make to not export all variables. 676# Otherwise a system limit (for SysV at least) may be exceeded. 677.NOEXPORT: 678