Makefile.in revision 49e108a1
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 19VPATH = @srcdir@ 20pkgdatadir = $(datadir)/@PACKAGE@ 21pkgincludedir = $(includedir)/@PACKAGE@ 22pkglibdir = $(libdir)/@PACKAGE@ 23pkglibexecdir = $(libexecdir)/@PACKAGE@ 24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 25install_sh_DATA = $(install_sh) -c -m 644 26install_sh_PROGRAM = $(install_sh) -c 27install_sh_SCRIPT = $(install_sh) -c 28INSTALL_HEADER = $(INSTALL_DATA) 29transform = $(program_transform_name) 30NORMAL_INSTALL = : 31PRE_INSTALL = : 32POST_INSTALL = : 33NORMAL_UNINSTALL = : 34PRE_UNINSTALL = : 35POST_UNINSTALL = : 36build_triplet = @build@ 37host_triplet = @host@ 38subdir = src 39DIST_COMMON = $(libXineramainclude_HEADERS) $(srcdir)/Makefile.am \ 40 $(srcdir)/Makefile.in 41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 42am__aclocal_m4_deps = $(top_srcdir)/configure.ac 43am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 44 $(ACLOCAL_M4) 45mkinstalldirs = $(install_sh) -d 46CONFIG_HEADER = $(top_builddir)/config.h 47CONFIG_CLEAN_FILES = 48CONFIG_CLEAN_VPATH_FILES = 49am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 50am__vpath_adj = case $$p in \ 51 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 52 *) f=$$p;; \ 53 esac; 54am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 55am__install_max = 40 56am__nobase_strip_setup = \ 57 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 58am__nobase_strip = \ 59 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 60am__nobase_list = $(am__nobase_strip_setup); \ 61 for p in $$list; do echo "$$p $$p"; done | \ 62 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 63 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 64 if (++n[$$2] == $(am__install_max)) \ 65 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 66 END { for (dir in files) print dir, files[dir] }' 67am__base_list = \ 68 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 69 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 70am__installdirs = "$(DESTDIR)$(libdir)" \ 71 "$(DESTDIR)$(libXineramaincludedir)" 72LTLIBRARIES = $(lib_LTLIBRARIES) 73am__DEPENDENCIES_1 = 74libXinerama_la_DEPENDENCIES = $(am__DEPENDENCIES_1) 75am_libXinerama_la_OBJECTS = Xinerama.lo 76libXinerama_la_OBJECTS = $(am_libXinerama_la_OBJECTS) 77AM_V_lt = $(am__v_lt_$(V)) 78am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) 79am__v_lt_0 = --silent 80libXinerama_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ 81 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ 82 $(AM_CFLAGS) $(CFLAGS) $(libXinerama_la_LDFLAGS) $(LDFLAGS) -o \ 83 $@ 84DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 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) 90LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 91 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 92 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 93 $(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 = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 102 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 103 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 104AM_V_CCLD = $(am__v_CCLD_$(V)) 105am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) 106am__v_CCLD_0 = @echo " CCLD " $@; 107AM_V_GEN = $(am__v_GEN_$(V)) 108am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 109am__v_GEN_0 = @echo " GEN " $@; 110SOURCES = $(libXinerama_la_SOURCES) 111DIST_SOURCES = $(libXinerama_la_SOURCES) 112HEADERS = $(libXineramainclude_HEADERS) 113ETAGS = etags 114CTAGS = ctags 115DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 116ACLOCAL = @ACLOCAL@ 117ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 118ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 119AMTAR = @AMTAR@ 120AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 121APP_MAN_DIR = @APP_MAN_DIR@ 122APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 123AR = @AR@ 124AUTOCONF = @AUTOCONF@ 125AUTOHEADER = @AUTOHEADER@ 126AUTOMAKE = @AUTOMAKE@ 127AWK = @AWK@ 128CC = @CC@ 129CCDEPMODE = @CCDEPMODE@ 130CFLAGS = @CFLAGS@ 131CHANGELOG_CMD = @CHANGELOG_CMD@ 132CPP = @CPP@ 133CPPFLAGS = @CPPFLAGS@ 134CWARNFLAGS = @CWARNFLAGS@ 135CYGPATH_W = @CYGPATH_W@ 136DEFS = @DEFS@ 137DEPDIR = @DEPDIR@ 138DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 139DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 140DSYMUTIL = @DSYMUTIL@ 141DUMPBIN = @DUMPBIN@ 142ECHO_C = @ECHO_C@ 143ECHO_N = @ECHO_N@ 144ECHO_T = @ECHO_T@ 145EGREP = @EGREP@ 146EXEEXT = @EXEEXT@ 147FGREP = @FGREP@ 148FILE_MAN_DIR = @FILE_MAN_DIR@ 149FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 150GREP = @GREP@ 151INSTALL = @INSTALL@ 152INSTALL_CMD = @INSTALL_CMD@ 153INSTALL_DATA = @INSTALL_DATA@ 154INSTALL_PROGRAM = @INSTALL_PROGRAM@ 155INSTALL_SCRIPT = @INSTALL_SCRIPT@ 156INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 157LD = @LD@ 158LDFLAGS = @LDFLAGS@ 159LIBOBJS = @LIBOBJS@ 160LIBS = @LIBS@ 161LIBTOOL = @LIBTOOL@ 162LIB_MAN_DIR = @LIB_MAN_DIR@ 163LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 164LINT = @LINT@ 165LINT_FLAGS = @LINT_FLAGS@ 166LIPO = @LIPO@ 167LN_S = @LN_S@ 168LTLIBOBJS = @LTLIBOBJS@ 169MAINT = @MAINT@ 170MAKEINFO = @MAKEINFO@ 171MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@ 172MAN_SUBSTS = @MAN_SUBSTS@ 173MISC_MAN_DIR = @MISC_MAN_DIR@ 174MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 175MKDIR_P = @MKDIR_P@ 176NM = @NM@ 177NMEDIT = @NMEDIT@ 178OBJDUMP = @OBJDUMP@ 179OBJEXT = @OBJEXT@ 180OTOOL = @OTOOL@ 181OTOOL64 = @OTOOL64@ 182PACKAGE = @PACKAGE@ 183PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 184PACKAGE_NAME = @PACKAGE_NAME@ 185PACKAGE_STRING = @PACKAGE_STRING@ 186PACKAGE_TARNAME = @PACKAGE_TARNAME@ 187PACKAGE_URL = @PACKAGE_URL@ 188PACKAGE_VERSION = @PACKAGE_VERSION@ 189PATH_SEPARATOR = @PATH_SEPARATOR@ 190PKG_CONFIG = @PKG_CONFIG@ 191RANLIB = @RANLIB@ 192SED = @SED@ 193SET_MAKE = @SET_MAKE@ 194SHELL = @SHELL@ 195STRIP = @STRIP@ 196VERSION = @VERSION@ 197XINERAMA_CFLAGS = @XINERAMA_CFLAGS@ 198XINERAMA_LIBS = @XINERAMA_LIBS@ 199XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 200XORG_MAN_PAGE = @XORG_MAN_PAGE@ 201XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 202abs_builddir = @abs_builddir@ 203abs_srcdir = @abs_srcdir@ 204abs_top_builddir = @abs_top_builddir@ 205abs_top_srcdir = @abs_top_srcdir@ 206ac_ct_CC = @ac_ct_CC@ 207ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 208am__include = @am__include@ 209am__leading_dot = @am__leading_dot@ 210am__quote = @am__quote@ 211am__tar = @am__tar@ 212am__untar = @am__untar@ 213bindir = @bindir@ 214build = @build@ 215build_alias = @build_alias@ 216build_cpu = @build_cpu@ 217build_os = @build_os@ 218build_vendor = @build_vendor@ 219builddir = @builddir@ 220datadir = @datadir@ 221datarootdir = @datarootdir@ 222docdir = @docdir@ 223dvidir = @dvidir@ 224exec_prefix = @exec_prefix@ 225host = @host@ 226host_alias = @host_alias@ 227host_cpu = @host_cpu@ 228host_os = @host_os@ 229host_vendor = @host_vendor@ 230htmldir = @htmldir@ 231includedir = @includedir@ 232infodir = @infodir@ 233install_sh = @install_sh@ 234libdir = @libdir@ 235libexecdir = @libexecdir@ 236localedir = @localedir@ 237localstatedir = @localstatedir@ 238mandir = @mandir@ 239mkdir_p = @mkdir_p@ 240oldincludedir = @oldincludedir@ 241pdfdir = @pdfdir@ 242prefix = @prefix@ 243program_transform_name = @program_transform_name@ 244psdir = @psdir@ 245sbindir = @sbindir@ 246sharedstatedir = @sharedstatedir@ 247srcdir = @srcdir@ 248sysconfdir = @sysconfdir@ 249target_alias = @target_alias@ 250top_build_prefix = @top_build_prefix@ 251top_builddir = @top_builddir@ 252top_srcdir = @top_srcdir@ 253AM_CFLAGS = -I$(top_srcdir)/include \ 254 -I$(top_srcdir)/include/X11 \ 255 -I$(top_srcdir)/include/X11/extensions \ 256 $(XINERAMA_CFLAGS) \ 257 $(MALLOC_ZERO_CFLAGS) \ 258 $(CWARNFLAGS) 259 260lib_LTLIBRARIES = libXinerama.la 261libXinerama_la_SOURCES = \ 262 Xinerama.c 263 264libXinerama_la_LIBADD = $(XINERAMA_LIBS) 265libXinerama_la_LDFLAGS = -version-number 1:0:0 -no-undefined 266libXineramaincludedir = $(includedir)/X11/extensions 267libXineramainclude_HEADERS = $(top_srcdir)/include/X11/extensions/Xinerama.h \ 268 $(top_srcdir)/include/X11/extensions/panoramiXext.h 269 270@LINT_TRUE@ALL_LINT_FLAGS = $(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 271@LINT_TRUE@ $(AM_CPPFLAGS) $(CPPFLAGS) 272 273all: all-am 274 275.SUFFIXES: 276.SUFFIXES: .c .lo .o .obj 277$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 278 @for dep in $?; do \ 279 case '$(am__configure_deps)' in \ 280 *$$dep*) \ 281 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 282 && { if test -f $@; then exit 0; else break; fi; }; \ 283 exit 1;; \ 284 esac; \ 285 done; \ 286 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 287 $(am__cd) $(top_srcdir) && \ 288 $(AUTOMAKE) --foreign src/Makefile 289.PRECIOUS: Makefile 290Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 291 @case '$?' in \ 292 *config.status*) \ 293 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 294 *) \ 295 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 296 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 297 esac; 298 299$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 300 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 301 302$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 303 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 304$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 305 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 306$(am__aclocal_m4_deps): 307install-libLTLIBRARIES: $(lib_LTLIBRARIES) 308 @$(NORMAL_INSTALL) 309 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" 310 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 311 list2=; for p in $$list; do \ 312 if test -f $$p; then \ 313 list2="$$list2 $$p"; \ 314 else :; fi; \ 315 done; \ 316 test -z "$$list2" || { \ 317 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 318 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 319 } 320 321uninstall-libLTLIBRARIES: 322 @$(NORMAL_UNINSTALL) 323 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 324 for p in $$list; do \ 325 $(am__strip_dir) \ 326 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 327 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 328 done 329 330clean-libLTLIBRARIES: 331 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 332 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 333 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 334 test "$$dir" != "$$p" || dir=.; \ 335 echo "rm -f \"$${dir}/so_locations\""; \ 336 rm -f "$${dir}/so_locations"; \ 337 done 338libXinerama.la: $(libXinerama_la_OBJECTS) $(libXinerama_la_DEPENDENCIES) 339 $(AM_V_CCLD)$(libXinerama_la_LINK) -rpath $(libdir) $(libXinerama_la_OBJECTS) $(libXinerama_la_LIBADD) $(LIBS) 340 341mostlyclean-compile: 342 -rm -f *.$(OBJEXT) 343 344distclean-compile: 345 -rm -f *.tab.c 346 347@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Xinerama.Plo@am__quote@ 348 349.c.o: 350@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 351@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 352@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 353@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 354@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 355@am__fastdepCC_FALSE@ $(COMPILE) -c $< 356 357.c.obj: 358@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 359@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 360@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 361@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 362@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 363@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 364 365.c.lo: 366@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 367@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 368@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 369@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 370@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 371@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< 372 373mostlyclean-libtool: 374 -rm -f *.lo 375 376clean-libtool: 377 -rm -rf .libs _libs 378install-libXineramaincludeHEADERS: $(libXineramainclude_HEADERS) 379 @$(NORMAL_INSTALL) 380 test -z "$(libXineramaincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libXineramaincludedir)" 381 @list='$(libXineramainclude_HEADERS)'; test -n "$(libXineramaincludedir)" || list=; \ 382 for p in $$list; do \ 383 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 384 echo "$$d$$p"; \ 385 done | $(am__base_list) | \ 386 while read files; do \ 387 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libXineramaincludedir)'"; \ 388 $(INSTALL_HEADER) $$files "$(DESTDIR)$(libXineramaincludedir)" || exit $$?; \ 389 done 390 391uninstall-libXineramaincludeHEADERS: 392 @$(NORMAL_UNINSTALL) 393 @list='$(libXineramainclude_HEADERS)'; test -n "$(libXineramaincludedir)" || list=; \ 394 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 395 test -n "$$files" || exit 0; \ 396 echo " ( cd '$(DESTDIR)$(libXineramaincludedir)' && rm -f" $$files ")"; \ 397 cd "$(DESTDIR)$(libXineramaincludedir)" && rm -f $$files 398 399ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 400 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 401 unique=`for i in $$list; do \ 402 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 403 done | \ 404 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 405 END { if (nonempty) { for (i in files) print i; }; }'`; \ 406 mkid -fID $$unique 407tags: TAGS 408 409TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 410 $(TAGS_FILES) $(LISP) 411 set x; \ 412 here=`pwd`; \ 413 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 414 unique=`for i in $$list; do \ 415 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 416 done | \ 417 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 418 END { if (nonempty) { for (i in files) print i; }; }'`; \ 419 shift; \ 420 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 421 test -n "$$unique" || unique=$$empty_fix; \ 422 if test $$# -gt 0; then \ 423 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 424 "$$@" $$unique; \ 425 else \ 426 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 427 $$unique; \ 428 fi; \ 429 fi 430ctags: CTAGS 431CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 432 $(TAGS_FILES) $(LISP) 433 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 434 unique=`for i in $$list; do \ 435 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 436 done | \ 437 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 438 END { if (nonempty) { for (i in files) print i; }; }'`; \ 439 test -z "$(CTAGS_ARGS)$$unique" \ 440 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 441 $$unique 442 443GTAGS: 444 here=`$(am__cd) $(top_builddir) && pwd` \ 445 && $(am__cd) $(top_srcdir) \ 446 && gtags -i $(GTAGS_ARGS) "$$here" 447 448distclean-tags: 449 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 450 451distdir: $(DISTFILES) 452 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 453 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 454 list='$(DISTFILES)'; \ 455 dist_files=`for file in $$list; do echo $$file; done | \ 456 sed -e "s|^$$srcdirstrip/||;t" \ 457 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 458 case $$dist_files in \ 459 */*) $(MKDIR_P) `echo "$$dist_files" | \ 460 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 461 sort -u` ;; \ 462 esac; \ 463 for file in $$dist_files; do \ 464 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 465 if test -d $$d/$$file; then \ 466 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 467 if test -d "$(distdir)/$$file"; then \ 468 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 469 fi; \ 470 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 471 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 472 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 473 fi; \ 474 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 475 else \ 476 test -f "$(distdir)/$$file" \ 477 || cp -p $$d/$$file "$(distdir)/$$file" \ 478 || exit 1; \ 479 fi; \ 480 done 481check-am: all-am 482check: check-am 483all-am: Makefile $(LTLIBRARIES) $(HEADERS) 484installdirs: 485 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libXineramaincludedir)"; do \ 486 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 487 done 488install: install-am 489install-exec: install-exec-am 490install-data: install-data-am 491uninstall: uninstall-am 492 493install-am: all-am 494 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 495 496installcheck: installcheck-am 497install-strip: 498 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 499 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 500 `test -z '$(STRIP)' || \ 501 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 502mostlyclean-generic: 503 504clean-generic: 505 506distclean-generic: 507 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 508 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 509 510maintainer-clean-generic: 511 @echo "This command is intended for maintainers to use" 512 @echo "it deletes files that may require special tools to rebuild." 513clean: clean-am 514 515clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 516 mostlyclean-am 517 518distclean: distclean-am 519 -rm -rf ./$(DEPDIR) 520 -rm -f Makefile 521distclean-am: clean-am distclean-compile distclean-generic \ 522 distclean-tags 523 524dvi: dvi-am 525 526dvi-am: 527 528html: html-am 529 530html-am: 531 532info: info-am 533 534info-am: 535 536install-data-am: install-libXineramaincludeHEADERS 537 538install-dvi: install-dvi-am 539 540install-dvi-am: 541 542install-exec-am: install-libLTLIBRARIES 543 544install-html: install-html-am 545 546install-html-am: 547 548install-info: install-info-am 549 550install-info-am: 551 552install-man: 553 554install-pdf: install-pdf-am 555 556install-pdf-am: 557 558install-ps: install-ps-am 559 560install-ps-am: 561 562installcheck-am: 563 564maintainer-clean: maintainer-clean-am 565 -rm -rf ./$(DEPDIR) 566 -rm -f Makefile 567maintainer-clean-am: distclean-am maintainer-clean-generic 568 569mostlyclean: mostlyclean-am 570 571mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 572 mostlyclean-libtool 573 574pdf: pdf-am 575 576pdf-am: 577 578ps: ps-am 579 580ps-am: 581 582uninstall-am: uninstall-libLTLIBRARIES \ 583 uninstall-libXineramaincludeHEADERS 584 585.MAKE: install-am install-strip 586 587.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 588 clean-libLTLIBRARIES clean-libtool ctags distclean \ 589 distclean-compile distclean-generic distclean-libtool \ 590 distclean-tags distdir dvi dvi-am html html-am info info-am \ 591 install install-am install-data install-data-am install-dvi \ 592 install-dvi-am install-exec install-exec-am install-html \ 593 install-html-am install-info install-info-am \ 594 install-libLTLIBRARIES install-libXineramaincludeHEADERS \ 595 install-man install-pdf install-pdf-am install-ps \ 596 install-ps-am install-strip installcheck installcheck-am \ 597 installdirs maintainer-clean maintainer-clean-generic \ 598 mostlyclean mostlyclean-compile mostlyclean-generic \ 599 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \ 600 uninstall-am uninstall-libLTLIBRARIES \ 601 uninstall-libXineramaincludeHEADERS 602 603 604@LINT_TRUE@lint: 605@LINT_TRUE@ $(LINT) $(ALL_LINT_FLAGS) $(libXinerama_la_SOURCES) $(XINERAMA_LIBS) 606 607# Tell versions [3.59,3.63) of GNU make to not export all variables. 608# Otherwise a system limit (for SysV at least) may be exceeded. 609.NOEXPORT: 610