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@
81bin_PROGRAMS = concordance$(EXEEXT)
82subdir = .
83DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84	$(top_srcdir)/configure $(am__configure_deps) \
85	$(srcdir)/config.h.in depcomp README compile config.guess \
86	config.sub install-sh missing ltmain.sh
87ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
88am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
89	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
90	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
91	$(top_srcdir)/configure.ac
92am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93	$(ACLOCAL_M4)
94am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
95 configure.lineno config.status.lineno
96mkinstalldirs = $(install_sh) -d
97CONFIG_HEADER = config.h
98CONFIG_CLEAN_FILES =
99CONFIG_CLEAN_VPATH_FILES =
100am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
101PROGRAMS = $(bin_PROGRAMS)
102am_concordance_OBJECTS = concordance-concordance.$(OBJEXT)
103concordance_OBJECTS = $(am_concordance_OBJECTS)
104concordance_LDADD = $(LDADD)
105AM_V_lt = $(am__v_lt_@AM_V@)
106am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
107am__v_lt_0 = --silent
108am__v_lt_1 =
109concordance_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
110	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(concordance_CFLAGS) \
111	$(CFLAGS) $(concordance_LDFLAGS) $(LDFLAGS) -o $@
112AM_V_P = $(am__v_P_@AM_V@)
113am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
114am__v_P_0 = false
115am__v_P_1 = :
116AM_V_GEN = $(am__v_GEN_@AM_V@)
117am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
118am__v_GEN_0 = @echo "  GEN     " $@;
119am__v_GEN_1 =
120AM_V_at = $(am__v_at_@AM_V@)
121am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
122am__v_at_0 = @
123am__v_at_1 =
124DEFAULT_INCLUDES = -I.@am__isrc@
125depcomp = $(SHELL) $(top_srcdir)/depcomp
126am__depfiles_maybe = depfiles
127am__mv = mv -f
128COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
129	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
130LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
131	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
132	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
133	$(AM_CFLAGS) $(CFLAGS)
134AM_V_CC = $(am__v_CC_@AM_V@)
135am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
136am__v_CC_0 = @echo "  CC      " $@;
137am__v_CC_1 =
138CCLD = $(CC)
139LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
140	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
141	$(AM_LDFLAGS) $(LDFLAGS) -o $@
142AM_V_CCLD = $(am__v_CCLD_@AM_V@)
143am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
144am__v_CCLD_0 = @echo "  CCLD    " $@;
145am__v_CCLD_1 =
146SOURCES = $(concordance_SOURCES)
147DIST_SOURCES = $(concordance_SOURCES)
148am__can_run_installinfo = \
149  case $$AM_UPDATE_INFO_DIR in \
150    n|no|NO) false;; \
151    *) (install-info --version) >/dev/null 2>&1;; \
152  esac
153am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
154am__vpath_adj = case $$p in \
155    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
156    *) f=$$p;; \
157  esac;
158am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
159am__install_max = 40
160am__nobase_strip_setup = \
161  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
162am__nobase_strip = \
163  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
164am__nobase_list = $(am__nobase_strip_setup); \
165  for p in $$list; do echo "$$p $$p"; done | \
166  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
167  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
168    if (++n[$$2] == $(am__install_max)) \
169      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
170    END { for (dir in files) print dir, files[dir] }'
171am__base_list = \
172  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
173  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
174am__uninstall_files_from_dir = { \
175  test -z "$$files" \
176    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
177    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
178         $(am__cd) "$$dir" && rm -f $$files; }; \
179  }
180man1dir = $(mandir)/man1
181NROFF = nroff
182MANS = $(man1_MANS)
183am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
184	$(LISP)config.h.in
185# Read a list of newline-separated strings from the standard input,
186# and print each of them once, without duplicates.  Input order is
187# *not* preserved.
188am__uniquify_input = $(AWK) '\
189  BEGIN { nonempty = 0; } \
190  { items[$$0] = 1; nonempty = 1; } \
191  END { if (nonempty) { for (i in items) print i; }; } \
192'
193# Make sure the list of sources is unique.  This is necessary because,
194# e.g., the same source file might be shared among _SOURCES variables
195# for different programs/libraries.
196am__define_uniq_tagged_files = \
197  list='$(am__tagged_files)'; \
198  unique=`for i in $$list; do \
199    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
200  done | $(am__uniquify_input)`
201ETAGS = etags
202CTAGS = ctags
203CSCOPE = cscope
204AM_RECURSIVE_TARGETS = cscope
205DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
206distdir = $(PACKAGE)-$(VERSION)
207top_distdir = $(distdir)
208am__remove_distdir = \
209  if test -d "$(distdir)"; then \
210    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
211      && rm -rf "$(distdir)" \
212      || { sleep 5 && rm -rf "$(distdir)"; }; \
213  else :; fi
214am__post_remove_distdir = $(am__remove_distdir)
215DIST_ARCHIVES = $(distdir).tar.gz
216GZIP_ENV = --best
217DIST_TARGETS = dist-gzip
218distuninstallcheck_listfiles = find . -type f -print
219am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
220  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
221distcleancheck_listfiles = find . -type f -print
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@
241DEPDIR = @DEPDIR@
242DLLTOOL = @DLLTOOL@
243DSYMUTIL = @DSYMUTIL@
244DUMPBIN = @DUMPBIN@
245ECHO_C = @ECHO_C@
246ECHO_N = @ECHO_N@
247ECHO_T = @ECHO_T@
248EGREP = @EGREP@
249EXEEXT = @EXEEXT@
250FGREP = @FGREP@
251GREP = @GREP@
252INSTALL = @INSTALL@
253INSTALL_DATA = @INSTALL_DATA@
254INSTALL_PROGRAM = @INSTALL_PROGRAM@
255INSTALL_SCRIPT = @INSTALL_SCRIPT@
256INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
257LD = @LD@
258LDFLAGS = @LDFLAGS@
259LIBCONCORD_LDFLAGS = @LIBCONCORD_LDFLAGS@
260LIBOBJS = @LIBOBJS@
261LIBS = @LIBS@
262LIBTOOL = @LIBTOOL@
263LIPO = @LIPO@
264LN_S = @LN_S@
265LTLIBOBJS = @LTLIBOBJS@
266MAKEINFO = @MAKEINFO@
267MANIFEST_TOOL = @MANIFEST_TOOL@
268MKDIR_P = @MKDIR_P@
269NM = @NM@
270NMEDIT = @NMEDIT@
271OBJDUMP = @OBJDUMP@
272OBJEXT = @OBJEXT@
273OTOOL = @OTOOL@
274OTOOL64 = @OTOOL64@
275PACKAGE = @PACKAGE@
276PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
277PACKAGE_NAME = @PACKAGE_NAME@
278PACKAGE_STRING = @PACKAGE_STRING@
279PACKAGE_TARNAME = @PACKAGE_TARNAME@
280PACKAGE_URL = @PACKAGE_URL@
281PACKAGE_VERSION = @PACKAGE_VERSION@
282PATH_SEPARATOR = @PATH_SEPARATOR@
283RANLIB = @RANLIB@
284SED = @SED@
285SET_MAKE = @SET_MAKE@
286SHELL = @SHELL@
287STRIP = @STRIP@
288VERSION = @VERSION@
289abs_builddir = @abs_builddir@
290abs_srcdir = @abs_srcdir@
291abs_top_builddir = @abs_top_builddir@
292abs_top_srcdir = @abs_top_srcdir@
293ac_ct_AR = @ac_ct_AR@
294ac_ct_CC = @ac_ct_CC@
295ac_ct_CXX = @ac_ct_CXX@
296ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
297am__include = @am__include@
298am__leading_dot = @am__leading_dot@
299am__quote = @am__quote@
300am__tar = @am__tar@
301am__untar = @am__untar@
302bindir = @bindir@
303build = @build@
304build_alias = @build_alias@
305build_cpu = @build_cpu@
306build_os = @build_os@
307build_vendor = @build_vendor@
308builddir = @builddir@
309datadir = @datadir@
310datarootdir = @datarootdir@
311docdir = @docdir@
312dvidir = @dvidir@
313exec_prefix = @exec_prefix@
314host = @host@
315host_alias = @host_alias@
316host_cpu = @host_cpu@
317host_os = @host_os@
318host_vendor = @host_vendor@
319htmldir = @htmldir@
320includedir = @includedir@
321infodir = @infodir@
322install_sh = @install_sh@
323libdir = @libdir@
324libexecdir = @libexecdir@
325localedir = @localedir@
326localstatedir = @localstatedir@
327mandir = @mandir@
328mkdir_p = @mkdir_p@
329oldincludedir = @oldincludedir@
330pdfdir = @pdfdir@
331prefix = @prefix@
332program_transform_name = @program_transform_name@
333psdir = @psdir@
334sbindir = @sbindir@
335sharedstatedir = @sharedstatedir@
336srcdir = @srcdir@
337sysconfdir = @sysconfdir@
338target_alias = @target_alias@
339top_build_prefix = @top_build_prefix@
340top_builddir = @top_builddir@
341top_srcdir = @top_srcdir@
342ACLOCAL_AMFLAGS = -I m4
343concordance_SOURCES = concordance.c
344concordance_LDFLAGS = $(LIBCONCORD_LDFLAGS)
345# -Wall just makes good sense
346concordance_CFLAGS = -Wall
347man1_MANS = concordance.1
348all: config.h
349	$(MAKE) $(AM_MAKEFLAGS) all-am
350
351.SUFFIXES:
352.SUFFIXES: .c .lo .o .obj
353am--refresh: Makefile
354	@:
355$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
356	@for dep in $?; do \
357	  case '$(am__configure_deps)' in \
358	    *$$dep*) \
359	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
360	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
361		&& exit 0; \
362	      exit 1;; \
363	  esac; \
364	done; \
365	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
366	$(am__cd) $(top_srcdir) && \
367	  $(AUTOMAKE) --foreign Makefile
368.PRECIOUS: Makefile
369Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
370	@case '$?' in \
371	  *config.status*) \
372	    echo ' $(SHELL) ./config.status'; \
373	    $(SHELL) ./config.status;; \
374	  *) \
375	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
376	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
377	esac;
378
379$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
380	$(SHELL) ./config.status --recheck
381
382$(top_srcdir)/configure:  $(am__configure_deps)
383	$(am__cd) $(srcdir) && $(AUTOCONF)
384$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
385	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
386$(am__aclocal_m4_deps):
387
388config.h: stamp-h1
389	@test -f $@ || rm -f stamp-h1
390	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
391
392stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
393	@rm -f stamp-h1
394	cd $(top_builddir) && $(SHELL) ./config.status config.h
395$(srcdir)/config.h.in:  $(am__configure_deps)
396	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
397	rm -f stamp-h1
398	touch $@
399
400distclean-hdr:
401	-rm -f config.h stamp-h1
402install-binPROGRAMS: $(bin_PROGRAMS)
403	@$(NORMAL_INSTALL)
404	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
405	if test -n "$$list"; then \
406	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
407	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
408	fi; \
409	for p in $$list; do echo "$$p $$p"; done | \
410	sed 's/$(EXEEXT)$$//' | \
411	while read p p1; do if test -f $$p \
412	 || test -f $$p1 \
413	  ; then echo "$$p"; echo "$$p"; else :; fi; \
414	done | \
415	sed -e 'p;s,.*/,,;n;h' \
416	    -e 's|.*|.|' \
417	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
418	sed 'N;N;N;s,\n, ,g' | \
419	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
420	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
421	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
422	    else { print "f", $$3 "/" $$4, $$1; } } \
423	  END { for (d in files) print "f", d, files[d] }' | \
424	while read type dir files; do \
425	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
426	    test -z "$$files" || { \
427	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
428	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
429	    } \
430	; done
431
432uninstall-binPROGRAMS:
433	@$(NORMAL_UNINSTALL)
434	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
435	files=`for p in $$list; do echo "$$p"; done | \
436	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
437	      -e 's/$$/$(EXEEXT)/' \
438	`; \
439	test -n "$$list" || exit 0; \
440	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
441	cd "$(DESTDIR)$(bindir)" && rm -f $$files
442
443clean-binPROGRAMS:
444	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
445	echo " rm -f" $$list; \
446	rm -f $$list || exit $$?; \
447	test -n "$(EXEEXT)" || exit 0; \
448	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
449	echo " rm -f" $$list; \
450	rm -f $$list
451
452concordance$(EXEEXT): $(concordance_OBJECTS) $(concordance_DEPENDENCIES) $(EXTRA_concordance_DEPENDENCIES)
453	@rm -f concordance$(EXEEXT)
454	$(AM_V_CCLD)$(concordance_LINK) $(concordance_OBJECTS) $(concordance_LDADD) $(LIBS)
455
456mostlyclean-compile:
457	-rm -f *.$(OBJEXT)
458
459distclean-compile:
460	-rm -f *.tab.c
461
462@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/concordance-concordance.Po@am__quote@
463
464.c.o:
465@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
466@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
467@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
468@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
469@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
470
471.c.obj:
472@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
473@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
474@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
475@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
476@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
477
478.c.lo:
479@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
480@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
481@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
482@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
483@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
484
485concordance-concordance.o: concordance.c
486@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(concordance_CFLAGS) $(CFLAGS) -MT concordance-concordance.o -MD -MP -MF $(DEPDIR)/concordance-concordance.Tpo -c -o concordance-concordance.o `test -f 'concordance.c' || echo '$(srcdir)/'`concordance.c
487@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/concordance-concordance.Tpo $(DEPDIR)/concordance-concordance.Po
488@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='concordance.c' object='concordance-concordance.o' libtool=no @AMDEPBACKSLASH@
489@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
490@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(concordance_CFLAGS) $(CFLAGS) -c -o concordance-concordance.o `test -f 'concordance.c' || echo '$(srcdir)/'`concordance.c
491
492concordance-concordance.obj: concordance.c
493@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(concordance_CFLAGS) $(CFLAGS) -MT concordance-concordance.obj -MD -MP -MF $(DEPDIR)/concordance-concordance.Tpo -c -o concordance-concordance.obj `if test -f 'concordance.c'; then $(CYGPATH_W) 'concordance.c'; else $(CYGPATH_W) '$(srcdir)/concordance.c'; fi`
494@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/concordance-concordance.Tpo $(DEPDIR)/concordance-concordance.Po
495@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='concordance.c' object='concordance-concordance.obj' libtool=no @AMDEPBACKSLASH@
496@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
497@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(concordance_CFLAGS) $(CFLAGS) -c -o concordance-concordance.obj `if test -f 'concordance.c'; then $(CYGPATH_W) 'concordance.c'; else $(CYGPATH_W) '$(srcdir)/concordance.c'; fi`
498
499mostlyclean-libtool:
500	-rm -f *.lo
501
502clean-libtool:
503	-rm -rf .libs _libs
504
505distclean-libtool:
506	-rm -f libtool config.lt
507install-man1: $(man1_MANS)
508	@$(NORMAL_INSTALL)
509	@list1='$(man1_MANS)'; \
510	list2=''; \
511	test -n "$(man1dir)" \
512	  && test -n "`echo $$list1$$list2`" \
513	  || exit 0; \
514	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
515	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
516	{ for i in $$list1; do echo "$$i"; done;  \
517	if test -n "$$list2"; then \
518	  for i in $$list2; do echo "$$i"; done \
519	    | sed -n '/\.1[a-z]*$$/p'; \
520	fi; \
521	} | while read p; do \
522	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
523	  echo "$$d$$p"; echo "$$p"; \
524	done | \
525	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
526	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
527	sed 'N;N;s,\n, ,g' | { \
528	list=; while read file base inst; do \
529	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
530	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
531	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
532	  fi; \
533	done; \
534	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
535	while read files; do \
536	  test -z "$$files" || { \
537	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
538	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
539	done; }
540
541uninstall-man1:
542	@$(NORMAL_UNINSTALL)
543	@list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \
544	files=`{ for i in $$list; do echo "$$i"; done; \
545	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
546	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
547	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
548
549ID: $(am__tagged_files)
550	$(am__define_uniq_tagged_files); mkid -fID $$unique
551tags: tags-am
552TAGS: tags
553
554tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
555	set x; \
556	here=`pwd`; \
557	$(am__define_uniq_tagged_files); \
558	shift; \
559	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
560	  test -n "$$unique" || unique=$$empty_fix; \
561	  if test $$# -gt 0; then \
562	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
563	      "$$@" $$unique; \
564	  else \
565	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
566	      $$unique; \
567	  fi; \
568	fi
569ctags: ctags-am
570
571CTAGS: ctags
572ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
573	$(am__define_uniq_tagged_files); \
574	test -z "$(CTAGS_ARGS)$$unique" \
575	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
576	     $$unique
577
578GTAGS:
579	here=`$(am__cd) $(top_builddir) && pwd` \
580	  && $(am__cd) $(top_srcdir) \
581	  && gtags -i $(GTAGS_ARGS) "$$here"
582cscope: cscope.files
583	test ! -s cscope.files \
584	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
585clean-cscope:
586	-rm -f cscope.files
587cscope.files: clean-cscope cscopelist
588cscopelist: cscopelist-am
589
590cscopelist-am: $(am__tagged_files)
591	list='$(am__tagged_files)'; \
592	case "$(srcdir)" in \
593	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
594	  *) sdir=$(subdir)/$(srcdir) ;; \
595	esac; \
596	for i in $$list; do \
597	  if test -f "$$i"; then \
598	    echo "$(subdir)/$$i"; \
599	  else \
600	    echo "$$sdir/$$i"; \
601	  fi; \
602	done >> $(top_builddir)/cscope.files
603
604distclean-tags:
605	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
606	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
607
608distdir: $(DISTFILES)
609	$(am__remove_distdir)
610	test -d "$(distdir)" || mkdir "$(distdir)"
611	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
612	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
613	list='$(DISTFILES)'; \
614	  dist_files=`for file in $$list; do echo $$file; done | \
615	  sed -e "s|^$$srcdirstrip/||;t" \
616	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
617	case $$dist_files in \
618	  */*) $(MKDIR_P) `echo "$$dist_files" | \
619			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
620			   sort -u` ;; \
621	esac; \
622	for file in $$dist_files; do \
623	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
624	  if test -d $$d/$$file; then \
625	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
626	    if test -d "$(distdir)/$$file"; then \
627	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
628	    fi; \
629	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
630	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
631	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
632	    fi; \
633	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
634	  else \
635	    test -f "$(distdir)/$$file" \
636	    || cp -p $$d/$$file "$(distdir)/$$file" \
637	    || exit 1; \
638	  fi; \
639	done
640	-test -n "$(am__skip_mode_fix)" \
641	|| find "$(distdir)" -type d ! -perm -755 \
642		-exec chmod u+rwx,go+rx {} \; -o \
643	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
644	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
645	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
646	|| chmod -R a+r "$(distdir)"
647dist-gzip: distdir
648	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
649	$(am__post_remove_distdir)
650
651dist-bzip2: distdir
652	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
653	$(am__post_remove_distdir)
654
655dist-lzip: distdir
656	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
657	$(am__post_remove_distdir)
658
659dist-xz: distdir
660	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
661	$(am__post_remove_distdir)
662
663dist-tarZ: distdir
664	@echo WARNING: "Support for shar distribution archives is" \
665	               "deprecated." >&2
666	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
667	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
668	$(am__post_remove_distdir)
669
670dist-shar: distdir
671	@echo WARNING: "Support for distribution archives compressed with" \
672		       "legacy program 'compress' is deprecated." >&2
673	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
674	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
675	$(am__post_remove_distdir)
676
677dist-zip: distdir
678	-rm -f $(distdir).zip
679	zip -rq $(distdir).zip $(distdir)
680	$(am__post_remove_distdir)
681
682dist dist-all:
683	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
684	$(am__post_remove_distdir)
685
686# This target untars the dist file and tries a VPATH configuration.  Then
687# it guarantees that the distribution is self-contained by making another
688# tarfile.
689distcheck: dist
690	case '$(DIST_ARCHIVES)' in \
691	*.tar.gz*) \
692	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
693	*.tar.bz2*) \
694	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
695	*.tar.lz*) \
696	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
697	*.tar.xz*) \
698	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
699	*.tar.Z*) \
700	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
701	*.shar.gz*) \
702	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
703	*.zip*) \
704	  unzip $(distdir).zip ;;\
705	esac
706	chmod -R a-w $(distdir)
707	chmod u+w $(distdir)
708	mkdir $(distdir)/_build $(distdir)/_inst
709	chmod a-w $(distdir)
710	test -d $(distdir)/_build || exit 0; \
711	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
712	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
713	  && am__cwd=`pwd` \
714	  && $(am__cd) $(distdir)/_build \
715	  && ../configure \
716	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
717	    $(DISTCHECK_CONFIGURE_FLAGS) \
718	    --srcdir=.. --prefix="$$dc_install_base" \
719	  && $(MAKE) $(AM_MAKEFLAGS) \
720	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
721	  && $(MAKE) $(AM_MAKEFLAGS) check \
722	  && $(MAKE) $(AM_MAKEFLAGS) install \
723	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
724	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
725	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
726	        distuninstallcheck \
727	  && chmod -R a-w "$$dc_install_base" \
728	  && ({ \
729	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
730	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
731	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
732	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
733	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
734	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
735	  && rm -rf "$$dc_destdir" \
736	  && $(MAKE) $(AM_MAKEFLAGS) dist \
737	  && rm -rf $(DIST_ARCHIVES) \
738	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
739	  && cd "$$am__cwd" \
740	  || exit 1
741	$(am__post_remove_distdir)
742	@(echo "$(distdir) archives ready for distribution: "; \
743	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
744	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
745distuninstallcheck:
746	@test -n '$(distuninstallcheck_dir)' || { \
747	  echo 'ERROR: trying to run $@ with an empty' \
748	       '$$(distuninstallcheck_dir)' >&2; \
749	  exit 1; \
750	}; \
751	$(am__cd) '$(distuninstallcheck_dir)' || { \
752	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
753	  exit 1; \
754	}; \
755	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
756	   || { echo "ERROR: files left after uninstall:" ; \
757	        if test -n "$(DESTDIR)"; then \
758	          echo "  (check DESTDIR support)"; \
759	        fi ; \
760	        $(distuninstallcheck_listfiles) ; \
761	        exit 1; } >&2
762distcleancheck: distclean
763	@if test '$(srcdir)' = . ; then \
764	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
765	  exit 1 ; \
766	fi
767	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
768	  || { echo "ERROR: files left in build directory after distclean:" ; \
769	       $(distcleancheck_listfiles) ; \
770	       exit 1; } >&2
771check-am: all-am
772check: check-am
773all-am: Makefile $(PROGRAMS) $(MANS) config.h
774installdirs:
775	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
776	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
777	done
778install: install-am
779install-exec: install-exec-am
780install-data: install-data-am
781uninstall: uninstall-am
782
783install-am: all-am
784	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
785
786installcheck: installcheck-am
787install-strip:
788	if test -z '$(STRIP)'; then \
789	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
790	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
791	      install; \
792	else \
793	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
794	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
795	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
796	fi
797mostlyclean-generic:
798
799clean-generic:
800
801distclean-generic:
802	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
803	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
804
805maintainer-clean-generic:
806	@echo "This command is intended for maintainers to use"
807	@echo "it deletes files that may require special tools to rebuild."
808clean: clean-am
809
810clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
811
812distclean: distclean-am
813	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
814	-rm -rf ./$(DEPDIR)
815	-rm -f Makefile
816distclean-am: clean-am distclean-compile distclean-generic \
817	distclean-hdr distclean-libtool distclean-tags
818
819dvi: dvi-am
820
821dvi-am:
822
823html: html-am
824
825html-am:
826
827info: info-am
828
829info-am:
830
831install-data-am: install-man
832
833install-dvi: install-dvi-am
834
835install-dvi-am:
836
837install-exec-am: install-binPROGRAMS
838
839install-html: install-html-am
840
841install-html-am:
842
843install-info: install-info-am
844
845install-info-am:
846
847install-man: install-man1
848
849install-pdf: install-pdf-am
850
851install-pdf-am:
852
853install-ps: install-ps-am
854
855install-ps-am:
856
857installcheck-am:
858
859maintainer-clean: maintainer-clean-am
860	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
861	-rm -rf $(top_srcdir)/autom4te.cache
862	-rm -rf ./$(DEPDIR)
863	-rm -f Makefile
864maintainer-clean-am: distclean-am maintainer-clean-generic
865
866mostlyclean: mostlyclean-am
867
868mostlyclean-am: mostlyclean-compile mostlyclean-generic \
869	mostlyclean-libtool
870
871pdf: pdf-am
872
873pdf-am:
874
875ps: ps-am
876
877ps-am:
878
879uninstall-am: uninstall-binPROGRAMS uninstall-man
880
881uninstall-man: uninstall-man1
882
883.MAKE: all install-am install-strip
884
885.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
886	clean-binPROGRAMS clean-cscope clean-generic clean-libtool \
887	cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
888	dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
889	distcheck distclean distclean-compile distclean-generic \
890	distclean-hdr distclean-libtool distclean-tags distcleancheck \
891	distdir distuninstallcheck dvi dvi-am html html-am info \
892	info-am install install-am install-binPROGRAMS install-data \
893	install-data-am install-dvi install-dvi-am install-exec \
894	install-exec-am install-html install-html-am install-info \
895	install-info-am install-man install-man1 install-pdf \
896	install-pdf-am install-ps install-ps-am install-strip \
897	installcheck installcheck-am installdirs maintainer-clean \
898	maintainer-clean-generic mostlyclean mostlyclean-compile \
899	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
900	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
901	uninstall-man uninstall-man1
902
903
904win32-installer:
905	makensis win/concordance.nsi
906
907# Tell versions [3.59,3.63) of GNU make to not export all variables.
908# Otherwise a system limit (for SysV at least) may be exceeded.
909.NOEXPORT:
910