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