~ubuntu-branches/ubuntu/raring/codeblocks/raring-proposed

« back to all changes in this revision

Viewing changes to src/build_tools/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Cosme Domínguez Díaz
  • Date: 2010-08-09 04:38:38 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100809043838-a59ygguym4eg0jgw
Tags: 10.05-0ubuntu1
* New upstream release. Closes (LP: #322350)
 - Switch to dpkg-source 3.0 (quilt) format
 - Remove unneeded README.source
 - Add debian/get-source-orig script that removes all
   Windows prebuilt binaries
* Bump Standards-Version to 3.9.1
 - Stop shipping *.la files
* debian/control
 - Add cdbs package as Build-Depend
 - Add libbz2-dev and zlib1g-dev packages as
   Build-Depends (needed by libhelp_plugin.so)
 - Remove dpatch package of Build-Depends
 - Add codeblocks-contrib-debug package
 - Split architecture-independent files of codeblocks
   package in codeblocks-common package
* debian/rules
 - Switch to CDBS rules system
 - Add parallel build support
 - Add a call to debian/get-source-orig script
 - Use lzma compression (saves 23,5 MB of free space)
* debian/patches
 - Refresh 01_codeblocks_plugin_path
 - Add 02_no_Makefiles_in_debian_dir to remove any link
   in codeblocks build system to deleted Makefiles of debian directory
 - Drop 02_ftbfs_gcc44 and 03_ftbfs_glib221 (merged in upstream)
* debian/watch
 - Update to use the new host (berlios.de)

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
42
44
mkinstalldirs = $(install_sh) -d
43
45
CONFIG_HEADER = $(top_builddir)/src/include/config.h
44
46
CONFIG_CLEAN_FILES =
 
47
CONFIG_CLEAN_VPATH_FILES =
45
48
SOURCES =
46
49
DIST_SOURCES =
47
50
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
53
56
        ps-recursive uninstall-recursive
54
57
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
55
58
  distclean-recursive maintainer-clean-recursive
 
59
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
60
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
61
        distdir
56
62
ETAGS = etags
57
63
CTAGS = ctags
58
64
DIST_SUBDIRS = $(SUBDIRS)
59
65
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
66
am__relativize = \
 
67
  dir0=`pwd`; \
 
68
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
69
  sed_rest='s,^[^/]*/*,,'; \
 
70
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
71
  sed_butlast='s,/*[^/]*$$,,'; \
 
72
  while test -n "$$dir1"; do \
 
73
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
74
    if test "$$first" != "."; then \
 
75
      if test "$$first" = ".."; then \
 
76
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
77
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
78
      else \
 
79
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
80
        if test "$$first2" = "$$first"; then \
 
81
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
82
        else \
 
83
          dir2="../$$dir2"; \
 
84
        fi; \
 
85
        dir0="$$dir0"/"$$first"; \
 
86
      fi; \
 
87
    fi; \
 
88
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
89
  done; \
 
90
  reldir="$$dir2"
60
91
ACLOCAL = @ACLOCAL@
61
92
AMTAR = @AMTAR@
62
93
AR = @AR@
68
99
BUILD_BROWSETRACKER = @BUILD_BROWSETRACKER@
69
100
BUILD_BYOGAMES = @BUILD_BYOGAMES@
70
101
BUILD_CBKODERS = @BUILD_CBKODERS@
 
102
BUILD_CCCC = @BUILD_CCCC@
71
103
BUILD_CODESNIPPETS = @BUILD_CODESNIPPETS@
72
104
BUILD_CODESTAT = @BUILD_CODESTAT@
73
105
BUILD_COPYSTRINGS = @BUILD_COPYSTRINGS@
 
106
BUILD_CPPCHECK = @BUILD_CPPCHECK@
74
107
BUILD_DRAGSCROLL = @BUILD_DRAGSCROLL@
75
108
BUILD_ENVVARS = @BUILD_ENVVARS@
76
109
BUILD_EXPORTER = @BUILD_EXPORTER@
 
110
BUILD_HEADERFIXUP = @BUILD_HEADERFIXUP@
77
111
BUILD_HELP = @BUILD_HELP@
 
112
BUILD_HEXEDITOR = @BUILD_HEXEDITOR@
 
113
BUILD_INCSEARCH = @BUILD_INCSEARCH@
78
114
BUILD_KEYBINDER = @BUILD_KEYBINDER@
79
115
BUILD_LIBFINDER = @BUILD_LIBFINDER@
 
116
BUILD_MOUSESAP = @BUILD_MOUSESAP@
80
117
BUILD_PROFILER = @BUILD_PROFILER@
81
118
BUILD_REGEX = @BUILD_REGEX@
82
119
BUILD_SYMTAB = @BUILD_SYMTAB@
83
120
BUILD_THREADSEARCH = @BUILD_THREADSEARCH@
 
121
BUILD_VALGRIND = @BUILD_VALGRIND@
84
122
BUILD_WXSMITH = @BUILD_WXSMITH@
 
123
BUILD_WXSMITHAUI = @BUILD_WXSMITHAUI@
 
124
BUILD_WXSMITHCONTRIB = @BUILD_WXSMITHCONTRIB@
85
125
CC = @CC@
86
126
CCDEPMODE = @CCDEPMODE@
87
127
CFLAGS = @CFLAGS@
97
137
DATE = @DATE@
98
138
DEFS = @DEFS@
99
139
DEPDIR = @DEPDIR@
100
 
ECHO = @ECHO@
 
140
DSYMUTIL = @DSYMUTIL@
 
141
DUMPBIN = @DUMPBIN@
101
142
ECHO_C = @ECHO_C@
102
143
ECHO_N = @ECHO_N@
103
144
ECHO_T = @ECHO_T@
104
145
EGREP = @EGREP@
105
146
EXEEXT = @EXEEXT@
106
 
F77 = @F77@
107
 
FFLAGS = @FFLAGS@
 
147
FGREP = @FGREP@
108
148
GREP = @GREP@
109
149
GTK2_CFLAGS = @GTK2_CFLAGS@
110
150
GTK2_LIBS = @GTK2_LIBS@
114
154
INSTALL_PROGRAM = @INSTALL_PROGRAM@
115
155
INSTALL_SCRIPT = @INSTALL_SCRIPT@
116
156
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
157
LD = @LD@
117
158
LDFLAGS = @LDFLAGS@
118
159
LIBOBJS = @LIBOBJS@
119
160
LIBS = @LIBS@
120
161
LIBTOOL = @LIBTOOL@
 
162
LIPO = @LIPO@
121
163
LN_S = @LN_S@
122
164
LTLIBOBJS = @LTLIBOBJS@
123
165
MACSETFILE = @MACSETFILE@
124
166
MAKEINFO = @MAKEINFO@
125
167
MKDIR_P = @MKDIR_P@
 
168
NM = @NM@
 
169
NMEDIT = @NMEDIT@
 
170
OBJDUMP = @OBJDUMP@
126
171
OBJEXT = @OBJEXT@
 
172
OTOOL = @OTOOL@
 
173
OTOOL64 = @OTOOL64@
127
174
PACKAGE = @PACKAGE@
128
175
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
129
176
PACKAGE_NAME = @PACKAGE_NAME@
130
177
PACKAGE_STRING = @PACKAGE_STRING@
131
178
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
179
PACKAGE_URL = @PACKAGE_URL@
132
180
PACKAGE_VERSION = @PACKAGE_VERSION@
133
181
PATH_SEPARATOR = @PATH_SEPARATOR@
134
182
PKG_CONFIG = @PKG_CONFIG@
 
183
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
184
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
135
185
PLATFORM_CFLAGS = @PLATFORM_CFLAGS@
136
186
PLATFORM_LIBS = @PLATFORM_LIBS@
137
187
PLUGIN_FLAGS = @PLUGIN_FLAGS@
166
216
abs_top_srcdir = @abs_top_srcdir@
167
217
ac_ct_CC = @ac_ct_CC@
168
218
ac_ct_CXX = @ac_ct_CXX@
169
 
ac_ct_F77 = @ac_ct_F77@
 
219
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
170
220
am__include = @am__include@
171
221
am__leading_dot = @am__leading_dot@
172
222
am__quote = @am__quote@
198
248
libexecdir = @libexecdir@
199
249
localedir = @localedir@
200
250
localstatedir = @localstatedir@
 
251
lt_ECHO = @lt_ECHO@
201
252
mandir = @mandir@
202
253
mkdir_p = @mkdir_p@
203
254
oldincludedir = @oldincludedir@
214
265
target_cpu = @target_cpu@
215
266
target_os = @target_os@
216
267
target_vendor = @target_vendor@
 
268
top_build_prefix = @top_build_prefix@
217
269
top_builddir = @top_builddir@
218
270
top_srcdir = @top_srcdir@
219
271
SUBDIRS = autorevision
224
276
        @for dep in $?; do \
225
277
          case '$(am__configure_deps)' in \
226
278
            *$$dep*) \
227
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
228
 
                && exit 0; \
 
279
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
280
                && { if test -f $@; then exit 0; else break; fi; }; \
229
281
              exit 1;; \
230
282
          esac; \
231
283
        done; \
232
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/build_tools/Makefile'; \
233
 
        cd $(top_srcdir) && \
234
 
          $(AUTOMAKE) --foreign  src/build_tools/Makefile
 
284
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/build_tools/Makefile'; \
 
285
        $(am__cd) $(top_srcdir) && \
 
286
          $(AUTOMAKE) --foreign src/build_tools/Makefile
235
287
.PRECIOUS: Makefile
236
288
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
237
289
        @case '$?' in \
249
301
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
250
302
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
251
303
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
304
$(am__aclocal_m4_deps):
252
305
 
253
306
mostlyclean-libtool:
254
307
        -rm -f *.lo
263
316
#     (which will cause the Makefiles to be regenerated when you run `make');
264
317
# (2) otherwise, pass the desired values on the `make' command line.
265
318
$(RECURSIVE_TARGETS):
266
 
        @failcom='exit 1'; \
 
319
        @fail= failcom='exit 1'; \
267
320
        for f in x $$MAKEFLAGS; do \
268
321
          case $$f in \
269
322
            *=* | --[!k]*);; \
280
333
          else \
281
334
            local_target="$$target"; \
282
335
          fi; \
283
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
336
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
284
337
          || eval $$failcom; \
285
338
        done; \
286
339
        if test "$$dot_seen" = "no"; then \
288
341
        fi; test -z "$$fail"
289
342
 
290
343
$(RECURSIVE_CLEAN_TARGETS):
291
 
        @failcom='exit 1'; \
 
344
        @fail= failcom='exit 1'; \
292
345
        for f in x $$MAKEFLAGS; do \
293
346
          case $$f in \
294
347
            *=* | --[!k]*);; \
314
367
          else \
315
368
            local_target="$$target"; \
316
369
          fi; \
317
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
370
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
318
371
          || eval $$failcom; \
319
372
        done && test -z "$$fail"
320
373
tags-recursive:
321
374
        list='$(SUBDIRS)'; for subdir in $$list; do \
322
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
375
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
323
376
        done
324
377
ctags-recursive:
325
378
        list='$(SUBDIRS)'; for subdir in $$list; do \
326
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
379
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
327
380
        done
328
381
 
329
382
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
331
384
        unique=`for i in $$list; do \
332
385
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
333
386
          done | \
334
 
          $(AWK) '    { files[$$0] = 1; } \
335
 
               END { for (i in files) print i; }'`; \
 
387
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
388
              END { if (nonempty) { for (i in files) print i; }; }'`; \
336
389
        mkid -fID $$unique
337
390
tags: TAGS
338
391
 
339
392
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
340
393
                $(TAGS_FILES) $(LISP)
341
 
        tags=; \
 
394
        set x; \
342
395
        here=`pwd`; \
343
396
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
344
397
          include_option=--etags-include; \
350
403
        list='$(SUBDIRS)'; for subdir in $$list; do \
351
404
          if test "$$subdir" = .; then :; else \
352
405
            test ! -f $$subdir/TAGS || \
353
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
406
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
354
407
          fi; \
355
408
        done; \
356
409
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
357
410
        unique=`for i in $$list; do \
358
411
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
359
412
          done | \
360
 
          $(AWK) '    { files[$$0] = 1; } \
361
 
               END { for (i in files) print i; }'`; \
362
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
413
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
414
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
415
        shift; \
 
416
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
363
417
          test -n "$$unique" || unique=$$empty_fix; \
364
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
365
 
            $$tags $$unique; \
 
418
          if test $$# -gt 0; then \
 
419
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
420
              "$$@" $$unique; \
 
421
          else \
 
422
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
423
              $$unique; \
 
424
          fi; \
366
425
        fi
367
426
ctags: CTAGS
368
427
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
369
428
                $(TAGS_FILES) $(LISP)
370
 
        tags=; \
371
 
        here=`pwd`; \
372
429
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
373
430
        unique=`for i in $$list; do \
374
431
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
375
432
          done | \
376
 
          $(AWK) '    { files[$$0] = 1; } \
377
 
               END { for (i in files) print i; }'`; \
378
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
433
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
434
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
435
        test -z "$(CTAGS_ARGS)$$unique" \
379
436
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
380
 
             $$tags $$unique
 
437
             $$unique
381
438
 
382
439
GTAGS:
383
440
        here=`$(am__cd) $(top_builddir) && pwd` \
384
 
          && cd $(top_srcdir) \
385
 
          && gtags -i $(GTAGS_ARGS) $$here
 
441
          && $(am__cd) $(top_srcdir) \
 
442
          && gtags -i $(GTAGS_ARGS) "$$here"
386
443
 
387
444
distclean-tags:
388
445
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
403
460
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
404
461
          if test -d $$d/$$file; then \
405
462
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
463
            if test -d "$(distdir)/$$file"; then \
 
464
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
465
            fi; \
406
466
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
407
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
467
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
468
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
408
469
            fi; \
409
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
470
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
410
471
          else \
411
 
            test -f $(distdir)/$$file \
412
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
472
            test -f "$(distdir)/$$file" \
 
473
            || cp -p $$d/$$file "$(distdir)/$$file" \
413
474
            || exit 1; \
414
475
          fi; \
415
476
        done
416
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
477
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
417
478
          if test "$$subdir" = .; then :; else \
418
479
            test -d "$(distdir)/$$subdir" \
419
480
            || $(MKDIR_P) "$(distdir)/$$subdir" \
420
481
            || exit 1; \
421
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
422
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
423
 
            (cd $$subdir && \
 
482
          fi; \
 
483
        done
 
484
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
485
          if test "$$subdir" = .; then :; else \
 
486
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
487
            $(am__relativize); \
 
488
            new_distdir=$$reldir; \
 
489
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
490
            $(am__relativize); \
 
491
            new_top_distdir=$$reldir; \
 
492
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
493
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
494
            ($(am__cd) $$subdir && \
424
495
              $(MAKE) $(AM_MAKEFLAGS) \
425
 
                top_distdir="$$top_distdir" \
426
 
                distdir="$$distdir/$$subdir" \
 
496
                top_distdir="$$new_top_distdir" \
 
497
                distdir="$$new_distdir" \
427
498
                am__remove_distdir=: \
428
499
                am__skip_length_check=: \
 
500
                am__skip_mode_fix=: \
429
501
                distdir) \
430
502
              || exit 1; \
431
503
          fi; \
455
527
 
456
528
distclean-generic:
457
529
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
530
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
458
531
 
459
532
maintainer-clean-generic:
460
533
        @echo "This command is intended for maintainers to use"
473
546
 
474
547
html: html-recursive
475
548
 
 
549
html-am:
 
550
 
476
551
info: info-recursive
477
552
 
478
553
info-am:
481
556
 
482
557
install-dvi: install-dvi-recursive
483
558
 
 
559
install-dvi-am:
 
560
 
484
561
install-exec-am:
485
562
 
486
563
install-html: install-html-recursive
487
564
 
 
565
install-html-am:
 
566
 
488
567
install-info: install-info-recursive
489
568
 
 
569
install-info-am:
 
570
 
490
571
install-man:
491
572
 
492
573
install-pdf: install-pdf-recursive
493
574
 
 
575
install-pdf-am:
 
576
 
494
577
install-ps: install-ps-recursive
495
578
 
 
579
install-ps-am:
 
580
 
496
581
installcheck-am:
497
582
 
498
583
maintainer-clean: maintainer-clean-recursive
513
598
 
514
599
uninstall-am:
515
600
 
516
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
517
 
        install-strip
 
601
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
602
        install-am install-strip tags-recursive
518
603
 
519
604
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
520
605
        all all-am check check-am clean clean-generic clean-libtool \
530
615
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
531
616
        uninstall uninstall-am
532
617
 
 
618
 
533
619
# Tell versions [3.59,3.63) of GNU make to not export all variables.
534
620
# Otherwise a system limit (for SysV at least) may be exceeded.
535
621
.NOEXPORT: