Updating the ChangeLog file
[enscript.git] / w32 / Makefile.in
1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2021 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
17 #
18 # Makefile for the w32 stuffs.
19 # Copyright (c) 1999 Markku Rossi
20 #
21 # Author: Markku Rossi <mtr@iki.fi>
22 #
23
24 #
25 # This file is part of GNU Enscript.
26 #
27 # Enscript is free software: you can redistribute it and/or modify
28 # it under the terms of the GNU General Public License as published by
29 # the Free Software Foundation, either version 3 of the License, or
30 # (at your option) any later version.
31 #
32 # Enscript is distributed in the hope that it will be useful,
33 # but WITHOUT ANY WARRANTY; without even the implied warranty of
34 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
35 # GNU General Public License for more details.
36 #
37 # You should have received a copy of the GNU General Public License
38 # along with Enscript.  If not, see <http://www.gnu.org/licenses/>.
39 #
40
41 VPATH = @srcdir@
42 am__is_gnu_make = { \
43   if test -z '$(MAKELEVEL)'; then \
44     false; \
45   elif test -n '$(MAKE_HOST)'; then \
46     true; \
47   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
48     true; \
49   else \
50     false; \
51   fi; \
52 }
53 am__make_running_with_option = \
54   case $${target_option-} in \
55       ?) ;; \
56       *) echo "am__make_running_with_option: internal error: invalid" \
57               "target option '$${target_option-}' specified" >&2; \
58          exit 1;; \
59   esac; \
60   has_opt=no; \
61   sane_makeflags=$$MAKEFLAGS; \
62   if $(am__is_gnu_make); then \
63     sane_makeflags=$$MFLAGS; \
64   else \
65     case $$MAKEFLAGS in \
66       *\\[\ \   ]*) \
67         bs=\\; \
68         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
69           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
70     esac; \
71   fi; \
72   skip_next=no; \
73   strip_trailopt () \
74   { \
75     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
76   }; \
77   for flg in $$sane_makeflags; do \
78     test $$skip_next = yes && { skip_next=no; continue; }; \
79     case $$flg in \
80       *=*|--*) continue;; \
81         -*I) strip_trailopt 'I'; skip_next=yes;; \
82       -*I?*) strip_trailopt 'I';; \
83         -*O) strip_trailopt 'O'; skip_next=yes;; \
84       -*O?*) strip_trailopt 'O';; \
85         -*l) strip_trailopt 'l'; skip_next=yes;; \
86       -*l?*) strip_trailopt 'l';; \
87       -[dEDm]) skip_next=yes;; \
88       -[JT]) skip_next=yes;; \
89     esac; \
90     case $$flg in \
91       *$$target_option*) has_opt=yes; break;; \
92     esac; \
93   done; \
94   test $$has_opt = yes
95 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
96 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
97 pkgdatadir = $(datadir)/@PACKAGE@
98 pkgincludedir = $(includedir)/@PACKAGE@
99 pkglibdir = $(libdir)/@PACKAGE@
100 pkglibexecdir = $(libexecdir)/@PACKAGE@
101 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
102 install_sh_DATA = $(install_sh) -c -m 644
103 install_sh_PROGRAM = $(install_sh) -c
104 install_sh_SCRIPT = $(install_sh) -c
105 INSTALL_HEADER = $(INSTALL_DATA)
106 transform = $(program_transform_name)
107 NORMAL_INSTALL = :
108 PRE_INSTALL = :
109 POST_INSTALL = :
110 NORMAL_UNINSTALL = :
111 PRE_UNINSTALL = :
112 POST_UNINSTALL = :
113 build_triplet = @build@
114 host_triplet = @host@
115 subdir = w32
116 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
117 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
118         $(top_srcdir)/m4/host-cpu-c-abi.m4 $(top_srcdir)/m4/iconv.m4 \
119         $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \
120         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
121         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
122         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
123 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
124         $(ACLOCAL_M4)
125 DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
126         $(am__DIST_COMMON)
127 mkinstalldirs = $(install_sh) -d
128 CONFIG_HEADER = $(top_builddir)/config.h
129 CONFIG_CLEAN_FILES =
130 CONFIG_CLEAN_VPATH_FILES =
131 AM_V_P = $(am__v_P_@AM_V@)
132 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
133 am__v_P_0 = false
134 am__v_P_1 = :
135 AM_V_GEN = $(am__v_GEN_@AM_V@)
136 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
137 am__v_GEN_0 = @echo "  GEN     " $@;
138 am__v_GEN_1 = 
139 AM_V_at = $(am__v_at_@AM_V@)
140 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
141 am__v_at_0 = @
142 am__v_at_1 = 
143 SOURCES =
144 DIST_SOURCES =
145 am__can_run_installinfo = \
146   case $$AM_UPDATE_INFO_DIR in \
147     n|no|NO) false;; \
148     *) (install-info --version) >/dev/null 2>&1;; \
149   esac
150 HEADERS = $(noinst_HEADERS)
151 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
152 # Read a list of newline-separated strings from the standard input,
153 # and print each of them once, without duplicates.  Input order is
154 # *not* preserved.
155 am__uniquify_input = $(AWK) '\
156   BEGIN { nonempty = 0; } \
157   { items[$$0] = 1; nonempty = 1; } \
158   END { if (nonempty) { for (i in items) print i; }; } \
159 '
160 # Make sure the list of sources is unique.  This is necessary because,
161 # e.g., the same source file might be shared among _SOURCES variables
162 # for different programs/libraries.
163 am__define_uniq_tagged_files = \
164   list='$(am__tagged_files)'; \
165   unique=`for i in $$list; do \
166     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
167   done | $(am__uniquify_input)`
168 am__DIST_COMMON = $(srcdir)/Makefile.in
169 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
170 ACLOCAL = @ACLOCAL@
171 ALLOCA = @ALLOCA@
172 AMTAR = @AMTAR@
173 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
174 AUTOCONF = @AUTOCONF@
175 AUTOHEADER = @AUTOHEADER@
176 AUTOMAKE = @AUTOMAKE@
177 AWK = @AWK@
178 CC = @CC@
179 CCDEPMODE = @CCDEPMODE@
180 CFLAGS = @CFLAGS@
181 CPP = @CPP@
182 CPPFLAGS = @CPPFLAGS@
183 CSCOPE = @CSCOPE@
184 CTAGS = @CTAGS@
185 CYGPATH_W = @CYGPATH_W@
186 DEFS = @DEFS@
187 DEPDIR = @DEPDIR@
188 ECHO_C = @ECHO_C@
189 ECHO_N = @ECHO_N@
190 ECHO_T = @ECHO_T@
191 EGREP = @EGREP@
192 ENCODING = @ENCODING@
193 ETAGS = @ETAGS@
194 EXEEXT = @EXEEXT@
195 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
196 GMSGFMT = @GMSGFMT@
197 GMSGFMT_015 = @GMSGFMT_015@
198 GREP = @GREP@
199 INSTALL = @INSTALL@
200 INSTALL_DATA = @INSTALL_DATA@
201 INSTALL_PROGRAM = @INSTALL_PROGRAM@
202 INSTALL_SCRIPT = @INSTALL_SCRIPT@
203 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
204 INTLLIBS = @INTLLIBS@
205 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
206 LDFLAGS = @LDFLAGS@
207 LEX = @LEX@
208 LEXLIB = @LEXLIB@
209 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
210 LIBICONV = @LIBICONV@
211 LIBINTL = @LIBINTL@
212 LIBOBJS = @LIBOBJS@
213 LIBS = @LIBS@
214 LTLIBICONV = @LTLIBICONV@
215 LTLIBINTL = @LTLIBINTL@
216 LTLIBOBJS = @LTLIBOBJS@
217 MAKEINFO = @MAKEINFO@
218 MEDIA = @MEDIA@
219 MKDIR_P = @MKDIR_P@
220 MSGFMT = @MSGFMT@
221 MSGMERGE = @MSGMERGE@
222 MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@
223 OBJEXT = @OBJEXT@
224 PACKAGE = @PACKAGE@
225 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
226 PACKAGE_NAME = @PACKAGE_NAME@
227 PACKAGE_STRING = @PACKAGE_STRING@
228 PACKAGE_TARNAME = @PACKAGE_TARNAME@
229 PACKAGE_URL = @PACKAGE_URL@
230 PACKAGE_VERSION = @PACKAGE_VERSION@
231 PATH_SEPARATOR = @PATH_SEPARATOR@
232 PERL = @PERL@
233 POSUB = @POSUB@
234 PSLEVEL = @PSLEVEL@
235 RANLIB = @RANLIB@
236 SED = @SED@
237 SET_MAKE = @SET_MAKE@
238 SHELL = @SHELL@
239 SPOOLER = @SPOOLER@
240 STRIP = @STRIP@
241 USE_NLS = @USE_NLS@
242 VERSION = @VERSION@
243 XGETTEXT = @XGETTEXT@
244 XGETTEXT_015 = @XGETTEXT_015@
245 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
246 YACC = @YACC@
247 YFLAGS = @YFLAGS@
248 abs_builddir = @abs_builddir@
249 abs_srcdir = @abs_srcdir@
250 abs_top_builddir = @abs_top_builddir@
251 abs_top_srcdir = @abs_top_srcdir@
252 ac_ct_CC = @ac_ct_CC@
253 am__include = @am__include@
254 am__leading_dot = @am__leading_dot@
255 am__quote = @am__quote@
256 am__tar = @am__tar@
257 am__untar = @am__untar@
258 bindir = @bindir@
259 build = @build@
260 build_alias = @build_alias@
261 build_cpu = @build_cpu@
262 build_os = @build_os@
263 build_vendor = @build_vendor@
264 builddir = @builddir@
265 datadir = @datadir@
266 datarootdir = @datarootdir@
267 docdir = @docdir@
268 dvidir = @dvidir@
269 exec_prefix = @exec_prefix@
270 host = @host@
271 host_alias = @host_alias@
272 host_cpu = @host_cpu@
273 host_os = @host_os@
274 host_vendor = @host_vendor@
275 htmldir = @htmldir@
276 includedir = @includedir@
277 infodir = @infodir@
278 install_sh = @install_sh@
279 libdir = @libdir@
280 libexecdir = @libexecdir@
281 localedir = @localedir@
282 localstatedir = @localstatedir@
283 mandir = @mandir@
284 mkdir_p = @mkdir_p@
285 oldincludedir = @oldincludedir@
286 pdfdir = @pdfdir@
287 prefix = @prefix@
288 program_transform_name = @program_transform_name@
289 psdir = @psdir@
290 runstatedir = @runstatedir@
291 sbindir = @sbindir@
292 sharedstatedir = @sharedstatedir@
293 srcdir = @srcdir@
294 sysconfdir = @sysconfdir@
295 target_alias = @target_alias@
296 top_build_prefix = @top_build_prefix@
297 top_builddir = @top_builddir@
298 top_srcdir = @top_srcdir@
299 noinst_HEADERS = dummypwd.h
300 EXTRA_DIST = config.h gethostname.c getpwd.c getuid.c
301 all: all-am
302
303 .SUFFIXES:
304 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
305         @for dep in $?; do \
306           case '$(am__configure_deps)' in \
307             *$$dep*) \
308               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
309                 && { if test -f $@; then exit 0; else break; fi; }; \
310               exit 1;; \
311           esac; \
312         done; \
313         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu w32/Makefile'; \
314         $(am__cd) $(top_srcdir) && \
315           $(AUTOMAKE) --gnu w32/Makefile
316 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
317         @case '$?' in \
318           *config.status*) \
319             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
320           *) \
321             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
322             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
323         esac;
324
325 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
326         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327
328 $(top_srcdir)/configure:  $(am__configure_deps)
329         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
331         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
332 $(am__aclocal_m4_deps):
333
334 ID: $(am__tagged_files)
335         $(am__define_uniq_tagged_files); mkid -fID $$unique
336 tags: tags-am
337 TAGS: tags
338
339 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
340         set x; \
341         here=`pwd`; \
342         $(am__define_uniq_tagged_files); \
343         shift; \
344         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
345           test -n "$$unique" || unique=$$empty_fix; \
346           if test $$# -gt 0; then \
347             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
348               "$$@" $$unique; \
349           else \
350             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
351               $$unique; \
352           fi; \
353         fi
354 ctags: ctags-am
355
356 CTAGS: ctags
357 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
358         $(am__define_uniq_tagged_files); \
359         test -z "$(CTAGS_ARGS)$$unique" \
360           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
361              $$unique
362
363 GTAGS:
364         here=`$(am__cd) $(top_builddir) && pwd` \
365           && $(am__cd) $(top_srcdir) \
366           && gtags -i $(GTAGS_ARGS) "$$here"
367 cscopelist: cscopelist-am
368
369 cscopelist-am: $(am__tagged_files)
370         list='$(am__tagged_files)'; \
371         case "$(srcdir)" in \
372           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
373           *) sdir=$(subdir)/$(srcdir) ;; \
374         esac; \
375         for i in $$list; do \
376           if test -f "$$i"; then \
377             echo "$(subdir)/$$i"; \
378           else \
379             echo "$$sdir/$$i"; \
380           fi; \
381         done >> $(top_builddir)/cscope.files
382
383 distclean-tags:
384         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
385 distdir: $(BUILT_SOURCES)
386         $(MAKE) $(AM_MAKEFLAGS) distdir-am
387
388 distdir-am: $(DISTFILES)
389         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
390         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
391         list='$(DISTFILES)'; \
392           dist_files=`for file in $$list; do echo $$file; done | \
393           sed -e "s|^$$srcdirstrip/||;t" \
394               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
395         case $$dist_files in \
396           */*) $(MKDIR_P) `echo "$$dist_files" | \
397                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
398                            sort -u` ;; \
399         esac; \
400         for file in $$dist_files; do \
401           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
402           if test -d $$d/$$file; then \
403             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
404             if test -d "$(distdir)/$$file"; then \
405               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
406             fi; \
407             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
408               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
409               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
410             fi; \
411             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
412           else \
413             test -f "$(distdir)/$$file" \
414             || cp -p $$d/$$file "$(distdir)/$$file" \
415             || exit 1; \
416           fi; \
417         done
418 check-am: all-am
419 check: check-am
420 all-am: Makefile $(HEADERS)
421 installdirs:
422 install: install-am
423 install-exec: install-exec-am
424 install-data: install-data-am
425 uninstall: uninstall-am
426
427 install-am: all-am
428         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
429
430 installcheck: installcheck-am
431 install-strip:
432         if test -z '$(STRIP)'; then \
433           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
434             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
435               install; \
436         else \
437           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
438             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
439             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
440         fi
441 mostlyclean-generic:
442
443 clean-generic:
444
445 distclean-generic:
446         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
447         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
448
449 maintainer-clean-generic:
450         @echo "This command is intended for maintainers to use"
451         @echo "it deletes files that may require special tools to rebuild."
452 clean: clean-am
453
454 clean-am: clean-generic mostlyclean-am
455
456 distclean: distclean-am
457         -rm -f Makefile
458 distclean-am: clean-am distclean-generic distclean-tags
459
460 dvi: dvi-am
461
462 dvi-am:
463
464 html: html-am
465
466 html-am:
467
468 info: info-am
469
470 info-am:
471
472 install-data-am:
473
474 install-dvi: install-dvi-am
475
476 install-dvi-am:
477
478 install-exec-am:
479
480 install-html: install-html-am
481
482 install-html-am:
483
484 install-info: install-info-am
485
486 install-info-am:
487
488 install-man:
489
490 install-pdf: install-pdf-am
491
492 install-pdf-am:
493
494 install-ps: install-ps-am
495
496 install-ps-am:
497
498 installcheck-am:
499
500 maintainer-clean: maintainer-clean-am
501         -rm -f Makefile
502 maintainer-clean-am: distclean-am maintainer-clean-generic
503
504 mostlyclean: mostlyclean-am
505
506 mostlyclean-am: mostlyclean-generic
507
508 pdf: pdf-am
509
510 pdf-am:
511
512 ps: ps-am
513
514 ps-am:
515
516 uninstall-am:
517
518 .MAKE: install-am install-strip
519
520 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
521         cscopelist-am ctags ctags-am distclean distclean-generic \
522         distclean-tags distdir dvi dvi-am html html-am info info-am \
523         install install-am install-data install-data-am install-dvi \
524         install-dvi-am install-exec install-exec-am install-html \
525         install-html-am install-info install-info-am install-man \
526         install-pdf install-pdf-am install-ps install-ps-am \
527         install-strip installcheck installcheck-am installdirs \
528         maintainer-clean maintainer-clean-generic mostlyclean \
529         mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
530         uninstall-am
531
532 .PRECIOUS: Makefile
533
534
535 # Tell versions [3.59,3.63) of GNU make to not export all variables.
536 # Otherwise a system limit (for SysV at least) may be exceeded.
537 .NOEXPORT: