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