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/oogl/wa
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)
100libwa_la_LIBADD =
101am_libwa_la_OBJECTS = wa.lex.lo wa.yacc.lo
102libwa_la_OBJECTS = $(am_libwa_la_OBJECTS)
103AM_V_lt = $(am__v_lt_@AM_V@)
104am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
105am__v_lt_0 = --silent
106am__v_lt_1 =
107AM_V_P = $(am__v_P_@AM_V@)
108am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
109am__v_P_0 = false
110am__v_P_1 = :
111AM_V_GEN = $(am__v_GEN_@AM_V@)
112am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
113am__v_GEN_0 = @echo "  GEN     " $@;
114am__v_GEN_1 =
115AM_V_at = $(am__v_at_@AM_V@)
116am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
117am__v_at_0 = @
118am__v_at_1 =
119DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
120depcomp = $(SHELL) $(top_srcdir)/depcomp
121am__depfiles_maybe = depfiles
122am__mv = mv -f
123COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
124	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
125LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
126	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
127	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
128	$(AM_CFLAGS) $(CFLAGS)
129AM_V_CC = $(am__v_CC_@AM_V@)
130am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
131am__v_CC_0 = @echo "  CC      " $@;
132am__v_CC_1 =
133CCLD = $(CC)
134LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
135	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
136	$(AM_LDFLAGS) $(LDFLAGS) -o $@
137AM_V_CCLD = $(am__v_CCLD_@AM_V@)
138am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
139am__v_CCLD_0 = @echo "  CCLD    " $@;
140am__v_CCLD_1 =
141SOURCES = $(libwa_la_SOURCES)
142DIST_SOURCES = $(libwa_la_SOURCES)
143am__can_run_installinfo = \
144  case $$AM_UPDATE_INFO_DIR in \
145    n|no|NO) false;; \
146    *) (install-info --version) >/dev/null 2>&1;; \
147  esac
148am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
149am__vpath_adj = case $$p in \
150    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
151    *) f=$$p;; \
152  esac;
153am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
154am__install_max = 40
155am__nobase_strip_setup = \
156  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
157am__nobase_strip = \
158  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
159am__nobase_list = $(am__nobase_strip_setup); \
160  for p in $$list; do echo "$$p $$p"; done | \
161  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
162  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
163    if (++n[$$2] == $(am__install_max)) \
164      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
165    END { for (dir in files) print dir, files[dir] }'
166am__base_list = \
167  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
168  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
169am__uninstall_files_from_dir = { \
170  test -z "$$files" \
171    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
172    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
173         $(am__cd) "$$dir" && rm -f $$files; }; \
174  }
175man3dir = $(mandir)/man3
176am__installdirs = "$(DESTDIR)$(man3dir)"
177NROFF = nroff
178MANS = $(man_MANS)
179am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
180# Read a list of newline-separated strings from the standard input,
181# and print each of them once, without duplicates.  Input order is
182# *not* preserved.
183am__uniquify_input = $(AWK) '\
184  BEGIN { nonempty = 0; } \
185  { items[$$0] = 1; nonempty = 1; } \
186  END { if (nonempty) { for (i in items) print i; }; } \
187'
188# Make sure the list of sources is unique.  This is necessary because,
189# e.g., the same source file might be shared among _SOURCES variables
190# for different programs/libraries.
191am__define_uniq_tagged_files = \
192  list='$(am__tagged_files)'; \
193  unique=`for i in $$list; do \
194    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
195  done | $(am__uniquify_input)`
196ETAGS = etags
197CTAGS = ctags
198DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
199ACLOCAL = @ACLOCAL@
200ALLOCA = @ALLOCA@
201AMTAR = @AMTAR@
202AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
203AQSIS_SHADER_COMPILER = @AQSIS_SHADER_COMPILER@
204AR = @AR@
205AUTOCONF = @AUTOCONF@
206AUTOHEADER = @AUTOHEADER@
207AUTOMAKE = @AUTOMAKE@
208AWK = @AWK@
209CC = @CC@
210CCDEPMODE = @CCDEPMODE@
211CFLAGS = @CFLAGS@
212CPP = @CPP@
213CPPFLAGS = @CPPFLAGS@
214CXX = @CXX@
215CXXCPP = @CXXCPP@
216CXXDEPMODE = @CXXDEPMODE@
217CXXFLAGS = @CXXFLAGS@
218CYGPATH_W = @CYGPATH_W@
219DEFAULT_PREFIX = @DEFAULT_PREFIX@
220DEFS = @DEFS@
221DELIGHT_SHADER_COMPILER = @DELIGHT_SHADER_COMPILER@
222DEPDIR = @DEPDIR@
223DLLTOOL = @DLLTOOL@
224DSYMUTIL = @DSYMUTIL@
225DUMPBIN = @DUMPBIN@
226ECHO_C = @ECHO_C@
227ECHO_N = @ECHO_N@
228ECHO_T = @ECHO_T@
229EGREP = @EGREP@
230EPSTOPDF = @EPSTOPDF@
231EXEEXT = @EXEEXT@
232FGREP = @FGREP@
233FIND = @FIND@
234GEOMVIEWHDRFILES = @GEOMVIEWHDRFILES@
235GEOMVIEWPRIVHDRFILES = @GEOMVIEWPRIVHDRFILES@
236GLOB_SHELL = @GLOB_SHELL@
237GLOB_SHELL_PATH = @GLOB_SHELL_PATH@
238GREP = @GREP@
239HTMLBROWSER = @HTMLBROWSER@
240INSTALL = @INSTALL@
241INSTALL_DATA = @INSTALL_DATA@
242INSTALL_PROGRAM = @INSTALL_PROGRAM@
243INSTALL_SCRIPT = @INSTALL_SCRIPT@
244INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
245LD = @LD@
246LDFLAGS = @LDFLAGS@
247LD_LIBRARY_PATH_SETTINGS = @LD_LIBRARY_PATH_SETTINGS@
248LEX = @LEX@
249LEXLIB = @LEXLIB@
250LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
251LIBOBJS = @LIBOBJS@
252LIBS = @LIBS@
253LIBTOOL = @LIBTOOL@
254LIPO = @LIPO@
255LN_S = @LN_S@
256LTLIBOBJS = @LTLIBOBJS@
257MACHTYPE = @MACHTYPE@
258MAINT = @MAINT@
259MAKEINFO = @MAKEINFO@
260MANIFEST_TOOL = @MANIFEST_TOOL@
261MESAGL = @MESAGL@
262MKDIR_P = @MKDIR_P@
263MOTIFINCLUDE = @MOTIFINCLUDE@
264MOTIFLIBS = @MOTIFLIBS@
265MOTIFUILIB = @MOTIFUILIB@
266NM = @NM@
267NMEDIT = @NMEDIT@
268OBJDUMP = @OBJDUMP@
269OBJEXT = @OBJEXT@
270OOGLLIB = @OOGLLIB@
271OOGLLIBS = @OOGLLIBS@
272OPENGLINCLUDE = @OPENGLINCLUDE@
273OPENGLLIBS = @OPENGLLIBS@
274OTOOL = @OTOOL@
275OTOOL64 = @OTOOL64@
276PACKAGE = @PACKAGE@
277PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
278PACKAGE_NAME = @PACKAGE_NAME@
279PACKAGE_STRING = @PACKAGE_STRING@
280PACKAGE_TARNAME = @PACKAGE_TARNAME@
281PACKAGE_URL = @PACKAGE_URL@
282PACKAGE_VERSION = @PACKAGE_VERSION@
283PAMTOTIFF = @PAMTOTIFF@
284PATH_SEPARATOR = @PATH_SEPARATOR@
285PDFIMAGESPROG = @PDFIMAGESPROG@
286PDFVIEWER = @PDFVIEWER@
287PIXIE_SHADER_COMPILER = @PIXIE_SHADER_COMPILER@
288PNMTOPNG = @PNMTOPNG@
289POW_LIB = @POW_LIB@
290PS2EPSI = @PS2EPSI@
291RANLIB = @RANLIB@
292SED = @SED@
293SET_MAKE = @SET_MAKE@
294SHELL = @SHELL@
295SOCKETLIBS = @SOCKETLIBS@
296STRIP = @STRIP@
297STUBLIB = @STUBLIB@
298VERSION = @VERSION@
299XLIBS = @XLIBS@
300XMKMF = @XMKMF@
301XMULIBS = @XMULIBS@
302X_CFLAGS = @X_CFLAGS@
303X_EXTRA_LIBS = @X_EXTRA_LIBS@
304X_LIBS = @X_LIBS@
305X_PRE_LIBS = @X_PRE_LIBS@
306YACC = @YACC@
307YFLAGS = @YFLAGS@
308ZLIB_ALL_INCLUDES = @ZLIB_ALL_INCLUDES@
309ZLIB_ALL_LIB = @ZLIB_ALL_LIB@
310ZLIB_INCLUDES = @ZLIB_INCLUDES@
311ZLIB_INCLUDE_PATH = @ZLIB_INCLUDE_PATH@
312ZLIB_LIB = @ZLIB_LIB@
313ZLIB_LIB_PATH = @ZLIB_LIB_PATH@
314ZLIB_NAME = @ZLIB_NAME@
315abs_builddir = @abs_builddir@
316abs_srcdir = @abs_srcdir@
317abs_top_builddir = @abs_top_builddir@
318abs_top_srcdir = @abs_top_srcdir@
319ac_ct_AR = @ac_ct_AR@
320ac_ct_CC = @ac_ct_CC@
321ac_ct_CXX = @ac_ct_CXX@
322ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
323am__include = @am__include@
324am__leading_dot = @am__leading_dot@
325am__quote = @am__quote@
326am__tar = @am__tar@
327am__untar = @am__untar@
328bindir = @bindir@
329build = @build@
330build_alias = @build_alias@
331build_cpu = @build_cpu@
332build_os = @build_os@
333build_vendor = @build_vendor@
334builddir = @builddir@
335datadir = @datadir@
336datarootdir = @datarootdir@
337default_includes = @default_includes@
338docdir = @docdir@
339dvidir = @dvidir@
340exec_prefix = @exec_prefix@
341expanded_exec_prefix = @expanded_exec_prefix@
342expanded_prefix = @expanded_prefix@
343geomdatadir = @geomdatadir@
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@
359moduledir = @moduledir@
360oldincludedir = @oldincludedir@
361pdfdir = @pdfdir@
362prefix = @prefix@
363program_transform_name = @program_transform_name@
364psdir = @psdir@
365sbindir = @sbindir@
366sharedstatedir = @sharedstatedir@
367srcdir = @srcdir@
368sysconfdir = @sysconfdir@
369target = @target@
370target_alias = @target_alias@
371target_cpu = @target_cpu@
372target_os = @target_os@
373target_vendor = @target_vendor@
374top_build_prefix = @top_build_prefix@
375top_builddir = @top_builddir@
376top_geom_builddir = @top_geom_builddir@
377top_srcdir = @top_srcdir@
378INCLUDES = $(default_includes)
379man_MANS = fsaparse.3gv
380EXTRA_DIST = Headers fsaparse.y fsaparse.l $(BUILT_SOURCES) $(man_MANS)
381noinst_LTLIBRARIES = libwa.la
382BUILT_SOURCES = wa.lex.c wa.yacc.c wa.yacc.h y.tab.h y.tab.c lex.yy.c
383libwa_la_SOURCES = \
384    wa.lex.c wa.yacc.c wa.yacc.h \
385    wa.h wa.yystype.h
386
387MAINTAINERCLEANFILES = $(BUILT_SOURCES)
388all: $(BUILT_SOURCES)
389	$(MAKE) $(AM_MAKEFLAGS) all-am
390
391.SUFFIXES:
392.SUFFIXES: .c .lo .o .obj
393$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
394	@for dep in $?; do \
395	  case '$(am__configure_deps)' in \
396	    *$$dep*) \
397	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
398	        && { if test -f $@; then exit 0; else break; fi; }; \
399	      exit 1;; \
400	  esac; \
401	done; \
402	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/lib/oogl/wa/Makefile'; \
403	$(am__cd) $(top_srcdir) && \
404	  $(AUTOMAKE) --gnu src/lib/oogl/wa/Makefile
405.PRECIOUS: Makefile
406Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
407	@case '$?' in \
408	  *config.status*) \
409	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
410	  *) \
411	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
412	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
413	esac;
414
415$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
416	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
417
418$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
419	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
420$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
421	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
422$(am__aclocal_m4_deps):
423
424clean-noinstLTLIBRARIES:
425	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
426	@list='$(noinst_LTLIBRARIES)'; \
427	locs=`for p in $$list; do echo $$p; done | \
428	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
429	      sort -u`; \
430	test -z "$$locs" || { \
431	  echo rm -f $${locs}; \
432	  rm -f $${locs}; \
433	}
434
435libwa.la: $(libwa_la_OBJECTS) $(libwa_la_DEPENDENCIES) $(EXTRA_libwa_la_DEPENDENCIES)
436	$(AM_V_CCLD)$(LINK)  $(libwa_la_OBJECTS) $(libwa_la_LIBADD) $(LIBS)
437
438mostlyclean-compile:
439	-rm -f *.$(OBJEXT)
440
441distclean-compile:
442	-rm -f *.tab.c
443
444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wa.lex.Plo@am__quote@
445@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wa.yacc.Plo@am__quote@
446
447.c.o:
448@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
449@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
450@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
451@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
452@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
453
454.c.obj:
455@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
456@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
457@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
458@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
459@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
460
461.c.lo:
462@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
463@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
464@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
465@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
466@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
467
468mostlyclean-libtool:
469	-rm -f *.lo
470
471clean-libtool:
472	-rm -rf .libs _libs
473install-man3: $(man_MANS)
474	@$(NORMAL_INSTALL)
475	@list1=''; \
476	list2='$(man_MANS)'; \
477	test -n "$(man3dir)" \
478	  && test -n "`echo $$list1$$list2`" \
479	  || exit 0; \
480	echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
481	$(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
482	{ for i in $$list1; do echo "$$i"; done;  \
483	if test -n "$$list2"; then \
484	  for i in $$list2; do echo "$$i"; done \
485	    | sed -n '/\.3[a-z]*$$/p'; \
486	fi; \
487	} | while read p; do \
488	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
489	  echo "$$d$$p"; echo "$$p"; \
490	done | \
491	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
492	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
493	sed 'N;N;s,\n, ,g' | { \
494	list=; while read file base inst; do \
495	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
496	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
497	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
498	  fi; \
499	done; \
500	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
501	while read files; do \
502	  test -z "$$files" || { \
503	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
504	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
505	done; }
506
507uninstall-man3:
508	@$(NORMAL_UNINSTALL)
509	@list=''; test -n "$(man3dir)" || exit 0; \
510	files=`{ for i in $$list; do echo "$$i"; done; \
511	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
512	  sed -n '/\.3[a-z]*$$/p'; \
513	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
514	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
515	dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
516
517ID: $(am__tagged_files)
518	$(am__define_uniq_tagged_files); mkid -fID $$unique
519tags: tags-am
520TAGS: tags
521
522tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
523	set x; \
524	here=`pwd`; \
525	$(am__define_uniq_tagged_files); \
526	shift; \
527	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
528	  test -n "$$unique" || unique=$$empty_fix; \
529	  if test $$# -gt 0; then \
530	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
531	      "$$@" $$unique; \
532	  else \
533	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
534	      $$unique; \
535	  fi; \
536	fi
537ctags: ctags-am
538
539CTAGS: ctags
540ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
541	$(am__define_uniq_tagged_files); \
542	test -z "$(CTAGS_ARGS)$$unique" \
543	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
544	     $$unique
545
546GTAGS:
547	here=`$(am__cd) $(top_builddir) && pwd` \
548	  && $(am__cd) $(top_srcdir) \
549	  && gtags -i $(GTAGS_ARGS) "$$here"
550cscopelist: cscopelist-am
551
552cscopelist-am: $(am__tagged_files)
553	list='$(am__tagged_files)'; \
554	case "$(srcdir)" in \
555	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
556	  *) sdir=$(subdir)/$(srcdir) ;; \
557	esac; \
558	for i in $$list; do \
559	  if test -f "$$i"; then \
560	    echo "$(subdir)/$$i"; \
561	  else \
562	    echo "$$sdir/$$i"; \
563	  fi; \
564	done >> $(top_builddir)/cscope.files
565
566distclean-tags:
567	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
568
569distdir: $(DISTFILES)
570	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
571	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
572	list='$(DISTFILES)'; \
573	  dist_files=`for file in $$list; do echo $$file; done | \
574	  sed -e "s|^$$srcdirstrip/||;t" \
575	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
576	case $$dist_files in \
577	  */*) $(MKDIR_P) `echo "$$dist_files" | \
578			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
579			   sort -u` ;; \
580	esac; \
581	for file in $$dist_files; do \
582	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
583	  if test -d $$d/$$file; then \
584	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
585	    if test -d "$(distdir)/$$file"; then \
586	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
587	    fi; \
588	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
589	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
590	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
591	    fi; \
592	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
593	  else \
594	    test -f "$(distdir)/$$file" \
595	    || cp -p $$d/$$file "$(distdir)/$$file" \
596	    || exit 1; \
597	  fi; \
598	done
599check-am: all-am
600check: $(BUILT_SOURCES)
601	$(MAKE) $(AM_MAKEFLAGS) check-am
602all-am: Makefile $(LTLIBRARIES) $(MANS)
603installdirs:
604	for dir in "$(DESTDIR)$(man3dir)"; do \
605	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
606	done
607install: $(BUILT_SOURCES)
608	$(MAKE) $(AM_MAKEFLAGS) install-am
609install-exec: install-exec-am
610install-data: install-data-am
611uninstall: uninstall-am
612
613install-am: all-am
614	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
615
616installcheck: installcheck-am
617install-strip:
618	if test -z '$(STRIP)'; then \
619	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
620	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
621	      install; \
622	else \
623	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
624	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
625	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
626	fi
627mostlyclean-generic:
628
629clean-generic:
630
631distclean-generic:
632	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
633	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
634
635maintainer-clean-generic:
636	@echo "This command is intended for maintainers to use"
637	@echo "it deletes files that may require special tools to rebuild."
638	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
639	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
640clean: clean-am
641
642clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
643	mostlyclean-am
644
645distclean: distclean-am
646	-rm -rf ./$(DEPDIR)
647	-rm -f Makefile
648distclean-am: clean-am distclean-compile distclean-generic \
649	distclean-tags
650
651dvi: dvi-am
652
653dvi-am:
654
655html: html-am
656
657html-am:
658
659info: info-am
660
661info-am:
662
663install-data-am: install-man
664
665install-dvi: install-dvi-am
666
667install-dvi-am:
668
669install-exec-am:
670
671install-html: install-html-am
672
673install-html-am:
674
675install-info: install-info-am
676
677install-info-am:
678
679install-man: install-man3
680
681install-pdf: install-pdf-am
682
683install-pdf-am:
684
685install-ps: install-ps-am
686
687install-ps-am:
688
689installcheck-am:
690
691maintainer-clean: maintainer-clean-am
692	-rm -rf ./$(DEPDIR)
693	-rm -f Makefile
694maintainer-clean-am: distclean-am maintainer-clean-generic
695
696mostlyclean: mostlyclean-am
697
698mostlyclean-am: mostlyclean-compile mostlyclean-generic \
699	mostlyclean-libtool
700
701pdf: pdf-am
702
703pdf-am:
704
705ps: ps-am
706
707ps-am:
708
709uninstall-am: uninstall-man
710
711uninstall-man: uninstall-man3
712
713.MAKE: all check install install-am install-strip
714
715.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
716	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
717	ctags-am distclean distclean-compile distclean-generic \
718	distclean-libtool distclean-tags distdir dvi dvi-am html \
719	html-am info info-am install install-am install-data \
720	install-data-am install-dvi install-dvi-am install-exec \
721	install-exec-am install-html install-html-am install-info \
722	install-info-am install-man install-man3 install-pdf \
723	install-pdf-am install-ps install-ps-am install-strip \
724	installcheck installcheck-am installdirs maintainer-clean \
725	maintainer-clean-generic mostlyclean mostlyclean-compile \
726	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
727	tags tags-am uninstall uninstall-am uninstall-man \
728	uninstall-man3
729
730
731y.tab.c y.tab.h: $(srcdir)/fsaparse.y $(srcdir)/Makefile.in
732	$(YACC) -d $(srcdir)/fsaparse.y
733
734wa.yacc.c: y.tab.c $(srcdir)/Makefile.in
735	sed -e '/^\#include/!s/yy/wafsa/g' -e '/#ident/d' $< >$@
736
737wa.yacc.h:  y.tab.h $(srcdir)/Makefile.in
738	sed -e '/^\#include/!s/yy/wafsa/g' -e '/#ident/d' $< >$@
739
740lex.yy.c: wa.yacc.h $(srcdir)/fsaparse.l $(srcdir)/Makefile.in
741	rm -f $@
742	$(LEX) $(srcdir)/fsaparse.l
743
744wa.lex.c: lex.yy.c $(srcdir)/Makefile.in
745	 sed -e '/^\#include/!s/yy/wafsa/g' \
746 -e 's/YYSTYPE wafsalval/extern &/' \
747 -e '/#ident/d' \
748 -e 's/lex.wafsa.c/wa.lex.c/g' \
749 -e 's/y.tab.h/wa.yacc.h/g' lex.yy.c >$@
750
751# Tell versions [3.59,3.63) of GNU make to not export all variables.
752# Otherwise a system limit (for SysV at least) may be exceeded.
753.NOEXPORT:
754