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