1# Makefile.in generated by automake 1.11.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18
19
20
21
22VPATH = @srcdir@
23am__make_dryrun = \
24  { \
25    am__dry=no; \
26    case $$MAKEFLAGS in \
27      *\\[\ \	]*) \
28        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
29          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
30      *) \
31        for am__flg in $$MAKEFLAGS; do \
32          case $$am__flg in \
33            *=*|--*) ;; \
34            *n*) am__dry=yes; break;; \
35          esac; \
36        done;; \
37    esac; \
38    test $$am__dry = yes; \
39  }
40pkgdatadir = $(datadir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42pkglibdir = $(libdir)/@PACKAGE@
43pkglibexecdir = $(libexecdir)/@PACKAGE@
44am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
45install_sh_DATA = $(install_sh) -c -m 644
46install_sh_PROGRAM = $(install_sh) -c
47install_sh_SCRIPT = $(install_sh) -c
48INSTALL_HEADER = $(INSTALL_DATA)
49transform = $(program_transform_name)
50NORMAL_INSTALL = :
51PRE_INSTALL = :
52POST_INSTALL = :
53NORMAL_UNINSTALL = :
54PRE_UNINSTALL = :
55POST_UNINSTALL = :
56build_triplet = @build@
57host_triplet = @host@
58pkglibbin_PROGRAMS = omega$(EXEEXT)
59bin_PROGRAMS = omindex$(EXEEXT) scriptindex$(EXEEXT)
60check_PROGRAMS = atomparsetest$(EXEEXT) htmlparsetest$(EXEEXT) \
61	md5test$(EXEEXT) urlenctest$(EXEEXT) utf8converttest$(EXEEXT)
62@NEED_MKDTEMP_TRUE@am__append_1 = portability/mkdtemp.cc
63subdir = .
64DIST_COMMON = README $(am__configure_deps) $(dist_bin_SCRIPTS) \
65	$(dist_man_MANS) $(dist_omegadata_DATA) \
66	$(dist_pkglibbin_SCRIPTS) $(dist_sysconf_DATA) \
67	$(noinst_HEADERS) $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
68	$(srcdir)/config.h.in $(srcdir)/makemanpage.in \
69	$(srcdir)/outlookmsg2html.in $(srcdir)/xapian-omega.spec.in \
70	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
71	TODO config.guess config.sub depcomp install-sh ltmain.sh \
72	missing
73ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
74am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
75	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
76	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
77	$(top_srcdir)/configure.ac
78am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
79	$(ACLOCAL_M4)
80am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
81 configure.lineno config.status.lineno
82mkinstalldirs = $(install_sh) -d
83CONFIG_HEADER = config.h
84CONFIG_CLEAN_FILES = xapian-omega.spec makemanpage outlookmsg2html
85CONFIG_CLEAN_VPATH_FILES =
86LTLIBRARIES = $(noinst_LTLIBRARIES)
87am__DEPENDENCIES_1 =
88libtransform_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
89am_libtransform_la_OBJECTS = libtransform_la-transform.lo
90libtransform_la_OBJECTS = $(am_libtransform_la_OBJECTS)
91am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkglibbindir)" \
92	"$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkglibbindir)" \
93	"$(DESTDIR)$(man1dir)" "$(DESTDIR)$(omegadatadir)" \
94	"$(DESTDIR)$(sysconfdir)"
95PROGRAMS = $(bin_PROGRAMS) $(pkglibbin_PROGRAMS)
96am_atomparsetest_OBJECTS = atomparsetest.$(OBJEXT) atomparse.$(OBJEXT) \
97	htmlparse.$(OBJEXT) myhtmlparse.$(OBJEXT) \
98	utf8convert.$(OBJEXT)
99atomparsetest_OBJECTS = $(am_atomparsetest_OBJECTS)
100atomparsetest_DEPENDENCIES = $(am__DEPENDENCIES_1) \
101	$(am__DEPENDENCIES_1)
102am_htmlparsetest_OBJECTS = htmlparsetest.$(OBJEXT) \
103	myhtmlparse.$(OBJEXT) htmlparse.$(OBJEXT) \
104	utf8convert.$(OBJEXT)
105htmlparsetest_OBJECTS = $(am_htmlparsetest_OBJECTS)
106htmlparsetest_DEPENDENCIES = $(am__DEPENDENCIES_1) \
107	$(am__DEPENDENCIES_1)
108am_md5test_OBJECTS = md5test.$(OBJEXT) md5wrap.$(OBJEXT) md5.$(OBJEXT)
109md5test_OBJECTS = $(am_md5test_OBJECTS)
110md5test_DEPENDENCIES = $(am__DEPENDENCIES_1)
111am__dirstamp = $(am__leading_dot)dirstamp
112am_omega_OBJECTS = omega.$(OBJEXT) query.$(OBJEXT) cgiparam.$(OBJEXT) \
113	utils.$(OBJEXT) configfile.$(OBJEXT) date.$(OBJEXT) \
114	cdb_init.$(OBJEXT) cdb_find.$(OBJEXT) cdb_hash.$(OBJEXT) \
115	cdb_unpack.$(OBJEXT) loadfile.$(OBJEXT) \
116	datematchdecider.$(OBJEXT) common/str.$(OBJEXT) \
117	urlencode.$(OBJEXT) weight.$(OBJEXT) expand.$(OBJEXT)
118omega_OBJECTS = $(am_omega_OBJECTS)
119omega_DEPENDENCIES = $(am__DEPENDENCIES_1) libtransform.la
120am__omindex_SOURCES_DIST = omindex.cc myhtmlparse.cc htmlparse.cc \
121	common/getopt.cc commonhelp.cc utils.cc hashterm.cc \
122	loadfile.cc md5.cc md5wrap.cc xmlparse.cc metaxmlparse.cc \
123	utf8convert.cc sample.cc diritor.cc runfilter.cc freemem.cc \
124	common/msvc_dirent.cc xpsxmlparse.cc common/str.cc \
125	pkglibbindir.cc svgparse.cc urlencode.cc atomparse.cc \
126	xlsxparse.cc opendocparse.cc portability/mkdtemp.cc
127@NEED_MKDTEMP_TRUE@am__objects_1 = portability/mkdtemp.$(OBJEXT)
128am_omindex_OBJECTS = omindex.$(OBJEXT) myhtmlparse.$(OBJEXT) \
129	htmlparse.$(OBJEXT) common/getopt.$(OBJEXT) \
130	commonhelp.$(OBJEXT) utils.$(OBJEXT) hashterm.$(OBJEXT) \
131	loadfile.$(OBJEXT) md5.$(OBJEXT) md5wrap.$(OBJEXT) \
132	xmlparse.$(OBJEXT) metaxmlparse.$(OBJEXT) \
133	utf8convert.$(OBJEXT) sample.$(OBJEXT) diritor.$(OBJEXT) \
134	runfilter.$(OBJEXT) freemem.$(OBJEXT) \
135	common/msvc_dirent.$(OBJEXT) xpsxmlparse.$(OBJEXT) \
136	common/str.$(OBJEXT) pkglibbindir.$(OBJEXT) svgparse.$(OBJEXT) \
137	urlencode.$(OBJEXT) atomparse.$(OBJEXT) xlsxparse.$(OBJEXT) \
138	opendocparse.$(OBJEXT) $(am__objects_1)
139omindex_OBJECTS = $(am_omindex_OBJECTS)
140omindex_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
141am_scriptindex_OBJECTS = scriptindex.$(OBJEXT) myhtmlparse.$(OBJEXT) \
142	htmlparse.$(OBJEXT) common/getopt.$(OBJEXT) \
143	commonhelp.$(OBJEXT) utils.$(OBJEXT) hashterm.$(OBJEXT) \
144	loadfile.$(OBJEXT) common/safe.$(OBJEXT) \
145	common/stringutils.$(OBJEXT) utf8convert.$(OBJEXT) \
146	utf8truncate.$(OBJEXT)
147scriptindex_OBJECTS = $(am_scriptindex_OBJECTS)
148scriptindex_DEPENDENCIES = $(am__DEPENDENCIES_1)
149am_urlenctest_OBJECTS = urlenctest.$(OBJEXT) urlencode.$(OBJEXT) \
150	common/stringutils.$(OBJEXT)
151urlenctest_OBJECTS = $(am_urlenctest_OBJECTS)
152urlenctest_DEPENDENCIES = $(am__DEPENDENCIES_1)
153am_utf8converttest_OBJECTS = utf8converttest.$(OBJEXT) \
154	utf8convert.$(OBJEXT)
155utf8converttest_OBJECTS = $(am_utf8converttest_OBJECTS)
156utf8converttest_DEPENDENCIES = $(am__DEPENDENCIES_1) \
157	$(am__DEPENDENCIES_1)
158am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
159am__vpath_adj = case $$p in \
160    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
161    *) f=$$p;; \
162  esac;
163am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
164am__install_max = 40
165am__nobase_strip_setup = \
166  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
167am__nobase_strip = \
168  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
169am__nobase_list = $(am__nobase_strip_setup); \
170  for p in $$list; do echo "$$p $$p"; done | \
171  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
172  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
173    if (++n[$$2] == $(am__install_max)) \
174      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
175    END { for (dir in files) print dir, files[dir] }'
176am__base_list = \
177  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
178  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
179am__uninstall_files_from_dir = { \
180  test -z "$$files" \
181    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
182    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
183         $(am__cd) "$$dir" && rm -f $$files; }; \
184  }
185SCRIPTS = $(dist_bin_SCRIPTS) $(dist_pkglibbin_SCRIPTS)
186DEFAULT_INCLUDES = -I.@am__isrc@
187depcomp = $(SHELL) $(top_srcdir)/depcomp
188am__depfiles_maybe = depfiles
189am__mv = mv -f
190CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
191	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
192LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
193	--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
194	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
195CXXLD = $(CXX)
196CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
197	--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
198	$(LDFLAGS) -o $@
199SOURCES = $(libtransform_la_SOURCES) $(atomparsetest_SOURCES) \
200	$(htmlparsetest_SOURCES) $(md5test_SOURCES) $(omega_SOURCES) \
201	$(omindex_SOURCES) $(scriptindex_SOURCES) \
202	$(urlenctest_SOURCES) $(utf8converttest_SOURCES)
203DIST_SOURCES = $(libtransform_la_SOURCES) $(atomparsetest_SOURCES) \
204	$(htmlparsetest_SOURCES) $(md5test_SOURCES) $(omega_SOURCES) \
205	$(am__omindex_SOURCES_DIST) $(scriptindex_SOURCES) \
206	$(urlenctest_SOURCES) $(utf8converttest_SOURCES)
207RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
208	html-recursive info-recursive install-data-recursive \
209	install-dvi-recursive install-exec-recursive \
210	install-html-recursive install-info-recursive \
211	install-pdf-recursive install-ps-recursive install-recursive \
212	installcheck-recursive installdirs-recursive pdf-recursive \
213	ps-recursive uninstall-recursive
214am__can_run_installinfo = \
215  case $$AM_UPDATE_INFO_DIR in \
216    n|no|NO) false;; \
217    *) (install-info --version) >/dev/null 2>&1;; \
218  esac
219man1dir = $(mandir)/man1
220NROFF = nroff
221MANS = $(dist_man_MANS)
222DATA = $(dist_omegadata_DATA) $(dist_sysconf_DATA)
223HEADERS = $(noinst_HEADERS)
224RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
225  distclean-recursive maintainer-clean-recursive
226AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
227	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
228	distdir dist dist-all distcheck
229ETAGS = etags
230CTAGS = ctags
231am__tty_colors = \
232red=; grn=; lgn=; blu=; std=
233DIST_SUBDIRS = $(SUBDIRS)
234DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
235distdir = $(PACKAGE)-$(VERSION)
236top_distdir = $(distdir)
237am__remove_distdir = \
238  if test -d "$(distdir)"; then \
239    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
240      && rm -rf "$(distdir)" \
241      || { sleep 5 && rm -rf "$(distdir)"; }; \
242  else :; fi
243am__relativize = \
244  dir0=`pwd`; \
245  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
246  sed_rest='s,^[^/]*/*,,'; \
247  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
248  sed_butlast='s,/*[^/]*$$,,'; \
249  while test -n "$$dir1"; do \
250    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
251    if test "$$first" != "."; then \
252      if test "$$first" = ".."; then \
253        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
254        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
255      else \
256        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
257        if test "$$first2" = "$$first"; then \
258          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
259        else \
260          dir2="../$$dir2"; \
261        fi; \
262        dir0="$$dir0"/"$$first"; \
263      fi; \
264    fi; \
265    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
266  done; \
267  reldir="$$dir2"
268GZIP_ENV = --best
269DIST_ARCHIVES = $(distdir).tar.xz
270distuninstallcheck_listfiles = find . -type f -print
271am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
272  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
273distcleancheck_listfiles = find . -type f -print
274ACLOCAL = @ACLOCAL@
275AMTAR = @AMTAR@
276AM_CXXFLAGS = @AM_CXXFLAGS@ $(XAPIAN_CXXFLAGS)
277AR = @AR@
278AUTOCONF = @AUTOCONF@
279AUTOHEADER = @AUTOHEADER@
280AUTOM4TE = @AUTOM4TE@
281AUTOMAKE = @AUTOMAKE@
282AWK = @AWK@
283CC = @CC@
284CCDEPMODE = @CCDEPMODE@
285CFLAGS = @CFLAGS@
286CPP = @CPP@
287CPPFLAGS = @CPPFLAGS@
288CXX = @CXX@
289CXXCPP = @CXXCPP@
290CXXDEPMODE = @CXXDEPMODE@
291CXXFLAGS = @CXXFLAGS@
292CYGPATH_W = @CYGPATH_W@
293DEFS = @DEFS@
294DEPDIR = @DEPDIR@
295DLLTOOL = @DLLTOOL@
296DSYMUTIL = @DSYMUTIL@
297DUMPBIN = @DUMPBIN@
298ECHO_C = @ECHO_C@
299ECHO_N = @ECHO_N@
300ECHO_T = @ECHO_T@
301EGREP = @EGREP@
302EXEEXT = @EXEEXT@
303FGREP = @FGREP@
304GREP = @GREP@
305HELP2MAN = @HELP2MAN@
306ICONV_LDFLAGS = @ICONV_LDFLAGS@
307INSTALL = @INSTALL@
308INSTALL_DATA = @INSTALL_DATA@
309INSTALL_PROGRAM = @INSTALL_PROGRAM@
310INSTALL_SCRIPT = @INSTALL_SCRIPT@
311INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
312LD = @LD@
313LDFLAGS = @LDFLAGS@
314LIBOBJS = @LIBOBJS@
315LIBS = @LIBS@
316
317# `make QUIET=' overrides `./configure --enable-quiet'.
318# `make QUIET=y' overrides `./configure' without `--enable-quiet'.
319LIBTOOL = @LIBTOOL@ $(QUIET:y=--quiet)
320LIPO = @LIPO@
321LN_S = @LN_S@
322LTLIBOBJS = @LTLIBOBJS@
323LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
324MAGIC_LIBS = @MAGIC_LIBS@
325MAINT = @MAINT@
326MAKEINFO = @MAKEINFO@
327MANIFEST_TOOL = @MANIFEST_TOOL@
328MKDIR_P = @MKDIR_P@
329NM = @NM@
330NMEDIT = @NMEDIT@
331NO_INSTALL = @NO_INSTALL@
332NO_UNDEFINED = @NO_UNDEFINED@
333OBJDUMP = @OBJDUMP@
334OBJEXT = @OBJEXT@
335OTOOL = @OTOOL@
336OTOOL64 = @OTOOL64@
337PACKAGE = @PACKAGE@
338PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
339PACKAGE_NAME = @PACKAGE_NAME@
340PACKAGE_STRING = @PACKAGE_STRING@
341PACKAGE_TARNAME = @PACKAGE_TARNAME@
342PACKAGE_URL = @PACKAGE_URL@
343PACKAGE_VERSION = @PACKAGE_VERSION@
344PATH_SEPARATOR = @PATH_SEPARATOR@
345PCRE_CFLAGS = @PCRE_CFLAGS@
346PCRE_CONFIG = @PCRE_CONFIG@
347PCRE_LIBS = @PCRE_LIBS@
348PERL = @PERL@
349PKG_CONFIG = @PKG_CONFIG@
350QUIET = @QUIET@
351RANLIB = @RANLIB@
352RST2HTML = @RST2HTML@
353SED = @SED@
354SET_MAKE = @SET_MAKE@
355SHELL = @SHELL@
356STRIP = @STRIP@
357VERSION = @VERSION@
358XAPIAN_CONFIG = @XAPIAN_CONFIG@
359XAPIAN_CXXFLAGS = @XAPIAN_CXXFLAGS@
360XAPIAN_LIBS = @XAPIAN_LIBS@
361XAPIAN_VERSION = @XAPIAN_VERSION@
362abs_builddir = @abs_builddir@
363abs_srcdir = @abs_srcdir@
364abs_top_builddir = @abs_top_builddir@
365abs_top_srcdir = @abs_top_srcdir@
366ac_ct_AR = @ac_ct_AR@
367ac_ct_CC = @ac_ct_CC@
368ac_ct_CXX = @ac_ct_CXX@
369ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
370am__include = @am__include@
371am__leading_dot = @am__leading_dot@
372am__quote = @am__quote@
373am__tar = @am__tar@
374am__untar = @am__untar@
375bindir = @bindir@
376build = @build@
377build_alias = @build_alias@
378build_cpu = @build_cpu@
379build_os = @build_os@
380build_vendor = @build_vendor@
381builddir = @builddir@
382datadir = @datadir@
383datarootdir = @datarootdir@
384docdir = @docdir@
385dvidir = @dvidir@
386exec_prefix = @exec_prefix@
387host = @host@
388host_alias = @host_alias@
389host_cpu = @host_cpu@
390host_os = @host_os@
391host_vendor = @host_vendor@
392htmldir = @htmldir@
393includedir = @includedir@
394infodir = @infodir@
395install_sh = @install_sh@
396libdir = @libdir@
397libexecdir = @libexecdir@
398localedir = @localedir@
399localstatedir = @localstatedir@
400mandir = @mandir@
401mkdir_p = @mkdir_p@
402oldincludedir = @oldincludedir@
403pdfdir = @pdfdir@
404prefix = @prefix@
405program_transform_name = @program_transform_name@
406psdir = @psdir@
407sbindir = @sbindir@
408sharedstatedir = @sharedstatedir@
409srcdir = @srcdir@
410sysconfdir = @sysconfdir@
411target_alias = @target_alias@
412top_build_prefix = @top_build_prefix@
413top_builddir = @top_builddir@
414top_srcdir = @top_srcdir@
415ACLOCAL_AMFLAGS = -I m4
416SUBDIRS = . docs
417BUILT_SOURCES = extra/omegascript.vim
418EXTRA_DIST = \
419	extra/omegascript.vim \
420	extra/omegascript.vim.in \
421	gen-omegascript-vim \
422	templates/query \
423	templates/topterms \
424	templates/opensearch \
425	templates/godmode \
426	templates/xml \
427	templates/inc/anyalldropbox \
428	templates/inc/anyallradio \
429	templates/inc/toptermsjs \
430	images/nextoff.png \
431	images/next.png \
432	images/page-10.png \
433	images/page-10s.png \
434	images/page-11.png \
435	images/page-11s.png \
436	images/page-1.png \
437	images/page-1s.png \
438	images/page-2.png \
439	images/page-2s.png \
440	images/page-3.png \
441	images/page-3s.png \
442	images/page-4.png \
443	images/page-4s.png \
444	images/page-5.png \
445	images/page-5s.png \
446	images/page-6.png \
447	images/page-6s.png \
448	images/page-7.png \
449	images/page-7s.png \
450	images/page-8.png \
451	images/page-8s.png \
452	images/page-9.png \
453	images/page-9s.png \
454	images/previous.png \
455	images/prevoff.png \
456	images/score-0.png \
457	images/score-10.png \
458	images/score-1.png \
459	images/score-2.png \
460	images/score-3.png \
461	images/score-4.png \
462	images/score-5.png \
463	images/score-6.png \
464	images/score-7.png \
465	images/score-8.png \
466	images/score-9.png \
467	xapian-omega.spec
468
469AM_CPPFLAGS = \
470	-I$(top_srcdir)/common \
471	-DCONFIGFILE_SYSTEM=\"$(sysconfdir)/omega.conf\" \
472	-DPKGLIBBINDIR=\"$(pkglibbindir)\"
473
474pkglibbindir = /usr/local/www/xapian-omega/cgi-bin
475dist_pkglibbin_SCRIPTS = outlookmsg2html
476dist_bin_SCRIPTS = dbi2omega htdig2omega mbox2omega
477TESTS = atomparsetest$(EXEEXT)\
478	htmlparsetest$(EXEEXT)\
479	md5test$(EXEEXT)\
480	urlenctest$(EXEEXT)\
481	utf8converttest$(EXEEXT)
482
483omegadatadir = $(datadir)/omega
484dist_omegadata_DATA = htdig2omega.script mbox2omega.script
485
486# headers maintained in xapian-core
487noinst_HEADERS = omega.h query.h cgiparam.h myhtmlparse.h htmlparse.h \
488	utils.h configfile.h date.h commonhelp.h cdb.h cdb_int.h \
489	hashterm.h loadfile.h md5.h md5wrap.h xmlparse.h \
490	metaxmlparse.h values.h utf8convert.h namedentities.h \
491	pkglibbindir.h datematchdecider.h sample.h strcasecmp.h \
492	utf8truncate.h diritor.h runfilter.h freemem.h xpsxmlparse.h \
493	transform.h weight.h expand.h svgparse.h urldecode.h \
494	urlencode.h unixperm.h atomparse.h xlsxparse.h opendocparse.h \
495	portability/mkdtemp.h common/append_filename_arg.h \
496	common/gnu_getopt.h common/msvc_dirent.h common/noreturn.h \
497	common/omassert.h common/realtime.h common/safedirent.h \
498	common/safeerrno.h common/safefcntl.h common/safesysselect.h \
499	common/safesysstat.h common/safesyswait.h common/safeunistd.h \
500	common/safewindows.h common/safewinsock2.h common/str.h \
501	common/stringutils.h
502AM_LDFLAGS = $(NO_UNDEFINED) $(ICONV_LDFLAGS)
503
504# We want to compile transform.cc with PCRE_CFLAGS, but if this adds a -I for
505# a directory with a different version of iconv, then we get problems (this
506# has been reported on Mac OS X).  So we only add PCRE_CFLAGS when compiling
507# transform.cc, using the convenience library technique suggested by the
508# automake manual.
509noinst_LTLIBRARIES = libtransform.la
510libtransform_la_SOURCES = transform.cc
511libtransform_la_CPPFLAGS = $(PCRE_CFLAGS)
512libtransform_la_LIBADD = $(PCRE_LIBS)
513omega_SOURCES = omega.cc query.cc cgiparam.cc utils.cc configfile.cc date.cc\
514 cdb_init.cc cdb_find.cc cdb_hash.cc cdb_unpack.cc loadfile.cc\
515 datematchdecider.cc common/str.cc urlencode.cc weight.cc expand.cc
516
517# Not currently used, and we ought to handle non-Unix perms too: unixperm.cc
518omega_LDADD = $(XAPIAN_LIBS) libtransform.la
519omindex_SOURCES = omindex.cc myhtmlparse.cc htmlparse.cc \
520	common/getopt.cc commonhelp.cc utils.cc hashterm.cc \
521	loadfile.cc md5.cc md5wrap.cc xmlparse.cc metaxmlparse.cc \
522	utf8convert.cc sample.cc diritor.cc runfilter.cc freemem.cc \
523	common/msvc_dirent.cc xpsxmlparse.cc common/str.cc \
524	pkglibbindir.cc svgparse.cc urlencode.cc atomparse.cc \
525	xlsxparse.cc opendocparse.cc $(am__append_1)
526omindex_LDADD = $(MAGIC_LIBS) $(XAPIAN_LIBS)
527scriptindex_SOURCES = scriptindex.cc myhtmlparse.cc htmlparse.cc\
528 common/getopt.cc commonhelp.cc utils.cc hashterm.cc loadfile.cc\
529 common/safe.cc common/stringutils.cc utf8convert.cc utf8truncate.cc
530
531scriptindex_LDADD = $(XAPIAN_LIBS)
532atomparsetest_SOURCES = atomparsetest.cc atomparse.cc htmlparse.cc\
533 myhtmlparse.cc utf8convert.cc
534
535atomparsetest_LDADD = $(NO_INSTALL) $(XAPIAN_LIBS)
536htmlparsetest_SOURCES = htmlparsetest.cc myhtmlparse.cc htmlparse.cc\
537 utf8convert.cc
538
539htmlparsetest_LDADD = $(NO_INSTALL) $(XAPIAN_LIBS)
540md5test_SOURCES = md5test.cc md5wrap.cc md5.cc
541md5test_LDADD = $(NO_INSTALL)
542utf8converttest_SOURCES = utf8converttest.cc utf8convert.cc
543utf8converttest_LDADD = $(NO_INSTALL) $(XAPIAN_LIBS)
544urlenctest_SOURCES = urlenctest.cc urlencode.cc common/stringutils.cc
545urlenctest_LDADD = $(NO_INSTALL)
546@MAINTAINER_NO_DOCS_FALSE@dist_man_MANS = omindex.1 scriptindex.1
547@MAINTAINER_NO_DOCS_FALSE@MAINTAINERCLEANFILES = $(dist_man_MANS)
548DISTCHECK_CONFIGURE_FLAGS = "XAPIAN_CONFIG=$(XAPIAN_CONFIG)"
549all: $(BUILT_SOURCES) config.h
550	$(MAKE) $(AM_MAKEFLAGS) all-recursive
551
552.SUFFIXES:
553.SUFFIXES: .cc .lo .o .obj
554am--refresh: Makefile
555	@:
556$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
557	@for dep in $?; do \
558	  case '$(am__configure_deps)' in \
559	    *$$dep*) \
560	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
561	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
562		&& exit 0; \
563	      exit 1;; \
564	  esac; \
565	done; \
566	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
567	$(am__cd) $(top_srcdir) && \
568	  $(AUTOMAKE) --gnu Makefile
569.PRECIOUS: Makefile
570Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
571	@case '$?' in \
572	  *config.status*) \
573	    echo ' $(SHELL) ./config.status'; \
574	    $(SHELL) ./config.status;; \
575	  *) \
576	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
577	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
578	esac;
579
580$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
581	$(SHELL) ./config.status --recheck
582
583$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
584	$(am__cd) $(srcdir) && $(AUTOCONF)
585$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
586	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
587$(am__aclocal_m4_deps):
588
589config.h: stamp-h1
590	@if test ! -f $@; then rm -f stamp-h1; else :; fi
591	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
592
593stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
594	@rm -f stamp-h1
595	cd $(top_builddir) && $(SHELL) ./config.status config.h
596$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
597	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
598	rm -f stamp-h1
599	touch $@
600
601distclean-hdr:
602	-rm -f config.h stamp-h1
603xapian-omega.spec: $(top_builddir)/config.status $(srcdir)/xapian-omega.spec.in
604	cd $(top_builddir) && $(SHELL) ./config.status $@
605makemanpage: $(top_builddir)/config.status $(srcdir)/makemanpage.in
606	cd $(top_builddir) && $(SHELL) ./config.status $@
607outlookmsg2html: $(top_builddir)/config.status $(srcdir)/outlookmsg2html.in
608	cd $(top_builddir) && $(SHELL) ./config.status $@
609
610clean-noinstLTLIBRARIES:
611	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
612	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
613	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
614	  test "$$dir" != "$$p" || dir=.; \
615	  echo "rm -f \"$${dir}/so_locations\""; \
616	  rm -f "$${dir}/so_locations"; \
617	done
618libtransform.la: $(libtransform_la_OBJECTS) $(libtransform_la_DEPENDENCIES) $(EXTRA_libtransform_la_DEPENDENCIES)
619	$(CXXLINK)  $(libtransform_la_OBJECTS) $(libtransform_la_LIBADD) $(LIBS)
620install-binPROGRAMS: $(bin_PROGRAMS)
621	@$(NORMAL_INSTALL)
622	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
623	if test -n "$$list"; then \
624	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
625	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
626	fi; \
627	for p in $$list; do echo "$$p $$p"; done | \
628	sed 's/$(EXEEXT)$$//' | \
629	while read p p1; do if test -f $$p || test -f $$p1; \
630	  then echo "$$p"; echo "$$p"; else :; fi; \
631	done | \
632	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
633	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
634	sed 'N;N;N;s,\n, ,g' | \
635	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
636	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
637	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
638	    else { print "f", $$3 "/" $$4, $$1; } } \
639	  END { for (d in files) print "f", d, files[d] }' | \
640	while read type dir files; do \
641	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
642	    test -z "$$files" || { \
643	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
644	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
645	    } \
646	; done
647
648uninstall-binPROGRAMS:
649	@$(NORMAL_UNINSTALL)
650	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
651	files=`for p in $$list; do echo "$$p"; done | \
652	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
653	      -e 's/$$/$(EXEEXT)/' `; \
654	test -n "$$list" || exit 0; \
655	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
656	cd "$(DESTDIR)$(bindir)" && rm -f $$files
657
658clean-binPROGRAMS:
659	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
660	echo " rm -f" $$list; \
661	rm -f $$list || exit $$?; \
662	test -n "$(EXEEXT)" || exit 0; \
663	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
664	echo " rm -f" $$list; \
665	rm -f $$list
666
667clean-checkPROGRAMS:
668	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
669	echo " rm -f" $$list; \
670	rm -f $$list || exit $$?; \
671	test -n "$(EXEEXT)" || exit 0; \
672	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
673	echo " rm -f" $$list; \
674	rm -f $$list
675install-pkglibbinPROGRAMS: $(pkglibbin_PROGRAMS)
676	@$(NORMAL_INSTALL)
677	@list='$(pkglibbin_PROGRAMS)'; test -n "$(pkglibbindir)" || list=; \
678	if test -n "$$list"; then \
679	  echo " $(MKDIR_P) '$(DESTDIR)$(pkglibbindir)'"; \
680	  $(MKDIR_P) "$(DESTDIR)$(pkglibbindir)" || exit 1; \
681	fi; \
682	for p in $$list; do echo "$$p $$p"; done | \
683	sed 's/$(EXEEXT)$$//' | \
684	while read p p1; do if test -f $$p || test -f $$p1; \
685	  then echo "$$p"; echo "$$p"; else :; fi; \
686	done | \
687	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
688	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
689	sed 'N;N;N;s,\n, ,g' | \
690	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
691	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
692	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
693	    else { print "f", $$3 "/" $$4, $$1; } } \
694	  END { for (d in files) print "f", d, files[d] }' | \
695	while read type dir files; do \
696	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
697	    test -z "$$files" || { \
698	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(pkglibbindir)$$dir'"; \
699	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(pkglibbindir)$$dir" || exit $$?; \
700	    } \
701	; done
702
703uninstall-pkglibbinPROGRAMS:
704	@$(NORMAL_UNINSTALL)
705	@list='$(pkglibbin_PROGRAMS)'; test -n "$(pkglibbindir)" || list=; \
706	files=`for p in $$list; do echo "$$p"; done | \
707	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
708	      -e 's/$$/$(EXEEXT)/' `; \
709	test -n "$$list" || exit 0; \
710	echo " ( cd '$(DESTDIR)$(pkglibbindir)' && rm -f" $$files ")"; \
711	cd "$(DESTDIR)$(pkglibbindir)" && rm -f $$files
712
713clean-pkglibbinPROGRAMS:
714	@list='$(pkglibbin_PROGRAMS)'; test -n "$$list" || exit 0; \
715	echo " rm -f" $$list; \
716	rm -f $$list || exit $$?; \
717	test -n "$(EXEEXT)" || exit 0; \
718	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
719	echo " rm -f" $$list; \
720	rm -f $$list
721atomparsetest$(EXEEXT): $(atomparsetest_OBJECTS) $(atomparsetest_DEPENDENCIES) $(EXTRA_atomparsetest_DEPENDENCIES)
722	@rm -f atomparsetest$(EXEEXT)
723	$(CXXLINK) $(atomparsetest_OBJECTS) $(atomparsetest_LDADD) $(LIBS)
724htmlparsetest$(EXEEXT): $(htmlparsetest_OBJECTS) $(htmlparsetest_DEPENDENCIES) $(EXTRA_htmlparsetest_DEPENDENCIES)
725	@rm -f htmlparsetest$(EXEEXT)
726	$(CXXLINK) $(htmlparsetest_OBJECTS) $(htmlparsetest_LDADD) $(LIBS)
727md5test$(EXEEXT): $(md5test_OBJECTS) $(md5test_DEPENDENCIES) $(EXTRA_md5test_DEPENDENCIES)
728	@rm -f md5test$(EXEEXT)
729	$(CXXLINK) $(md5test_OBJECTS) $(md5test_LDADD) $(LIBS)
730common/$(am__dirstamp):
731	@$(MKDIR_P) common
732	@: > common/$(am__dirstamp)
733common/$(DEPDIR)/$(am__dirstamp):
734	@$(MKDIR_P) common/$(DEPDIR)
735	@: > common/$(DEPDIR)/$(am__dirstamp)
736common/str.$(OBJEXT): common/$(am__dirstamp) \
737	common/$(DEPDIR)/$(am__dirstamp)
738omega$(EXEEXT): $(omega_OBJECTS) $(omega_DEPENDENCIES) $(EXTRA_omega_DEPENDENCIES)
739	@rm -f omega$(EXEEXT)
740	$(CXXLINK) $(omega_OBJECTS) $(omega_LDADD) $(LIBS)
741common/getopt.$(OBJEXT): common/$(am__dirstamp) \
742	common/$(DEPDIR)/$(am__dirstamp)
743common/msvc_dirent.$(OBJEXT): common/$(am__dirstamp) \
744	common/$(DEPDIR)/$(am__dirstamp)
745portability/$(am__dirstamp):
746	@$(MKDIR_P) portability
747	@: > portability/$(am__dirstamp)
748portability/$(DEPDIR)/$(am__dirstamp):
749	@$(MKDIR_P) portability/$(DEPDIR)
750	@: > portability/$(DEPDIR)/$(am__dirstamp)
751portability/mkdtemp.$(OBJEXT): portability/$(am__dirstamp) \
752	portability/$(DEPDIR)/$(am__dirstamp)
753omindex$(EXEEXT): $(omindex_OBJECTS) $(omindex_DEPENDENCIES) $(EXTRA_omindex_DEPENDENCIES)
754	@rm -f omindex$(EXEEXT)
755	$(CXXLINK) $(omindex_OBJECTS) $(omindex_LDADD) $(LIBS)
756common/safe.$(OBJEXT): common/$(am__dirstamp) \
757	common/$(DEPDIR)/$(am__dirstamp)
758common/stringutils.$(OBJEXT): common/$(am__dirstamp) \
759	common/$(DEPDIR)/$(am__dirstamp)
760scriptindex$(EXEEXT): $(scriptindex_OBJECTS) $(scriptindex_DEPENDENCIES) $(EXTRA_scriptindex_DEPENDENCIES)
761	@rm -f scriptindex$(EXEEXT)
762	$(CXXLINK) $(scriptindex_OBJECTS) $(scriptindex_LDADD) $(LIBS)
763urlenctest$(EXEEXT): $(urlenctest_OBJECTS) $(urlenctest_DEPENDENCIES) $(EXTRA_urlenctest_DEPENDENCIES)
764	@rm -f urlenctest$(EXEEXT)
765	$(CXXLINK) $(urlenctest_OBJECTS) $(urlenctest_LDADD) $(LIBS)
766utf8converttest$(EXEEXT): $(utf8converttest_OBJECTS) $(utf8converttest_DEPENDENCIES) $(EXTRA_utf8converttest_DEPENDENCIES)
767	@rm -f utf8converttest$(EXEEXT)
768	$(CXXLINK) $(utf8converttest_OBJECTS) $(utf8converttest_LDADD) $(LIBS)
769install-dist_binSCRIPTS: $(dist_bin_SCRIPTS)
770	@$(NORMAL_INSTALL)
771	@list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
772	if test -n "$$list"; then \
773	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
774	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
775	fi; \
776	for p in $$list; do \
777	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
778	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
779	done | \
780	sed -e 'p;s,.*/,,;n' \
781	    -e 'h;s|.*|.|' \
782	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
783	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
784	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
785	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
786	      if (++n[d] == $(am__install_max)) { \
787		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
788	    else { print "f", d "/" $$4, $$1 } } \
789	  END { for (d in files) print "f", d, files[d] }' | \
790	while read type dir files; do \
791	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
792	     test -z "$$files" || { \
793	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
794	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
795	     } \
796	; done
797
798uninstall-dist_binSCRIPTS:
799	@$(NORMAL_UNINSTALL)
800	@list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
801	files=`for p in $$list; do echo "$$p"; done | \
802	       sed -e 's,.*/,,;$(transform)'`; \
803	dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
804install-dist_pkglibbinSCRIPTS: $(dist_pkglibbin_SCRIPTS)
805	@$(NORMAL_INSTALL)
806	@list='$(dist_pkglibbin_SCRIPTS)'; test -n "$(pkglibbindir)" || list=; \
807	if test -n "$$list"; then \
808	  echo " $(MKDIR_P) '$(DESTDIR)$(pkglibbindir)'"; \
809	  $(MKDIR_P) "$(DESTDIR)$(pkglibbindir)" || exit 1; \
810	fi; \
811	for p in $$list; do \
812	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
813	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
814	done | \
815	sed -e 'p;s,.*/,,;n' \
816	    -e 'h;s|.*|.|' \
817	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
818	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
819	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
820	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
821	      if (++n[d] == $(am__install_max)) { \
822		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
823	    else { print "f", d "/" $$4, $$1 } } \
824	  END { for (d in files) print "f", d, files[d] }' | \
825	while read type dir files; do \
826	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
827	     test -z "$$files" || { \
828	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(pkglibbindir)$$dir'"; \
829	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(pkglibbindir)$$dir" || exit $$?; \
830	     } \
831	; done
832
833uninstall-dist_pkglibbinSCRIPTS:
834	@$(NORMAL_UNINSTALL)
835	@list='$(dist_pkglibbin_SCRIPTS)'; test -n "$(pkglibbindir)" || exit 0; \
836	files=`for p in $$list; do echo "$$p"; done | \
837	       sed -e 's,.*/,,;$(transform)'`; \
838	dir='$(DESTDIR)$(pkglibbindir)'; $(am__uninstall_files_from_dir)
839
840mostlyclean-compile:
841	-rm -f *.$(OBJEXT)
842	-rm -f common/getopt.$(OBJEXT)
843	-rm -f common/msvc_dirent.$(OBJEXT)
844	-rm -f common/safe.$(OBJEXT)
845	-rm -f common/str.$(OBJEXT)
846	-rm -f common/stringutils.$(OBJEXT)
847	-rm -f portability/mkdtemp.$(OBJEXT)
848
849distclean-compile:
850	-rm -f *.tab.c
851
852@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atomparse.Po@am__quote@
853@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atomparsetest.Po@am__quote@
854@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdb_find.Po@am__quote@
855@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdb_hash.Po@am__quote@
856@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdb_init.Po@am__quote@
857@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cdb_unpack.Po@am__quote@
858@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cgiparam.Po@am__quote@
859@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/commonhelp.Po@am__quote@
860@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/configfile.Po@am__quote@
861@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/date.Po@am__quote@
862@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/datematchdecider.Po@am__quote@
863@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diritor.Po@am__quote@
864@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expand.Po@am__quote@
865@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freemem.Po@am__quote@
866@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hashterm.Po@am__quote@
867@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htmlparse.Po@am__quote@
868@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htmlparsetest.Po@am__quote@
869@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtransform_la-transform.Plo@am__quote@
870@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loadfile.Po@am__quote@
871@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Po@am__quote@
872@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5test.Po@am__quote@
873@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5wrap.Po@am__quote@
874@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/metaxmlparse.Po@am__quote@
875@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/myhtmlparse.Po@am__quote@
876@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/omega.Po@am__quote@
877@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/omindex.Po@am__quote@
878@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/opendocparse.Po@am__quote@
879@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pkglibbindir.Po@am__quote@
880@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/query.Po@am__quote@
881@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/runfilter.Po@am__quote@
882@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sample.Po@am__quote@
883@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scriptindex.Po@am__quote@
884@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/svgparse.Po@am__quote@
885@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/urlencode.Po@am__quote@
886@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/urlenctest.Po@am__quote@
887@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8convert.Po@am__quote@
888@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8converttest.Po@am__quote@
889@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utf8truncate.Po@am__quote@
890@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@
891@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weight.Po@am__quote@
892@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xlsxparse.Po@am__quote@
893@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlparse.Po@am__quote@
894@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xpsxmlparse.Po@am__quote@
895@AMDEP_TRUE@@am__include@ @am__quote@common/$(DEPDIR)/getopt.Po@am__quote@
896@AMDEP_TRUE@@am__include@ @am__quote@common/$(DEPDIR)/msvc_dirent.Po@am__quote@
897@AMDEP_TRUE@@am__include@ @am__quote@common/$(DEPDIR)/safe.Po@am__quote@
898@AMDEP_TRUE@@am__include@ @am__quote@common/$(DEPDIR)/str.Po@am__quote@
899@AMDEP_TRUE@@am__include@ @am__quote@common/$(DEPDIR)/stringutils.Po@am__quote@
900@AMDEP_TRUE@@am__include@ @am__quote@portability/$(DEPDIR)/mkdtemp.Po@am__quote@
901
902.cc.o:
903@am__fastdepCXX_TRUE@	depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
904@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
905@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
906@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
907@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
908@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
909
910.cc.obj:
911@am__fastdepCXX_TRUE@	depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
912@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
913@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
914@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
915@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
916@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
917
918.cc.lo:
919@am__fastdepCXX_TRUE@	depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
920@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
921@am__fastdepCXX_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
922@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
923@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
924@am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
925
926libtransform_la-transform.lo: transform.cc
927@am__fastdepCXX_TRUE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtransform_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libtransform_la-transform.lo -MD -MP -MF $(DEPDIR)/libtransform_la-transform.Tpo -c -o libtransform_la-transform.lo `test -f 'transform.cc' || echo '$(srcdir)/'`transform.cc
928@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/libtransform_la-transform.Tpo $(DEPDIR)/libtransform_la-transform.Plo
929@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='transform.cc' object='libtransform_la-transform.lo' libtool=yes @AMDEPBACKSLASH@
930@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
931@am__fastdepCXX_FALSE@	$(LIBTOOL)  --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libtransform_la_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libtransform_la-transform.lo `test -f 'transform.cc' || echo '$(srcdir)/'`transform.cc
932
933mostlyclean-libtool:
934	-rm -f *.lo
935
936clean-libtool:
937	-rm -rf .libs _libs
938
939distclean-libtool:
940	-rm -f libtool config.lt
941install-man1: $(dist_man_MANS)
942	@$(NORMAL_INSTALL)
943	@list1=''; \
944	list2='$(dist_man_MANS)'; \
945	test -n "$(man1dir)" \
946	  && test -n "`echo $$list1$$list2`" \
947	  || exit 0; \
948	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
949	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
950	{ for i in $$list1; do echo "$$i"; done;  \
951	if test -n "$$list2"; then \
952	  for i in $$list2; do echo "$$i"; done \
953	    | sed -n '/\.1[a-z]*$$/p'; \
954	fi; \
955	} | while read p; do \
956	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
957	  echo "$$d$$p"; echo "$$p"; \
958	done | \
959	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
960	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
961	sed 'N;N;s,\n, ,g' | { \
962	list=; while read file base inst; do \
963	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
964	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
965	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
966	  fi; \
967	done; \
968	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
969	while read files; do \
970	  test -z "$$files" || { \
971	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
972	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
973	done; }
974
975uninstall-man1:
976	@$(NORMAL_UNINSTALL)
977	@list=''; test -n "$(man1dir)" || exit 0; \
978	files=`{ for i in $$list; do echo "$$i"; done; \
979	l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
980	  sed -n '/\.1[a-z]*$$/p'; \
981	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
982	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
983	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
984install-dist_omegadataDATA: $(dist_omegadata_DATA)
985	@$(NORMAL_INSTALL)
986	@list='$(dist_omegadata_DATA)'; test -n "$(omegadatadir)" || list=; \
987	if test -n "$$list"; then \
988	  echo " $(MKDIR_P) '$(DESTDIR)$(omegadatadir)'"; \
989	  $(MKDIR_P) "$(DESTDIR)$(omegadatadir)" || exit 1; \
990	fi; \
991	for p in $$list; do \
992	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
993	  echo "$$d$$p"; \
994	done | $(am__base_list) | \
995	while read files; do \
996	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(omegadatadir)'"; \
997	  $(INSTALL_DATA) $$files "$(DESTDIR)$(omegadatadir)" || exit $$?; \
998	done
999
1000uninstall-dist_omegadataDATA:
1001	@$(NORMAL_UNINSTALL)
1002	@list='$(dist_omegadata_DATA)'; test -n "$(omegadatadir)" || list=; \
1003	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1004	dir='$(DESTDIR)$(omegadatadir)'; $(am__uninstall_files_from_dir)
1005install-dist_sysconfDATA: $(dist_sysconf_DATA)
1006	@$(NORMAL_INSTALL)
1007	@list='$(dist_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
1008	if test -n "$$list"; then \
1009	  echo " $(MKDIR_P) '$(DESTDIR)$(sysconfdir)'"; \
1010	  $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" || exit 1; \
1011	fi; \
1012	for p in $$list; do \
1013	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1014	  echo "$$d$$p"; \
1015	done | $(am__base_list) | \
1016	while read files; do \
1017	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sysconfdir)'"; \
1018	  $(INSTALL_DATA) $$files "$(DESTDIR)$(sysconfdir)" || exit $$?; \
1019	done
1020
1021uninstall-dist_sysconfDATA:
1022	@$(NORMAL_UNINSTALL)
1023	@list='$(dist_sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
1024	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1025	dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
1026
1027# This directory's subdirectories are mostly independent; you can cd
1028# into them and run `make' without going through this Makefile.
1029# To change the values of `make' variables: instead of editing Makefiles,
1030# (1) if the variable is set in `config.status', edit `config.status'
1031#     (which will cause the Makefiles to be regenerated when you run `make');
1032# (2) otherwise, pass the desired values on the `make' command line.
1033$(RECURSIVE_TARGETS):
1034	@fail= failcom='exit 1'; \
1035	for f in x $$MAKEFLAGS; do \
1036	  case $$f in \
1037	    *=* | --[!k]*);; \
1038	    *k*) failcom='fail=yes';; \
1039	  esac; \
1040	done; \
1041	dot_seen=no; \
1042	target=`echo $@ | sed s/-recursive//`; \
1043	list='$(SUBDIRS)'; for subdir in $$list; do \
1044	  echo "Making $$target in $$subdir"; \
1045	  if test "$$subdir" = "."; then \
1046	    dot_seen=yes; \
1047	    local_target="$$target-am"; \
1048	  else \
1049	    local_target="$$target"; \
1050	  fi; \
1051	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1052	  || eval $$failcom; \
1053	done; \
1054	if test "$$dot_seen" = "no"; then \
1055	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1056	fi; test -z "$$fail"
1057
1058$(RECURSIVE_CLEAN_TARGETS):
1059	@fail= failcom='exit 1'; \
1060	for f in x $$MAKEFLAGS; do \
1061	  case $$f in \
1062	    *=* | --[!k]*);; \
1063	    *k*) failcom='fail=yes';; \
1064	  esac; \
1065	done; \
1066	dot_seen=no; \
1067	case "$@" in \
1068	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1069	  *) list='$(SUBDIRS)' ;; \
1070	esac; \
1071	rev=''; for subdir in $$list; do \
1072	  if test "$$subdir" = "."; then :; else \
1073	    rev="$$subdir $$rev"; \
1074	  fi; \
1075	done; \
1076	rev="$$rev ."; \
1077	target=`echo $@ | sed s/-recursive//`; \
1078	for subdir in $$rev; do \
1079	  echo "Making $$target in $$subdir"; \
1080	  if test "$$subdir" = "."; then \
1081	    local_target="$$target-am"; \
1082	  else \
1083	    local_target="$$target"; \
1084	  fi; \
1085	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1086	  || eval $$failcom; \
1087	done && test -z "$$fail"
1088tags-recursive:
1089	list='$(SUBDIRS)'; for subdir in $$list; do \
1090	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1091	done
1092ctags-recursive:
1093	list='$(SUBDIRS)'; for subdir in $$list; do \
1094	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1095	done
1096
1097ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1098	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1099	unique=`for i in $$list; do \
1100	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1101	  done | \
1102	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1103	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1104	mkid -fID $$unique
1105tags: TAGS
1106
1107TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
1108		$(TAGS_FILES) $(LISP)
1109	set x; \
1110	here=`pwd`; \
1111	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1112	  include_option=--etags-include; \
1113	  empty_fix=.; \
1114	else \
1115	  include_option=--include; \
1116	  empty_fix=; \
1117	fi; \
1118	list='$(SUBDIRS)'; for subdir in $$list; do \
1119	  if test "$$subdir" = .; then :; else \
1120	    test ! -f $$subdir/TAGS || \
1121	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1122	  fi; \
1123	done; \
1124	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
1125	unique=`for i in $$list; do \
1126	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1127	  done | \
1128	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1129	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1130	shift; \
1131	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1132	  test -n "$$unique" || unique=$$empty_fix; \
1133	  if test $$# -gt 0; then \
1134	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1135	      "$$@" $$unique; \
1136	  else \
1137	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1138	      $$unique; \
1139	  fi; \
1140	fi
1141ctags: CTAGS
1142CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
1143		$(TAGS_FILES) $(LISP)
1144	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
1145	unique=`for i in $$list; do \
1146	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1147	  done | \
1148	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1149	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1150	test -z "$(CTAGS_ARGS)$$unique" \
1151	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1152	     $$unique
1153
1154GTAGS:
1155	here=`$(am__cd) $(top_builddir) && pwd` \
1156	  && $(am__cd) $(top_srcdir) \
1157	  && gtags -i $(GTAGS_ARGS) "$$here"
1158
1159distclean-tags:
1160	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1161
1162check-TESTS: $(TESTS)
1163	@failed=0; all=0; xfail=0; xpass=0; skip=0; \
1164	srcdir=$(srcdir); export srcdir; \
1165	list=' $(TESTS) '; \
1166	$(am__tty_colors); \
1167	if test -n "$$list"; then \
1168	  for tst in $$list; do \
1169	    if test -f ./$$tst; then dir=./; \
1170	    elif test -f $$tst; then dir=; \
1171	    else dir="$(srcdir)/"; fi; \
1172	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
1173	      all=`expr $$all + 1`; \
1174	      case " $(XFAIL_TESTS) " in \
1175	      *[\ \	]$$tst[\ \	]*) \
1176		xpass=`expr $$xpass + 1`; \
1177		failed=`expr $$failed + 1`; \
1178		col=$$red; res=XPASS; \
1179	      ;; \
1180	      *) \
1181		col=$$grn; res=PASS; \
1182	      ;; \
1183	      esac; \
1184	    elif test $$? -ne 77; then \
1185	      all=`expr $$all + 1`; \
1186	      case " $(XFAIL_TESTS) " in \
1187	      *[\ \	]$$tst[\ \	]*) \
1188		xfail=`expr $$xfail + 1`; \
1189		col=$$lgn; res=XFAIL; \
1190	      ;; \
1191	      *) \
1192		failed=`expr $$failed + 1`; \
1193		col=$$red; res=FAIL; \
1194	      ;; \
1195	      esac; \
1196	    else \
1197	      skip=`expr $$skip + 1`; \
1198	      col=$$blu; res=SKIP; \
1199	    fi; \
1200	    echo "$${col}$$res$${std}: $$tst"; \
1201	  done; \
1202	  if test "$$all" -eq 1; then \
1203	    tests="test"; \
1204	    All=""; \
1205	  else \
1206	    tests="tests"; \
1207	    All="All "; \
1208	  fi; \
1209	  if test "$$failed" -eq 0; then \
1210	    if test "$$xfail" -eq 0; then \
1211	      banner="$$All$$all $$tests passed"; \
1212	    else \
1213	      if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
1214	      banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
1215	    fi; \
1216	  else \
1217	    if test "$$xpass" -eq 0; then \
1218	      banner="$$failed of $$all $$tests failed"; \
1219	    else \
1220	      if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
1221	      banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
1222	    fi; \
1223	  fi; \
1224	  dashes="$$banner"; \
1225	  skipped=""; \
1226	  if test "$$skip" -ne 0; then \
1227	    if test "$$skip" -eq 1; then \
1228	      skipped="($$skip test was not run)"; \
1229	    else \
1230	      skipped="($$skip tests were not run)"; \
1231	    fi; \
1232	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
1233	      dashes="$$skipped"; \
1234	  fi; \
1235	  report=""; \
1236	  if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
1237	    report="Please report to $(PACKAGE_BUGREPORT)"; \
1238	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
1239	      dashes="$$report"; \
1240	  fi; \
1241	  dashes=`echo "$$dashes" | sed s/./=/g`; \
1242	  if test "$$failed" -eq 0; then \
1243	    col="$$grn"; \
1244	  else \
1245	    col="$$red"; \
1246	  fi; \
1247	  echo "$${col}$$dashes$${std}"; \
1248	  echo "$${col}$$banner$${std}"; \
1249	  test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
1250	  test -z "$$report" || echo "$${col}$$report$${std}"; \
1251	  echo "$${col}$$dashes$${std}"; \
1252	  test "$$failed" -eq 0; \
1253	else :; fi
1254
1255distdir: $(DISTFILES)
1256	@list='$(MANS)'; if test -n "$$list"; then \
1257	  list=`for p in $$list; do \
1258	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1259	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
1260	  if test -n "$$list" && \
1261	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
1262	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
1263	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
1264	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
1265	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
1266	    exit 1; \
1267	  else :; fi; \
1268	else :; fi
1269	$(am__remove_distdir)
1270	test -d "$(distdir)" || mkdir "$(distdir)"
1271	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1272	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1273	list='$(DISTFILES)'; \
1274	  dist_files=`for file in $$list; do echo $$file; done | \
1275	  sed -e "s|^$$srcdirstrip/||;t" \
1276	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1277	case $$dist_files in \
1278	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1279			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1280			   sort -u` ;; \
1281	esac; \
1282	for file in $$dist_files; do \
1283	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1284	  if test -d $$d/$$file; then \
1285	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1286	    if test -d "$(distdir)/$$file"; then \
1287	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1288	    fi; \
1289	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1290	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1291	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1292	    fi; \
1293	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1294	  else \
1295	    test -f "$(distdir)/$$file" \
1296	    || cp -p $$d/$$file "$(distdir)/$$file" \
1297	    || exit 1; \
1298	  fi; \
1299	done
1300	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1301	  if test "$$subdir" = .; then :; else \
1302	    $(am__make_dryrun) \
1303	      || test -d "$(distdir)/$$subdir" \
1304	      || $(MKDIR_P) "$(distdir)/$$subdir" \
1305	      || exit 1; \
1306	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1307	    $(am__relativize); \
1308	    new_distdir=$$reldir; \
1309	    dir1=$$subdir; dir2="$(top_distdir)"; \
1310	    $(am__relativize); \
1311	    new_top_distdir=$$reldir; \
1312	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1313	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1314	    ($(am__cd) $$subdir && \
1315	      $(MAKE) $(AM_MAKEFLAGS) \
1316	        top_distdir="$$new_top_distdir" \
1317	        distdir="$$new_distdir" \
1318		am__remove_distdir=: \
1319		am__skip_length_check=: \
1320		am__skip_mode_fix=: \
1321	        distdir) \
1322	      || exit 1; \
1323	  fi; \
1324	done
1325	-test -n "$(am__skip_mode_fix)" \
1326	|| find "$(distdir)" -type d ! -perm -755 \
1327		-exec chmod u+rwx,go+rx {} \; -o \
1328	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1329	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1330	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1331	|| chmod -R a+r "$(distdir)"
1332dist-gzip: distdir
1333	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1334	$(am__remove_distdir)
1335
1336dist-bzip2: distdir
1337	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1338	$(am__remove_distdir)
1339
1340dist-lzip: distdir
1341	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1342	$(am__remove_distdir)
1343
1344dist-lzma: distdir
1345	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
1346	$(am__remove_distdir)
1347dist-xz: distdir
1348	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1349	$(am__remove_distdir)
1350
1351dist-tarZ: distdir
1352	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1353	$(am__remove_distdir)
1354
1355dist-shar: distdir
1356	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1357	$(am__remove_distdir)
1358
1359dist-zip: distdir
1360	-rm -f $(distdir).zip
1361	zip -rq $(distdir).zip $(distdir)
1362	$(am__remove_distdir)
1363
1364dist dist-all: distdir
1365	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1366	$(am__remove_distdir)
1367
1368# This target untars the dist file and tries a VPATH configuration.  Then
1369# it guarantees that the distribution is self-contained by making another
1370# tarfile.
1371distcheck: dist
1372	case '$(DIST_ARCHIVES)' in \
1373	*.tar.gz*) \
1374	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1375	*.tar.bz2*) \
1376	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1377	*.tar.lzma*) \
1378	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
1379	*.tar.lz*) \
1380	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1381	*.tar.xz*) \
1382	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1383	*.tar.Z*) \
1384	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1385	*.shar.gz*) \
1386	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1387	*.zip*) \
1388	  unzip $(distdir).zip ;;\
1389	esac
1390	chmod -R a-w $(distdir); chmod u+w $(distdir)
1391	mkdir $(distdir)/_build
1392	mkdir $(distdir)/_inst
1393	chmod a-w $(distdir)
1394	test -d $(distdir)/_build || exit 0; \
1395	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1396	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1397	  && am__cwd=`pwd` \
1398	  && $(am__cd) $(distdir)/_build \
1399	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1400	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1401	    $(DISTCHECK_CONFIGURE_FLAGS) \
1402	  && $(MAKE) $(AM_MAKEFLAGS) \
1403	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
1404	  && $(MAKE) $(AM_MAKEFLAGS) check \
1405	  && $(MAKE) $(AM_MAKEFLAGS) install \
1406	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1407	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1408	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1409	        distuninstallcheck \
1410	  && chmod -R a-w "$$dc_install_base" \
1411	  && ({ \
1412	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1413	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1414	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1415	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1416	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1417	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
1418	  && rm -rf "$$dc_destdir" \
1419	  && $(MAKE) $(AM_MAKEFLAGS) dist \
1420	  && rm -rf $(DIST_ARCHIVES) \
1421	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1422	  && cd "$$am__cwd" \
1423	  || exit 1
1424	$(am__remove_distdir)
1425	@(echo "$(distdir) archives ready for distribution: "; \
1426	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1427	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1428distuninstallcheck:
1429	@test -n '$(distuninstallcheck_dir)' || { \
1430	  echo 'ERROR: trying to run $@ with an empty' \
1431	       '$$(distuninstallcheck_dir)' >&2; \
1432	  exit 1; \
1433	}; \
1434	$(am__cd) '$(distuninstallcheck_dir)' || { \
1435	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1436	  exit 1; \
1437	}; \
1438	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1439	   || { echo "ERROR: files left after uninstall:" ; \
1440	        if test -n "$(DESTDIR)"; then \
1441	          echo "  (check DESTDIR support)"; \
1442	        fi ; \
1443	        $(distuninstallcheck_listfiles) ; \
1444	        exit 1; } >&2
1445distcleancheck: distclean
1446	@if test '$(srcdir)' = . ; then \
1447	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1448	  exit 1 ; \
1449	fi
1450	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1451	  || { echo "ERROR: files left in build directory after distclean:" ; \
1452	       $(distcleancheck_listfiles) ; \
1453	       exit 1; } >&2
1454check-am: all-am
1455	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
1456	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
1457check: $(BUILT_SOURCES)
1458	$(MAKE) $(AM_MAKEFLAGS) check-recursive
1459all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \
1460		$(HEADERS) config.h
1461installdirs: installdirs-recursive
1462installdirs-am:
1463	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkglibbindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkglibbindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(omegadatadir)" "$(DESTDIR)$(sysconfdir)"; do \
1464	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1465	done
1466install: $(BUILT_SOURCES)
1467	$(MAKE) $(AM_MAKEFLAGS) install-recursive
1468install-exec: install-exec-recursive
1469install-data: install-data-recursive
1470uninstall: uninstall-recursive
1471
1472install-am: all-am
1473	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1474
1475installcheck: installcheck-recursive
1476install-strip:
1477	if test -z '$(STRIP)'; then \
1478	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1479	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1480	      install; \
1481	else \
1482	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1483	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1484	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1485	fi
1486mostlyclean-generic:
1487
1488clean-generic:
1489
1490distclean-generic:
1491	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1492	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1493	-rm -f common/$(DEPDIR)/$(am__dirstamp)
1494	-rm -f common/$(am__dirstamp)
1495	-rm -f portability/$(DEPDIR)/$(am__dirstamp)
1496	-rm -f portability/$(am__dirstamp)
1497
1498maintainer-clean-generic:
1499	@echo "This command is intended for maintainers to use"
1500	@echo "it deletes files that may require special tools to rebuild."
1501	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1502	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
1503clean: clean-recursive
1504
1505clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
1506	clean-libtool clean-noinstLTLIBRARIES clean-pkglibbinPROGRAMS \
1507	mostlyclean-am
1508
1509distclean: distclean-recursive
1510	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1511	-rm -rf ./$(DEPDIR) common/$(DEPDIR) portability/$(DEPDIR)
1512	-rm -f Makefile
1513distclean-am: clean-am distclean-compile distclean-generic \
1514	distclean-hdr distclean-libtool distclean-tags
1515
1516dvi: dvi-recursive
1517
1518dvi-am:
1519
1520html: html-recursive
1521
1522html-am:
1523
1524info: info-recursive
1525
1526info-am:
1527
1528install-data-am: install-dist_omegadataDATA \
1529	install-dist_pkglibbinSCRIPTS install-man \
1530	install-pkglibbinPROGRAMS
1531
1532install-dvi: install-dvi-recursive
1533
1534install-dvi-am:
1535
1536install-exec-am: install-binPROGRAMS install-dist_binSCRIPTS \
1537	install-dist_sysconfDATA
1538
1539install-html: install-html-recursive
1540
1541install-html-am:
1542
1543install-info: install-info-recursive
1544
1545install-info-am:
1546
1547install-man: install-man1
1548
1549install-pdf: install-pdf-recursive
1550
1551install-pdf-am:
1552
1553install-ps: install-ps-recursive
1554
1555install-ps-am:
1556
1557installcheck-am:
1558
1559maintainer-clean: maintainer-clean-recursive
1560	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1561	-rm -rf $(top_srcdir)/autom4te.cache
1562	-rm -rf ./$(DEPDIR) common/$(DEPDIR) portability/$(DEPDIR)
1563	-rm -f Makefile
1564maintainer-clean-am: distclean-am maintainer-clean-generic
1565
1566mostlyclean: mostlyclean-recursive
1567
1568mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1569	mostlyclean-libtool
1570
1571pdf: pdf-recursive
1572
1573pdf-am:
1574
1575ps: ps-recursive
1576
1577ps-am:
1578
1579uninstall-am: uninstall-binPROGRAMS uninstall-dist_binSCRIPTS \
1580	uninstall-dist_omegadataDATA uninstall-dist_pkglibbinSCRIPTS \
1581	uninstall-dist_sysconfDATA uninstall-man \
1582	uninstall-pkglibbinPROGRAMS
1583
1584uninstall-man: uninstall-man1
1585
1586.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
1587	check-am ctags-recursive install install-am install-strip \
1588	tags-recursive
1589
1590.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1591	all all-am am--refresh check check-TESTS check-am clean \
1592	clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
1593	clean-libtool clean-noinstLTLIBRARIES clean-pkglibbinPROGRAMS \
1594	ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
1595	dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
1596	distcheck distclean distclean-compile distclean-generic \
1597	distclean-hdr distclean-libtool distclean-tags distcleancheck \
1598	distdir distuninstallcheck dvi dvi-am html html-am info \
1599	info-am install install-am install-binPROGRAMS install-data \
1600	install-data-am install-dist_binSCRIPTS \
1601	install-dist_omegadataDATA install-dist_pkglibbinSCRIPTS \
1602	install-dist_sysconfDATA install-dvi install-dvi-am \
1603	install-exec install-exec-am install-html install-html-am \
1604	install-info install-info-am install-man install-man1 \
1605	install-pdf install-pdf-am install-pkglibbinPROGRAMS \
1606	install-ps install-ps-am install-strip installcheck \
1607	installcheck-am installdirs installdirs-am maintainer-clean \
1608	maintainer-clean-generic mostlyclean mostlyclean-compile \
1609	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1610	tags tags-recursive uninstall uninstall-am \
1611	uninstall-binPROGRAMS uninstall-dist_binSCRIPTS \
1612	uninstall-dist_omegadataDATA uninstall-dist_pkglibbinSCRIPTS \
1613	uninstall-dist_sysconfDATA uninstall-man uninstall-man1 \
1614	uninstall-pkglibbinPROGRAMS
1615
1616
1617# Export these so that we run the locally installed autotools when building
1618# from a bootstrapped git tree.
1619@MAINTAINER_MODE_TRUE@export ACLOCAL AUTOCONF AUTOHEADER AUTOM4TE AUTOMAKE
1620
1621@DOCUMENTATION_RULES_TRUE@omindex.1: omindex$(EXEEXT) makemanpage
1622@DOCUMENTATION_RULES_TRUE@	./makemanpage ./omindex $(srcdir)/omindex.cc omindex.1
1623
1624@DOCUMENTATION_RULES_TRUE@scriptindex.1: scriptindex$(EXEEXT) makemanpage
1625@DOCUMENTATION_RULES_TRUE@	./makemanpage ./scriptindex $(srcdir)/scriptindex.cc scriptindex.1
1626
1627@MAINTAINER_MODE_TRUE@extra/omegascript.vim: extra/omegascript.vim.in query.cc configure.ac
1628@MAINTAINER_MODE_TRUE@	$(PERL) $(srcdir)/gen-omegascript-vim "$(srcdir)" "$(PACKAGE_VERSION)"
1629
1630# Tell versions [3.59,3.63) of GNU make to not export all variables.
1631# Otherwise a system limit (for SysV at least) may be exceeded.
1632.NOEXPORT:
1633