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