~m-grant-prg/kernel-utils/trunk

« back to all changes in this revision

Viewing changes to src/prg/bash/Makefile.in

  • Committer: Mark Grant
  • Date: 2018-02-10 09:29:55 UTC
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: m.grant.prg@gmail.com-20180210092955-z6cj9uozproob0g1
Tags: upstream-1.0.9-4-gd7ec16c
ImportĀ upstreamĀ versionĀ 1.0.9-4-gd7ec16c

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