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