~ubuntu-branches/ubuntu/maverick/xchat/maverick

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Lorenzo De Liso
  • Date: 2010-06-21 22:47:10 UTC
  • mfrom: (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100621224710-9t1iyiglri330pss
Tags: 2.8.8-1ubuntu1
* Merge from debian unstable (LP: #597042), remaining changes:
  - debian/patches:
    + series: Refreshed.
    + 01_serverlist.patch: Numerous changes to default serverlist.
    + 02_ubuntu_default_server.patch: select "Ubuntu servers" by default.
    + 37_lpi.patch: Add launchpad integration.
    + 38_autoconf.patch: Autoconf modifications for launchpad integration.
    + 45_brand_ctcp_version.patch: Add Ubuntu brand to CTCP version response.
    + 70_notification_strings_shorten.patch: Shorten notification strings.
  - debian/control:
    + Build-depend on libgtk2.0-dev (>= 2.10.0).
    + Build-depend on liblaunchpad-integration-dev.
    + Remove conflict/replaces on xchat-gnome.
    + Updated Maintainer field to match Ubuntu Developers.
  - debian/rules:
    + Make build independent of the python version.
  - debian/patches/45_ctcp_version_less_information.dpatch: 
    + Renamed to debian/patches/45_brand_ctcp_version.patch
    + Added short description.
* Converted all patches to quilt, as in debian quilt has been
  adopted, all old dpatch patches have been renamed with the 
  *.patch extension.
* Dropped changes:
  - 71_notification_icon_change.patch: can't be applied

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 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  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.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
41
43
mkinstalldirs = $(install_sh) -d
42
44
CONFIG_HEADER = $(top_builddir)/config.h
43
45
CONFIG_CLEAN_FILES =
 
46
CONFIG_CLEAN_VPATH_FILES =
44
47
SOURCES =
45
48
DIST_SOURCES =
46
49
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
52
55
        ps-recursive uninstall-recursive
53
56
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
54
57
  distclean-recursive maintainer-clean-recursive
 
58
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
59
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
60
        distdir
55
61
ETAGS = etags
56
62
CTAGS = ctags
57
63
DIST_SUBDIRS = pixmaps common fe-gtk fe-text
58
64
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
65
am__relativize = \
 
66
  dir0=`pwd`; \
 
67
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
68
  sed_rest='s,^[^/]*/*,,'; \
 
69
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
70
  sed_butlast='s,/*[^/]*$$,,'; \
 
71
  while test -n "$$dir1"; do \
 
72
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
73
    if test "$$first" != "."; then \
 
74
      if test "$$first" = ".."; then \
 
75
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
76
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
77
      else \
 
78
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
79
        if test "$$first2" = "$$first"; then \
 
80
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
81
        else \
 
82
          dir2="../$$dir2"; \
 
83
        fi; \
 
84
        dir0="$$dir0"/"$$first"; \
 
85
      fi; \
 
86
    fi; \
 
87
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
88
  done; \
 
89
  reldir="$$dir2"
59
90
ACLOCAL = @ACLOCAL@
60
91
ALLOCA = @ALLOCA@
61
92
AMTAR = @AMTAR@
77
108
COMMON_LIBS = @COMMON_LIBS@
78
109
CPP = @CPP@
79
110
CPPFLAGS = @CPPFLAGS@
80
 
CXX = @CXX@
81
 
CXXCPP = @CXXCPP@
82
 
CXXDEPMODE = @CXXDEPMODE@
83
 
CXXFLAGS = @CXXFLAGS@
84
111
CYGPATH_W = @CYGPATH_W@
85
112
DATADIR = @DATADIR@
86
113
DATADIRNAME = @DATADIRNAME@
90
117
DBUS_SERVICES_DIR = @DBUS_SERVICES_DIR@
91
118
DEFS = @DEFS@
92
119
DEPDIR = @DEPDIR@
93
 
ECHO = @ECHO@
 
120
DSYMUTIL = @DSYMUTIL@
 
121
DUMPBIN = @DUMPBIN@
94
122
ECHO_C = @ECHO_C@
95
123
ECHO_N = @ECHO_N@
96
124
ECHO_T = @ECHO_T@
97
125
EGREP = @EGREP@
98
126
EXEEXT = @EXEEXT@
99
 
F77 = @F77@
100
 
FFLAGS = @FFLAGS@
 
127
FGREP = @FGREP@
101
128
GCONFTOOL = @GCONFTOOL@
102
129
GENCAT = @GENCAT@
 
130
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
103
131
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
104
132
GLIBC2 = @GLIBC2@
105
133
GLIBC21 = @GLIBC21@
133
161
INTLOBJS = @INTLOBJS@
134
162
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
135
163
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
164
LD = @LD@
136
165
LDFLAGS = @LDFLAGS@
137
166
LIBICONV = @LIBICONV@
138
167
LIBINTL = @LIBINTL@
139
168
LIBMULTITHREAD = @LIBMULTITHREAD@
140
169
LIBOBJS = @LIBOBJS@
141
170
LIBPTH = @LIBPTH@
 
171
LIBPTH_PREFIX = @LIBPTH_PREFIX@
142
172
LIBS = @LIBS@
143
173
LIBSEXY_CFLAGS = @LIBSEXY_CFLAGS@
144
174
LIBSEXY_LIBS = @LIBSEXY_LIBS@
145
175
LIBTHREAD = @LIBTHREAD@
146
176
LIBTOOL = @LIBTOOL@
 
177
LIPO = @LIPO@
147
178
LN_S = @LN_S@
 
179
LTLIBC = @LTLIBC@
148
180
LTLIBICONV = @LTLIBICONV@
149
181
LTLIBINTL = @LTLIBINTL@
150
182
LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
157
189
MSGFMT = @MSGFMT@
158
190
MSGFMT_015 = @MSGFMT_015@
159
191
MSGMERGE = @MSGMERGE@
 
192
NM = @NM@
 
193
NMEDIT = @NMEDIT@
 
194
OBJDUMP = @OBJDUMP@
160
195
OBJEXT = @OBJEXT@
 
196
OTOOL = @OTOOL@
 
197
OTOOL64 = @OTOOL64@
161
198
PACKAGE = @PACKAGE@
162
199
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
163
200
PACKAGE_NAME = @PACKAGE_NAME@
164
201
PACKAGE_STRING = @PACKAGE_STRING@
165
202
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
203
PACKAGE_URL = @PACKAGE_URL@
166
204
PACKAGE_VERSION = @PACKAGE_VERSION@
167
205
PATH_SEPARATOR = @PATH_SEPARATOR@
168
206
PERL_CFLAGS = @PERL_CFLAGS@
183
221
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
184
222
USE_NLS = @USE_NLS@
185
223
VERSION = @VERSION@
 
224
WINDRES = @WINDRES@
 
225
WOE32 = @WOE32@
186
226
WOE32DLL = @WOE32DLL@
187
227
XGETTEXT = @XGETTEXT@
188
228
XGETTEXT_015 = @XGETTEXT_015@
 
229
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
189
230
abs_builddir = @abs_builddir@
190
231
abs_srcdir = @abs_srcdir@
191
232
abs_top_builddir = @abs_top_builddir@
192
233
abs_top_srcdir = @abs_top_srcdir@
193
234
ac_ct_CC = @ac_ct_CC@
194
 
ac_ct_CXX = @ac_ct_CXX@
195
 
ac_ct_F77 = @ac_ct_F77@
 
235
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
196
236
am__include = @am__include@
197
237
am__leading_dot = @am__leading_dot@
198
238
am__quote = @am__quote@
224
264
libexecdir = @libexecdir@
225
265
localedir = @localedir@
226
266
localstatedir = @localstatedir@
 
267
lt_ECHO = @lt_ECHO@
227
268
mandir = @mandir@
228
269
mkdir_p = @mkdir_p@
229
270
oldincludedir = @oldincludedir@
240
281
srcdir = @srcdir@
241
282
sysconfdir = @sysconfdir@
242
283
target_alias = @target_alias@
 
284
top_build_prefix = @top_build_prefix@
243
285
top_builddir = @top_builddir@
244
286
top_srcdir = @top_srcdir@
245
287
unamepath = @unamepath@
246
288
xchatlibdir = @xchatlibdir@
247
 
EXTRA_DIST = makefile.msc makeinc.msc fe-text/fe-text.c \
 
289
EXTRA_DIST = fe-text/fe-text.c \
248
290
        fe-text/README fe-text/fe-text.h version-script
249
291
 
250
292
@DO_TEXT_TRUE@text_fe = fe-text
257
299
        @for dep in $?; do \
258
300
          case '$(am__configure_deps)' in \
259
301
            *$$dep*) \
260
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
261
 
                && exit 0; \
 
302
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
303
                && { if test -f $@; then exit 0; else break; fi; }; \
262
304
              exit 1;; \
263
305
          esac; \
264
306
        done; \
265
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
266
 
        cd $(top_srcdir) && \
267
 
          $(AUTOMAKE) --foreign  src/Makefile
 
307
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
 
308
        $(am__cd) $(top_srcdir) && \
 
309
          $(AUTOMAKE) --foreign src/Makefile
268
310
.PRECIOUS: Makefile
269
311
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
270
312
        @case '$?' in \
282
324
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
283
325
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
284
326
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
327
$(am__aclocal_m4_deps):
285
328
 
286
329
mostlyclean-libtool:
287
330
        -rm -f *.lo
296
339
#     (which will cause the Makefiles to be regenerated when you run `make');
297
340
# (2) otherwise, pass the desired values on the `make' command line.
298
341
$(RECURSIVE_TARGETS):
299
 
        @failcom='exit 1'; \
 
342
        @fail= failcom='exit 1'; \
300
343
        for f in x $$MAKEFLAGS; do \
301
344
          case $$f in \
302
345
            *=* | --[!k]*);; \
313
356
          else \
314
357
            local_target="$$target"; \
315
358
          fi; \
316
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
359
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
317
360
          || eval $$failcom; \
318
361
        done; \
319
362
        if test "$$dot_seen" = "no"; then \
321
364
        fi; test -z "$$fail"
322
365
 
323
366
$(RECURSIVE_CLEAN_TARGETS):
324
 
        @failcom='exit 1'; \
 
367
        @fail= failcom='exit 1'; \
325
368
        for f in x $$MAKEFLAGS; do \
326
369
          case $$f in \
327
370
            *=* | --[!k]*);; \
347
390
          else \
348
391
            local_target="$$target"; \
349
392
          fi; \
350
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
393
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
351
394
          || eval $$failcom; \
352
395
        done && test -z "$$fail"
353
396
tags-recursive:
354
397
        list='$(SUBDIRS)'; for subdir in $$list; do \
355
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
398
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
356
399
        done
357
400
ctags-recursive:
358
401
        list='$(SUBDIRS)'; for subdir in $$list; do \
359
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
402
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
360
403
        done
361
404
 
362
405
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
364
407
        unique=`for i in $$list; do \
365
408
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366
409
          done | \
367
 
          $(AWK) '    { files[$$0] = 1; } \
368
 
               END { for (i in files) print i; }'`; \
 
410
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
411
              END { if (nonempty) { for (i in files) print i; }; }'`; \
369
412
        mkid -fID $$unique
370
413
tags: TAGS
371
414
 
372
415
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
373
416
                $(TAGS_FILES) $(LISP)
374
 
        tags=; \
 
417
        set x; \
375
418
        here=`pwd`; \
376
419
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
377
420
          include_option=--etags-include; \
383
426
        list='$(SUBDIRS)'; for subdir in $$list; do \
384
427
          if test "$$subdir" = .; then :; else \
385
428
            test ! -f $$subdir/TAGS || \
386
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
429
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
387
430
          fi; \
388
431
        done; \
389
432
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
390
433
        unique=`for i in $$list; do \
391
434
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
392
435
          done | \
393
 
          $(AWK) '    { files[$$0] = 1; } \
394
 
               END { for (i in files) print i; }'`; \
395
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
436
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
437
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
438
        shift; \
 
439
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
396
440
          test -n "$$unique" || unique=$$empty_fix; \
397
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
398
 
            $$tags $$unique; \
 
441
          if test $$# -gt 0; then \
 
442
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
443
              "$$@" $$unique; \
 
444
          else \
 
445
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
446
              $$unique; \
 
447
          fi; \
399
448
        fi
400
449
ctags: CTAGS
401
450
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
402
451
                $(TAGS_FILES) $(LISP)
403
 
        tags=; \
404
 
        here=`pwd`; \
405
452
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
406
453
        unique=`for i in $$list; do \
407
454
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
408
455
          done | \
409
 
          $(AWK) '    { files[$$0] = 1; } \
410
 
               END { for (i in files) print i; }'`; \
411
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
456
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
457
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
458
        test -z "$(CTAGS_ARGS)$$unique" \
412
459
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
413
 
             $$tags $$unique
 
460
             $$unique
414
461
 
415
462
GTAGS:
416
463
        here=`$(am__cd) $(top_builddir) && pwd` \
417
 
          && cd $(top_srcdir) \
418
 
          && gtags -i $(GTAGS_ARGS) $$here
 
464
          && $(am__cd) $(top_srcdir) \
 
465
          && gtags -i $(GTAGS_ARGS) "$$here"
419
466
 
420
467
distclean-tags:
421
468
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
436
483
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
437
484
          if test -d $$d/$$file; then \
438
485
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
486
            if test -d "$(distdir)/$$file"; then \
 
487
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
488
            fi; \
439
489
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
440
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
490
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
491
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
441
492
            fi; \
442
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
493
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
443
494
          else \
444
 
            test -f $(distdir)/$$file \
445
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
495
            test -f "$(distdir)/$$file" \
 
496
            || cp -p $$d/$$file "$(distdir)/$$file" \
446
497
            || exit 1; \
447
498
          fi; \
448
499
        done
449
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
500
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
450
501
          if test "$$subdir" = .; then :; else \
451
502
            test -d "$(distdir)/$$subdir" \
452
503
            || $(MKDIR_P) "$(distdir)/$$subdir" \
453
504
            || exit 1; \
454
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
455
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
456
 
            (cd $$subdir && \
 
505
          fi; \
 
506
        done
 
507
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
508
          if test "$$subdir" = .; then :; else \
 
509
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
510
            $(am__relativize); \
 
511
            new_distdir=$$reldir; \
 
512
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
513
            $(am__relativize); \
 
514
            new_top_distdir=$$reldir; \
 
515
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
516
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
517
            ($(am__cd) $$subdir && \
457
518
              $(MAKE) $(AM_MAKEFLAGS) \
458
 
                top_distdir="$$top_distdir" \
459
 
                distdir="$$distdir/$$subdir" \
 
519
                top_distdir="$$new_top_distdir" \
 
520
                distdir="$$new_distdir" \
460
521
                am__remove_distdir=: \
461
522
                am__skip_length_check=: \
 
523
                am__skip_mode_fix=: \
462
524
                distdir) \
463
525
              || exit 1; \
464
526
          fi; \
488
550
 
489
551
distclean-generic:
490
552
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
553
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
491
554
 
492
555
maintainer-clean-generic:
493
556
        @echo "This command is intended for maintainers to use"
506
569
 
507
570
html: html-recursive
508
571
 
 
572
html-am:
 
573
 
509
574
info: info-recursive
510
575
 
511
576
info-am:
514
579
 
515
580
install-dvi: install-dvi-recursive
516
581
 
 
582
install-dvi-am:
 
583
 
517
584
install-exec-am:
518
585
 
519
586
install-html: install-html-recursive
520
587
 
 
588
install-html-am:
 
589
 
521
590
install-info: install-info-recursive
522
591
 
 
592
install-info-am:
 
593
 
523
594
install-man:
524
595
 
525
596
install-pdf: install-pdf-recursive
526
597
 
 
598
install-pdf-am:
 
599
 
527
600
install-ps: install-ps-recursive
528
601
 
 
602
install-ps-am:
 
603
 
529
604
installcheck-am:
530
605
 
531
606
maintainer-clean: maintainer-clean-recursive
546
621
 
547
622
uninstall-am:
548
623
 
549
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
550
 
        install-strip
 
624
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
625
        install-am install-strip tags-recursive
551
626
 
552
627
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
553
628
        all all-am check check-am clean clean-generic clean-libtool \
563
638
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
564
639
        uninstall uninstall-am
565
640
 
 
641
 
566
642
# Tell versions [3.59,3.63) of GNU make to not export all variables.
567
643
# Otherwise a system limit (for SysV at least) may be exceeded.
568
644
.NOEXPORT: