Makefile.in revision 8f65982a
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 = xmag$(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)" 78PROGRAMS = $(bin_PROGRAMS) 79am_xmag_OBJECTS = CutPaste.$(OBJEXT) RootWin.$(OBJEXT) Scale.$(OBJEXT) \ 80 xmag.$(OBJEXT) 81xmag_OBJECTS = $(am_xmag_OBJECTS) 82am__DEPENDENCIES_1 = 83xmag_DEPENDENCIES = $(am__DEPENDENCIES_1) 84DEFAULT_INCLUDES = -I.@am__isrc@ 85depcomp = $(SHELL) $(top_srcdir)/depcomp 86am__depfiles_maybe = depfiles 87am__mv = mv -f 88COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 89 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 90AM_V_CC = $(am__v_CC_$(V)) 91am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) 92am__v_CC_0 = @echo " CC " $@; 93AM_V_at = $(am__v_at_$(V)) 94am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 95am__v_at_0 = @ 96CCLD = $(CC) 97LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 98AM_V_CCLD = $(am__v_CCLD_$(V)) 99am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) 100am__v_CCLD_0 = @echo " CCLD " $@; 101AM_V_GEN = $(am__v_GEN_$(V)) 102am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 103am__v_GEN_0 = @echo " GEN " $@; 104SOURCES = $(xmag_SOURCES) 105DIST_SOURCES = $(xmag_SOURCES) 106am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 107am__vpath_adj = case $$p in \ 108 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 109 *) f=$$p;; \ 110 esac; 111am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 112am__install_max = 40 113am__nobase_strip_setup = \ 114 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 115am__nobase_strip = \ 116 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 117am__nobase_list = $(am__nobase_strip_setup); \ 118 for p in $$list; do echo "$$p $$p"; done | \ 119 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 120 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 121 if (++n[$$2] == $(am__install_max)) \ 122 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 123 END { for (dir in files) print dir, files[dir] }' 124am__base_list = \ 125 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 126 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 127DATA = $(appman_DATA) $(dist_appdefault_DATA) 128ETAGS = etags 129CTAGS = ctags 130DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 131distdir = $(PACKAGE)-$(VERSION) 132top_distdir = $(distdir) 133am__remove_distdir = \ 134 { test ! -d "$(distdir)" \ 135 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 136 && rm -fr "$(distdir)"; }; } 137DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 138GZIP_ENV = --best 139distuninstallcheck_listfiles = find . -type f -print 140distcleancheck_listfiles = find . -type f -print 141ACLOCAL = @ACLOCAL@ 142ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 143ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 144AMTAR = @AMTAR@ 145AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 146APP_MAN_DIR = @APP_MAN_DIR@ 147APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 148AUTOCONF = @AUTOCONF@ 149AUTOHEADER = @AUTOHEADER@ 150AUTOMAKE = @AUTOMAKE@ 151AWK = @AWK@ 152CC = @CC@ 153CCDEPMODE = @CCDEPMODE@ 154CFLAGS = @CFLAGS@ 155CHANGELOG_CMD = @CHANGELOG_CMD@ 156CPP = @CPP@ 157CPPFLAGS = @CPPFLAGS@ 158CWARNFLAGS = @CWARNFLAGS@ 159CYGPATH_W = @CYGPATH_W@ 160DEFS = @DEFS@ 161DEPDIR = @DEPDIR@ 162DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 163DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 164ECHO_C = @ECHO_C@ 165ECHO_N = @ECHO_N@ 166ECHO_T = @ECHO_T@ 167EGREP = @EGREP@ 168EXEEXT = @EXEEXT@ 169FILE_MAN_DIR = @FILE_MAN_DIR@ 170FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 171GREP = @GREP@ 172INSTALL = @INSTALL@ 173INSTALL_CMD = @INSTALL_CMD@ 174INSTALL_DATA = @INSTALL_DATA@ 175INSTALL_PROGRAM = @INSTALL_PROGRAM@ 176INSTALL_SCRIPT = @INSTALL_SCRIPT@ 177INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 178LDFLAGS = @LDFLAGS@ 179LIBOBJS = @LIBOBJS@ 180LIBS = @LIBS@ 181LIB_MAN_DIR = @LIB_MAN_DIR@ 182LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 183LTLIBOBJS = @LTLIBOBJS@ 184MAINT = @MAINT@ 185MAKEINFO = @MAKEINFO@ 186MAN_SUBSTS = @MAN_SUBSTS@ 187MISC_MAN_DIR = @MISC_MAN_DIR@ 188MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 189MKDIR_P = @MKDIR_P@ 190OBJEXT = @OBJEXT@ 191PACKAGE = @PACKAGE@ 192PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 193PACKAGE_NAME = @PACKAGE_NAME@ 194PACKAGE_STRING = @PACKAGE_STRING@ 195PACKAGE_TARNAME = @PACKAGE_TARNAME@ 196PACKAGE_URL = @PACKAGE_URL@ 197PACKAGE_VERSION = @PACKAGE_VERSION@ 198PATH_SEPARATOR = @PATH_SEPARATOR@ 199PKG_CONFIG = @PKG_CONFIG@ 200SED = @SED@ 201SET_MAKE = @SET_MAKE@ 202SHELL = @SHELL@ 203STRIP = @STRIP@ 204VERSION = @VERSION@ 205XMAG_CFLAGS = @XMAG_CFLAGS@ 206XMAG_LIBS = @XMAG_LIBS@ 207XORG_MAN_PAGE = @XORG_MAN_PAGE@ 208abs_builddir = @abs_builddir@ 209abs_srcdir = @abs_srcdir@ 210abs_top_builddir = @abs_top_builddir@ 211abs_top_srcdir = @abs_top_srcdir@ 212ac_ct_CC = @ac_ct_CC@ 213am__include = @am__include@ 214am__leading_dot = @am__leading_dot@ 215am__quote = @am__quote@ 216am__tar = @am__tar@ 217am__untar = @am__untar@ 218appdefaultdir = @appdefaultdir@ 219bindir = @bindir@ 220build = @build@ 221build_alias = @build_alias@ 222build_cpu = @build_cpu@ 223build_os = @build_os@ 224build_vendor = @build_vendor@ 225builddir = @builddir@ 226datadir = @datadir@ 227datarootdir = @datarootdir@ 228docdir = @docdir@ 229dvidir = @dvidir@ 230exec_prefix = @exec_prefix@ 231host = @host@ 232host_alias = @host_alias@ 233host_cpu = @host_cpu@ 234host_os = @host_os@ 235host_vendor = @host_vendor@ 236htmldir = @htmldir@ 237includedir = @includedir@ 238infodir = @infodir@ 239install_sh = @install_sh@ 240libdir = @libdir@ 241libexecdir = @libexecdir@ 242localedir = @localedir@ 243localstatedir = @localstatedir@ 244mandir = @mandir@ 245mkdir_p = @mkdir_p@ 246oldincludedir = @oldincludedir@ 247pdfdir = @pdfdir@ 248prefix = @prefix@ 249program_transform_name = @program_transform_name@ 250psdir = @psdir@ 251sbindir = @sbindir@ 252sharedstatedir = @sharedstatedir@ 253srcdir = @srcdir@ 254sysconfdir = @sysconfdir@ 255target_alias = @target_alias@ 256top_build_prefix = @top_build_prefix@ 257top_builddir = @top_builddir@ 258top_srcdir = @top_srcdir@ 259AM_CFLAGS = $(XMAG_CFLAGS) $(CWARNFLAGS) 260xmag_LDADD = $(XMAG_LIBS) -lm 261xmag_SOURCES = \ 262 CutPaste.c \ 263 CutPaste.h \ 264 RootWin.c \ 265 RootWin.h \ 266 RootWinP.h \ 267 Scale.c \ 268 Scale.h \ 269 ScaleP.h \ 270 xmag.c 271 272appman_PRE = \ 273 xmag.man 274 275 276# App default files (*.ad) 277DISTCHECK_CONFIGURE_FLAGS = --with-appdefaultdir=\$${datadir}/X11/app-defaults 278dist_appdefault_DATA = \ 279 app-defaults/Xmag 280 281 282# Developer documentation for Scale widget in Scale.c 283EXTRA_DIST = Scale.txt xmag.icon $(appman_PRE) 284appmandir = $(APP_MAN_DIR) 285appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) 286MAINTAINERCLEANFILES = ChangeLog INSTALL 287CLEANFILES = $(appman_DATA) 288SUFFIXES = .$(APP_MAN_SUFFIX) .man 289all: config.h 290 $(MAKE) $(AM_MAKEFLAGS) all-am 291 292.SUFFIXES: 293.SUFFIXES: .$(APP_MAN_SUFFIX) .man .c .o .obj 294am--refresh: 295 @: 296$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 297 @for dep in $?; do \ 298 case '$(am__configure_deps)' in \ 299 *$$dep*) \ 300 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 301 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 302 && exit 0; \ 303 exit 1;; \ 304 esac; \ 305 done; \ 306 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 307 $(am__cd) $(top_srcdir) && \ 308 $(AUTOMAKE) --foreign Makefile 309.PRECIOUS: Makefile 310Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 311 @case '$?' in \ 312 *config.status*) \ 313 echo ' $(SHELL) ./config.status'; \ 314 $(SHELL) ./config.status;; \ 315 *) \ 316 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 317 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 318 esac; 319 320$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 321 $(SHELL) ./config.status --recheck 322 323$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 324 $(am__cd) $(srcdir) && $(AUTOCONF) 325$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 326 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 327$(am__aclocal_m4_deps): 328 329config.h: stamp-h1 330 @if test ! -f $@; then \ 331 rm -f stamp-h1; \ 332 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 333 else :; fi 334 335stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 336 @rm -f stamp-h1 337 cd $(top_builddir) && $(SHELL) ./config.status config.h 338$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 339 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 340 rm -f stamp-h1 341 touch $@ 342 343distclean-hdr: 344 -rm -f config.h stamp-h1 345install-binPROGRAMS: $(bin_PROGRAMS) 346 @$(NORMAL_INSTALL) 347 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" 348 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 349 for p in $$list; do echo "$$p $$p"; done | \ 350 sed 's/$(EXEEXT)$$//' | \ 351 while read p p1; do if test -f $$p; \ 352 then echo "$$p"; echo "$$p"; else :; fi; \ 353 done | \ 354 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ 355 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 356 sed 'N;N;N;s,\n, ,g' | \ 357 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 358 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 359 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 360 else { print "f", $$3 "/" $$4, $$1; } } \ 361 END { for (d in files) print "f", d, files[d] }' | \ 362 while read type dir files; do \ 363 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 364 test -z "$$files" || { \ 365 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 366 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 367 } \ 368 ; done 369 370uninstall-binPROGRAMS: 371 @$(NORMAL_UNINSTALL) 372 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 373 files=`for p in $$list; do echo "$$p"; done | \ 374 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 375 -e 's/$$/$(EXEEXT)/' `; \ 376 test -n "$$list" || exit 0; \ 377 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 378 cd "$(DESTDIR)$(bindir)" && rm -f $$files 379 380clean-binPROGRAMS: 381 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 382xmag$(EXEEXT): $(xmag_OBJECTS) $(xmag_DEPENDENCIES) 383 @rm -f xmag$(EXEEXT) 384 $(AM_V_CCLD)$(LINK) $(xmag_OBJECTS) $(xmag_LDADD) $(LIBS) 385 386mostlyclean-compile: 387 -rm -f *.$(OBJEXT) 388 389distclean-compile: 390 -rm -f *.tab.c 391 392@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/CutPaste.Po@am__quote@ 393@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RootWin.Po@am__quote@ 394@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Scale.Po@am__quote@ 395@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmag.Po@am__quote@ 396 397.c.o: 398@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 399@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 400@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 401@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 402@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 403@am__fastdepCC_FALSE@ $(COMPILE) -c $< 404 405.c.obj: 406@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 407@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 408@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 409@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 410@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 411@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 412install-appmanDATA: $(appman_DATA) 413 @$(NORMAL_INSTALL) 414 test -z "$(appmandir)" || $(MKDIR_P) "$(DESTDIR)$(appmandir)" 415 @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \ 416 for p in $$list; do \ 417 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 418 echo "$$d$$p"; \ 419 done | $(am__base_list) | \ 420 while read files; do \ 421 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appmandir)'"; \ 422 $(INSTALL_DATA) $$files "$(DESTDIR)$(appmandir)" || exit $$?; \ 423 done 424 425uninstall-appmanDATA: 426 @$(NORMAL_UNINSTALL) 427 @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \ 428 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 429 test -n "$$files" || exit 0; \ 430 echo " ( cd '$(DESTDIR)$(appmandir)' && rm -f" $$files ")"; \ 431 cd "$(DESTDIR)$(appmandir)" && rm -f $$files 432install-dist_appdefaultDATA: $(dist_appdefault_DATA) 433 @$(NORMAL_INSTALL) 434 test -z "$(appdefaultdir)" || $(MKDIR_P) "$(DESTDIR)$(appdefaultdir)" 435 @list='$(dist_appdefault_DATA)'; test -n "$(appdefaultdir)" || list=; \ 436 for p in $$list; do \ 437 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 438 echo "$$d$$p"; \ 439 done | $(am__base_list) | \ 440 while read files; do \ 441 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appdefaultdir)'"; \ 442 $(INSTALL_DATA) $$files "$(DESTDIR)$(appdefaultdir)" || exit $$?; \ 443 done 444 445uninstall-dist_appdefaultDATA: 446 @$(NORMAL_UNINSTALL) 447 @list='$(dist_appdefault_DATA)'; test -n "$(appdefaultdir)" || list=; \ 448 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 449 test -n "$$files" || exit 0; \ 450 echo " ( cd '$(DESTDIR)$(appdefaultdir)' && rm -f" $$files ")"; \ 451 cd "$(DESTDIR)$(appdefaultdir)" && rm -f $$files 452 453ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 454 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 455 unique=`for i in $$list; do \ 456 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 457 done | \ 458 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 459 END { if (nonempty) { for (i in files) print i; }; }'`; \ 460 mkid -fID $$unique 461tags: TAGS 462 463TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 464 $(TAGS_FILES) $(LISP) 465 set x; \ 466 here=`pwd`; \ 467 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 468 unique=`for i in $$list; do \ 469 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 470 done | \ 471 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 472 END { if (nonempty) { for (i in files) print i; }; }'`; \ 473 shift; \ 474 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 475 test -n "$$unique" || unique=$$empty_fix; \ 476 if test $$# -gt 0; then \ 477 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 478 "$$@" $$unique; \ 479 else \ 480 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 481 $$unique; \ 482 fi; \ 483 fi 484ctags: CTAGS 485CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 486 $(TAGS_FILES) $(LISP) 487 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 488 unique=`for i in $$list; do \ 489 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 490 done | \ 491 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 492 END { if (nonempty) { for (i in files) print i; }; }'`; \ 493 test -z "$(CTAGS_ARGS)$$unique" \ 494 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 495 $$unique 496 497GTAGS: 498 here=`$(am__cd) $(top_builddir) && pwd` \ 499 && $(am__cd) $(top_srcdir) \ 500 && gtags -i $(GTAGS_ARGS) "$$here" 501 502distclean-tags: 503 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 504 505distdir: $(DISTFILES) 506 $(am__remove_distdir) 507 test -d "$(distdir)" || mkdir "$(distdir)" 508 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 509 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 510 list='$(DISTFILES)'; \ 511 dist_files=`for file in $$list; do echo $$file; done | \ 512 sed -e "s|^$$srcdirstrip/||;t" \ 513 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 514 case $$dist_files in \ 515 */*) $(MKDIR_P) `echo "$$dist_files" | \ 516 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 517 sort -u` ;; \ 518 esac; \ 519 for file in $$dist_files; do \ 520 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 521 if test -d $$d/$$file; then \ 522 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 523 if test -d "$(distdir)/$$file"; then \ 524 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 525 fi; \ 526 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 527 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 528 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 529 fi; \ 530 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 531 else \ 532 test -f "$(distdir)/$$file" \ 533 || cp -p $$d/$$file "$(distdir)/$$file" \ 534 || exit 1; \ 535 fi; \ 536 done 537 $(MAKE) $(AM_MAKEFLAGS) \ 538 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 539 dist-hook 540 -test -n "$(am__skip_mode_fix)" \ 541 || find "$(distdir)" -type d ! -perm -755 \ 542 -exec chmod u+rwx,go+rx {} \; -o \ 543 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 544 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 545 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 546 || chmod -R a+r "$(distdir)" 547dist-gzip: distdir 548 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 549 $(am__remove_distdir) 550dist-bzip2: distdir 551 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 552 $(am__remove_distdir) 553 554dist-lzma: distdir 555 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 556 $(am__remove_distdir) 557 558dist-xz: distdir 559 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz 560 $(am__remove_distdir) 561 562dist-tarZ: distdir 563 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 564 $(am__remove_distdir) 565 566dist-shar: distdir 567 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 568 $(am__remove_distdir) 569 570dist-zip: distdir 571 -rm -f $(distdir).zip 572 zip -rq $(distdir).zip $(distdir) 573 $(am__remove_distdir) 574 575dist dist-all: distdir 576 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 577 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 578 $(am__remove_distdir) 579 580# This target untars the dist file and tries a VPATH configuration. Then 581# it guarantees that the distribution is self-contained by making another 582# tarfile. 583distcheck: dist 584 case '$(DIST_ARCHIVES)' in \ 585 *.tar.gz*) \ 586 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 587 *.tar.bz2*) \ 588 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 589 *.tar.lzma*) \ 590 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ 591 *.tar.xz*) \ 592 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 593 *.tar.Z*) \ 594 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 595 *.shar.gz*) \ 596 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 597 *.zip*) \ 598 unzip $(distdir).zip ;;\ 599 esac 600 chmod -R a-w $(distdir); chmod a+w $(distdir) 601 mkdir $(distdir)/_build 602 mkdir $(distdir)/_inst 603 chmod a-w $(distdir) 604 test -d $(distdir)/_build || exit 0; \ 605 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 606 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 607 && am__cwd=`pwd` \ 608 && $(am__cd) $(distdir)/_build \ 609 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 610 $(DISTCHECK_CONFIGURE_FLAGS) \ 611 && $(MAKE) $(AM_MAKEFLAGS) \ 612 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 613 && $(MAKE) $(AM_MAKEFLAGS) check \ 614 && $(MAKE) $(AM_MAKEFLAGS) install \ 615 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 616 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 617 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 618 distuninstallcheck \ 619 && chmod -R a-w "$$dc_install_base" \ 620 && ({ \ 621 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 622 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 623 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 624 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 625 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 626 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 627 && rm -rf "$$dc_destdir" \ 628 && $(MAKE) $(AM_MAKEFLAGS) dist \ 629 && rm -rf $(DIST_ARCHIVES) \ 630 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 631 && cd "$$am__cwd" \ 632 || exit 1 633 $(am__remove_distdir) 634 @(echo "$(distdir) archives ready for distribution: "; \ 635 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 636 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 637distuninstallcheck: 638 @$(am__cd) '$(distuninstallcheck_dir)' \ 639 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 640 || { echo "ERROR: files left after uninstall:" ; \ 641 if test -n "$(DESTDIR)"; then \ 642 echo " (check DESTDIR support)"; \ 643 fi ; \ 644 $(distuninstallcheck_listfiles) ; \ 645 exit 1; } >&2 646distcleancheck: distclean 647 @if test '$(srcdir)' = . ; then \ 648 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 649 exit 1 ; \ 650 fi 651 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 652 || { echo "ERROR: files left in build directory after distclean:" ; \ 653 $(distcleancheck_listfiles) ; \ 654 exit 1; } >&2 655check-am: all-am 656check: check-am 657all-am: Makefile $(PROGRAMS) $(DATA) config.h 658installdirs: 659 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)" "$(DESTDIR)$(appdefaultdir)"; do \ 660 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 661 done 662install: install-am 663install-exec: install-exec-am 664install-data: install-data-am 665uninstall: uninstall-am 666 667install-am: all-am 668 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 669 670installcheck: installcheck-am 671install-strip: 672 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 673 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 674 `test -z '$(STRIP)' || \ 675 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 676mostlyclean-generic: 677 678clean-generic: 679 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 680 681distclean-generic: 682 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 683 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 684 685maintainer-clean-generic: 686 @echo "This command is intended for maintainers to use" 687 @echo "it deletes files that may require special tools to rebuild." 688 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 689clean: clean-am 690 691clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 692 693distclean: distclean-am 694 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 695 -rm -rf ./$(DEPDIR) 696 -rm -f Makefile 697distclean-am: clean-am distclean-compile distclean-generic \ 698 distclean-hdr distclean-tags 699 700dvi: dvi-am 701 702dvi-am: 703 704html: html-am 705 706html-am: 707 708info: info-am 709 710info-am: 711 712install-data-am: install-appmanDATA install-dist_appdefaultDATA 713 714install-dvi: install-dvi-am 715 716install-dvi-am: 717 718install-exec-am: install-binPROGRAMS 719 720install-html: install-html-am 721 722install-html-am: 723 724install-info: install-info-am 725 726install-info-am: 727 728install-man: 729 730install-pdf: install-pdf-am 731 732install-pdf-am: 733 734install-ps: install-ps-am 735 736install-ps-am: 737 738installcheck-am: 739 740maintainer-clean: maintainer-clean-am 741 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 742 -rm -rf $(top_srcdir)/autom4te.cache 743 -rm -rf ./$(DEPDIR) 744 -rm -f Makefile 745maintainer-clean-am: distclean-am maintainer-clean-generic 746 747mostlyclean: mostlyclean-am 748 749mostlyclean-am: mostlyclean-compile mostlyclean-generic 750 751pdf: pdf-am 752 753pdf-am: 754 755ps: ps-am 756 757ps-am: 758 759uninstall-am: uninstall-appmanDATA uninstall-binPROGRAMS \ 760 uninstall-dist_appdefaultDATA 761 762.MAKE: all install-am install-strip 763 764.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ 765 clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \ 766 dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \ 767 dist-zip distcheck distclean distclean-compile \ 768 distclean-generic distclean-hdr distclean-tags distcleancheck \ 769 distdir distuninstallcheck dvi dvi-am html html-am info \ 770 info-am install install-am install-appmanDATA \ 771 install-binPROGRAMS install-data install-data-am \ 772 install-dist_appdefaultDATA install-dvi install-dvi-am \ 773 install-exec install-exec-am install-html install-html-am \ 774 install-info install-info-am install-man install-pdf \ 775 install-pdf-am install-ps install-ps-am install-strip \ 776 installcheck installcheck-am installdirs maintainer-clean \ 777 maintainer-clean-generic mostlyclean mostlyclean-compile \ 778 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ 779 uninstall-am uninstall-appmanDATA uninstall-binPROGRAMS \ 780 uninstall-dist_appdefaultDATA 781 782 783# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure 784.man.$(APP_MAN_SUFFIX): 785 $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 786 787.PHONY: ChangeLog INSTALL 788 789INSTALL: 790 $(INSTALL_CMD) 791 792ChangeLog: 793 $(CHANGELOG_CMD) 794 795dist-hook: ChangeLog INSTALL 796 797# Tell versions [3.59,3.63) of GNU make to not export all variables. 798# Otherwise a system limit (for SysV at least) may be exceeded. 799.NOEXPORT: 800