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 © 2011 Cooper Yuan
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#    Cooper Yuan <cooperyuan@gmail.com>
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_VG_TRUE@@HAVE_X11_TRUE@bin_PROGRAMS = vgimage2tex$(EXEEXT) \
116@HAVE_EGL_TRUE@@HAVE_VG_TRUE@@HAVE_X11_TRUE@	tex2vgimage$(EXEEXT)
117subdir = src/egl/oes_vg
118ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
119am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
120	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
121	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
122	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
123am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
124	$(ACLOCAL_M4)
125DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
126mkinstalldirs = $(install_sh) -d
127CONFIG_CLEAN_FILES =
128CONFIG_CLEAN_VPATH_FILES =
129am__installdirs = "$(DESTDIR)$(bindir)"
130PROGRAMS = $(bin_PROGRAMS)
131tex2vgimage_SOURCES = tex2vgimage.c
132tex2vgimage_OBJECTS = tex2vgimage.$(OBJEXT)
133am__DEPENDENCIES_1 =
134tex2vgimage_DEPENDENCIES = $(am__DEPENDENCIES_1)
135AM_V_lt = $(am__v_lt_@AM_V@)
136am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
137am__v_lt_0 = --silent
138am__v_lt_1 = 
139vgimage2tex_SOURCES = vgimage2tex.c
140vgimage2tex_OBJECTS = vgimage2tex.$(OBJEXT)
141vgimage2tex_DEPENDENCIES = $(am__DEPENDENCIES_1)
142AM_V_P = $(am__v_P_@AM_V@)
143am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
144am__v_P_0 = false
145am__v_P_1 = :
146AM_V_GEN = $(am__v_GEN_@AM_V@)
147am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
148am__v_GEN_0 = @echo "  GEN     " $@;
149am__v_GEN_1 = 
150AM_V_at = $(am__v_at_@AM_V@)
151am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
152am__v_at_0 = @
153am__v_at_1 = 
154DEFAULT_INCLUDES = -I.@am__isrc@
155depcomp = $(SHELL) $(top_srcdir)/depcomp
156am__depfiles_maybe = depfiles
157am__mv = mv -f
158COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
159	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
160LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
161	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
162	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
163	$(AM_CFLAGS) $(CFLAGS)
164AM_V_CC = $(am__v_CC_@AM_V@)
165am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
166am__v_CC_0 = @echo "  CC      " $@;
167am__v_CC_1 = 
168CCLD = $(CC)
169LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
170	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
171	$(AM_LDFLAGS) $(LDFLAGS) -o $@
172AM_V_CCLD = $(am__v_CCLD_@AM_V@)
173am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
174am__v_CCLD_0 = @echo "  CCLD    " $@;
175am__v_CCLD_1 = 
176SOURCES = tex2vgimage.c vgimage2tex.c
177DIST_SOURCES = tex2vgimage.c vgimage2tex.c
178am__can_run_installinfo = \
179  case $$AM_UPDATE_INFO_DIR in \
180    n|no|NO) false;; \
181    *) (install-info --version) >/dev/null 2>&1;; \
182  esac
183am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
184# Read a list of newline-separated strings from the standard input,
185# and print each of them once, without duplicates.  Input order is
186# *not* preserved.
187am__uniquify_input = $(AWK) '\
188  BEGIN { nonempty = 0; } \
189  { items[$$0] = 1; nonempty = 1; } \
190  END { if (nonempty) { for (i in items) print i; }; } \
191'
192# Make sure the list of sources is unique.  This is necessary because,
193# e.g., the same source file might be shared among _SOURCES variables
194# for different programs/libraries.
195am__define_uniq_tagged_files = \
196  list='$(am__tagged_files)'; \
197  unique=`for i in $$list; do \
198    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
199  done | $(am__uniquify_input)`
200ETAGS = etags
201CTAGS = ctags
202am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
203DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
204ACLOCAL = @ACLOCAL@
205AMTAR = @AMTAR@
206AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
207AR = @AR@
208AUTOCONF = @AUTOCONF@
209AUTOHEADER = @AUTOHEADER@
210AUTOMAKE = @AUTOMAKE@
211AWK = @AWK@
212CC = @CC@
213CCDEPMODE = @CCDEPMODE@
214CFLAGS = @CFLAGS@
215CPP = @CPP@
216CPPFLAGS = @CPPFLAGS@
217CXX = @CXX@
218CXXCPP = @CXXCPP@
219CXXDEPMODE = @CXXDEPMODE@
220CXXFLAGS = @CXXFLAGS@
221CYGPATH_W = @CYGPATH_W@
222DEFS = @DEFS@
223DEMOS_DATA_DIR = @DEMOS_DATA_DIR@
224DEMO_CFLAGS = @DEMO_CFLAGS@
225DEMO_LIBS = @DEMO_LIBS@
226DEPDIR = @DEPDIR@
227DLLTOOL = @DLLTOOL@
228DRM_CFLAGS = @DRM_CFLAGS@
229DRM_LIBS = @DRM_LIBS@
230DSYMUTIL = @DSYMUTIL@
231DUMPBIN = @DUMPBIN@
232ECHO_C = @ECHO_C@
233ECHO_N = @ECHO_N@
234ECHO_T = @ECHO_T@
235EGL_CFLAGS = @EGL_CFLAGS@
236EGL_LIBS = @EGL_LIBS@
237EGREP = @EGREP@
238EXEEXT = @EXEEXT@
239FGREP = @FGREP@
240FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@
241FREETYPE2_LIBS = @FREETYPE2_LIBS@
242GBM_CFLAGS = @GBM_CFLAGS@
243GBM_LIBS = @GBM_LIBS@
244GLESV1_CFLAGS = @GLESV1_CFLAGS@
245GLESV1_LIBS = @GLESV1_LIBS@
246GLESV2_CFLAGS = @GLESV2_CFLAGS@
247GLESV2_LIBS = @GLESV2_LIBS@
248GLEW_CFLAGS = @GLEW_CFLAGS@
249GLEW_LIBS = @GLEW_LIBS@
250GLUT_CFLAGS = @GLUT_CFLAGS@
251GLUT_LIBS = @GLUT_LIBS@
252GLU_CFLAGS = @GLU_CFLAGS@
253GLU_LIBS = @GLU_LIBS@
254GL_CFLAGS = @GL_CFLAGS@
255GL_LIBS = @GL_LIBS@
256GREP = @GREP@
257INSTALL = @INSTALL@
258INSTALL_DATA = @INSTALL_DATA@
259INSTALL_PROGRAM = @INSTALL_PROGRAM@
260INSTALL_SCRIPT = @INSTALL_SCRIPT@
261INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
262LD = @LD@
263LDFLAGS = @LDFLAGS@
264LIBOBJS = @LIBOBJS@
265LIBS = @LIBS@
266LIBTOOL = @LIBTOOL@
267LIPO = @LIPO@
268LN_S = @LN_S@
269LTLIBOBJS = @LTLIBOBJS@
270LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
271MAKEINFO = @MAKEINFO@
272MANIFEST_TOOL = @MANIFEST_TOOL@
273MESA_GLAPI = @MESA_GLAPI@
274MKDIR_P = @MKDIR_P@
275NM = @NM@
276NMEDIT = @NMEDIT@
277OBJDUMP = @OBJDUMP@
278OBJEXT = @OBJEXT@
279OSMESA16_LIBS = @OSMESA16_LIBS@
280OSMESA32_LIBS = @OSMESA32_LIBS@
281OSMESA_CFLAGS = @OSMESA_CFLAGS@
282OSMESA_LIBS = @OSMESA_LIBS@
283OTOOL = @OTOOL@
284OTOOL64 = @OTOOL64@
285PACKAGE = @PACKAGE@
286PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
287PACKAGE_NAME = @PACKAGE_NAME@
288PACKAGE_STRING = @PACKAGE_STRING@
289PACKAGE_TARNAME = @PACKAGE_TARNAME@
290PACKAGE_URL = @PACKAGE_URL@
291PACKAGE_VERSION = @PACKAGE_VERSION@
292PATH_SEPARATOR = @PATH_SEPARATOR@
293PKG_CONFIG = @PKG_CONFIG@
294PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
295PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
296RANLIB = @RANLIB@
297SED = @SED@
298SET_MAKE = @SET_MAKE@
299SHELL = @SHELL@
300STRIP = @STRIP@
301VERSION = @VERSION@
302VG_CFLAGS = @VG_CFLAGS@
303VG_LIBS = @VG_LIBS@
304WAYLAND_CFLAGS = @WAYLAND_CFLAGS@
305WAYLAND_LIBS = @WAYLAND_LIBS@
306X11_CFLAGS = @X11_CFLAGS@
307X11_LIBS = @X11_LIBS@
308abs_builddir = @abs_builddir@
309abs_srcdir = @abs_srcdir@
310abs_top_builddir = @abs_top_builddir@
311abs_top_srcdir = @abs_top_srcdir@
312ac_ct_AR = @ac_ct_AR@
313ac_ct_CC = @ac_ct_CC@
314ac_ct_CXX = @ac_ct_CXX@
315ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
316am__include = @am__include@
317am__leading_dot = @am__leading_dot@
318am__quote = @am__quote@
319am__tar = @am__tar@
320am__untar = @am__untar@
321bindir = @bindir@
322build = @build@
323build_alias = @build_alias@
324build_cpu = @build_cpu@
325build_os = @build_os@
326build_vendor = @build_vendor@
327builddir = @builddir@
328datadir = @datadir@
329datarootdir = @datarootdir@
330docdir = @docdir@
331dvidir = @dvidir@
332exec_prefix = @exec_prefix@
333host = @host@
334host_alias = @host_alias@
335host_cpu = @host_cpu@
336host_os = @host_os@
337host_vendor = @host_vendor@
338htmldir = @htmldir@
339includedir = @includedir@
340infodir = @infodir@
341install_sh = @install_sh@
342libdir = @libdir@
343libexecdir = @libexecdir@
344localedir = @localedir@
345localstatedir = @localstatedir@
346mandir = @mandir@
347mkdir_p = @mkdir_p@
348oldincludedir = @oldincludedir@
349pdfdir = @pdfdir@
350prefix = @prefix@
351program_transform_name = @program_transform_name@
352psdir = @psdir@
353runstatedir = @runstatedir@
354sbindir = @sbindir@
355sharedstatedir = @sharedstatedir@
356srcdir = @srcdir@
357sysconfdir = @sysconfdir@
358target_alias = @target_alias@
359top_build_prefix = @top_build_prefix@
360top_builddir = @top_builddir@
361top_srcdir = @top_srcdir@
362AM_CFLAGS = \
363	$(GLESV1_CFLAGS) \
364	$(EGL_CFLAGS) \
365	$(VG_CFLAGS) \
366	$(X11_CFLAGS)
367
368AM_LDFLAGS = \
369	$(GLESV1_LIBS) \
370	$(EGL_LIBS) \
371	$(VG_LIBS) \
372	-lm
373
374vgimage2tex_LDADD = $(X11_LIBS)
375tex2vgimage_LDADD = $(X11_LIBS)
376all: all-am
377
378.SUFFIXES:
379.SUFFIXES: .c .lo .o .obj
380$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
381	@for dep in $?; do \
382	  case '$(am__configure_deps)' in \
383	    *$$dep*) \
384	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
385	        && { if test -f $@; then exit 0; else break; fi; }; \
386	      exit 1;; \
387	  esac; \
388	done; \
389	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/egl/oes_vg/Makefile'; \
390	$(am__cd) $(top_srcdir) && \
391	  $(AUTOMAKE) --gnu src/egl/oes_vg/Makefile
392Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
393	@case '$?' in \
394	  *config.status*) \
395	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
396	  *) \
397	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
398	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
399	esac;
400
401$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
402	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
403
404$(top_srcdir)/configure:  $(am__configure_deps)
405	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
406$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
407	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
408$(am__aclocal_m4_deps):
409install-binPROGRAMS: $(bin_PROGRAMS)
410	@$(NORMAL_INSTALL)
411	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
412	if test -n "$$list"; then \
413	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
414	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
415	fi; \
416	for p in $$list; do echo "$$p $$p"; done | \
417	sed 's/$(EXEEXT)$$//' | \
418	while read p p1; do if test -f $$p \
419	 || test -f $$p1 \
420	  ; then echo "$$p"; echo "$$p"; else :; fi; \
421	done | \
422	sed -e 'p;s,.*/,,;n;h' \
423	    -e 's|.*|.|' \
424	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
425	sed 'N;N;N;s,\n, ,g' | \
426	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
427	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
428	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
429	    else { print "f", $$3 "/" $$4, $$1; } } \
430	  END { for (d in files) print "f", d, files[d] }' | \
431	while read type dir files; do \
432	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
433	    test -z "$$files" || { \
434	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
435	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
436	    } \
437	; done
438
439uninstall-binPROGRAMS:
440	@$(NORMAL_UNINSTALL)
441	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
442	files=`for p in $$list; do echo "$$p"; done | \
443	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
444	      -e 's/$$/$(EXEEXT)/' \
445	`; \
446	test -n "$$list" || exit 0; \
447	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
448	cd "$(DESTDIR)$(bindir)" && rm -f $$files
449
450clean-binPROGRAMS:
451	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
452	echo " rm -f" $$list; \
453	rm -f $$list || exit $$?; \
454	test -n "$(EXEEXT)" || exit 0; \
455	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
456	echo " rm -f" $$list; \
457	rm -f $$list
458
459tex2vgimage$(EXEEXT): $(tex2vgimage_OBJECTS) $(tex2vgimage_DEPENDENCIES) $(EXTRA_tex2vgimage_DEPENDENCIES) 
460	@rm -f tex2vgimage$(EXEEXT)
461	$(AM_V_CCLD)$(LINK) $(tex2vgimage_OBJECTS) $(tex2vgimage_LDADD) $(LIBS)
462
463vgimage2tex$(EXEEXT): $(vgimage2tex_OBJECTS) $(vgimage2tex_DEPENDENCIES) $(EXTRA_vgimage2tex_DEPENDENCIES) 
464	@rm -f vgimage2tex$(EXEEXT)
465	$(AM_V_CCLD)$(LINK) $(vgimage2tex_OBJECTS) $(vgimage2tex_LDADD) $(LIBS)
466
467mostlyclean-compile:
468	-rm -f *.$(OBJEXT)
469
470distclean-compile:
471	-rm -f *.tab.c
472
473@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tex2vgimage.Po@am__quote@
474@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vgimage2tex.Po@am__quote@
475
476.c.o:
477@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
478@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
479@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
480@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
481@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
482
483.c.obj:
484@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
485@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
486@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
487@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
488@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
489
490.c.lo:
491@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
492@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
493@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
494@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
495@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
496
497mostlyclean-libtool:
498	-rm -f *.lo
499
500clean-libtool:
501	-rm -rf .libs _libs
502
503ID: $(am__tagged_files)
504	$(am__define_uniq_tagged_files); mkid -fID $$unique
505tags: tags-am
506TAGS: tags
507
508tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
509	set x; \
510	here=`pwd`; \
511	$(am__define_uniq_tagged_files); \
512	shift; \
513	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
514	  test -n "$$unique" || unique=$$empty_fix; \
515	  if test $$# -gt 0; then \
516	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
517	      "$$@" $$unique; \
518	  else \
519	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
520	      $$unique; \
521	  fi; \
522	fi
523ctags: ctags-am
524
525CTAGS: ctags
526ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
527	$(am__define_uniq_tagged_files); \
528	test -z "$(CTAGS_ARGS)$$unique" \
529	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
530	     $$unique
531
532GTAGS:
533	here=`$(am__cd) $(top_builddir) && pwd` \
534	  && $(am__cd) $(top_srcdir) \
535	  && gtags -i $(GTAGS_ARGS) "$$here"
536cscopelist: cscopelist-am
537
538cscopelist-am: $(am__tagged_files)
539	list='$(am__tagged_files)'; \
540	case "$(srcdir)" in \
541	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
542	  *) sdir=$(subdir)/$(srcdir) ;; \
543	esac; \
544	for i in $$list; do \
545	  if test -f "$$i"; then \
546	    echo "$(subdir)/$$i"; \
547	  else \
548	    echo "$$sdir/$$i"; \
549	  fi; \
550	done >> $(top_builddir)/cscope.files
551
552distclean-tags:
553	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
554
555distdir: $(DISTFILES)
556	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
557	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
558	list='$(DISTFILES)'; \
559	  dist_files=`for file in $$list; do echo $$file; done | \
560	  sed -e "s|^$$srcdirstrip/||;t" \
561	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
562	case $$dist_files in \
563	  */*) $(MKDIR_P) `echo "$$dist_files" | \
564			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
565			   sort -u` ;; \
566	esac; \
567	for file in $$dist_files; do \
568	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
569	  if test -d $$d/$$file; then \
570	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
571	    if test -d "$(distdir)/$$file"; then \
572	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
573	    fi; \
574	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
575	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
576	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
577	    fi; \
578	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
579	  else \
580	    test -f "$(distdir)/$$file" \
581	    || cp -p $$d/$$file "$(distdir)/$$file" \
582	    || exit 1; \
583	  fi; \
584	done
585check-am: all-am
586check: check-am
587all-am: Makefile $(PROGRAMS)
588installdirs:
589	for dir in "$(DESTDIR)$(bindir)"; do \
590	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
591	done
592install: install-am
593install-exec: install-exec-am
594install-data: install-data-am
595uninstall: uninstall-am
596
597install-am: all-am
598	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
599
600installcheck: installcheck-am
601install-strip:
602	if test -z '$(STRIP)'; then \
603	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
604	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
605	      install; \
606	else \
607	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
608	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
609	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
610	fi
611mostlyclean-generic:
612
613clean-generic:
614
615distclean-generic:
616	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
617	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
618
619maintainer-clean-generic:
620	@echo "This command is intended for maintainers to use"
621	@echo "it deletes files that may require special tools to rebuild."
622clean: clean-am
623
624clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
625
626distclean: distclean-am
627	-rm -rf ./$(DEPDIR)
628	-rm -f Makefile
629distclean-am: clean-am distclean-compile distclean-generic \
630	distclean-tags
631
632dvi: dvi-am
633
634dvi-am:
635
636html: html-am
637
638html-am:
639
640info: info-am
641
642info-am:
643
644install-data-am:
645
646install-dvi: install-dvi-am
647
648install-dvi-am:
649
650install-exec-am: install-binPROGRAMS
651
652install-html: install-html-am
653
654install-html-am:
655
656install-info: install-info-am
657
658install-info-am:
659
660install-man:
661
662install-pdf: install-pdf-am
663
664install-pdf-am:
665
666install-ps: install-ps-am
667
668install-ps-am:
669
670installcheck-am:
671
672maintainer-clean: maintainer-clean-am
673	-rm -rf ./$(DEPDIR)
674	-rm -f Makefile
675maintainer-clean-am: distclean-am maintainer-clean-generic
676
677mostlyclean: mostlyclean-am
678
679mostlyclean-am: mostlyclean-compile mostlyclean-generic \
680	mostlyclean-libtool
681
682pdf: pdf-am
683
684pdf-am:
685
686ps: ps-am
687
688ps-am:
689
690uninstall-am: uninstall-binPROGRAMS
691
692.MAKE: install-am install-strip
693
694.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
695	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
696	ctags ctags-am distclean distclean-compile distclean-generic \
697	distclean-libtool distclean-tags distdir dvi dvi-am html \
698	html-am info info-am install install-am install-binPROGRAMS \
699	install-data install-data-am install-dvi install-dvi-am \
700	install-exec install-exec-am install-html install-html-am \
701	install-info install-info-am install-man install-pdf \
702	install-pdf-am install-ps install-ps-am install-strip \
703	installcheck installcheck-am installdirs maintainer-clean \
704	maintainer-clean-generic mostlyclean mostlyclean-compile \
705	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
706	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
707
708.PRECIOUS: Makefile
709
710
711# Tell versions [3.59,3.63) of GNU make to not export all variables.
712# Otherwise a system limit (for SysV at least) may be exceeded.
713.NOEXPORT:
714