~ubuntu-branches/ubuntu/saucy/atool/saucy

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2011-08-17 07:51:06 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110817075106-8gd3c7fczf342nif
Tags: 0.38.0-1
* New upstream release:
  - remove all Debian patches (they have been applied upstream)
* Add empty build-arch and build-indep targets in debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
45
47
 configure.lineno config.status.lineno
46
48
mkinstalldirs = $(install_sh) -d
47
49
CONFIG_CLEAN_FILES = atool.1 atool.spec
 
50
CONFIG_CLEAN_VPATH_FILES =
 
51
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
52
am__vpath_adj = case $$p in \
 
53
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
54
    *) f=$$p;; \
 
55
  esac;
 
56
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
57
am__install_max = 40
 
58
am__nobase_strip_setup = \
 
59
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
60
am__nobase_strip = \
 
61
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
62
am__nobase_list = $(am__nobase_strip_setup); \
 
63
  for p in $$list; do echo "$$p $$p"; done | \
 
64
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
65
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
66
    if (++n[$$2] == $(am__install_max)) \
 
67
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
68
    END { for (dir in files) print dir, files[dir] }'
 
69
am__base_list = \
 
70
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
71
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
48
72
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
49
 
dist_binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
50
73
SCRIPTS = $(dist_bin_SCRIPTS)
51
74
SOURCES =
52
75
DIST_SOURCES =
57
80
distdir = $(PACKAGE)-$(VERSION)
58
81
top_distdir = $(distdir)
59
82
am__remove_distdir = \
60
 
  { test ! -d $(distdir) \
61
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
62
 
         && rm -fr $(distdir); }; }
 
83
  { test ! -d "$(distdir)" \
 
84
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
85
         && rm -fr "$(distdir)"; }; }
63
86
DIST_ARCHIVES = $(distdir).tar.gz
64
87
GZIP_ENV = --best
65
88
distuninstallcheck_listfiles = find . -type f -print
91
114
PACKAGE_NAME = @PACKAGE_NAME@
92
115
PACKAGE_STRING = @PACKAGE_STRING@
93
116
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
117
PACKAGE_URL = @PACKAGE_URL@
94
118
PACKAGE_VERSION = @PACKAGE_VERSION@
95
119
PATH_SEPARATOR = @PATH_SEPARATOR@
96
120
PERL = @PERL@
138
162
srcdir = @srcdir@
139
163
sysconfdir = @sysconfdir@
140
164
target_alias = @target_alias@
 
165
top_build_prefix = @top_build_prefix@
141
166
top_builddir = @top_builddir@
142
167
top_srcdir = @top_srcdir@
143
168
ACLOCAL_AMFLAGS = -I m4
159
184
        @for dep in $?; do \
160
185
          case '$(am__configure_deps)' in \
161
186
            *$$dep*) \
162
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
163
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
187
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
188
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
164
189
                && exit 0; \
165
190
              exit 1;; \
166
191
          esac; \
167
192
        done; \
168
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
169
 
        cd $(top_srcdir) && \
170
 
          $(AUTOMAKE) --gnu  Makefile
 
193
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
194
        $(am__cd) $(top_srcdir) && \
 
195
          $(AUTOMAKE) --gnu Makefile
171
196
.PRECIOUS: Makefile
172
197
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
173
198
        @case '$?' in \
183
208
        $(SHELL) ./config.status --recheck
184
209
 
185
210
$(top_srcdir)/configure:  $(am__configure_deps)
186
 
        cd $(srcdir) && $(AUTOCONF)
 
211
        $(am__cd) $(srcdir) && $(AUTOCONF)
187
212
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
188
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
213
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
214
$(am__aclocal_m4_deps):
189
215
atool.1: $(top_builddir)/config.status $(srcdir)/atool.1.in
190
216
        cd $(top_builddir) && $(SHELL) ./config.status $@
191
217
atool.spec: $(top_builddir)/config.status $(srcdir)/atool.spec.in
193
219
install-dist_binSCRIPTS: $(dist_bin_SCRIPTS)
194
220
        @$(NORMAL_INSTALL)
195
221
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
196
 
        @list='$(dist_bin_SCRIPTS)'; for p in $$list; do \
 
222
        @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
 
223
        for p in $$list; do \
197
224
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
198
 
          if test -f $$d$$p; then \
199
 
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
200
 
            echo " $(dist_binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
201
 
            $(dist_binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
202
 
          else :; fi; \
203
 
        done
 
225
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
 
226
        done | \
 
227
        sed -e 'p;s,.*/,,;n' \
 
228
            -e 'h;s|.*|.|' \
 
229
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
 
230
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
 
231
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
232
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
 
233
              if (++n[d] == $(am__install_max)) { \
 
234
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
 
235
            else { print "f", d "/" $$4, $$1 } } \
 
236
          END { for (d in files) print "f", d, files[d] }' | \
 
237
        while read type dir files; do \
 
238
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
239
             test -z "$$files" || { \
 
240
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
241
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
242
             } \
 
243
        ; done
204
244
 
205
245
uninstall-dist_binSCRIPTS:
206
246
        @$(NORMAL_UNINSTALL)
207
 
        @list='$(dist_bin_SCRIPTS)'; for p in $$list; do \
208
 
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
209
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
210
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
211
 
        done
212
 
install-man1: $(man1_MANS) $(man_MANS)
 
247
        @list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
 
248
        files=`for p in $$list; do echo "$$p"; done | \
 
249
               sed -e 's,.*/,,;$(transform)'`; \
 
250
        test -n "$$list" || exit 0; \
 
251
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
252
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
 
253
install-man1: $(man_MANS)
213
254
        @$(NORMAL_INSTALL)
214
255
        test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
215
 
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
216
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
217
 
        for i in $$l2; do \
218
 
          case "$$i" in \
219
 
            *.1*) list="$$list $$i" ;; \
220
 
          esac; \
 
256
        @list=''; test -n "$(man1dir)" || exit 0; \
 
257
        { for i in $$list; do echo "$$i"; done; \
 
258
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
259
          sed -n '/\.1[a-z]*$$/p'; \
 
260
        } | while read p; do \
 
261
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
262
          echo "$$d$$p"; echo "$$p"; \
 
263
        done | \
 
264
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
 
265
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
 
266
        sed 'N;N;s,\n, ,g' | { \
 
267
        list=; while read file base inst; do \
 
268
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
 
269
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
 
270
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
 
271
          fi; \
221
272
        done; \
222
 
        for i in $$list; do \
223
 
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
224
 
          else file=$$i; fi; \
225
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
226
 
          case "$$ext" in \
227
 
            1*) ;; \
228
 
            *) ext='1' ;; \
229
 
          esac; \
230
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
231
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
232
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
233
 
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
234
 
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst"; \
235
 
        done
 
273
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
 
274
        while read files; do \
 
275
          test -z "$$files" || { \
 
276
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
 
277
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
 
278
        done; }
 
279
 
236
280
uninstall-man1:
237
281
        @$(NORMAL_UNINSTALL)
238
 
        @list='$(man1_MANS) $(dist_man1_MANS) $(nodist_man1_MANS)'; \
239
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
240
 
        for i in $$l2; do \
241
 
          case "$$i" in \
242
 
            *.1*) list="$$list $$i" ;; \
243
 
          esac; \
244
 
        done; \
245
 
        for i in $$list; do \
246
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
247
 
          case "$$ext" in \
248
 
            1*) ;; \
249
 
            *) ext='1' ;; \
250
 
          esac; \
251
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
252
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
253
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
254
 
          echo " rm -f '$(DESTDIR)$(man1dir)/$$inst'"; \
255
 
          rm -f "$(DESTDIR)$(man1dir)/$$inst"; \
256
 
        done
 
282
        @list=''; test -n "$(man1dir)" || exit 0; \
 
283
        files=`{ for i in $$list; do echo "$$i"; done; \
 
284
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
 
285
          sed -n '/\.1[a-z]*$$/p'; \
 
286
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
 
287
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
 
288
        test -z "$$files" || { \
 
289
          echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
 
290
          cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
257
291
tags: TAGS
258
292
TAGS:
259
293
 
262
296
 
263
297
 
264
298
distdir: $(DISTFILES)
 
299
        @list='$(MANS)'; if test -n "$$list"; then \
 
300
          list=`for p in $$list; do \
 
301
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
 
302
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
 
303
          if test -n "$$list" && \
 
304
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
 
305
            echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
 
306
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
 
307
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
 
308
            echo "       typically \`make maintainer-clean' will remove them" >&2; \
 
309
            exit 1; \
 
310
          else :; fi; \
 
311
        else :; fi
265
312
        $(am__remove_distdir)
266
 
        test -d $(distdir) || mkdir $(distdir)
 
313
        test -d "$(distdir)" || mkdir "$(distdir)"
267
314
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
268
315
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
269
316
        list='$(DISTFILES)'; \
279
326
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
280
327
          if test -d $$d/$$file; then \
281
328
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
329
            if test -d "$(distdir)/$$file"; then \
 
330
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
331
            fi; \
282
332
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
283
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
333
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
334
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
284
335
            fi; \
285
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
336
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
286
337
          else \
287
 
            test -f $(distdir)/$$file \
288
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
338
            test -f "$(distdir)/$$file" \
 
339
            || cp -p $$d/$$file "$(distdir)/$$file" \
289
340
            || exit 1; \
290
341
          fi; \
291
342
        done
292
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
343
        -test -n "$(am__skip_mode_fix)" \
 
344
        || find "$(distdir)" -type d ! -perm -755 \
 
345
                -exec chmod u+rwx,go+rx {} \; -o \
293
346
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
294
347
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
295
348
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
296
 
        || chmod -R a+r $(distdir)
 
349
        || chmod -R a+r "$(distdir)"
297
350
dist-gzip: distdir
298
351
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
299
352
        $(am__remove_distdir)
306
359
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
307
360
        $(am__remove_distdir)
308
361
 
 
362
dist-xz: distdir
 
363
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
364
        $(am__remove_distdir)
 
365
 
309
366
dist-tarZ: distdir
310
367
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
311
368
        $(am__remove_distdir)
329
386
distcheck: dist
330
387
        case '$(DIST_ARCHIVES)' in \
331
388
        *.tar.gz*) \
332
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
389
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
333
390
        *.tar.bz2*) \
334
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
391
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
335
392
        *.tar.lzma*) \
336
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
393
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
394
        *.tar.xz*) \
 
395
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
337
396
        *.tar.Z*) \
338
397
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
339
398
        *.shar.gz*) \
340
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
399
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
341
400
        *.zip*) \
342
401
          unzip $(distdir).zip ;;\
343
402
        esac
345
404
        mkdir $(distdir)/_build
346
405
        mkdir $(distdir)/_inst
347
406
        chmod a-w $(distdir)
 
407
        test -d $(distdir)/_build || exit 0; \
348
408
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
349
409
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
350
 
          && cd $(distdir)/_build \
 
410
          && am__cwd=`pwd` \
 
411
          && $(am__cd) $(distdir)/_build \
351
412
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
352
413
            $(DISTCHECK_CONFIGURE_FLAGS) \
353
414
          && $(MAKE) $(AM_MAKEFLAGS) \
369
430
          && rm -rf "$$dc_destdir" \
370
431
          && $(MAKE) $(AM_MAKEFLAGS) dist \
371
432
          && rm -rf $(DIST_ARCHIVES) \
372
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
433
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
434
          && cd "$$am__cwd" \
 
435
          || exit 1
373
436
        $(am__remove_distdir)
374
437
        @(echo "$(distdir) archives ready for distribution: "; \
375
438
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
376
439
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
377
440
distuninstallcheck:
378
 
        @cd $(distuninstallcheck_dir) \
 
441
        @$(am__cd) '$(distuninstallcheck_dir)' \
379
442
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
380
443
           || { echo "ERROR: files left after uninstall:" ; \
381
444
                if test -n "$(DESTDIR)"; then \
419
482
 
420
483
distclean-generic:
421
484
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
485
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
422
486
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
423
487
 
424
488
maintainer-clean-generic:
440
504
 
441
505
html: html-am
442
506
 
 
507
html-am:
 
508
 
443
509
info: info-am
444
510
 
445
511
info-am:
448
514
 
449
515
install-dvi: install-dvi-am
450
516
 
 
517
install-dvi-am:
 
518
 
451
519
install-exec-am: install-dist_binSCRIPTS install-exec-local
452
520
 
453
521
install-html: install-html-am
454
522
 
 
523
install-html-am:
 
524
 
455
525
install-info: install-info-am
456
526
 
 
527
install-info-am:
 
528
 
457
529
install-man: install-man1
458
530
 
459
531
install-pdf: install-pdf-am
460
532
 
 
533
install-pdf-am:
 
534
 
461
535
install-ps: install-ps-am
462
536
 
 
537
install-ps-am:
 
538
 
463
539
installcheck-am:
464
540
 
465
541
maintainer-clean: maintainer-clean-am
488
564
 
489
565
.PHONY: all all-am all-local am--refresh check check-am clean \
490
566
        clean-generic dist dist-all dist-bzip2 dist-gzip dist-lzma \
491
 
        dist-shar dist-tarZ dist-zip distcheck distclean \
 
567
        dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
492
568
        distclean-generic distcleancheck distdir distuninstallcheck \
493
569
        dvi dvi-am html html-am info info-am install install-am \
494
570
        install-data install-data-am install-dist_binSCRIPTS \
505
581
.PHONY: debian rpm
506
582
 
507
583
$(script_stamp_files): .%-stamp: % $(srcdir)/configure.ac
508
 
        touch $(notdir $<)
509
 
        sed -r "1~s|[^ ]*|$(PERL_SHEBANG)|;/^\\$$::SYSCONFDIR = /s|'.*'|'$(SYSCONFDIR)'|;/^\\$$::PACKAGE = /s/'.*'/'$(PACKAGE)'/;/^\\$$::VERSION = /s/'.*'/'$(PACKAGE_VERSION)'/;/^\\$$::BUG_EMAIL = /s/'.*'/'$(PACKAGE_BUGREPORT)'/" < $< > $(notdir $<.tmp) \
510
 
          && mv $(notdir $<) .$(notdir $<-old) \
511
 
          && mv $(notdir $<.tmp) $(notdir $<)
512
 
        chmod a+x $(notdir $<)
 
584
        touch `basename "$<"`
 
585
        sed "1s|[^ ]*|$(PERL_SHEBANG)|;/^\\$$::SYSCONFDIR = /s|'.*'|'$(SYSCONFDIR)'|;/^\\$$::PACKAGE = /s/'.*'/'$(PACKAGE)'/;/^\\$$::VERSION = /s/'.*'/'$(PACKAGE_VERSION)'/;/^\\$$::BUG_EMAIL = /s/'.*'/'$(PACKAGE_BUGREPORT)'/" < $< > `basename $<.tmp` \
 
586
          && mv `basename "$<"` .`basename "$<-old"` \
 
587
          && mv `basename "$<.tmp"` `basename "$<"`
 
588
        chmod a+x `basename "$<"`
513
589
        touch $@
514
590
 
515
591
all-local: $(script_stamp_files)
537
613
            rm $(DESTDIR)$(mandir)/man1/$$f.1; \
538
614
          fi; \
539
615
        done
 
616
 
540
617
# Tell versions [3.59,3.63) of GNU make to not export all variables.
541
618
# Otherwise a system limit (for SysV at least) may be exceeded.
542
619
.NOEXPORT: