1# Makefile.in generated by automake 1.6.3 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5# Free Software Foundation, Inc.
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@
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = ..
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
46am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47INSTALL = @INSTALL@
48INSTALL_PROGRAM = @INSTALL_PROGRAM@
49INSTALL_DATA = @INSTALL_DATA@
50install_sh_DATA = $(install_sh) -c -m 644
51install_sh_PROGRAM = $(install_sh) -c
52install_sh_SCRIPT = $(install_sh) -c
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54INSTALL_HEADER = $(INSTALL_DATA)
55transform = @program_transform_name@
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62
63EXEEXT = @EXEEXT@
64OBJEXT = @OBJEXT@
65PATH_SEPARATOR = @PATH_SEPARATOR@
66AMTAR = @AMTAR@
67AWK = @AWK@
68DEPDIR = @DEPDIR@
69INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
70PACKAGE = @PACKAGE@
71PERL = @PERL@
72STRIP = @STRIP@
73VERSION = @VERSION@
74am__include = @am__include@
75am__quote = @am__quote@
76install_sh = @install_sh@
77perllibdir = @perllibdir@
78perldir = $(bindir)
79perl_scripts = \
80	dk_responder.pl \
81	dkverify.pl \
82	dkfilter.in \
83	dkfilter.out
84
85
86EXTRA_DIST = $(perl_scripts)
87subdir = scripts
88mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
89CONFIG_CLEAN_FILES =
90DIST_SOURCES =
91DIST_COMMON = Makefile.am Makefile.in
92all: all-am
93
94.SUFFIXES:
95$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
96	cd $(top_srcdir) && \
97	  $(AUTOMAKE) --gnu  scripts/Makefile
98Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
99	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
100uninstall-info-am:
101tags: TAGS
102TAGS:
103
104DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
105
106top_distdir = ..
107distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
108
109distdir: $(DISTFILES)
110	@list='$(DISTFILES)'; for file in $$list; do \
111	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
112	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
113	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
114	    dir="/$$dir"; \
115	    $(mkinstalldirs) "$(distdir)$$dir"; \
116	  else \
117	    dir=''; \
118	  fi; \
119	  if test -d $$d/$$file; then \
120	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
121	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
122	    fi; \
123	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
124	  else \
125	    test -f $(distdir)/$$file \
126	    || cp -p $$d/$$file $(distdir)/$$file \
127	    || exit 1; \
128	  fi; \
129	done
130check-am: all-am
131check: check-am
132all-am: Makefile
133
134installdirs:
135
136install: install-am
137install-exec: install-exec-am
138install-data: install-data-am
139uninstall: uninstall-am
140
141install-am: all-am
142	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
143
144installcheck: installcheck-am
145install-strip:
146	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
147	  INSTALL_STRIP_FLAG=-s \
148	  `test -z '$(STRIP)' || \
149	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
150mostlyclean-generic:
151
152clean-generic:
153
154distclean-generic:
155	-rm -f Makefile $(CONFIG_CLEAN_FILES)
156
157maintainer-clean-generic:
158	@echo "This command is intended for maintainers to use"
159	@echo "it deletes files that may require special tools to rebuild."
160clean: clean-am
161
162clean-am: clean-generic mostlyclean-am
163
164distclean: distclean-am
165
166distclean-am: clean-am distclean-generic
167
168dvi: dvi-am
169
170dvi-am:
171
172info: info-am
173
174info-am:
175
176install-data-am:
177
178install-exec-am:
179	@$(NORMAL_INSTALL)
180	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
181
182install-info: install-info-am
183
184install-man:
185
186installcheck-am:
187
188maintainer-clean: maintainer-clean-am
189
190maintainer-clean-am: distclean-am maintainer-clean-generic
191
192mostlyclean: mostlyclean-am
193
194mostlyclean-am: mostlyclean-generic
195
196uninstall-am: uninstall-info-am
197	@$(NORMAL_INSTALL)
198	$(MAKE) $(AM_MAKEFLAGS) uninstall-hook
199
200.PHONY: all all-am check check-am clean clean-generic distclean \
201	distclean-generic distdir dvi dvi-am info info-am install \
202	install-am install-data install-data-am install-exec \
203	install-exec-am install-info install-info-am install-man \
204	install-strip installcheck installcheck-am installdirs \
205	maintainer-clean maintainer-clean-generic mostlyclean \
206	mostlyclean-generic uninstall uninstall-am uninstall-info-am
207
208
209install-exec-hook:
210	$(mkinstalldirs) "$(DESTDIR)$(perldir)";
211	for f in $(perl_scripts); do \
212		PERL="$(PERL)" PERL_INCLUDE="$(perllibdir)" \
213		"$(PERL)" $(top_srcdir)/install-perl-script.pl $(srcdir)/$$f \
214				$(DESTDIR)$(perldir)/$$f || exit $$?; \
215		chmod +x $(DESTDIR)$(perldir)/$$f; \
216	done
217
218uninstall-hook:
219	for f in $(perl_scripts); do \
220		rm -f $(DESTDIR)$(perldir)/$$f; \
221	done
222# Tell versions [3.59,3.63) of GNU make to not export all variables.
223# Otherwise a system limit (for SysV at least) may be exceeded.
224.NOEXPORT:
225