Makefile.in revision cdce750a
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@ 344sbindir = @sbindir@ 345sharedstatedir = @sharedstatedir@ 346srcdir = @srcdir@ 347sysconfdir = @sysconfdir@ 348target_alias = @target_alias@ 349top_build_prefix = @top_build_prefix@ 350top_builddir = @top_builddir@ 351top_srcdir = @top_srcdir@ 352lib_LTLIBRARIES = libXcursor.la 353libXcursor_la_SOURCES = xcursorint.h cursor.c display.c file.c library.c xlib.c 354libXcursor_la_LIBADD = $(XCURSOR_LIBS) 355AM_CFLAGS = \ 356 $(XCURSOR_CFLAGS) \ 357 $(CWARNFLAGS)\ 358 -DICONDIR=\"$(ICONDIR)\" \ 359 -DXCURSORPATH=\"$(XCURSORPATH)\" 360 361AM_CPPFLAGS = -I$(top_srcdir)/include/X11/Xcursor 362 363# 364# Shared library version info. This is not the same as the package version 365# 366libXcursor_la_LDFLAGS = -version-number 1:0:2 -no-undefined 367libXcursorincludedir = $(includedir)/X11/Xcursor 368libXcursorinclude_HEADERS = $(top_builddir)/include/X11/Xcursor/Xcursor.h 369@LINT_TRUE@ALL_LINT_FLAGS = $(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 370@LINT_TRUE@ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) 371 372all: all-am 373 374.SUFFIXES: 375.SUFFIXES: .c .lo .o .obj 376$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 377 @for dep in $?; do \ 378 case '$(am__configure_deps)' in \ 379 *$$dep*) \ 380 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 381 && { if test -f $@; then exit 0; else break; fi; }; \ 382 exit 1;; \ 383 esac; \ 384 done; \ 385 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ 386 $(am__cd) $(top_srcdir) && \ 387 $(AUTOMAKE) --foreign src/Makefile 388Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 389 @case '$?' in \ 390 *config.status*) \ 391 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 392 *) \ 393 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 394 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 395 esac; 396 397$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 398 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 399 400$(top_srcdir)/configure: $(am__configure_deps) 401 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 402$(ACLOCAL_M4): $(am__aclocal_m4_deps) 403 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 404$(am__aclocal_m4_deps): 405 406install-libLTLIBRARIES: $(lib_LTLIBRARIES) 407 @$(NORMAL_INSTALL) 408 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 409 list2=; for p in $$list; do \ 410 if test -f $$p; then \ 411 list2="$$list2 $$p"; \ 412 else :; fi; \ 413 done; \ 414 test -z "$$list2" || { \ 415 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ 416 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ 417 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 418 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 419 } 420 421uninstall-libLTLIBRARIES: 422 @$(NORMAL_UNINSTALL) 423 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 424 for p in $$list; do \ 425 $(am__strip_dir) \ 426 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 427 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 428 done 429 430clean-libLTLIBRARIES: 431 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 432 @list='$(lib_LTLIBRARIES)'; \ 433 locs=`for p in $$list; do echo $$p; done | \ 434 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 435 sort -u`; \ 436 test -z "$$locs" || { \ 437 echo rm -f $${locs}; \ 438 rm -f $${locs}; \ 439 } 440 441libXcursor.la: $(libXcursor_la_OBJECTS) $(libXcursor_la_DEPENDENCIES) $(EXTRA_libXcursor_la_DEPENDENCIES) 442 $(AM_V_CCLD)$(libXcursor_la_LINK) -rpath $(libdir) $(libXcursor_la_OBJECTS) $(libXcursor_la_LIBADD) $(LIBS) 443 444mostlyclean-compile: 445 -rm -f *.$(OBJEXT) 446 447distclean-compile: 448 -rm -f *.tab.c 449 450@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cursor.Plo@am__quote@ 451@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/display.Plo@am__quote@ 452@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Plo@am__quote@ 453@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library.Plo@am__quote@ 454@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xlib.Plo@am__quote@ 455 456.c.o: 457@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 458@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 459@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 460@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 461@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 462 463.c.obj: 464@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 465@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 466@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 467@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 468@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 469 470.c.lo: 471@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 472@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 473@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 474@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 475@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 476 477mostlyclean-libtool: 478 -rm -f *.lo 479 480clean-libtool: 481 -rm -rf .libs _libs 482install-libXcursorincludeHEADERS: $(libXcursorinclude_HEADERS) 483 @$(NORMAL_INSTALL) 484 @list='$(libXcursorinclude_HEADERS)'; test -n "$(libXcursorincludedir)" || list=; \ 485 if test -n "$$list"; then \ 486 echo " $(MKDIR_P) '$(DESTDIR)$(libXcursorincludedir)'"; \ 487 $(MKDIR_P) "$(DESTDIR)$(libXcursorincludedir)" || exit 1; \ 488 fi; \ 489 for p in $$list; do \ 490 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 491 echo "$$d$$p"; \ 492 done | $(am__base_list) | \ 493 while read files; do \ 494 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libXcursorincludedir)'"; \ 495 $(INSTALL_HEADER) $$files "$(DESTDIR)$(libXcursorincludedir)" || exit $$?; \ 496 done 497 498uninstall-libXcursorincludeHEADERS: 499 @$(NORMAL_UNINSTALL) 500 @list='$(libXcursorinclude_HEADERS)'; test -n "$(libXcursorincludedir)" || list=; \ 501 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 502 dir='$(DESTDIR)$(libXcursorincludedir)'; $(am__uninstall_files_from_dir) 503 504ID: $(am__tagged_files) 505 $(am__define_uniq_tagged_files); mkid -fID $$unique 506tags: tags-am 507TAGS: tags 508 509tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 510 set x; \ 511 here=`pwd`; \ 512 $(am__define_uniq_tagged_files); \ 513 shift; \ 514 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 515 test -n "$$unique" || unique=$$empty_fix; \ 516 if test $$# -gt 0; then \ 517 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 518 "$$@" $$unique; \ 519 else \ 520 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 521 $$unique; \ 522 fi; \ 523 fi 524ctags: ctags-am 525 526CTAGS: ctags 527ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 528 $(am__define_uniq_tagged_files); \ 529 test -z "$(CTAGS_ARGS)$$unique" \ 530 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 531 $$unique 532 533GTAGS: 534 here=`$(am__cd) $(top_builddir) && pwd` \ 535 && $(am__cd) $(top_srcdir) \ 536 && gtags -i $(GTAGS_ARGS) "$$here" 537cscopelist: cscopelist-am 538 539cscopelist-am: $(am__tagged_files) 540 list='$(am__tagged_files)'; \ 541 case "$(srcdir)" in \ 542 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 543 *) sdir=$(subdir)/$(srcdir) ;; \ 544 esac; \ 545 for i in $$list; do \ 546 if test -f "$$i"; then \ 547 echo "$(subdir)/$$i"; \ 548 else \ 549 echo "$$sdir/$$i"; \ 550 fi; \ 551 done >> $(top_builddir)/cscope.files 552 553distclean-tags: 554 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 555 556distdir: $(DISTFILES) 557 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 558 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 559 list='$(DISTFILES)'; \ 560 dist_files=`for file in $$list; do echo $$file; done | \ 561 sed -e "s|^$$srcdirstrip/||;t" \ 562 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 563 case $$dist_files in \ 564 */*) $(MKDIR_P) `echo "$$dist_files" | \ 565 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 566 sort -u` ;; \ 567 esac; \ 568 for file in $$dist_files; do \ 569 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 570 if test -d $$d/$$file; then \ 571 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 572 if test -d "$(distdir)/$$file"; then \ 573 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 574 fi; \ 575 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 576 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 577 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 578 fi; \ 579 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 580 else \ 581 test -f "$(distdir)/$$file" \ 582 || cp -p $$d/$$file "$(distdir)/$$file" \ 583 || exit 1; \ 584 fi; \ 585 done 586check-am: all-am 587check: check-am 588all-am: Makefile $(LTLIBRARIES) $(HEADERS) 589installdirs: 590 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libXcursorincludedir)"; do \ 591 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 592 done 593install: install-am 594install-exec: install-exec-am 595install-data: install-data-am 596uninstall: uninstall-am 597 598install-am: all-am 599 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 600 601installcheck: installcheck-am 602install-strip: 603 if test -z '$(STRIP)'; then \ 604 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 605 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 606 install; \ 607 else \ 608 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 609 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 610 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 611 fi 612mostlyclean-generic: 613 614clean-generic: 615 616distclean-generic: 617 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 618 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 619 620maintainer-clean-generic: 621 @echo "This command is intended for maintainers to use" 622 @echo "it deletes files that may require special tools to rebuild." 623clean: clean-am 624 625clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 626 mostlyclean-am 627 628distclean: distclean-am 629 -rm -rf ./$(DEPDIR) 630 -rm -f Makefile 631distclean-am: clean-am distclean-compile distclean-generic \ 632 distclean-tags 633 634dvi: dvi-am 635 636dvi-am: 637 638html: html-am 639 640html-am: 641 642info: info-am 643 644info-am: 645 646install-data-am: install-libXcursorincludeHEADERS 647 648install-dvi: install-dvi-am 649 650install-dvi-am: 651 652install-exec-am: install-libLTLIBRARIES 653 654install-html: install-html-am 655 656install-html-am: 657 658install-info: install-info-am 659 660install-info-am: 661 662install-man: 663 664install-pdf: install-pdf-am 665 666install-pdf-am: 667 668install-ps: install-ps-am 669 670install-ps-am: 671 672installcheck-am: 673 674maintainer-clean: maintainer-clean-am 675 -rm -rf ./$(DEPDIR) 676 -rm -f Makefile 677maintainer-clean-am: distclean-am maintainer-clean-generic 678 679mostlyclean: mostlyclean-am 680 681mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 682 mostlyclean-libtool 683 684pdf: pdf-am 685 686pdf-am: 687 688ps: ps-am 689 690ps-am: 691 692uninstall-am: uninstall-libLTLIBRARIES \ 693 uninstall-libXcursorincludeHEADERS 694 695.MAKE: install-am install-strip 696 697.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 698 clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ 699 ctags-am distclean distclean-compile distclean-generic \ 700 distclean-libtool distclean-tags distdir dvi dvi-am html \ 701 html-am info info-am install install-am install-data \ 702 install-data-am install-dvi install-dvi-am install-exec \ 703 install-exec-am install-html install-html-am install-info \ 704 install-info-am install-libLTLIBRARIES \ 705 install-libXcursorincludeHEADERS install-man install-pdf \ 706 install-pdf-am install-ps install-ps-am install-strip \ 707 installcheck installcheck-am installdirs maintainer-clean \ 708 maintainer-clean-generic mostlyclean mostlyclean-compile \ 709 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 710 tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES \ 711 uninstall-libXcursorincludeHEADERS 712 713.PRECIOUS: Makefile 714 715 716@LINT_TRUE@lint: 717@LINT_TRUE@ $(LINT) $(ALL_LINT_FLAGS) $(libXcursor_la_SOURCES) $(XCURSOR_LIBS) 718 719# Tell versions [3.59,3.63) of GNU make to not export all variables. 720# Otherwise a system limit (for SysV at least) may be exceeded. 721.NOEXPORT: 722