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