Makefile.in revision a097bd00
1# Makefile.in generated by automake 1.11.2 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, 2010, 2011 Free Software 6# Foundation, 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 18# Copyright 2005 Red Hat, Inc. 19# 20# Permission to use, copy, modify, distribute, and sell this software and its 21# documentation for any purpose is hereby granted without fee, provided that 22# the above copyright notice appear in all copies and that both that 23# copyright notice and this permission notice appear in supporting 24# documentation, and that the name of Red Hat not be used in 25# advertising or publicity pertaining to distribution of the software without 26# specific, written prior permission. Red Hat makes no 27# representations about the suitability of this software for any purpose. It 28# is provided "as is" without express or implied warranty. 29# 30# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 31# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 32# EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 34# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 35# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 36# PERFORMANCE OF THIS SOFTWARE. 37 38VPATH = @srcdir@ 39pkgdatadir = $(datadir)/@PACKAGE@ 40pkgincludedir = $(includedir)/@PACKAGE@ 41pkglibdir = $(libdir)/@PACKAGE@ 42pkglibexecdir = $(libexecdir)/@PACKAGE@ 43am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 44install_sh_DATA = $(install_sh) -c -m 644 45install_sh_PROGRAM = $(install_sh) -c 46install_sh_SCRIPT = $(install_sh) -c 47INSTALL_HEADER = $(INSTALL_DATA) 48transform = $(program_transform_name) 49NORMAL_INSTALL = : 50PRE_INSTALL = : 51POST_INSTALL = : 52NORMAL_UNINSTALL = : 53PRE_UNINSTALL = : 54POST_UNINSTALL = : 55build_triplet = @build@ 56host_triplet = @host@ 57bin_PROGRAMS = sessreg$(EXEEXT) 58subdir = . 59DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 60 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 61 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL \ 62 config.guess config.sub depcomp install-sh missing 63ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 64am__aclocal_m4_deps = $(top_srcdir)/configure.ac 65am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 66 $(ACLOCAL_M4) 67am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 68 configure.lineno config.status.lineno 69mkinstalldirs = $(install_sh) -d 70CONFIG_HEADER = config.h 71CONFIG_CLEAN_FILES = 72CONFIG_CLEAN_VPATH_FILES = 73am__installdirs = "$(DESTDIR)$(bindir)" 74PROGRAMS = $(bin_PROGRAMS) 75am_sessreg_OBJECTS = sessreg.$(OBJEXT) 76sessreg_OBJECTS = $(am_sessreg_OBJECTS) 77sessreg_LDADD = $(LDADD) 78DEFAULT_INCLUDES = -I.@am__isrc@ 79depcomp = $(SHELL) $(top_srcdir)/depcomp 80am__depfiles_maybe = depfiles 81am__mv = mv -f 82COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 83 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 84AM_V_CC = $(am__v_CC_$(V)) 85am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) 86am__v_CC_0 = @echo " CC " $@; 87AM_V_at = $(am__v_at_$(V)) 88am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 89am__v_at_0 = @ 90CCLD = $(CC) 91LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 92AM_V_CCLD = $(am__v_CCLD_$(V)) 93am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) 94am__v_CCLD_0 = @echo " CCLD " $@; 95AM_V_GEN = $(am__v_GEN_$(V)) 96am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 97am__v_GEN_0 = @echo " GEN " $@; 98SOURCES = $(sessreg_SOURCES) 99DIST_SOURCES = $(sessreg_SOURCES) 100RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 101 html-recursive info-recursive install-data-recursive \ 102 install-dvi-recursive install-exec-recursive \ 103 install-html-recursive install-info-recursive \ 104 install-pdf-recursive install-ps-recursive install-recursive \ 105 installcheck-recursive installdirs-recursive pdf-recursive \ 106 ps-recursive uninstall-recursive 107RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 108 distclean-recursive maintainer-clean-recursive 109AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 110 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 111 distdir dist dist-all distcheck 112ETAGS = etags 113CTAGS = ctags 114DIST_SUBDIRS = $(SUBDIRS) 115DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 116distdir = $(PACKAGE)-$(VERSION) 117top_distdir = $(distdir) 118am__remove_distdir = \ 119 { test ! -d "$(distdir)" \ 120 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 121 && rm -fr "$(distdir)"; }; } 122am__relativize = \ 123 dir0=`pwd`; \ 124 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 125 sed_rest='s,^[^/]*/*,,'; \ 126 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 127 sed_butlast='s,/*[^/]*$$,,'; \ 128 while test -n "$$dir1"; do \ 129 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 130 if test "$$first" != "."; then \ 131 if test "$$first" = ".."; then \ 132 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 133 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 134 else \ 135 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 136 if test "$$first2" = "$$first"; then \ 137 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 138 else \ 139 dir2="../$$dir2"; \ 140 fi; \ 141 dir0="$$dir0"/"$$first"; \ 142 fi; \ 143 fi; \ 144 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 145 done; \ 146 reldir="$$dir2" 147DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 148GZIP_ENV = --best 149distuninstallcheck_listfiles = find . -type f -print 150am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 151 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 152distcleancheck_listfiles = find . -type f -print 153ACLOCAL = @ACLOCAL@ 154ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 155ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 156AMTAR = @AMTAR@ 157AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 158APP_MAN_DIR = @APP_MAN_DIR@ 159APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 160AUTOCONF = @AUTOCONF@ 161AUTOHEADER = @AUTOHEADER@ 162AUTOMAKE = @AUTOMAKE@ 163AWK = @AWK@ 164BASE_CFLAGS = @BASE_CFLAGS@ 165CC = @CC@ 166CCDEPMODE = @CCDEPMODE@ 167CFLAGS = @CFLAGS@ 168CHANGELOG_CMD = @CHANGELOG_CMD@ 169CPP = @CPP@ 170CPPFLAGS = @CPPFLAGS@ 171CWARNFLAGS = @CWARNFLAGS@ 172CYGPATH_W = @CYGPATH_W@ 173DEFS = @DEFS@ 174DEPDIR = @DEPDIR@ 175DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 176DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 177ECHO_C = @ECHO_C@ 178ECHO_N = @ECHO_N@ 179ECHO_T = @ECHO_T@ 180EGREP = @EGREP@ 181EXEEXT = @EXEEXT@ 182FILE_MAN_DIR = @FILE_MAN_DIR@ 183FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 184GREP = @GREP@ 185INSTALL = @INSTALL@ 186INSTALL_CMD = @INSTALL_CMD@ 187INSTALL_DATA = @INSTALL_DATA@ 188INSTALL_PROGRAM = @INSTALL_PROGRAM@ 189INSTALL_SCRIPT = @INSTALL_SCRIPT@ 190INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 191LDFLAGS = @LDFLAGS@ 192LIBOBJS = @LIBOBJS@ 193LIBS = @LIBS@ 194LIB_MAN_DIR = @LIB_MAN_DIR@ 195LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 196LINT = @LINT@ 197LINT_FLAGS = @LINT_FLAGS@ 198LTLIBOBJS = @LTLIBOBJS@ 199MAINT = @MAINT@ 200MAKEINFO = @MAKEINFO@ 201MAN_SUBSTS = @MAN_SUBSTS@ 202MISC_MAN_DIR = @MISC_MAN_DIR@ 203MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 204MKDIR_P = @MKDIR_P@ 205OBJEXT = @OBJEXT@ 206PACKAGE = @PACKAGE@ 207PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 208PACKAGE_NAME = @PACKAGE_NAME@ 209PACKAGE_STRING = @PACKAGE_STRING@ 210PACKAGE_TARNAME = @PACKAGE_TARNAME@ 211PACKAGE_URL = @PACKAGE_URL@ 212PACKAGE_VERSION = @PACKAGE_VERSION@ 213PATH_SEPARATOR = @PATH_SEPARATOR@ 214PKG_CONFIG = @PKG_CONFIG@ 215SED = @SED@ 216SESSREG_CFLAGS = @SESSREG_CFLAGS@ 217SESSREG_LIBS = @SESSREG_LIBS@ 218SET_MAKE = @SET_MAKE@ 219SHELL = @SHELL@ 220STRICT_CFLAGS = @STRICT_CFLAGS@ 221STRIP = @STRIP@ 222VERSION = @VERSION@ 223XORG_MAN_PAGE = @XORG_MAN_PAGE@ 224abs_builddir = @abs_builddir@ 225abs_srcdir = @abs_srcdir@ 226abs_top_builddir = @abs_top_builddir@ 227abs_top_srcdir = @abs_top_srcdir@ 228ac_ct_CC = @ac_ct_CC@ 229am__include = @am__include@ 230am__leading_dot = @am__leading_dot@ 231am__quote = @am__quote@ 232am__tar = @am__tar@ 233am__untar = @am__untar@ 234bindir = @bindir@ 235build = @build@ 236build_alias = @build_alias@ 237build_cpu = @build_cpu@ 238build_os = @build_os@ 239build_vendor = @build_vendor@ 240builddir = @builddir@ 241datadir = @datadir@ 242datarootdir = @datarootdir@ 243docdir = @docdir@ 244dvidir = @dvidir@ 245exec_prefix = @exec_prefix@ 246host = @host@ 247host_alias = @host_alias@ 248host_cpu = @host_cpu@ 249host_os = @host_os@ 250host_vendor = @host_vendor@ 251htmldir = @htmldir@ 252includedir = @includedir@ 253infodir = @infodir@ 254install_sh = @install_sh@ 255libdir = @libdir@ 256libexecdir = @libexecdir@ 257localedir = @localedir@ 258localstatedir = @localstatedir@ 259mandir = @mandir@ 260mkdir_p = @mkdir_p@ 261oldincludedir = @oldincludedir@ 262pdfdir = @pdfdir@ 263prefix = @prefix@ 264program_transform_name = @program_transform_name@ 265psdir = @psdir@ 266sbindir = @sbindir@ 267sharedstatedir = @sharedstatedir@ 268srcdir = @srcdir@ 269sysconfdir = @sysconfdir@ 270target_alias = @target_alias@ 271top_build_prefix = @top_build_prefix@ 272top_builddir = @top_builddir@ 273top_srcdir = @top_srcdir@ 274SUBDIRS = man 275AM_CFLAGS = $(CWARNFLAGS) $(SESSREG_CFLAGS) 276sessreg_SOURCES = \ 277 sessreg.h \ 278 sessreg.c 279 280@LINT_TRUE@ALL_LINT_FLAGS = $(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 281@LINT_TRUE@ $(AM_CPPFLAGS) $(CPPFLAGS) 282 283MAINTAINERCLEANFILES = ChangeLog INSTALL 284all: config.h 285 $(MAKE) $(AM_MAKEFLAGS) all-recursive 286 287.SUFFIXES: 288.SUFFIXES: .c .o .obj 289am--refresh: Makefile 290 @: 291$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 292 @for dep in $?; do \ 293 case '$(am__configure_deps)' in \ 294 *$$dep*) \ 295 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 296 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 297 && exit 0; \ 298 exit 1;; \ 299 esac; \ 300 done; \ 301 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 302 $(am__cd) $(top_srcdir) && \ 303 $(AUTOMAKE) --foreign Makefile 304.PRECIOUS: Makefile 305Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 306 @case '$?' in \ 307 *config.status*) \ 308 echo ' $(SHELL) ./config.status'; \ 309 $(SHELL) ./config.status;; \ 310 *) \ 311 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 312 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 313 esac; 314 315$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 316 $(SHELL) ./config.status --recheck 317 318$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 319 $(am__cd) $(srcdir) && $(AUTOCONF) 320$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 321 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 322$(am__aclocal_m4_deps): 323 324config.h: stamp-h1 325 @if test ! -f $@; then rm -f stamp-h1; else :; fi 326 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi 327 328stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 329 @rm -f stamp-h1 330 cd $(top_builddir) && $(SHELL) ./config.status config.h 331$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 332 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 333 rm -f stamp-h1 334 touch $@ 335 336distclean-hdr: 337 -rm -f config.h stamp-h1 338install-binPROGRAMS: $(bin_PROGRAMS) 339 @$(NORMAL_INSTALL) 340 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" 341 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 342 for p in $$list; do echo "$$p $$p"; done | \ 343 sed 's/$(EXEEXT)$$//' | \ 344 while read p p1; do if test -f $$p; \ 345 then echo "$$p"; echo "$$p"; else :; fi; \ 346 done | \ 347 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ 348 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 349 sed 'N;N;N;s,\n, ,g' | \ 350 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 351 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 352 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 353 else { print "f", $$3 "/" $$4, $$1; } } \ 354 END { for (d in files) print "f", d, files[d] }' | \ 355 while read type dir files; do \ 356 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 357 test -z "$$files" || { \ 358 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 359 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 360 } \ 361 ; done 362 363uninstall-binPROGRAMS: 364 @$(NORMAL_UNINSTALL) 365 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 366 files=`for p in $$list; do echo "$$p"; done | \ 367 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 368 -e 's/$$/$(EXEEXT)/' `; \ 369 test -n "$$list" || exit 0; \ 370 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 371 cd "$(DESTDIR)$(bindir)" && rm -f $$files 372 373clean-binPROGRAMS: 374 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 375sessreg$(EXEEXT): $(sessreg_OBJECTS) $(sessreg_DEPENDENCIES) 376 @rm -f sessreg$(EXEEXT) 377 $(AM_V_CCLD)$(LINK) $(sessreg_OBJECTS) $(sessreg_LDADD) $(LIBS) 378 379mostlyclean-compile: 380 -rm -f *.$(OBJEXT) 381 382distclean-compile: 383 -rm -f *.tab.c 384 385@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sessreg.Po@am__quote@ 386 387.c.o: 388@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 389@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 390@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 391@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 392@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< 393 394.c.obj: 395@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 396@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 397@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 398@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 399@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` 400 401# This directory's subdirectories are mostly independent; you can cd 402# into them and run `make' without going through this Makefile. 403# To change the values of `make' variables: instead of editing Makefiles, 404# (1) if the variable is set in `config.status', edit `config.status' 405# (which will cause the Makefiles to be regenerated when you run `make'); 406# (2) otherwise, pass the desired values on the `make' command line. 407$(RECURSIVE_TARGETS): 408 @fail= failcom='exit 1'; \ 409 for f in x $$MAKEFLAGS; do \ 410 case $$f in \ 411 *=* | --[!k]*);; \ 412 *k*) failcom='fail=yes';; \ 413 esac; \ 414 done; \ 415 dot_seen=no; \ 416 target=`echo $@ | sed s/-recursive//`; \ 417 list='$(SUBDIRS)'; for subdir in $$list; do \ 418 echo "Making $$target in $$subdir"; \ 419 if test "$$subdir" = "."; then \ 420 dot_seen=yes; \ 421 local_target="$$target-am"; \ 422 else \ 423 local_target="$$target"; \ 424 fi; \ 425 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 426 || eval $$failcom; \ 427 done; \ 428 if test "$$dot_seen" = "no"; then \ 429 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 430 fi; test -z "$$fail" 431 432$(RECURSIVE_CLEAN_TARGETS): 433 @fail= failcom='exit 1'; \ 434 for f in x $$MAKEFLAGS; do \ 435 case $$f in \ 436 *=* | --[!k]*);; \ 437 *k*) failcom='fail=yes';; \ 438 esac; \ 439 done; \ 440 dot_seen=no; \ 441 case "$@" in \ 442 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 443 *) list='$(SUBDIRS)' ;; \ 444 esac; \ 445 rev=''; for subdir in $$list; do \ 446 if test "$$subdir" = "."; then :; else \ 447 rev="$$subdir $$rev"; \ 448 fi; \ 449 done; \ 450 rev="$$rev ."; \ 451 target=`echo $@ | sed s/-recursive//`; \ 452 for subdir in $$rev; do \ 453 echo "Making $$target in $$subdir"; \ 454 if test "$$subdir" = "."; then \ 455 local_target="$$target-am"; \ 456 else \ 457 local_target="$$target"; \ 458 fi; \ 459 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 460 || eval $$failcom; \ 461 done && test -z "$$fail" 462tags-recursive: 463 list='$(SUBDIRS)'; for subdir in $$list; do \ 464 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 465 done 466ctags-recursive: 467 list='$(SUBDIRS)'; for subdir in $$list; do \ 468 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 469 done 470 471ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 472 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 473 unique=`for i in $$list; do \ 474 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 475 done | \ 476 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 477 END { if (nonempty) { for (i in files) print i; }; }'`; \ 478 mkid -fID $$unique 479tags: TAGS 480 481TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 482 $(TAGS_FILES) $(LISP) 483 set x; \ 484 here=`pwd`; \ 485 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 486 include_option=--etags-include; \ 487 empty_fix=.; \ 488 else \ 489 include_option=--include; \ 490 empty_fix=; \ 491 fi; \ 492 list='$(SUBDIRS)'; for subdir in $$list; do \ 493 if test "$$subdir" = .; then :; else \ 494 test ! -f $$subdir/TAGS || \ 495 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 496 fi; \ 497 done; \ 498 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 499 unique=`for i in $$list; do \ 500 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 501 done | \ 502 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 503 END { if (nonempty) { for (i in files) print i; }; }'`; \ 504 shift; \ 505 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 506 test -n "$$unique" || unique=$$empty_fix; \ 507 if test $$# -gt 0; then \ 508 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 509 "$$@" $$unique; \ 510 else \ 511 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 512 $$unique; \ 513 fi; \ 514 fi 515ctags: CTAGS 516CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 517 $(TAGS_FILES) $(LISP) 518 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 519 unique=`for i in $$list; do \ 520 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 521 done | \ 522 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 523 END { if (nonempty) { for (i in files) print i; }; }'`; \ 524 test -z "$(CTAGS_ARGS)$$unique" \ 525 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 526 $$unique 527 528GTAGS: 529 here=`$(am__cd) $(top_builddir) && pwd` \ 530 && $(am__cd) $(top_srcdir) \ 531 && gtags -i $(GTAGS_ARGS) "$$here" 532 533distclean-tags: 534 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 535 536distdir: $(DISTFILES) 537 $(am__remove_distdir) 538 test -d "$(distdir)" || mkdir "$(distdir)" 539 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 540 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 541 list='$(DISTFILES)'; \ 542 dist_files=`for file in $$list; do echo $$file; done | \ 543 sed -e "s|^$$srcdirstrip/||;t" \ 544 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 545 case $$dist_files in \ 546 */*) $(MKDIR_P) `echo "$$dist_files" | \ 547 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 548 sort -u` ;; \ 549 esac; \ 550 for file in $$dist_files; do \ 551 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 552 if test -d $$d/$$file; then \ 553 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 554 if test -d "$(distdir)/$$file"; then \ 555 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 556 fi; \ 557 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 558 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 559 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 560 fi; \ 561 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 562 else \ 563 test -f "$(distdir)/$$file" \ 564 || cp -p $$d/$$file "$(distdir)/$$file" \ 565 || exit 1; \ 566 fi; \ 567 done 568 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 569 if test "$$subdir" = .; then :; else \ 570 test -d "$(distdir)/$$subdir" \ 571 || $(MKDIR_P) "$(distdir)/$$subdir" \ 572 || exit 1; \ 573 fi; \ 574 done 575 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 576 if test "$$subdir" = .; then :; else \ 577 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 578 $(am__relativize); \ 579 new_distdir=$$reldir; \ 580 dir1=$$subdir; dir2="$(top_distdir)"; \ 581 $(am__relativize); \ 582 new_top_distdir=$$reldir; \ 583 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 584 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 585 ($(am__cd) $$subdir && \ 586 $(MAKE) $(AM_MAKEFLAGS) \ 587 top_distdir="$$new_top_distdir" \ 588 distdir="$$new_distdir" \ 589 am__remove_distdir=: \ 590 am__skip_length_check=: \ 591 am__skip_mode_fix=: \ 592 distdir) \ 593 || exit 1; \ 594 fi; \ 595 done 596 $(MAKE) $(AM_MAKEFLAGS) \ 597 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 598 dist-hook 599 -test -n "$(am__skip_mode_fix)" \ 600 || find "$(distdir)" -type d ! -perm -755 \ 601 -exec chmod u+rwx,go+rx {} \; -o \ 602 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 603 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 604 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 605 || chmod -R a+r "$(distdir)" 606dist-gzip: distdir 607 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 608 $(am__remove_distdir) 609dist-bzip2: distdir 610 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 611 $(am__remove_distdir) 612 613dist-lzma: distdir 614 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 615 $(am__remove_distdir) 616 617dist-xz: distdir 618 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 619 $(am__remove_distdir) 620 621dist-tarZ: distdir 622 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 623 $(am__remove_distdir) 624 625dist-shar: distdir 626 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 627 $(am__remove_distdir) 628 629dist-zip: distdir 630 -rm -f $(distdir).zip 631 zip -rq $(distdir).zip $(distdir) 632 $(am__remove_distdir) 633 634dist dist-all: distdir 635 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 636 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 637 $(am__remove_distdir) 638 639# This target untars the dist file and tries a VPATH configuration. Then 640# it guarantees that the distribution is self-contained by making another 641# tarfile. 642distcheck: dist 643 case '$(DIST_ARCHIVES)' in \ 644 *.tar.gz*) \ 645 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 646 *.tar.bz2*) \ 647 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 648 *.tar.lzma*) \ 649 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ 650 *.tar.xz*) \ 651 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 652 *.tar.Z*) \ 653 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 654 *.shar.gz*) \ 655 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 656 *.zip*) \ 657 unzip $(distdir).zip ;;\ 658 esac 659 chmod -R a-w $(distdir); chmod u+w $(distdir) 660 mkdir $(distdir)/_build 661 mkdir $(distdir)/_inst 662 chmod a-w $(distdir) 663 test -d $(distdir)/_build || exit 0; \ 664 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 665 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 666 && am__cwd=`pwd` \ 667 && $(am__cd) $(distdir)/_build \ 668 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 669 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 670 $(DISTCHECK_CONFIGURE_FLAGS) \ 671 && $(MAKE) $(AM_MAKEFLAGS) \ 672 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 673 && $(MAKE) $(AM_MAKEFLAGS) check \ 674 && $(MAKE) $(AM_MAKEFLAGS) install \ 675 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 676 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 677 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 678 distuninstallcheck \ 679 && chmod -R a-w "$$dc_install_base" \ 680 && ({ \ 681 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 682 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 683 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 684 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 685 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 686 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 687 && rm -rf "$$dc_destdir" \ 688 && $(MAKE) $(AM_MAKEFLAGS) dist \ 689 && rm -rf $(DIST_ARCHIVES) \ 690 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 691 && cd "$$am__cwd" \ 692 || exit 1 693 $(am__remove_distdir) 694 @(echo "$(distdir) archives ready for distribution: "; \ 695 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 696 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 697distuninstallcheck: 698 @test -n '$(distuninstallcheck_dir)' || { \ 699 echo 'ERROR: trying to run $@ with an empty' \ 700 '$$(distuninstallcheck_dir)' >&2; \ 701 exit 1; \ 702 }; \ 703 $(am__cd) '$(distuninstallcheck_dir)' || { \ 704 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 705 exit 1; \ 706 }; \ 707 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 708 || { echo "ERROR: files left after uninstall:" ; \ 709 if test -n "$(DESTDIR)"; then \ 710 echo " (check DESTDIR support)"; \ 711 fi ; \ 712 $(distuninstallcheck_listfiles) ; \ 713 exit 1; } >&2 714distcleancheck: distclean 715 @if test '$(srcdir)' = . ; then \ 716 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 717 exit 1 ; \ 718 fi 719 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 720 || { echo "ERROR: files left in build directory after distclean:" ; \ 721 $(distcleancheck_listfiles) ; \ 722 exit 1; } >&2 723check-am: all-am 724check: check-recursive 725all-am: Makefile $(PROGRAMS) config.h 726installdirs: installdirs-recursive 727installdirs-am: 728 for dir in "$(DESTDIR)$(bindir)"; do \ 729 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 730 done 731install: install-recursive 732install-exec: install-exec-recursive 733install-data: install-data-recursive 734uninstall: uninstall-recursive 735 736install-am: all-am 737 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 738 739installcheck: installcheck-recursive 740install-strip: 741 if test -z '$(STRIP)'; then \ 742 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 743 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 744 install; \ 745 else \ 746 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 747 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 748 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 749 fi 750mostlyclean-generic: 751 752clean-generic: 753 754distclean-generic: 755 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 756 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 757 758maintainer-clean-generic: 759 @echo "This command is intended for maintainers to use" 760 @echo "it deletes files that may require special tools to rebuild." 761 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 762clean: clean-recursive 763 764clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 765 766distclean: distclean-recursive 767 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 768 -rm -rf ./$(DEPDIR) 769 -rm -f Makefile 770distclean-am: clean-am distclean-compile distclean-generic \ 771 distclean-hdr distclean-tags 772 773dvi: dvi-recursive 774 775dvi-am: 776 777html: html-recursive 778 779html-am: 780 781info: info-recursive 782 783info-am: 784 785install-data-am: 786 787install-dvi: install-dvi-recursive 788 789install-dvi-am: 790 791install-exec-am: install-binPROGRAMS 792 793install-html: install-html-recursive 794 795install-html-am: 796 797install-info: install-info-recursive 798 799install-info-am: 800 801install-man: 802 803install-pdf: install-pdf-recursive 804 805install-pdf-am: 806 807install-ps: install-ps-recursive 808 809install-ps-am: 810 811installcheck-am: 812 813maintainer-clean: maintainer-clean-recursive 814 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 815 -rm -rf $(top_srcdir)/autom4te.cache 816 -rm -rf ./$(DEPDIR) 817 -rm -f Makefile 818maintainer-clean-am: distclean-am maintainer-clean-generic 819 820mostlyclean: mostlyclean-recursive 821 822mostlyclean-am: mostlyclean-compile mostlyclean-generic 823 824pdf: pdf-recursive 825 826pdf-am: 827 828ps: ps-recursive 829 830ps-am: 831 832uninstall-am: uninstall-binPROGRAMS 833 834.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ 835 ctags-recursive install-am install-strip tags-recursive 836 837.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 838 all all-am am--refresh check check-am clean clean-binPROGRAMS \ 839 clean-generic ctags ctags-recursive dist dist-all dist-bzip2 \ 840 dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \ 841 dist-zip distcheck distclean distclean-compile \ 842 distclean-generic distclean-hdr distclean-tags distcleancheck \ 843 distdir distuninstallcheck dvi dvi-am html html-am info \ 844 info-am install install-am install-binPROGRAMS install-data \ 845 install-data-am install-dvi install-dvi-am install-exec \ 846 install-exec-am install-html install-html-am install-info \ 847 install-info-am install-man install-pdf install-pdf-am \ 848 install-ps install-ps-am install-strip installcheck \ 849 installcheck-am installdirs installdirs-am maintainer-clean \ 850 maintainer-clean-generic mostlyclean mostlyclean-compile \ 851 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \ 852 uninstall uninstall-am uninstall-binPROGRAMS 853 854 855@LINT_TRUE@lint: 856@LINT_TRUE@ $(LINT) $(ALL_LINT_FLAGS) $(sessreg_SOURCES) 857 858.PHONY: ChangeLog INSTALL 859 860INSTALL: 861 $(INSTALL_CMD) 862 863ChangeLog: 864 $(CHANGELOG_CMD) 865 866dist-hook: ChangeLog INSTALL 867 868# Tell versions [3.59,3.63) of GNU make to not export all variables. 869# Otherwise a system limit (for SysV at least) may be exceeded. 870.NOEXPORT: 871