~ubuntu-branches/ubuntu/maverick/irssi/maverick

« back to all changes in this revision

Viewing changes to scripts/Makefile.in

  • Committer: Steve Langasek
  • Date: 2010-06-04 01:37:27 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: vorlon@debian.org-20100604013727-f5jyrj9nvnkvsdyw
mergeĀ upstreamĀ 0.8.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 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
36
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38
40
am__aclocal_m4_deps = $(top_srcdir)/curses.m4 \
39
 
        $(top_srcdir)/glib-2.0.m4 $(top_srcdir)/configure.in
 
41
        $(top_srcdir)/glib-2.0.m4 $(top_srcdir)/libtool.m4 \
 
42
        $(top_srcdir)/ltoptions.m4 $(top_srcdir)/ltsugar.m4 \
 
43
        $(top_srcdir)/ltversion.m4 $(top_srcdir)/lt~obsolete.m4 \
 
44
        $(top_srcdir)/configure.in
40
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41
46
        $(ACLOCAL_M4)
42
47
mkinstalldirs = $(install_sh) -d
43
48
CONFIG_HEADER = $(top_builddir)/irssi-config.h
44
49
CONFIG_CLEAN_FILES =
 
50
CONFIG_CLEAN_VPATH_FILES =
45
51
SOURCES =
46
52
DIST_SOURCES =
47
53
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
56
62
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
57
63
    *) f=$$p;; \
58
64
  esac;
59
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
65
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
66
am__install_max = 40
 
67
am__nobase_strip_setup = \
 
68
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
69
am__nobase_strip = \
 
70
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
71
am__nobase_list = $(am__nobase_strip_setup); \
 
72
  for p in $$list; do echo "$$p $$p"; done | \
 
73
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
74
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
75
    if (++n[$$2] == $(am__install_max)) \
 
76
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
77
    END { for (dir in files) print dir, files[dir] }'
 
78
am__base_list = \
 
79
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
80
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
60
81
am__installdirs = "$(DESTDIR)$(scriptdir)"
61
 
scriptDATA_INSTALL = $(INSTALL_DATA)
62
82
DATA = $(script_DATA)
63
83
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
64
84
  distclean-recursive maintainer-clean-recursive
 
85
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
86
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
87
        distdir
65
88
ETAGS = etags
66
89
CTAGS = ctags
67
90
DIST_SUBDIRS = $(SUBDIRS)
68
91
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
92
am__relativize = \
 
93
  dir0=`pwd`; \
 
94
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
95
  sed_rest='s,^[^/]*/*,,'; \
 
96
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
97
  sed_butlast='s,/*[^/]*$$,,'; \
 
98
  while test -n "$$dir1"; do \
 
99
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
100
    if test "$$first" != "."; then \
 
101
      if test "$$first" = ".."; then \
 
102
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
103
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
104
      else \
 
105
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
106
        if test "$$first2" = "$$first"; then \
 
107
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
108
        else \
 
109
          dir2="../$$dir2"; \
 
110
        fi; \
 
111
        dir0="$$dir0"/"$$first"; \
 
112
      fi; \
 
113
    fi; \
 
114
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
115
  done; \
 
116
  reldir="$$dir2"
69
117
ACLOCAL = @ACLOCAL@
70
118
AMTAR = @AMTAR@
71
119
AR = @AR@
83
131
CPPFLAGS = @CPPFLAGS@
84
132
CURSES_INCLUDEDIR = @CURSES_INCLUDEDIR@
85
133
CURSES_LIBS = @CURSES_LIBS@
86
 
CXX = @CXX@
87
 
CXXCPP = @CXXCPP@
88
 
CXXDEPMODE = @CXXDEPMODE@
89
 
CXXFLAGS = @CXXFLAGS@
90
134
CYGPATH_W = @CYGPATH_W@
91
135
DEFS = @DEFS@
92
136
DEPDIR = @DEPDIR@
93
137
DSYMUTIL = @DSYMUTIL@
94
 
ECHO = @ECHO@
 
138
DUMPBIN = @DUMPBIN@
95
139
ECHO_C = @ECHO_C@
96
140
ECHO_N = @ECHO_N@
97
141
ECHO_T = @ECHO_T@
98
142
EGREP = @EGREP@
99
143
EXEEXT = @EXEEXT@
100
 
F77 = @F77@
101
 
FFLAGS = @FFLAGS@
 
144
FGREP = @FGREP@
102
145
GLIB_CFLAGS = @GLIB_CFLAGS@
103
146
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
104
147
GLIB_LIBS = @GLIB_LIBS@
110
153
INSTALL_PROGRAM = @INSTALL_PROGRAM@
111
154
INSTALL_SCRIPT = @INSTALL_SCRIPT@
112
155
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
156
LD = @LD@
113
157
LDFLAGS = @LDFLAGS@
114
158
LIBOBJS = @LIBOBJS@
115
159
LIBS = @LIBS@
116
160
LIBTOOL = @LIBTOOL@
 
161
LIPO = @LIPO@
117
162
LN_S = @LN_S@
118
163
LTLIBOBJS = @LTLIBOBJS@
119
164
MAINT = @MAINT@
120
165
MAKEINFO = @MAKEINFO@
121
166
MKDIR_P = @MKDIR_P@
 
167
NM = @NM@
122
168
NMEDIT = @NMEDIT@
 
169
OBJDUMP = @OBJDUMP@
123
170
OBJEXT = @OBJEXT@
 
171
OTOOL = @OTOOL@
 
172
OTOOL64 = @OTOOL64@
124
173
PACKAGE = @PACKAGE@
125
174
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
126
175
PACKAGE_NAME = @PACKAGE_NAME@
127
176
PACKAGE_STRING = @PACKAGE_STRING@
128
177
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
178
PACKAGE_URL = @PACKAGE_URL@
129
179
PACKAGE_VERSION = @PACKAGE_VERSION@
130
180
PATH_SEPARATOR = @PATH_SEPARATOR@
131
181
PERL_CFLAGS = @PERL_CFLAGS@
153
203
abs_top_builddir = @abs_top_builddir@
154
204
abs_top_srcdir = @abs_top_srcdir@
155
205
ac_ct_CC = @ac_ct_CC@
156
 
ac_ct_CXX = @ac_ct_CXX@
157
 
ac_ct_F77 = @ac_ct_F77@
 
206
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
158
207
am__include = @am__include@
159
208
am__leading_dot = @am__leading_dot@
160
209
am__quote = @am__quote@
186
235
libexecdir = @libexecdir@
187
236
localedir = @localedir@
188
237
localstatedir = @localstatedir@
 
238
lt_ECHO = @lt_ECHO@
189
239
mandir = @mandir@
190
240
mkdir_p = @mkdir_p@
191
241
oldincludedir = @oldincludedir@
236
286
              exit 1;; \
237
287
          esac; \
238
288
        done; \
239
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  scripts/Makefile'; \
240
 
        cd $(top_srcdir) && \
241
 
          $(AUTOMAKE) --foreign  scripts/Makefile
 
289
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign scripts/Makefile'; \
 
290
        $(am__cd) $(top_srcdir) && \
 
291
          $(AUTOMAKE) --foreign scripts/Makefile
242
292
.PRECIOUS: Makefile
243
293
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
244
294
        @case '$?' in \
256
306
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257
307
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
258
308
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
309
$(am__aclocal_m4_deps):
259
310
 
260
311
mostlyclean-libtool:
261
312
        -rm -f *.lo
265
316
install-scriptDATA: $(script_DATA)
266
317
        @$(NORMAL_INSTALL)
267
318
        test -z "$(scriptdir)" || $(MKDIR_P) "$(DESTDIR)$(scriptdir)"
268
 
        @list='$(script_DATA)'; for p in $$list; do \
 
319
        @list='$(script_DATA)'; test -n "$(scriptdir)" || list=; \
 
320
        for p in $$list; do \
269
321
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
270
 
          f=$(am__strip_dir) \
271
 
          echo " $(scriptDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(scriptdir)/$$f'"; \
272
 
          $(scriptDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(scriptdir)/$$f"; \
 
322
          echo "$$d$$p"; \
 
323
        done | $(am__base_list) | \
 
324
        while read files; do \
 
325
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(scriptdir)'"; \
 
326
          $(INSTALL_DATA) $$files "$(DESTDIR)$(scriptdir)" || exit $$?; \
273
327
        done
274
328
 
275
329
uninstall-scriptDATA:
276
330
        @$(NORMAL_UNINSTALL)
277
 
        @list='$(script_DATA)'; for p in $$list; do \
278
 
          f=$(am__strip_dir) \
279
 
          echo " rm -f '$(DESTDIR)$(scriptdir)/$$f'"; \
280
 
          rm -f "$(DESTDIR)$(scriptdir)/$$f"; \
281
 
        done
 
331
        @list='$(script_DATA)'; test -n "$(scriptdir)" || list=; \
 
332
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
333
        test -n "$$files" || exit 0; \
 
334
        echo " ( cd '$(DESTDIR)$(scriptdir)' && rm -f" $$files ")"; \
 
335
        cd "$(DESTDIR)$(scriptdir)" && rm -f $$files
282
336
 
283
337
# This directory's subdirectories are mostly independent; you can cd
284
338
# into them and run `make' without going through this Makefile.
287
341
#     (which will cause the Makefiles to be regenerated when you run `make');
288
342
# (2) otherwise, pass the desired values on the `make' command line.
289
343
$(RECURSIVE_TARGETS):
290
 
        @failcom='exit 1'; \
 
344
        @fail= failcom='exit 1'; \
291
345
        for f in x $$MAKEFLAGS; do \
292
346
          case $$f in \
293
347
            *=* | --[!k]*);; \
304
358
          else \
305
359
            local_target="$$target"; \
306
360
          fi; \
307
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
361
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
308
362
          || eval $$failcom; \
309
363
        done; \
310
364
        if test "$$dot_seen" = "no"; then \
312
366
        fi; test -z "$$fail"
313
367
 
314
368
$(RECURSIVE_CLEAN_TARGETS):
315
 
        @failcom='exit 1'; \
 
369
        @fail= failcom='exit 1'; \
316
370
        for f in x $$MAKEFLAGS; do \
317
371
          case $$f in \
318
372
            *=* | --[!k]*);; \
338
392
          else \
339
393
            local_target="$$target"; \
340
394
          fi; \
341
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
395
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
342
396
          || eval $$failcom; \
343
397
        done && test -z "$$fail"
344
398
tags-recursive:
345
399
        list='$(SUBDIRS)'; for subdir in $$list; do \
346
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
400
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
347
401
        done
348
402
ctags-recursive:
349
403
        list='$(SUBDIRS)'; for subdir in $$list; do \
350
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
404
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
351
405
        done
352
406
 
353
407
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
362
416
 
363
417
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
364
418
                $(TAGS_FILES) $(LISP)
365
 
        tags=; \
 
419
        set x; \
366
420
        here=`pwd`; \
367
421
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
368
422
          include_option=--etags-include; \
374
428
        list='$(SUBDIRS)'; for subdir in $$list; do \
375
429
          if test "$$subdir" = .; then :; else \
376
430
            test ! -f $$subdir/TAGS || \
377
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
431
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
378
432
          fi; \
379
433
        done; \
380
434
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
383
437
          done | \
384
438
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
385
439
              END { if (nonempty) { for (i in files) print i; }; }'`; \
386
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
440
        shift; \
 
441
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
387
442
          test -n "$$unique" || unique=$$empty_fix; \
388
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
389
 
            $$tags $$unique; \
 
443
          if test $$# -gt 0; then \
 
444
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
445
              "$$@" $$unique; \
 
446
          else \
 
447
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
448
              $$unique; \
 
449
          fi; \
390
450
        fi
391
451
ctags: CTAGS
392
452
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
393
453
                $(TAGS_FILES) $(LISP)
394
 
        tags=; \
395
454
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
396
455
        unique=`for i in $$list; do \
397
456
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
398
457
          done | \
399
458
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
400
459
              END { if (nonempty) { for (i in files) print i; }; }'`; \
401
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
460
        test -z "$(CTAGS_ARGS)$$unique" \
402
461
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
403
 
             $$tags $$unique
 
462
             $$unique
404
463
 
405
464
GTAGS:
406
465
        here=`$(am__cd) $(top_builddir) && pwd` \
407
 
          && cd $(top_srcdir) \
408
 
          && gtags -i $(GTAGS_ARGS) $$here
 
466
          && $(am__cd) $(top_srcdir) \
 
467
          && gtags -i $(GTAGS_ARGS) "$$here"
409
468
 
410
469
distclean-tags:
411
470
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
426
485
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
427
486
          if test -d $$d/$$file; then \
428
487
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
488
            if test -d "$(distdir)/$$file"; then \
 
489
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
490
            fi; \
429
491
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
430
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
492
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
493
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
431
494
            fi; \
432
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
495
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
433
496
          else \
434
 
            test -f $(distdir)/$$file \
435
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
497
            test -f "$(distdir)/$$file" \
 
498
            || cp -p $$d/$$file "$(distdir)/$$file" \
436
499
            || exit 1; \
437
500
          fi; \
438
501
        done
439
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
502
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
440
503
          if test "$$subdir" = .; then :; else \
441
504
            test -d "$(distdir)/$$subdir" \
442
505
            || $(MKDIR_P) "$(distdir)/$$subdir" \
443
506
            || exit 1; \
444
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
445
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
446
 
            (cd $$subdir && \
 
507
          fi; \
 
508
        done
 
509
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
510
          if test "$$subdir" = .; then :; else \
 
511
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
512
            $(am__relativize); \
 
513
            new_distdir=$$reldir; \
 
514
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
515
            $(am__relativize); \
 
516
            new_top_distdir=$$reldir; \
 
517
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
518
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
519
            ($(am__cd) $$subdir && \
447
520
              $(MAKE) $(AM_MAKEFLAGS) \
448
 
                top_distdir="$$top_distdir" \
449
 
                distdir="$$distdir/$$subdir" \
 
521
                top_distdir="$$new_top_distdir" \
 
522
                distdir="$$new_distdir" \
450
523
                am__remove_distdir=: \
451
524
                am__skip_length_check=: \
 
525
                am__skip_mode_fix=: \
452
526
                distdir) \
453
527
              || exit 1; \
454
528
          fi; \
481
555
 
482
556
distclean-generic:
483
557
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
558
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
484
559
 
485
560
maintainer-clean-generic:
486
561
        @echo "This command is intended for maintainers to use"
499
574
 
500
575
html: html-recursive
501
576
 
 
577
html-am:
 
578
 
502
579
info: info-recursive
503
580
 
504
581
info-am:
507
584
 
508
585
install-dvi: install-dvi-recursive
509
586
 
 
587
install-dvi-am:
 
588
 
510
589
install-exec-am:
511
590
 
512
591
install-html: install-html-recursive
513
592
 
 
593
install-html-am:
 
594
 
514
595
install-info: install-info-recursive
515
596
 
 
597
install-info-am:
 
598
 
516
599
install-man:
517
600
 
518
601
install-pdf: install-pdf-recursive
519
602
 
 
603
install-pdf-am:
 
604
 
520
605
install-ps: install-ps-recursive
521
606
 
 
607
install-ps-am:
 
608
 
522
609
installcheck-am:
523
610
 
524
611
maintainer-clean: maintainer-clean-recursive
539
626
 
540
627
uninstall-am: uninstall-scriptDATA
541
628
 
542
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
543
 
        install-strip
 
629
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
630
        install-am install-strip tags-recursive
544
631
 
545
632
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
546
633
        all all-am check check-am clean clean-generic clean-libtool \
557
644
        tags tags-recursive uninstall uninstall-am \
558
645
        uninstall-scriptDATA
559
646
 
 
647
 
560
648
# Tell versions [3.59,3.63) of GNU make to not export all variables.
561
649
# Otherwise a system limit (for SysV at least) may be exceeded.
562
650
.NOEXPORT: