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