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