Makefile.in revision 9d0ccd10
1# Makefile.in generated by automake 1.15 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2014 Free Software Foundation, Inc. 5 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16 17 18VPATH = @srcdir@ 19am__is_gnu_make = { \ 20 if test -z '$(MAKELEVEL)'; then \ 21 false; \ 22 elif test -n '$(MAKE_HOST)'; then \ 23 true; \ 24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 25 true; \ 26 else \ 27 false; \ 28 fi; \ 29} 30am__make_running_with_option = \ 31 case $${target_option-} in \ 32 ?) ;; \ 33 *) echo "am__make_running_with_option: internal error: invalid" \ 34 "target option '$${target_option-}' specified" >&2; \ 35 exit 1;; \ 36 esac; \ 37 has_opt=no; \ 38 sane_makeflags=$$MAKEFLAGS; \ 39 if $(am__is_gnu_make); then \ 40 sane_makeflags=$$MFLAGS; \ 41 else \ 42 case $$MAKEFLAGS in \ 43 *\\[\ \ ]*) \ 44 bs=\\; \ 45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 47 esac; \ 48 fi; \ 49 skip_next=no; \ 50 strip_trailopt () \ 51 { \ 52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 53 }; \ 54 for flg in $$sane_makeflags; do \ 55 test $$skip_next = yes && { skip_next=no; continue; }; \ 56 case $$flg in \ 57 *=*|--*) continue;; \ 58 -*I) strip_trailopt 'I'; skip_next=yes;; \ 59 -*I?*) strip_trailopt 'I';; \ 60 -*O) strip_trailopt 'O'; skip_next=yes;; \ 61 -*O?*) strip_trailopt 'O';; \ 62 -*l) strip_trailopt 'l'; skip_next=yes;; \ 63 -*l?*) strip_trailopt 'l';; \ 64 -[dEDm]) skip_next=yes;; \ 65 -[JT]) skip_next=yes;; \ 66 esac; \ 67 case $$flg in \ 68 *$$target_option*) has_opt=yes; break;; \ 69 esac; \ 70 done; \ 71 test $$has_opt = yes 72am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 73am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 74pkgdatadir = $(datadir)/@PACKAGE@ 75pkgincludedir = $(includedir)/@PACKAGE@ 76pkglibdir = $(libdir)/@PACKAGE@ 77pkglibexecdir = $(libexecdir)/@PACKAGE@ 78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 79install_sh_DATA = $(install_sh) -c -m 644 80install_sh_PROGRAM = $(install_sh) -c 81install_sh_SCRIPT = $(install_sh) -c 82INSTALL_HEADER = $(INSTALL_DATA) 83transform = $(program_transform_name) 84NORMAL_INSTALL = : 85PRE_INSTALL = : 86POST_INSTALL = : 87NORMAL_UNINSTALL = : 88PRE_UNINSTALL = : 89POST_UNINSTALL = : 90build_triplet = @build@ 91host_triplet = @host@ 92subdir = src 93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 94am__aclocal_m4_deps = $(top_srcdir)/configure.ac 95am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 96 $(ACLOCAL_M4) 97DIST_COMMON = $(srcdir)/Makefile.am $(libXcursorinclude_HEADERS) \ 98 $(am__DIST_COMMON) 99mkinstalldirs = $(install_sh) -d 100CONFIG_HEADER = $(top_builddir)/config.h \ 101 $(top_builddir)/include/X11/Xcursor/Xcursor.h 102CONFIG_CLEAN_FILES = 103CONFIG_CLEAN_VPATH_FILES = 104am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 105am__vpath_adj = case $$p in \ 106 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 107 *) f=$$p;; \ 108 esac; 109am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 110am__install_max = 40 111am__nobase_strip_setup = \ 112 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 113am__nobase_strip = \ 114 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 115am__nobase_list = $(am__nobase_strip_setup); \ 116 for p in $$list; do echo "$$p $$p"; done | \ 117 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 118 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 119 if (++n[$$2] == $(am__install_max)) \ 120 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 121 END { for (dir in files) print dir, files[dir] }' 122am__base_list = \ 123 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 124 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 125am__uninstall_files_from_dir = { \ 126 test -z "$$files" \ 127 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 128 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 129 $(am__cd) "$$dir" && rm -f $$files; }; \ 130 } 131am__installdirs = "$(DESTDIR)$(libdir)" \ 132 "$(DESTDIR)$(libXcursorincludedir)" 133LTLIBRARIES = $(lib_LTLIBRARIES) 134am__DEPENDENCIES_1 = 135libXcursor_la_DEPENDENCIES = $(am__DEPENDENCIES_1) 136am_libXcursor_la_OBJECTS = cursor.lo display.lo file.lo library.lo \ 137 xlib.lo 138libXcursor_la_OBJECTS = $(am_libXcursor_la_OBJECTS) 139AM_V_lt = $(am__v_lt_@AM_V@) 140am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 141am__v_lt_0 = --silent 142am__v_lt_1 = 143libXcursor_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 144 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 145 $(libXcursor_la_LDFLAGS) $(LDFLAGS) -o $@ 146AM_V_P = $(am__v_P_@AM_V@) 147am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 148am__v_P_0 = false 149am__v_P_1 = : 150AM_V_GEN = $(am__v_GEN_@AM_V@) 151am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 152am__v_GEN_0 = @echo " GEN " $@; 153am__v_GEN_1 = 154AM_V_at = $(am__v_at_@AM_V@) 155am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 156am__v_at_0 = @ 157am__v_at_1 = 158DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) -I$(top_builddir)/include/X11/Xcursor 159depcomp = $(SHELL) $(top_srcdir)/depcomp 160am__depfiles_maybe = depfiles 161am__mv = mv -f 162COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 163 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 164LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 165 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 166 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 167 $(AM_CFLAGS) $(CFLAGS) 168AM_V_CC = $(am__v_CC_@AM_V@) 169am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 170am__v_CC_0 = @echo " CC " $@; 171am__v_CC_1 = 172CCLD = $(CC) 173LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 174 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 175 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 176AM_V_CCLD = $(am__v_CCLD_@AM_V@) 177am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 178am__v_CCLD_0 = @echo " CCLD " $@; 179am__v_CCLD_1 = 180SOURCES = $(libXcursor_la_SOURCES) 181DIST_SOURCES = $(libXcursor_la_SOURCES) 182am__can_run_installinfo = \ 183 case $$AM_UPDATE_INFO_DIR in \ 184 n|no|NO) false;; \ 185 *) (install-info --version) >/dev/null 2>&1;; \ 186 esac 187HEADERS = $(libXcursorinclude_HEADERS) 188am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 189# Read a list of newline-separated strings from the standard input, 190# and print each of them once, without duplicates. Input order is 191# *not* preserved. 192am__uniquify_input = $(AWK) '\ 193 BEGIN { nonempty = 0; } \ 194 { items[$$0] = 1; nonempty = 1; } \ 195 END { if (nonempty) { for (i in items) print i; }; } \ 196' 197# Make sure the list of sources is unique. This is necessary because, 198# e.g., the same source file might be shared among _SOURCES variables 199# for different programs/libraries. 200am__define_uniq_tagged_files = \ 201 list='$(am__tagged_files)'; \ 202 unique=`for i in $$list; do \ 203 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 204 done | $(am__uniquify_input)` 205ETAGS = etags 206CTAGS = ctags 207am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp 208DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 209ACLOCAL = @ACLOCAL@ 210ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 211ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 212AMTAR = @AMTAR@ 213AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 214APP_MAN_DIR = @APP_MAN_DIR@ 215APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 216AR = @AR@ 217AUTOCONF = @AUTOCONF@ 218AUTOHEADER = @AUTOHEADER@ 219AUTOMAKE = @AUTOMAKE@ 220AWK = @AWK@ 221BASE_CFLAGS = @BASE_CFLAGS@ 222CC = @CC@ 223CCDEPMODE = @CCDEPMODE@ 224CFLAGS = @CFLAGS@ 225CHANGELOG_CMD = @CHANGELOG_CMD@ 226CPP = @CPP@ 227CPPFLAGS = @CPPFLAGS@ 228CWARNFLAGS = @CWARNFLAGS@ 229CYGPATH_W = @CYGPATH_W@ 230DEFS = @DEFS@ 231DEPDIR = @DEPDIR@ 232DLLTOOL = @DLLTOOL@ 233DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 234DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 235DSYMUTIL = @DSYMUTIL@ 236DUMPBIN = @DUMPBIN@ 237ECHO_C = @ECHO_C@ 238ECHO_N = @ECHO_N@ 239ECHO_T = @ECHO_T@ 240EGREP = @EGREP@ 241EXEEXT = @EXEEXT@ 242FGREP = @FGREP@ 243FILE_MAN_DIR = @FILE_MAN_DIR@ 244FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 245GREP = @GREP@ 246ICONDIR = @ICONDIR@ 247INSTALL = @INSTALL@ 248INSTALL_CMD = @INSTALL_CMD@ 249INSTALL_DATA = @INSTALL_DATA@ 250INSTALL_PROGRAM = @INSTALL_PROGRAM@ 251INSTALL_SCRIPT = @INSTALL_SCRIPT@ 252INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 253LD = @LD@ 254LDFLAGS = @LDFLAGS@ 255LIBOBJS = @LIBOBJS@ 256LIBS = @LIBS@ 257LIBTOOL = @LIBTOOL@ 258LIB_MAN_DIR = @LIB_MAN_DIR@ 259LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 260LINT = @LINT@ 261LINT_FLAGS = @LINT_FLAGS@ 262LIPO = @LIPO@ 263LN_S = @LN_S@ 264LTLIBOBJS = @LTLIBOBJS@ 265LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 266MAKEINFO = @MAKEINFO@ 267MANIFEST_TOOL = @MANIFEST_TOOL@ 268MAN_SUBSTS = @MAN_SUBSTS@ 269MISC_MAN_DIR = @MISC_MAN_DIR@ 270MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 271MKDIR_P = @MKDIR_P@ 272NM = @NM@ 273NMEDIT = @NMEDIT@ 274OBJDUMP = @OBJDUMP@ 275OBJEXT = @OBJEXT@ 276OTOOL = @OTOOL@ 277OTOOL64 = @OTOOL64@ 278PACKAGE = @PACKAGE@ 279PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 280PACKAGE_NAME = @PACKAGE_NAME@ 281PACKAGE_STRING = @PACKAGE_STRING@ 282PACKAGE_TARNAME = @PACKAGE_TARNAME@ 283PACKAGE_URL = @PACKAGE_URL@ 284PACKAGE_VERSION = @PACKAGE_VERSION@ 285PATH_SEPARATOR = @PATH_SEPARATOR@ 286PKG_CONFIG = @PKG_CONFIG@ 287PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 288PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 289RANLIB = @RANLIB@ 290SED = @SED@ 291SET_MAKE = @SET_MAKE@ 292SHELL = @SHELL@ 293STRICT_CFLAGS = @STRICT_CFLAGS@ 294STRIP = @STRIP@ 295VERSION = @VERSION@ 296XCURSORPATH = @XCURSORPATH@ 297XCURSOR_CFLAGS = @XCURSOR_CFLAGS@ 298XCURSOR_LIBS = @XCURSOR_LIBS@ 299XORG_MAN_PAGE = @XORG_MAN_PAGE@ 300abs_builddir = @abs_builddir@ 301abs_srcdir = @abs_srcdir@ 302abs_top_builddir = @abs_top_builddir@ 303abs_top_srcdir = @abs_top_srcdir@ 304ac_ct_AR = @ac_ct_AR@ 305ac_ct_CC = @ac_ct_CC@ 306ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 307am__include = @am__include@ 308am__leading_dot = @am__leading_dot@ 309am__quote = @am__quote@ 310am__tar = @am__tar@ 311am__untar = @am__untar@ 312bindir = @bindir@ 313build = @build@ 314build_alias = @build_alias@ 315build_cpu = @build_cpu@ 316build_os = @build_os@ 317build_vendor = @build_vendor@ 318builddir = @builddir@ 319datadir = @datadir@ 320datarootdir = @datarootdir@ 321docdir = @docdir@ 322dvidir = @dvidir@ 323exec_prefix = @exec_prefix@ 324host = @host@ 325host_alias = @host_alias@ 326host_cpu = @host_cpu@ 327host_os = @host_os@ 328host_vendor = @host_vendor@ 329htmldir = @htmldir@ 330includedir = @includedir@ 331infodir = @infodir@ 332install_sh = @install_sh@ 333libdir = @libdir@ 334libexecdir = @libexecdir@ 335localedir = @localedir@ 336localstatedir = @localstatedir@ 337mandir = @mandir@ 338mkdir_p = @mkdir_p@ 339oldincludedir = @oldincludedir@ 340pdfdir = @pdfdir@ 341prefix = @prefix@ 342program_transform_name = @program_transform_name@ 343psdir = @psdir@ 344runstatedir = @runstatedir@ 345sbindir = @sbindir@ 346sharedstatedir = @sharedstatedir@ 347srcdir = @srcdir@ 348sysconfdir = @sysconfdir@ 349target_alias = @target_alias@ 350top_build_prefix = @top_build_prefix@ 351top_builddir = @top_builddir@ 352top_srcdir = @top_srcdir@ 353lib_LTLIBRARIES = libXcursor.la 354libXcursor_la_SOURCES = xcursorint.h cursor.c display.c file.c library.c xlib.c 355libXcursor_la_LIBADD = $(XCURSOR_LIBS) 356AM_CFLAGS = \ 357 $(XCURSOR_CFLAGS) \ 358 $(CWARNFLAGS)\ 359 -DICONDIR=\"$(ICONDIR)\" \ 360 -DXCURSORPATH=\"$(XCURSORPATH)\" 361 362AM_CPPFLAGS = -I$(top_srcdir)/include/X11/Xcursor 363 364# 365# Shared library version info. This is not the same as the package version 366# 367libXcursor_la_LDFLAGS = -version-number 1:0:2 -no-undefined 368libXcursorincludedir = $(includedir)/X11/Xcursor 369libXcursorinclude_HEADERS = $(top_builddir)/include/X11/Xcursor/Xcursor.h 370@LINT_TRUE@ALL_LINT_FLAGS = $(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 371@LINT_TRUE@ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) 372 373all: all-am 374 375.SUFFIXES: 376.SUFFIXES: .c .lo .o .obj 377$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 378 @for dep in $?; do \ 379 case '$(am__configure_deps)' in \ 380 *$$dep*) \ 381 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 382 && { if test -f $@; then exit 0; else break; fi; }; \ 383 exit 1;; \ 384 esac; \ 385 done; \ 386 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 387 $(am__cd) $(top_srcdir) && \ 388 $(AUTOMAKE) --foreign src/Makefile 389Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 390 @case '$?' in \ 391 *config.status*) \ 392 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 393 *) \ 394 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 395 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 396 esac; 397 398$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 399 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 400 401$(top_srcdir)/configure: $(am__configure_deps) 402 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 403$(ACLOCAL_M4): $(am__aclocal_m4_deps) 404 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 405$(am__aclocal_m4_deps): 406 407install-libLTLIBRARIES: $(lib_LTLIBRARIES) 408 @$(NORMAL_INSTALL) 409 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 410 list2=; for p in $$list; do \ 411 if test -f $$p; then \ 412 list2="$$list2 $$p"; \ 413 else :; fi; \ 414 done; \ 415 test -z "$$list2" || { \ 416 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ 417 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ 418 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 419 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 420 } 421 422uninstall-libLTLIBRARIES: 423 @$(NORMAL_UNINSTALL) 424 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 425 for p in $$list; do \ 426 $(am__strip_dir) \ 427 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 428 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 429 done 430 431clean-libLTLIBRARIES: 432 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 433 @list='$(lib_LTLIBRARIES)'; \ 434 locs=`for p in $$list; do echo $$p; done | \ 435 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 436 sort -u`; \ 437 test -z "$$locs" || { \ 438 echo rm -f $${locs}; \ 439 rm -f $${locs}; \ 440 } 441 442libXcursor.la: $(libXcursor_la_OBJECTS) $(libXcursor_la_DEPENDENCIES) $(EXTRA_libXcursor_la_DEPENDENCIES) 443 $(AM_V_CCLD)$(libXcursor_la_LINK) -rpath $(libdir) $(libXcursor_la_OBJECTS) $(libXcursor_la_LIBADD) $(LIBS) 444 445mostlyclean-compile: 446 -rm -f *.$(OBJEXT) 447 448distclean-compile: 449 -rm -f *.tab.c 450 451@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cursor.Plo@am__quote@ 452@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/display.Plo@am__quote@ 453@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Plo@am__quote@ 454@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library.Plo@am__quote@ 455@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xlib.Plo@am__quote@ 456 457.c.o: 458@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 459@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 460@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 461@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 462@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 463 464.c.obj: 465@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 466@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 467@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 468@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 469@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 470 471.c.lo: 472@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 473@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 474@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 475@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 476@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 477 478mostlyclean-libtool: 479 -rm -f *.lo 480 481clean-libtool: 482 -rm -rf .libs _libs 483install-libXcursorincludeHEADERS: $(libXcursorinclude_HEADERS) 484 @$(NORMAL_INSTALL) 485 @list='$(libXcursorinclude_HEADERS)'; test -n "$(libXcursorincludedir)" || list=; \ 486 if test -n "$$list"; then \ 487 echo " $(MKDIR_P) '$(DESTDIR)$(libXcursorincludedir)'"; \ 488 $(MKDIR_P) "$(DESTDIR)$(libXcursorincludedir)" || exit 1; \ 489 fi; \ 490 for p in $$list; do \ 491 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 492 echo "$$d$$p"; \ 493 done | $(am__base_list) | \ 494 while read files; do \ 495 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libXcursorincludedir)'"; \ 496 $(INSTALL_HEADER) $$files "$(DESTDIR)$(libXcursorincludedir)" || exit $$?; \ 497 done 498 499uninstall-libXcursorincludeHEADERS: 500 @$(NORMAL_UNINSTALL) 501 @list='$(libXcursorinclude_HEADERS)'; test -n "$(libXcursorincludedir)" || list=; \ 502 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 503 dir='$(DESTDIR)$(libXcursorincludedir)'; $(am__uninstall_files_from_dir) 504 505ID: $(am__tagged_files) 506 $(am__define_uniq_tagged_files); mkid -fID $$unique 507tags: tags-am 508TAGS: tags 509 510tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 511 set x; \ 512 here=`pwd`; \ 513 $(am__define_uniq_tagged_files); \ 514 shift; \ 515 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 516 test -n "$$unique" || unique=$$empty_fix; \ 517 if test $$# -gt 0; then \ 518 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 519 "$$@" $$unique; \ 520 else \ 521 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 522 $$unique; \ 523 fi; \ 524 fi 525ctags: ctags-am 526 527CTAGS: ctags 528ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 529 $(am__define_uniq_tagged_files); \ 530 test -z "$(CTAGS_ARGS)$$unique" \ 531 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 532 $$unique 533 534GTAGS: 535 here=`$(am__cd) $(top_builddir) && pwd` \ 536 && $(am__cd) $(top_srcdir) \ 537 && gtags -i $(GTAGS_ARGS) "$$here" 538cscopelist: cscopelist-am 539 540cscopelist-am: $(am__tagged_files) 541 list='$(am__tagged_files)'; \ 542 case "$(srcdir)" in \ 543 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 544 *) sdir=$(subdir)/$(srcdir) ;; \ 545 esac; \ 546 for i in $$list; do \ 547 if test -f "$$i"; then \ 548 echo "$(subdir)/$$i"; \ 549 else \ 550 echo "$$sdir/$$i"; \ 551 fi; \ 552 done >> $(top_builddir)/cscope.files 553 554distclean-tags: 555 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 556 557distdir: $(DISTFILES) 558 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 559 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 560 list='$(DISTFILES)'; \ 561 dist_files=`for file in $$list; do echo $$file; done | \ 562 sed -e "s|^$$srcdirstrip/||;t" \ 563 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 564 case $$dist_files in \ 565 */*) $(MKDIR_P) `echo "$$dist_files" | \ 566 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 567 sort -u` ;; \ 568 esac; \ 569 for file in $$dist_files; do \ 570 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 571 if test -d $$d/$$file; then \ 572 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 573 if test -d "$(distdir)/$$file"; then \ 574 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 575 fi; \ 576 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 577 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 578 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 579 fi; \ 580 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 581 else \ 582 test -f "$(distdir)/$$file" \ 583 || cp -p $$d/$$file "$(distdir)/$$file" \ 584 || exit 1; \ 585 fi; \ 586 done 587check-am: all-am 588check: check-am 589all-am: Makefile $(LTLIBRARIES) $(HEADERS) 590installdirs: 591 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libXcursorincludedir)"; do \ 592 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 593 done 594install: install-am 595install-exec: install-exec-am 596install-data: install-data-am 597uninstall: uninstall-am 598 599install-am: all-am 600 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 601 602installcheck: installcheck-am 603install-strip: 604 if test -z '$(STRIP)'; then \ 605 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 606 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 607 install; \ 608 else \ 609 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 610 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 611 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 612 fi 613mostlyclean-generic: 614 615clean-generic: 616 617distclean-generic: 618 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 619 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 620 621maintainer-clean-generic: 622 @echo "This command is intended for maintainers to use" 623 @echo "it deletes files that may require special tools to rebuild." 624clean: clean-am 625 626clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 627 mostlyclean-am 628 629distclean: distclean-am 630 -rm -rf ./$(DEPDIR) 631 -rm -f Makefile 632distclean-am: clean-am distclean-compile distclean-generic \ 633 distclean-tags 634 635dvi: dvi-am 636 637dvi-am: 638 639html: html-am 640 641html-am: 642 643info: info-am 644 645info-am: 646 647install-data-am: install-libXcursorincludeHEADERS 648 649install-dvi: install-dvi-am 650 651install-dvi-am: 652 653install-exec-am: install-libLTLIBRARIES 654 655install-html: install-html-am 656 657install-html-am: 658 659install-info: install-info-am 660 661install-info-am: 662 663install-man: 664 665install-pdf: install-pdf-am 666 667install-pdf-am: 668 669install-ps: install-ps-am 670 671install-ps-am: 672 673installcheck-am: 674 675maintainer-clean: maintainer-clean-am 676 -rm -rf ./$(DEPDIR) 677 -rm -f Makefile 678maintainer-clean-am: distclean-am maintainer-clean-generic 679 680mostlyclean: mostlyclean-am 681 682mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 683 mostlyclean-libtool 684 685pdf: pdf-am 686 687pdf-am: 688 689ps: ps-am 690 691ps-am: 692 693uninstall-am: uninstall-libLTLIBRARIES \ 694 uninstall-libXcursorincludeHEADERS 695 696.MAKE: install-am install-strip 697 698.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 699 clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ 700 ctags-am distclean distclean-compile distclean-generic \ 701 distclean-libtool distclean-tags distdir dvi dvi-am html \ 702 html-am info info-am install install-am install-data \ 703 install-data-am install-dvi install-dvi-am install-exec \ 704 install-exec-am install-html install-html-am install-info \ 705 install-info-am install-libLTLIBRARIES \ 706 install-libXcursorincludeHEADERS install-man install-pdf \ 707 install-pdf-am install-ps install-ps-am install-strip \ 708 installcheck installcheck-am installdirs maintainer-clean \ 709 maintainer-clean-generic mostlyclean mostlyclean-compile \ 710 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 711 tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \ 712 uninstall-libXcursorincludeHEADERS 713 714.PRECIOUS: Makefile 715 716 717@LINT_TRUE@lint: 718@LINT_TRUE@ $(LINT) $(ALL_LINT_FLAGS) $(libXcursor_la_SOURCES) $(XCURSOR_LIBS) 719 720# Tell versions [3.59,3.63) of GNU make to not export all variables. 721# Otherwise a system limit (for SysV at least) may be exceeded. 722.NOEXPORT: 723