~m-grant-prg/wutconv/jammy-trunk

« back to all changes in this revision

Viewing changes to source/man/man1/Makefile.in

  • Committer: Mark Grant
  • Date: 2018-02-10 16:07:49 UTC
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: m.grant.prg@gmail.com-20180210160749-8vfrsb94g2i8ns5s
Tags: upstream-1.0.9-4-gc3ad37f
ImportĀ upstreamĀ versionĀ 1.0.9-4-gc3ad37f

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.15 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994-2014 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
 
#! /usr/bin/env bash
18
 
#########################################################################
19
 
#                                                                       #
20
 
# Script ID: source/man/man1/Makefile.am                                #
21
 
# Author: Copyright (C) 2014-2017  Mark Grant                           #
22
 
#                                                                       #
23
 
# Released under the GPLv3 only.                                        #
24
 
# SPDX-License-Identifier: GPL-3.0                                      #
25
 
#                                                                       #
26
 
# Purpose:                                                              #
27
 
# AutoMake script file to generate wutconv manual pages from source.    #
28
 
#                                                                       #
29
 
#########################################################################
30
 
 
31
 
#########################################################################
32
 
#                                                                       #
33
 
# Changelog                                                             #
34
 
#                                                                       #
35
 
# Date          Author  Version Description                             #
36
 
#                                                                       #
37
 
# 04/09/2014    MG      1.0.1   First release.                          #
38
 
# 23/10/2015    MG      1.0.2   Restructure to conform to AutoTools     #
39
 
#                               General Template v1.0.6.                #
40
 
# 02/05/2017    MG      1.0.3   Output from $(edit) was being ignored.  #
41
 
#                               Rename source file extension .man.in    #
42
 
# 02/12/2017    MG      1.0.4   Determine the manual section from the   #
43
 
#                               target suffix. If the suffix is blank   #
44
 
#                               (foo.) or if there is no suffix (foo)   #
45
 
#                               then error out.                         #
46
 
#                               Add SPDX license tags to source files.  #
47
 
#                                                                       #
48
 
#########################################################################
49
 
VPATH = @srcdir@
50
 
am__is_gnu_make = { \
51
 
  if test -z '$(MAKELEVEL)'; then \
52
 
    false; \
53
 
  elif test -n '$(MAKE_HOST)'; then \
54
 
    true; \
55
 
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
56
 
    true; \
57
 
  else \
58
 
    false; \
59
 
  fi; \
60
 
}
61
 
am__make_running_with_option = \
62
 
  case $${target_option-} in \
63
 
      ?) ;; \
64
 
      *) echo "am__make_running_with_option: internal error: invalid" \
65
 
              "target option '$${target_option-}' specified" >&2; \
66
 
         exit 1;; \
67
 
  esac; \
68
 
  has_opt=no; \
69
 
  sane_makeflags=$$MAKEFLAGS; \
70
 
  if $(am__is_gnu_make); then \
71
 
    sane_makeflags=$$MFLAGS; \
72
 
  else \
73
 
    case $$MAKEFLAGS in \
74
 
      *\\[\ \   ]*) \
75
 
        bs=\\; \
76
 
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
77
 
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
78
 
    esac; \
79
 
  fi; \
80
 
  skip_next=no; \
81
 
  strip_trailopt () \
82
 
  { \
83
 
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
84
 
  }; \
85
 
  for flg in $$sane_makeflags; do \
86
 
    test $$skip_next = yes && { skip_next=no; continue; }; \
87
 
    case $$flg in \
88
 
      *=*|--*) continue;; \
89
 
        -*I) strip_trailopt 'I'; skip_next=yes;; \
90
 
      -*I?*) strip_trailopt 'I';; \
91
 
        -*O) strip_trailopt 'O'; skip_next=yes;; \
92
 
      -*O?*) strip_trailopt 'O';; \
93
 
        -*l) strip_trailopt 'l'; skip_next=yes;; \
94
 
      -*l?*) strip_trailopt 'l';; \
95
 
      -[dEDm]) skip_next=yes;; \
96
 
      -[JT]) skip_next=yes;; \
97
 
    esac; \
98
 
    case $$flg in \
99
 
      *$$target_option*) has_opt=yes; break;; \
100
 
    esac; \
101
 
  done; \
102
 
  test $$has_opt = yes
103
 
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
104
 
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
105
 
pkgdatadir = $(datadir)/@PACKAGE@
106
 
pkgincludedir = $(includedir)/@PACKAGE@
107
 
pkglibdir = $(libdir)/@PACKAGE@
108
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
109
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
110
 
install_sh_DATA = $(install_sh) -c -m 644
111
 
install_sh_PROGRAM = $(install_sh) -c
112
 
install_sh_SCRIPT = $(install_sh) -c
113
 
INSTALL_HEADER = $(INSTALL_DATA)
114
 
transform = $(program_transform_name)
115
 
NORMAL_INSTALL = :
116
 
PRE_INSTALL = :
117
 
POST_INSTALL = :
118
 
NORMAL_UNINSTALL = :
119
 
PRE_UNINSTALL = :
120
 
POST_UNINSTALL = :
121
 
subdir = source/man/man1
122
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
123
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
124
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
125
 
        $(ACLOCAL_M4)
126
 
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
127
 
mkinstalldirs = $(install_sh) -d
128
 
CONFIG_CLEAN_FILES =
129
 
CONFIG_CLEAN_VPATH_FILES =
130
 
AM_V_P = $(am__v_P_@AM_V@)
131
 
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
132
 
am__v_P_0 = false
133
 
am__v_P_1 = :
134
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
135
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
136
 
am__v_GEN_0 = @echo "  GEN     " $@;
137
 
am__v_GEN_1 = 
138
 
AM_V_at = $(am__v_at_@AM_V@)
139
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
140
 
am__v_at_0 = @
141
 
am__v_at_1 = 
142
 
SOURCES =
143
 
DIST_SOURCES =
144
 
am__can_run_installinfo = \
145
 
  case $$AM_UPDATE_INFO_DIR in \
146
 
    n|no|NO) false;; \
147
 
    *) (install-info --version) >/dev/null 2>&1;; \
148
 
  esac
149
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
150
 
am__vpath_adj = case $$p in \
151
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
152
 
    *) f=$$p;; \
153
 
  esac;
154
 
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
155
 
am__install_max = 40
156
 
am__nobase_strip_setup = \
157
 
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
158
 
am__nobase_strip = \
159
 
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
160
 
am__nobase_list = $(am__nobase_strip_setup); \
161
 
  for p in $$list; do echo "$$p $$p"; done | \
162
 
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
163
 
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
164
 
    if (++n[$$2] == $(am__install_max)) \
165
 
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
166
 
    END { for (dir in files) print dir, files[dir] }'
167
 
am__base_list = \
168
 
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
169
 
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
170
 
am__uninstall_files_from_dir = { \
171
 
  test -z "$$files" \
172
 
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
173
 
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
174
 
         $(am__cd) "$$dir" && rm -f $$files; }; \
175
 
  }
176
 
man1dir = $(mandir)/man1
177
 
am__installdirs = "$(DESTDIR)$(man1dir)"
178
 
NROFF = nroff
179
 
MANS = $(man_MANS)
180
 
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
181
 
am__DIST_COMMON = $(srcdir)/Makefile.in
182
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
183
 
ACLOCAL = @ACLOCAL@
184
 
AMTAR = @AMTAR@
185
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
186
 
AUTOCONF = @AUTOCONF@
187
 
AUTOHEADER = @AUTOHEADER@
188
 
AUTOMAKE = @AUTOMAKE@
189
 
AWK = @AWK@
190
 
BASH = @BASH@
191
 
CYGPATH_W = @CYGPATH_W@
192
 
DEFS = @DEFS@
193
 
ECHO_C = @ECHO_C@
194
 
ECHO_N = @ECHO_N@
195
 
ECHO_T = @ECHO_T@
196
 
GETOPT = @GETOPT@
197
 
INSTALL = @INSTALL@
198
 
INSTALL_DATA = @INSTALL_DATA@
199
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
200
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
201
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
202
 
LIBOBJS = @LIBOBJS@
203
 
LIBS = @LIBS@
204
 
LTLIBOBJS = @LTLIBOBJS@
205
 
MAKEINFO = @MAKEINFO@
206
 
MKDIR_P = @MKDIR_P@
207
 
PACKAGE = @PACKAGE@
208
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
209
 
PACKAGE_NAME = @PACKAGE_NAME@
210
 
PACKAGE_STRING = @PACKAGE_STRING@
211
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
212
 
PACKAGE_URL = @PACKAGE_URL@
213
 
PACKAGE_VERSION = @PACKAGE_VERSION@
214
 
PATH_SEPARATOR = @PATH_SEPARATOR@
215
 
SED = @SED@
216
 
SET_MAKE = @SET_MAKE@
217
 
SHELL = @SHELL@
218
 
STRIP = @STRIP@
219
 
TAR = @TAR@
220
 
TXT2MAN = @TXT2MAN@
221
 
TXT2MANWRAP = @TXT2MANWRAP@
222
 
VERSION = @VERSION@
223
 
abs_builddir = @abs_builddir@
224
 
abs_srcdir = @abs_srcdir@
225
 
abs_top_builddir = @abs_top_builddir@
226
 
abs_top_srcdir = @abs_top_srcdir@
227
 
am__leading_dot = @am__leading_dot@
228
 
am__tar = @am__tar@
229
 
am__untar = @am__untar@
230
 
bindir = @bindir@
231
 
build_alias = @build_alias@
232
 
builddir = @builddir@
233
 
datadir = @datadir@
234
 
datarootdir = @datarootdir@
235
 
docdir = @docdir@
236
 
dvidir = @dvidir@
237
 
edit = @edit@
238
 
exec_prefix = @exec_prefix@
239
 
host_alias = @host_alias@
240
 
htmldir = @htmldir@
241
 
includedir = @includedir@
242
 
infodir = @infodir@
243
 
install_sh = @install_sh@
244
 
libdir = @libdir@
245
 
libexecdir = @libexecdir@
246
 
localedir = @localedir@
247
 
localstatedir = @localstatedir@
248
 
mandir = @mandir@
249
 
mkdir_p = @mkdir_p@
250
 
oldincludedir = @oldincludedir@
251
 
pdfdir = @pdfdir@
252
 
pkgversion = @pkgversion@
253
 
prefix = @prefix@
254
 
program_transform_name = @program_transform_name@
255
 
psdir = @psdir@
256
 
runstatedir = @runstatedir@
257
 
sbindir = @sbindir@
258
 
sharedstatedir = @sharedstatedir@
259
 
srcdir = @srcdir@
260
 
sysconfdir = @sysconfdir@
261
 
target_alias = @target_alias@
262
 
top_build_prefix = @top_build_prefix@
263
 
top_builddir = @top_builddir@
264
 
top_srcdir = @top_srcdir@
265
 
man_MANS = wutconv.1
266
 
EXTRA_DIST = $(srcdir)/wutconv.1.man.in
267
 
CLEANFILES = *.tmp wutconv.1
268
 
all: all-am
269
 
 
270
 
.SUFFIXES:
271
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
272
 
        @for dep in $?; do \
273
 
          case '$(am__configure_deps)' in \
274
 
            *$$dep*) \
275
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
276
 
                && { if test -f $@; then exit 0; else break; fi; }; \
277
 
              exit 1;; \
278
 
          esac; \
279
 
        done; \
280
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu source/man/man1/Makefile'; \
281
 
        $(am__cd) $(top_srcdir) && \
282
 
          $(AUTOMAKE) --gnu source/man/man1/Makefile
283
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
284
 
        @case '$?' in \
285
 
          *config.status*) \
286
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
287
 
          *) \
288
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
289
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
290
 
        esac;
291
 
 
292
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
293
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
294
 
 
295
 
$(top_srcdir)/configure:  $(am__configure_deps)
296
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
297
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
298
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
299
 
$(am__aclocal_m4_deps):
300
 
install-man1: $(man_MANS)
301
 
        @$(NORMAL_INSTALL)
302
 
        @list1=''; \
303
 
        list2='$(man_MANS)'; \
304
 
        test -n "$(man1dir)" \
305
 
          && test -n "`echo $$list1$$list2`" \
306
 
          || exit 0; \
307
 
        echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
308
 
        $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
309
 
        { for i in $$list1; do echo "$$i"; done;  \
310
 
        if test -n "$$list2"; then \
311
 
          for i in $$list2; do echo "$$i"; done \
312
 
            | sed -n '/\.1[a-z]*$$/p'; \
313
 
        fi; \
314
 
        } | while read p; do \
315
 
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
316
 
          echo "$$d$$p"; echo "$$p"; \
317
 
        done | \
318
 
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
319
 
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
320
 
        sed 'N;N;s,\n, ,g' | { \
321
 
        list=; while read file base inst; do \
322
 
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
323
 
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
324
 
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
325
 
          fi; \
326
 
        done; \
327
 
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
328
 
        while read files; do \
329
 
          test -z "$$files" || { \
330
 
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
331
 
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
332
 
        done; }
333
 
 
334
 
uninstall-man1:
335
 
        @$(NORMAL_UNINSTALL)
336
 
        @list=''; test -n "$(man1dir)" || exit 0; \
337
 
        files=`{ for i in $$list; do echo "$$i"; done; \
338
 
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
339
 
          sed -n '/\.1[a-z]*$$/p'; \
340
 
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
341
 
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
342
 
        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
343
 
tags TAGS:
344
 
 
345
 
ctags CTAGS:
346
 
 
347
 
cscope cscopelist:
348
 
 
349
 
 
350
 
distdir: $(DISTFILES)
351
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
352
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
353
 
        list='$(DISTFILES)'; \
354
 
          dist_files=`for file in $$list; do echo $$file; done | \
355
 
          sed -e "s|^$$srcdirstrip/||;t" \
356
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
357
 
        case $$dist_files in \
358
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
359
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
360
 
                           sort -u` ;; \
361
 
        esac; \
362
 
        for file in $$dist_files; do \
363
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
364
 
          if test -d $$d/$$file; then \
365
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
366
 
            if test -d "$(distdir)/$$file"; then \
367
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
368
 
            fi; \
369
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
370
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
371
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
372
 
            fi; \
373
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
374
 
          else \
375
 
            test -f "$(distdir)/$$file" \
376
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
377
 
            || exit 1; \
378
 
          fi; \
379
 
        done
380
 
check-am: all-am
381
 
check: check-am
382
 
all-am: Makefile $(MANS)
383
 
installdirs:
384
 
        for dir in "$(DESTDIR)$(man1dir)"; do \
385
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
386
 
        done
387
 
install: install-am
388
 
install-exec: install-exec-am
389
 
install-data: install-data-am
390
 
uninstall: uninstall-am
391
 
 
392
 
install-am: all-am
393
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
394
 
 
395
 
installcheck: installcheck-am
396
 
install-strip:
397
 
        if test -z '$(STRIP)'; then \
398
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
399
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
400
 
              install; \
401
 
        else \
402
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
403
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
404
 
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
405
 
        fi
406
 
mostlyclean-generic:
407
 
 
408
 
clean-generic:
409
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
410
 
 
411
 
distclean-generic:
412
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
413
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
414
 
 
415
 
maintainer-clean-generic:
416
 
        @echo "This command is intended for maintainers to use"
417
 
        @echo "it deletes files that may require special tools to rebuild."
418
 
clean: clean-am
419
 
 
420
 
clean-am: clean-generic mostlyclean-am
421
 
 
422
 
distclean: distclean-am
423
 
        -rm -f Makefile
424
 
distclean-am: clean-am distclean-generic
425
 
 
426
 
dvi: dvi-am
427
 
 
428
 
dvi-am:
429
 
 
430
 
html: html-am
431
 
 
432
 
html-am:
433
 
 
434
 
info: info-am
435
 
 
436
 
info-am:
437
 
 
438
 
install-data-am: install-man
439
 
 
440
 
install-dvi: install-dvi-am
441
 
 
442
 
install-dvi-am:
443
 
 
444
 
install-exec-am:
445
 
 
446
 
install-html: install-html-am
447
 
 
448
 
install-html-am:
449
 
 
450
 
install-info: install-info-am
451
 
 
452
 
install-info-am:
453
 
 
454
 
install-man: install-man1
455
 
 
456
 
install-pdf: install-pdf-am
457
 
 
458
 
install-pdf-am:
459
 
 
460
 
install-ps: install-ps-am
461
 
 
462
 
install-ps-am:
463
 
 
464
 
installcheck-am:
465
 
 
466
 
maintainer-clean: maintainer-clean-am
467
 
        -rm -f Makefile
468
 
maintainer-clean-am: distclean-am maintainer-clean-generic
469
 
 
470
 
mostlyclean: mostlyclean-am
471
 
 
472
 
mostlyclean-am: mostlyclean-generic
473
 
 
474
 
pdf: pdf-am
475
 
 
476
 
pdf-am:
477
 
 
478
 
ps: ps-am
479
 
 
480
 
ps-am:
481
 
 
482
 
uninstall-am: uninstall-man
483
 
 
484
 
uninstall-man: uninstall-man1
485
 
 
486
 
.MAKE: install-am install-strip
487
 
 
488
 
.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
489
 
        ctags-am distclean distclean-generic distdir dvi dvi-am html \
490
 
        html-am info info-am install install-am install-data \
491
 
        install-data-am install-dvi install-dvi-am install-exec \
492
 
        install-exec-am install-html install-html-am install-info \
493
 
        install-info-am install-man install-man1 install-pdf \
494
 
        install-pdf-am install-ps install-ps-am install-strip \
495
 
        installcheck installcheck-am installdirs maintainer-clean \
496
 
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
497
 
        pdf-am ps ps-am tags-am uninstall uninstall-am uninstall-man \
498
 
        uninstall-man1
499
 
 
500
 
.PRECIOUS: Makefile
501
 
 
502
 
 
503
 
wutconv.1: Makefile
504
 
        mkdir -p $(@D)
505
 
        rm -f $@ $@.tmp
506
 
        $(edit) $(srcdir)/$(@F).man.in > $@.tmp
507
 
        targfile=$(@F); \
508
 
        if [[ $$targfile == *"."* ]]; then \
509
 
                if [[ $${targfile##*.} == "" ]]; then \
510
 
                        echo "Source file suffix used as section but empty."; \
511
 
                        exit 1; \
512
 
                else \
513
 
                        section=$${targfile##*.}; \
514
 
                fi; \
515
 
        else \
516
 
                echo "Source file suffix used as section but no dot & empty."; \
517
 
                exit 1; \
518
 
        fi; \
519
 
        txt2manwrap $(@F) $$section "Windows / Unix Text File Converter" \
520
 
                $@.tmp $@
521
 
        rm -f $@.tmp
522
 
 
523
 
wutconv.1: $(srcdir)/wutconv.1.man.in
524
 
 
525
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
526
 
# Otherwise a system limit (for SysV at least) may be exceeded.
527
 
.NOEXPORT: