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@
17VPATH = @srcdir@
18am__make_dryrun = \
19  { \
20    am__dry=no; \
21    case $$MAKEFLAGS in \
22      *\\[\ \	]*) \
23        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
24          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25      *) \
26        for am__flg in $$MAKEFLAGS; do \
27          case $$am__flg in \
28            *=*|--*) ;; \
29            *n*) am__dry=yes; break;; \
30          esac; \
31        done;; \
32    esac; \
33    test $$am__dry = yes; \
34  }
35pkgdatadir = $(datadir)/@PACKAGE@
36pkgincludedir = $(includedir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkglibexecdir = $(libexecdir)/@PACKAGE@
39am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40install_sh_DATA = $(install_sh) -c -m 644
41install_sh_PROGRAM = $(install_sh) -c
42install_sh_SCRIPT = $(install_sh) -c
43INSTALL_HEADER = $(INSTALL_DATA)
44transform = $(program_transform_name)
45NORMAL_INSTALL = :
46PRE_INSTALL = :
47POST_INSTALL = :
48NORMAL_UNINSTALL = :
49PRE_UNINSTALL = :
50POST_UNINSTALL = :
51subdir = UTILS
52DIST_COMMON = README $(srcdir)/LPRng.pm.in $(srcdir)/Makefile.am \
53	$(srcdir)/Makefile.in $(srcdir)/accounting.pl.in \
54	$(srcdir)/decode_args_with_perl.in \
55	$(srcdir)/decode_args_with_sh.in $(srcdir)/fixid.in \
56	$(srcdir)/fixupdate.in $(srcdir)/lpq_in_perl.in \
57	$(srcdir)/lpr_in_perl.in $(srcdir)/lprm_in_perl.in \
58	$(srcdir)/make_lpd_conf.in $(srcdir)/make_printcap_use.in \
59	$(srcdir)/makeinc.in $(srcdir)/read_conf.in \
60	$(srcdir)/remote_active.in $(srcdir)/test_read.in \
61	$(srcdir)/update_z.pl.in
62ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
64	$(top_srcdir)/configure.ac
65am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66	$(ACLOCAL_M4)
67mkinstalldirs = $(install_sh) -d
68CONFIG_HEADER = $(top_builddir)/config.h
69CONFIG_CLEAN_FILES = LPRng.pm accounting.pl decode_args_with_perl \
70	decode_args_with_sh fixid fixupdate lpq_in_perl lpr_in_perl \
71	lprm_in_perl make_lpd_conf make_printcap_use makeinc read_conf \
72	remote_active test_read update_z.pl
73CONFIG_CLEAN_VPATH_FILES =
74SOURCES =
75DIST_SOURCES =
76am__can_run_installinfo = \
77  case $$AM_UPDATE_INFO_DIR in \
78    n|no|NO) false;; \
79    *) (install-info --version) >/dev/null 2>&1;; \
80  esac
81DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
82ACLOCAL = @ACLOCAL@
83AMTAR = @AMTAR@
84AUTOCONF = @AUTOCONF@
85AUTOHEADER = @AUTOHEADER@
86AUTOMAKE = @AUTOMAKE@
87AWK = @AWK@
88CC = @CC@
89CCDEPMODE = @CCDEPMODE@
90CFLAGS = @CFLAGS@
91CHGRP = @CHGRP@
92CHOWN = @CHOWN@
93CLEAR = @CLEAR@
94CPP = @CPP@
95CPPFLAGS = @CPPFLAGS@
96CYGPATH_W = @CYGPATH_W@
97DEFS = @DEFS@
98DEPDIR = @DEPDIR@
99DL_LIBS = @DL_LIBS@
100ECHO_C = @ECHO_C@
101ECHO_N = @ECHO_N@
102ECHO_T = @ECHO_T@
103EGREP = @EGREP@
104EXEEXT = @EXEEXT@
105FILTER_LD_PATH = @FILTER_LD_PATH@
106FILTER_PATH = @FILTER_PATH@
107GMSGFMT = @GMSGFMT@
108GREP = @GREP@
109INCLUDELPDCONFLOCAL = @INCLUDELPDCONFLOCAL@
110INSTALL = @INSTALL@
111INSTALL_DATA = @INSTALL_DATA@
112INSTALL_MAN = @INSTALL_MAN@
113INSTALL_PROGRAM = @INSTALL_PROGRAM@
114INSTALL_SCRIPT = @INSTALL_SCRIPT@
115INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
116KERBEROS = @KERBEROS@
117KRB5CONFIG = @KRB5CONFIG@
118KRB_LIBS = @KRB_LIBS@
119LDFLAGS = @LDFLAGS@
120LIBOBJS = @LIBOBJS@
121LIBS = @LIBS@
122LOCKFILE = @LOCKFILE@
123LPD_CONF_PATH = @LPD_CONF_PATH@
124LPD_LISTEN_PORT = @LPD_LISTEN_PORT@
125LPD_PERMS_PATH = @LPD_PERMS_PATH@
126LPD_PRINTCAP_PATH = @LPD_PRINTCAP_PATH@
127LTLIBOBJS = @LTLIBOBJS@
128MAINT = @MAINT@
129MAKEINFO = @MAKEINFO@
130MKDIR_P = @MKDIR_P@
131MSGFMT = @MSGFMT@
132MSGMERGE = @MSGMERGE@
133NOREMOTE = @NOREMOTE@
134OBJEXT = @OBJEXT@
135OPENSSL = @OPENSSL@
136PACKAGE = @PACKAGE@
137PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
138PACKAGE_NAME = @PACKAGE_NAME@
139PACKAGE_STRING = @PACKAGE_STRING@
140PACKAGE_TARNAME = @PACKAGE_TARNAME@
141PACKAGE_URL = @PACKAGE_URL@
142PACKAGE_VERSION = @PACKAGE_VERSION@
143PATH_SEPARATOR = @PATH_SEPARATOR@
144PERL = @PERL@
145PLUGINUSER_LDFLAGS = @PLUGINUSER_LDFLAGS@
146PLUGIN_CFLAGS = @PLUGIN_CFLAGS@
147PLUGIN_LDFLAGS = @PLUGIN_LDFLAGS@
148PRINTCAP_PATH = @PRINTCAP_PATH@
149PRIV_PORTS = @PRIV_PORTS@
150PRUTIL = @PRUTIL@
151SD_DEFAULT = @SD_DEFAULT@
152SED = @SED@
153SET_MAKE = @SET_MAKE@
154SHELL = @SHELL@
155SSL_CA_FILE = @SSL_CA_FILE@
156SSL_CA_KEY = @SSL_CA_KEY@
157SSL_CERTS_DIR = @SSL_CERTS_DIR@
158SSL_CRL_FILE = @SSL_CRL_FILE@
159SSL_LDADD = @SSL_LDADD@
160SSL_SERVER_CERT = @SSL_SERVER_CERT@
161SSL_SERVER_PASSWORD_FILE = @SSL_SERVER_PASSWORD_FILE@
162STRIP = @STRIP@
163UNIXSOCKETPATH = @UNIXSOCKETPATH@
164USE_NLS = @USE_NLS@
165VERSION = @VERSION@
166XGETTEXT = @XGETTEXT@
167abs_builddir = @abs_builddir@
168abs_srcdir = @abs_srcdir@
169abs_top_builddir = @abs_top_builddir@
170abs_top_srcdir = @abs_top_srcdir@
171ac_ct_CC = @ac_ct_CC@
172am__include = @am__include@
173am__leading_dot = @am__leading_dot@
174am__quote = @am__quote@
175am__tar = @am__tar@
176am__untar = @am__untar@
177bindir = @bindir@
178build_alias = @build_alias@
179builddir = @builddir@
180configdir = @configdir@
181datadir = @datadir@
182datarootdir = @datarootdir@
183docdir = @docdir@
184dvidir = @dvidir@
185exec_prefix = @exec_prefix@
186filterdir = @filterdir@
187host_alias = @host_alias@
188htmldir = @htmldir@
189includedir = @includedir@
190infodir = @infodir@
191install_sh = @install_sh@
192libdir = @libdir@
193libexecdir = @libexecdir@
194localedir = @localedir@
195localstatedir = @localstatedir@
196lpdbindir = @lpdbindir@
197mandir = @mandir@
198mkdir_p = @mkdir_p@
199oldincludedir = @oldincludedir@
200pdfdir = @pdfdir@
201plugindir = @plugindir@
202prefix = @prefix@
203program_transform_name = @program_transform_name@
204psdir = @psdir@
205sbindir = @sbindir@
206sharedstatedir = @sharedstatedir@
207srcdir = @srcdir@
208sysconfdir = @sysconfdir@
209target_alias = @target_alias@
210top_build_prefix = @top_build_prefix@
211top_builddir = @top_builddir@
212top_srcdir = @top_srcdir@
213MAINTAINERCLEANFILES = Makefile.in
214CONFIGURE_GENERATED_FILES = LPRng.pm accounting.pl decode_args_with_perl decode_args_with_sh fixid fixupdate lpq_in_perl lpr_in_perl lprm_in_perl make_lpd_conf make_printcap_use makeinc read_conf remote_active test_read update_z.pl
215DISTCLEANFILES = $(CONFIGURE_GENERATED_FILES)
216EXTRA_DIST = $(patsubst %,%.in,$(CONFIGURE_GENERATED_FILES)) $(UNCHECKEDSTUFF)
217
218# TODO: decide which to include, which to remove:
219UNCHECKEDSTUFF = atalkprint chooser.in extract_pjl freefs.c linetest.c ncpprint one.pcl one.pjl ps.draft README.ForKerberosHackers set_file_time.c smbprint tcpsend.c termcap.c testpr test_rw_pipe.c VeryFlexibleChooser.pl xlate.c
220all: all-am
221
222.SUFFIXES:
223$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
224	@for dep in $?; do \
225	  case '$(am__configure_deps)' in \
226	    *$$dep*) \
227	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
228	        && { if test -f $@; then exit 0; else break; fi; }; \
229	      exit 1;; \
230	  esac; \
231	done; \
232	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign UTILS/Makefile'; \
233	$(am__cd) $(top_srcdir) && \
234	  $(AUTOMAKE) --foreign UTILS/Makefile
235.PRECIOUS: Makefile
236Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
237	@case '$?' in \
238	  *config.status*) \
239	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
240	  *) \
241	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
242	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
243	esac;
244
245$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
246	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
247
248$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
249	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
250$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
251	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252$(am__aclocal_m4_deps):
253LPRng.pm: $(top_builddir)/config.status $(srcdir)/LPRng.pm.in
254	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
255accounting.pl: $(top_builddir)/config.status $(srcdir)/accounting.pl.in
256	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
257decode_args_with_perl: $(top_builddir)/config.status $(srcdir)/decode_args_with_perl.in
258	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
259decode_args_with_sh: $(top_builddir)/config.status $(srcdir)/decode_args_with_sh.in
260	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
261fixid: $(top_builddir)/config.status $(srcdir)/fixid.in
262	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
263fixupdate: $(top_builddir)/config.status $(srcdir)/fixupdate.in
264	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
265lpq_in_perl: $(top_builddir)/config.status $(srcdir)/lpq_in_perl.in
266	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
267lpr_in_perl: $(top_builddir)/config.status $(srcdir)/lpr_in_perl.in
268	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
269lprm_in_perl: $(top_builddir)/config.status $(srcdir)/lprm_in_perl.in
270	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
271make_lpd_conf: $(top_builddir)/config.status $(srcdir)/make_lpd_conf.in
272	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
273make_printcap_use: $(top_builddir)/config.status $(srcdir)/make_printcap_use.in
274	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
275makeinc: $(top_builddir)/config.status $(srcdir)/makeinc.in
276	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
277read_conf: $(top_builddir)/config.status $(srcdir)/read_conf.in
278	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
279remote_active: $(top_builddir)/config.status $(srcdir)/remote_active.in
280	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
281test_read: $(top_builddir)/config.status $(srcdir)/test_read.in
282	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
283update_z.pl: $(top_builddir)/config.status $(srcdir)/update_z.pl.in
284	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
285tags: TAGS
286TAGS:
287
288ctags: CTAGS
289CTAGS:
290
291
292distdir: $(DISTFILES)
293	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
294	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
295	list='$(DISTFILES)'; \
296	  dist_files=`for file in $$list; do echo $$file; done | \
297	  sed -e "s|^$$srcdirstrip/||;t" \
298	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
299	case $$dist_files in \
300	  */*) $(MKDIR_P) `echo "$$dist_files" | \
301			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
302			   sort -u` ;; \
303	esac; \
304	for file in $$dist_files; do \
305	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
306	  if test -d $$d/$$file; then \
307	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
308	    if test -d "$(distdir)/$$file"; then \
309	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
310	    fi; \
311	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
312	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
313	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
314	    fi; \
315	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
316	  else \
317	    test -f "$(distdir)/$$file" \
318	    || cp -p $$d/$$file "$(distdir)/$$file" \
319	    || exit 1; \
320	  fi; \
321	done
322check-am: all-am
323check: check-am
324all-am: Makefile
325installdirs:
326install: install-am
327install-exec: install-exec-am
328install-data: install-data-am
329uninstall: uninstall-am
330
331install-am: all-am
332	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
333
334installcheck: installcheck-am
335install-strip:
336	if test -z '$(STRIP)'; then \
337	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
338	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
339	      install; \
340	else \
341	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
342	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
343	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
344	fi
345mostlyclean-generic:
346
347clean-generic:
348
349distclean-generic:
350	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
351	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
352	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
353
354maintainer-clean-generic:
355	@echo "This command is intended for maintainers to use"
356	@echo "it deletes files that may require special tools to rebuild."
357	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
358clean: clean-am
359
360clean-am: clean-generic mostlyclean-am
361
362distclean: distclean-am
363	-rm -f Makefile
364distclean-am: clean-am distclean-generic
365
366dvi: dvi-am
367
368dvi-am:
369
370html: html-am
371
372html-am:
373
374info: info-am
375
376info-am:
377
378install-data-am:
379
380install-dvi: install-dvi-am
381
382install-dvi-am:
383
384install-exec-am:
385
386install-html: install-html-am
387
388install-html-am:
389
390install-info: install-info-am
391
392install-info-am:
393
394install-man:
395
396install-pdf: install-pdf-am
397
398install-pdf-am:
399
400install-ps: install-ps-am
401
402install-ps-am:
403
404installcheck-am:
405
406maintainer-clean: maintainer-clean-am
407	-rm -f Makefile
408maintainer-clean-am: distclean-am maintainer-clean-generic
409
410mostlyclean: mostlyclean-am
411
412mostlyclean-am: mostlyclean-generic
413
414pdf: pdf-am
415
416pdf-am:
417
418ps: ps-am
419
420ps-am:
421
422uninstall-am:
423
424.MAKE: install-am install-strip
425
426.PHONY: all all-am check check-am clean clean-generic distclean \
427	distclean-generic distdir dvi dvi-am html html-am info info-am \
428	install install-am install-data install-data-am install-dvi \
429	install-dvi-am install-exec install-exec-am install-html \
430	install-html-am install-info install-info-am install-man \
431	install-pdf install-pdf-am install-ps install-ps-am \
432	install-strip installcheck installcheck-am installdirs \
433	maintainer-clean maintainer-clean-generic mostlyclean \
434	mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
435
436
437# Tell versions [3.59,3.63) of GNU make to not export all variables.
438# Otherwise a system limit (for SysV at least) may be exceeded.
439.NOEXPORT:
440