Makefile.in revision e8ead290
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@
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@
151ICONDIR = @ICONDIR@
152INSTALL = @INSTALL@
153INSTALL_CMD = @INSTALL_CMD@
154INSTALL_DATA = @INSTALL_DATA@
155INSTALL_PROGRAM = @INSTALL_PROGRAM@
156INSTALL_SCRIPT = @INSTALL_SCRIPT@
157INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
158LD = @LD@
159LDFLAGS = @LDFLAGS@
160LIBOBJS = @LIBOBJS@
161LIBS = @LIBS@
162LIBTOOL = @LIBTOOL@
163LIB_MAN_DIR = @LIB_MAN_DIR@
164LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
165LINT = @LINT@
166LINT_FLAGS = @LINT_FLAGS@
167LIPO = @LIPO@
168LN_S = @LN_S@
169LTLIBOBJS = @LTLIBOBJS@
170MAINT = @MAINT@
171MAKEINFO = @MAKEINFO@
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@
197XCURSORPATH = @XCURSORPATH@
198XCURSORPATH_LIST = @XCURSORPATH_LIST@
199XCURSOR_CFLAGS = @XCURSOR_CFLAGS@
200XCURSOR_LIBS = @XCURSOR_LIBS@
201XORG_MAN_PAGE = @XORG_MAN_PAGE@
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@
253lib_LTLIBRARIES = libXcursor.la
254libXcursor_la_SOURCES = xcursorint.h cursor.c display.c file.c library.c xlib.c
255libXcursor_la_LIBADD = $(XCURSOR_LIBS)
256AM_CFLAGS = \
257	$(XCURSOR_CFLAGS) \
258	$(CWARNFLAGS)\
259	-DICONDIR=\"$(ICONDIR)\" \
260	-DXCURSORPATH=\"$(XCURSORPATH)\"
261
262INCLUDES = -I$(top_srcdir)/include/X11/Xcursor
263
264#
265# Shared library version info.  This is not the same as the package version
266#
267libXcursor_la_LDFLAGS = -version-number 1:0:2 -no-undefined
268libXcursorincludedir = $(includedir)/X11/Xcursor
269libXcursorinclude_HEADERS = $(top_srcdir)/include/X11/Xcursor/Xcursor.h 
270@LINT_TRUE@ALL_LINT_FLAGS = $(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
271@LINT_TRUE@		$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS)
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
338libXcursor.la: $(libXcursor_la_OBJECTS) $(libXcursor_la_DEPENDENCIES) 
339	$(AM_V_CCLD)$(libXcursor_la_LINK) -rpath $(libdir) $(libXcursor_la_OBJECTS) $(libXcursor_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)/cursor.Plo@am__quote@
348@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/display.Plo@am__quote@
349@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Plo@am__quote@
350@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library.Plo@am__quote@
351@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xlib.Plo@am__quote@
352
353.c.o:
354@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
355@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
356@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
357@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
358@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
359@am__fastdepCC_FALSE@	$(COMPILE) -c $<
360
361.c.obj:
362@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
363@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
364@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
365@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
366@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
367@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
368
369.c.lo:
370@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
371@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
372@am__fastdepCC_FALSE@	$(AM_V_CC) @AM_BACKSLASH@
373@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
374@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
375@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
376
377mostlyclean-libtool:
378	-rm -f *.lo
379
380clean-libtool:
381	-rm -rf .libs _libs
382install-libXcursorincludeHEADERS: $(libXcursorinclude_HEADERS)
383	@$(NORMAL_INSTALL)
384	test -z "$(libXcursorincludedir)" || $(MKDIR_P) "$(DESTDIR)$(libXcursorincludedir)"
385	@list='$(libXcursorinclude_HEADERS)'; test -n "$(libXcursorincludedir)" || list=; \
386	for p in $$list; do \
387	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
388	  echo "$$d$$p"; \
389	done | $(am__base_list) | \
390	while read files; do \
391	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libXcursorincludedir)'"; \
392	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(libXcursorincludedir)" || exit $$?; \
393	done
394
395uninstall-libXcursorincludeHEADERS:
396	@$(NORMAL_UNINSTALL)
397	@list='$(libXcursorinclude_HEADERS)'; test -n "$(libXcursorincludedir)" || list=; \
398	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
399	test -n "$$files" || exit 0; \
400	echo " ( cd '$(DESTDIR)$(libXcursorincludedir)' && rm -f" $$files ")"; \
401	cd "$(DESTDIR)$(libXcursorincludedir)" && rm -f $$files
402
403ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
404	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
405	unique=`for i in $$list; do \
406	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
407	  done | \
408	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
409	      END { if (nonempty) { for (i in files) print i; }; }'`; \
410	mkid -fID $$unique
411tags: TAGS
412
413TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
414		$(TAGS_FILES) $(LISP)
415	set x; \
416	here=`pwd`; \
417	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
418	unique=`for i in $$list; do \
419	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
420	  done | \
421	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
422	      END { if (nonempty) { for (i in files) print i; }; }'`; \
423	shift; \
424	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
425	  test -n "$$unique" || unique=$$empty_fix; \
426	  if test $$# -gt 0; then \
427	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
428	      "$$@" $$unique; \
429	  else \
430	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
431	      $$unique; \
432	  fi; \
433	fi
434ctags: CTAGS
435CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
436		$(TAGS_FILES) $(LISP)
437	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
438	unique=`for i in $$list; do \
439	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
440	  done | \
441	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
442	      END { if (nonempty) { for (i in files) print i; }; }'`; \
443	test -z "$(CTAGS_ARGS)$$unique" \
444	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
445	     $$unique
446
447GTAGS:
448	here=`$(am__cd) $(top_builddir) && pwd` \
449	  && $(am__cd) $(top_srcdir) \
450	  && gtags -i $(GTAGS_ARGS) "$$here"
451
452distclean-tags:
453	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
454
455distdir: $(DISTFILES)
456	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
457	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
458	list='$(DISTFILES)'; \
459	  dist_files=`for file in $$list; do echo $$file; done | \
460	  sed -e "s|^$$srcdirstrip/||;t" \
461	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
462	case $$dist_files in \
463	  */*) $(MKDIR_P) `echo "$$dist_files" | \
464			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
465			   sort -u` ;; \
466	esac; \
467	for file in $$dist_files; do \
468	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
469	  if test -d $$d/$$file; then \
470	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
471	    if test -d "$(distdir)/$$file"; then \
472	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
473	    fi; \
474	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
475	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
476	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
477	    fi; \
478	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
479	  else \
480	    test -f "$(distdir)/$$file" \
481	    || cp -p $$d/$$file "$(distdir)/$$file" \
482	    || exit 1; \
483	  fi; \
484	done
485check-am: all-am
486check: check-am
487all-am: Makefile $(LTLIBRARIES) $(HEADERS)
488installdirs:
489	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libXcursorincludedir)"; do \
490	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
491	done
492install: install-am
493install-exec: install-exec-am
494install-data: install-data-am
495uninstall: uninstall-am
496
497install-am: all-am
498	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
499
500installcheck: installcheck-am
501install-strip:
502	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
503	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
504	  `test -z '$(STRIP)' || \
505	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
506mostlyclean-generic:
507
508clean-generic:
509
510distclean-generic:
511	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
512	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
513
514maintainer-clean-generic:
515	@echo "This command is intended for maintainers to use"
516	@echo "it deletes files that may require special tools to rebuild."
517clean: clean-am
518
519clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
520	mostlyclean-am
521
522distclean: distclean-am
523	-rm -rf ./$(DEPDIR)
524	-rm -f Makefile
525distclean-am: clean-am distclean-compile distclean-generic \
526	distclean-tags
527
528dvi: dvi-am
529
530dvi-am:
531
532html: html-am
533
534html-am:
535
536info: info-am
537
538info-am:
539
540install-data-am: install-libXcursorincludeHEADERS
541
542install-dvi: install-dvi-am
543
544install-dvi-am:
545
546install-exec-am: install-libLTLIBRARIES
547
548install-html: install-html-am
549
550install-html-am:
551
552install-info: install-info-am
553
554install-info-am:
555
556install-man:
557
558install-pdf: install-pdf-am
559
560install-pdf-am:
561
562install-ps: install-ps-am
563
564install-ps-am:
565
566installcheck-am:
567
568maintainer-clean: maintainer-clean-am
569	-rm -rf ./$(DEPDIR)
570	-rm -f Makefile
571maintainer-clean-am: distclean-am maintainer-clean-generic
572
573mostlyclean: mostlyclean-am
574
575mostlyclean-am: mostlyclean-compile mostlyclean-generic \
576	mostlyclean-libtool
577
578pdf: pdf-am
579
580pdf-am:
581
582ps: ps-am
583
584ps-am:
585
586uninstall-am: uninstall-libLTLIBRARIES \
587	uninstall-libXcursorincludeHEADERS
588
589.MAKE: install-am install-strip
590
591.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
592	clean-libLTLIBRARIES clean-libtool ctags distclean \
593	distclean-compile distclean-generic distclean-libtool \
594	distclean-tags distdir dvi dvi-am html html-am info info-am \
595	install install-am install-data install-data-am install-dvi \
596	install-dvi-am install-exec install-exec-am install-html \
597	install-html-am install-info install-info-am \
598	install-libLTLIBRARIES install-libXcursorincludeHEADERS \
599	install-man install-pdf install-pdf-am install-ps \
600	install-ps-am install-strip installcheck installcheck-am \
601	installdirs maintainer-clean maintainer-clean-generic \
602	mostlyclean mostlyclean-compile mostlyclean-generic \
603	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
604	uninstall-am uninstall-libLTLIBRARIES \
605	uninstall-libXcursorincludeHEADERS
606
607
608@LINT_TRUE@lint:
609@LINT_TRUE@	$(LINT) $(ALL_LINT_FLAGS) $(libXcursor_la_SOURCES) $(XCURSOR_LIBS)
610
611# Tell versions [3.59,3.63) of GNU make to not export all variables.
612# Otherwise a system limit (for SysV at least) may be exceeded.
613.NOEXPORT:
614