~ubuntu-branches/ubuntu/precise/gnomeradio/precise-updates

« back to all changes in this revision

Viewing changes to docs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Namuri
  • Date: 2008-05-12 00:36:27 UTC
  • mfrom: (2.1.5 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080512003627-m4r405wwqc2e3xgv
Tags: 1.7-6
* debian/changelog: sync with the one from ubuntu.
* debian/patches/prefs.c.patch: fixed. In 1.7-6 I've uploaded a wrong
  version of the patch, now it's the right one that Cesare Tirabassi
  has included in the ubuntu's package. (Closes: #468796, #462891)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.9 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
 
# Free Software Foundation, Inc.
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
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
 
VPATH = @srcdir@
20
 
pkgdatadir = $(datadir)/@PACKAGE@
21
 
pkglibdir = $(libdir)/@PACKAGE@
22
 
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ..
24
 
 
25
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
 
INSTALL = @INSTALL@
27
 
install_sh_DATA = $(install_sh) -c -m 644
28
 
install_sh_PROGRAM = $(install_sh) -c
29
 
install_sh_SCRIPT = $(install_sh) -c
30
 
INSTALL_HEADER = $(INSTALL_DATA)
31
 
transform = $(program_transform_name)
32
 
NORMAL_INSTALL = :
33
 
PRE_INSTALL = :
34
 
POST_INSTALL = :
35
 
NORMAL_UNINSTALL = :
36
 
PRE_UNINSTALL = :
37
 
POST_UNINSTALL = :
38
 
host_triplet = @host@
39
 
ACLOCAL = @ACLOCAL@
40
 
AMDEP_FALSE = @AMDEP_FALSE@
41
 
AMDEP_TRUE = @AMDEP_TRUE@
42
 
AMTAR = @AMTAR@
43
 
AR = @AR@
44
 
AUTOCONF = @AUTOCONF@
45
 
AUTOHEADER = @AUTOHEADER@
46
 
AUTOMAKE = @AUTOMAKE@
47
 
AWK = @AWK@
48
 
CATALOGS = @CATALOGS@
49
 
CATOBJEXT = @CATOBJEXT@
50
 
CC = @CC@
51
 
CCDEPMODE = @CCDEPMODE@
52
 
CFLAGS = @CFLAGS@
53
 
CPP = @CPP@
54
 
CPPFLAGS = @CPPFLAGS@
55
 
CXX = @CXX@
56
 
CXXCPP = @CXXCPP@
57
 
CXXDEPMODE = @CXXDEPMODE@
58
 
CXXFLAGS = @CXXFLAGS@
59
 
CYGPATH_W = @CYGPATH_W@
60
 
DATADIRNAME = @DATADIRNAME@
61
 
DEFS = @DEFS@
62
 
DEPDIR = @DEPDIR@
63
 
ECHO = @ECHO@
64
 
ECHO_C = @ECHO_C@
65
 
ECHO_N = @ECHO_N@
66
 
ECHO_T = @ECHO_T@
67
 
EGREP = @EGREP@
68
 
EXEEXT = @EXEEXT@
69
 
F77 = @F77@
70
 
FFLAGS = @FFLAGS@
71
 
GCONFTOOL = @GCONFTOOL@
72
 
GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@
73
 
GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
74
 
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
75
 
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
76
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
77
 
GMOFILES = @GMOFILES@
78
 
GMSGFMT = @GMSGFMT@
79
 
GNOMERADIO_CFLAGS = @GNOMERADIO_CFLAGS@
80
 
GNOMERADIO_LIBS = @GNOMERADIO_LIBS@
81
 
INSTALL_DATA = @INSTALL_DATA@
82
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
83
 
INSTALL_SCHEMAS_FALSE = @INSTALL_SCHEMAS_FALSE@
84
 
INSTALL_SCHEMAS_TRUE = @INSTALL_SCHEMAS_TRUE@
85
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
86
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
87
 
INSTOBJEXT = @INSTOBJEXT@
88
 
INTLLIBS = @INTLLIBS@
89
 
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
90
 
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
91
 
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
92
 
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
93
 
INTLTOOL_ICONV = @INTLTOOL_ICONV@
94
 
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
95
 
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
96
 
INTLTOOL_MERGE = @INTLTOOL_MERGE@
97
 
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
98
 
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
99
 
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
100
 
INTLTOOL_PERL = @INTLTOOL_PERL@
101
 
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
102
 
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
103
 
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
104
 
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
105
 
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
106
 
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
107
 
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
108
 
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
109
 
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
110
 
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
111
 
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
112
 
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
113
 
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
114
 
LDFLAGS = @LDFLAGS@
115
 
LIBOBJS = @LIBOBJS@
116
 
LIBS = @LIBS@
117
 
LIBTOOL = @LIBTOOL@
118
 
LIRC = @LIRC@
119
 
LN_S = @LN_S@
120
 
LTLIBOBJS = @LTLIBOBJS@
121
 
MAINT = @MAINT@
122
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
123
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
124
 
MAKEINFO = @MAKEINFO@
125
 
MKINSTALLDIRS = @MKINSTALLDIRS@
126
 
MSGFMT = @MSGFMT@
127
 
OBJEXT = @OBJEXT@
128
 
PACKAGE = @PACKAGE@
129
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
130
 
PACKAGE_NAME = @PACKAGE_NAME@
131
 
PACKAGE_STRING = @PACKAGE_STRING@
132
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
133
 
PACKAGE_VERSION = @PACKAGE_VERSION@
134
 
PATH_SEPARATOR = @PATH_SEPARATOR@
135
 
PKG_CONFIG = @PKG_CONFIG@
136
 
POFILES = @POFILES@
137
 
POSUB = @POSUB@
138
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
139
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
140
 
RANLIB = @RANLIB@
141
 
SET_MAKE = @SET_MAKE@
142
 
SHELL = @SHELL@
143
 
STRIP = @STRIP@
144
 
USE_NLS = @USE_NLS@
145
 
VERSION = @VERSION@
146
 
XGETTEXT = @XGETTEXT@
147
 
ac_ct_AR = @ac_ct_AR@
148
 
ac_ct_CC = @ac_ct_CC@
149
 
ac_ct_CXX = @ac_ct_CXX@
150
 
ac_ct_F77 = @ac_ct_F77@
151
 
ac_ct_RANLIB = @ac_ct_RANLIB@
152
 
ac_ct_STRIP = @ac_ct_STRIP@
153
 
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
154
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
155
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
156
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
157
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
158
 
am__include = @am__include@
159
 
am__leading_dot = @am__leading_dot@
160
 
am__quote = @am__quote@
161
 
bindir = @bindir@
162
 
build = @build@
163
 
build_alias = @build_alias@
164
 
build_cpu = @build_cpu@
165
 
build_os = @build_os@
166
 
build_vendor = @build_vendor@
167
 
datadir = @datadir@
168
 
exec_prefix = @exec_prefix@
169
 
host = @host@
170
 
host_alias = @host_alias@
171
 
host_cpu = @host_cpu@
172
 
host_os = @host_os@
173
 
host_vendor = @host_vendor@
174
 
includedir = @includedir@
175
 
infodir = @infodir@
176
 
install_sh = @install_sh@
177
 
libdir = @libdir@
178
 
libexecdir = @libexecdir@
179
 
localstatedir = @localstatedir@
180
 
mandir = @mandir@
181
 
mkdir_p = @mkdir_p@
182
 
oldincludedir = @oldincludedir@
183
 
prefix = @prefix@
184
 
program_transform_name = @program_transform_name@
185
 
sbindir = @sbindir@
186
 
sharedstatedir = @sharedstatedir@
187
 
sysconfdir = @sysconfdir@
188
 
target_alias = @target_alias@
189
 
SUBDIRS = C
190
 
subdir = docs
191
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
192
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
193
 
CONFIG_HEADER = $(top_builddir)/config.h
194
 
CONFIG_CLEAN_FILES =
195
 
DIST_SOURCES =
196
 
 
197
 
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
198
 
        ps-recursive install-info-recursive uninstall-info-recursive \
199
 
        all-recursive install-data-recursive install-exec-recursive \
200
 
        installdirs-recursive install-recursive uninstall-recursive \
201
 
        check-recursive installcheck-recursive
202
 
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
203
 
DIST_SUBDIRS = $(SUBDIRS)
204
 
all: all-recursive
205
 
 
206
 
.SUFFIXES:
207
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
208
 
        cd $(top_srcdir) && \
209
 
          $(AUTOMAKE) --gnu  docs/Makefile
210
 
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
211
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
212
 
 
213
 
mostlyclean-libtool:
214
 
        -rm -f *.lo
215
 
 
216
 
clean-libtool:
217
 
        -rm -rf .libs _libs
218
 
 
219
 
distclean-libtool:
220
 
        -rm -f libtool
221
 
uninstall-info-am:
222
 
 
223
 
# This directory's subdirectories are mostly independent; you can cd
224
 
# into them and run `make' without going through this Makefile.
225
 
# To change the values of `make' variables: instead of editing Makefiles,
226
 
# (1) if the variable is set in `config.status', edit `config.status'
227
 
#     (which will cause the Makefiles to be regenerated when you run `make');
228
 
# (2) otherwise, pass the desired values on the `make' command line.
229
 
$(RECURSIVE_TARGETS):
230
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
231
 
        dot_seen=no; \
232
 
        target=`echo $@ | sed s/-recursive//`; \
233
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
234
 
          echo "Making $$target in $$subdir"; \
235
 
          if test "$$subdir" = "."; then \
236
 
            dot_seen=yes; \
237
 
            local_target="$$target-am"; \
238
 
          else \
239
 
            local_target="$$target"; \
240
 
          fi; \
241
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
242
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
243
 
        done; \
244
 
        if test "$$dot_seen" = "no"; then \
245
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
246
 
        fi; test -z "$$fail"
247
 
 
248
 
mostlyclean-recursive clean-recursive distclean-recursive \
249
 
maintainer-clean-recursive:
250
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
251
 
        dot_seen=no; \
252
 
        case "$@" in \
253
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
254
 
          *) list='$(SUBDIRS)' ;; \
255
 
        esac; \
256
 
        rev=''; for subdir in $$list; do \
257
 
          if test "$$subdir" = "."; then :; else \
258
 
            rev="$$subdir $$rev"; \
259
 
          fi; \
260
 
        done; \
261
 
        rev="$$rev ."; \
262
 
        target=`echo $@ | sed s/-recursive//`; \
263
 
        for subdir in $$rev; do \
264
 
          echo "Making $$target in $$subdir"; \
265
 
          if test "$$subdir" = "."; then \
266
 
            local_target="$$target-am"; \
267
 
          else \
268
 
            local_target="$$target"; \
269
 
          fi; \
270
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
271
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
272
 
        done && test -z "$$fail"
273
 
tags-recursive:
274
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
275
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
276
 
        done
277
 
ctags-recursive:
278
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
279
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
280
 
        done
281
 
 
282
 
ETAGS = etags
283
 
ETAGSFLAGS =
284
 
 
285
 
CTAGS = ctags
286
 
CTAGSFLAGS =
287
 
 
288
 
tags: TAGS
289
 
 
290
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
291
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
292
 
        unique=`for i in $$list; do \
293
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
294
 
          done | \
295
 
          $(AWK) '    { files[$$0] = 1; } \
296
 
               END { for (i in files) print i; }'`; \
297
 
        mkid -fID $$unique
298
 
 
299
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
300
 
                $(TAGS_FILES) $(LISP)
301
 
        tags=; \
302
 
        here=`pwd`; \
303
 
        if (etags --etags-include --version) >/dev/null 2>&1; then \
304
 
          include_option=--etags-include; \
305
 
        else \
306
 
          include_option=--include; \
307
 
        fi; \
308
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
309
 
          if test "$$subdir" = .; then :; else \
310
 
            test -f $$subdir/TAGS && \
311
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
312
 
          fi; \
313
 
        done; \
314
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
315
 
        unique=`for i in $$list; do \
316
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
317
 
          done | \
318
 
          $(AWK) '    { files[$$0] = 1; } \
319
 
               END { for (i in files) print i; }'`; \
320
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
321
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
322
 
             $$tags $$unique
323
 
 
324
 
ctags: CTAGS
325
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
326
 
                $(TAGS_FILES) $(LISP)
327
 
        tags=; \
328
 
        here=`pwd`; \
329
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
330
 
        unique=`for i in $$list; do \
331
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
332
 
          done | \
333
 
          $(AWK) '    { files[$$0] = 1; } \
334
 
               END { for (i in files) print i; }'`; \
335
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
336
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
337
 
             $$tags $$unique
338
 
 
339
 
GTAGS:
340
 
        here=`$(am__cd) $(top_builddir) && pwd` \
341
 
          && cd $(top_srcdir) \
342
 
          && gtags -i $(GTAGS_ARGS) $$here
343
 
 
344
 
distclean-tags:
345
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
346
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
347
 
 
348
 
top_distdir = ..
349
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
350
 
 
351
 
distdir: $(DISTFILES)
352
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
353
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
354
 
        list='$(DISTFILES)'; for file in $$list; do \
355
 
          case $$file in \
356
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
357
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
358
 
          esac; \
359
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
360
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
361
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
362
 
            dir="/$$dir"; \
363
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
364
 
          else \
365
 
            dir=''; \
366
 
          fi; \
367
 
          if test -d $$d/$$file; then \
368
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
369
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
370
 
            fi; \
371
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
372
 
          else \
373
 
            test -f $(distdir)/$$file \
374
 
            || cp -p $$d/$$file $(distdir)/$$file \
375
 
            || exit 1; \
376
 
          fi; \
377
 
        done
378
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
379
 
          if test "$$subdir" = .; then :; else \
380
 
            test -d $(distdir)/$$subdir \
381
 
            || mkdir $(distdir)/$$subdir \
382
 
            || exit 1; \
383
 
            (cd $$subdir && \
384
 
              $(MAKE) $(AM_MAKEFLAGS) \
385
 
                top_distdir="$(top_distdir)" \
386
 
                distdir=../$(distdir)/$$subdir \
387
 
                distdir) \
388
 
              || exit 1; \
389
 
          fi; \
390
 
        done
391
 
check-am: all-am
392
 
check: check-recursive
393
 
all-am: Makefile
394
 
installdirs: installdirs-recursive
395
 
installdirs-am:
396
 
 
397
 
install: install-recursive
398
 
install-exec: install-exec-recursive
399
 
install-data: install-data-recursive
400
 
uninstall: uninstall-recursive
401
 
 
402
 
install-am: all-am
403
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
404
 
 
405
 
installcheck: installcheck-recursive
406
 
install-strip:
407
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
408
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
409
 
          `test -z '$(STRIP)' || \
410
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
411
 
mostlyclean-generic:
412
 
 
413
 
clean-generic:
414
 
 
415
 
distclean-generic:
416
 
        -rm -f $(CONFIG_CLEAN_FILES)
417
 
 
418
 
maintainer-clean-generic:
419
 
        @echo "This command is intended for maintainers to use"
420
 
        @echo "it deletes files that may require special tools to rebuild."
421
 
clean: clean-recursive
422
 
 
423
 
clean-am: clean-generic clean-libtool mostlyclean-am
424
 
 
425
 
distclean: distclean-recursive
426
 
        -rm -f Makefile
427
 
distclean-am: clean-am distclean-generic distclean-libtool \
428
 
        distclean-tags
429
 
 
430
 
dvi: dvi-recursive
431
 
 
432
 
dvi-am:
433
 
 
434
 
info: info-recursive
435
 
 
436
 
info-am:
437
 
 
438
 
install-data-am:
439
 
 
440
 
install-exec-am:
441
 
 
442
 
install-info: install-info-recursive
443
 
 
444
 
install-man:
445
 
 
446
 
installcheck-am:
447
 
 
448
 
maintainer-clean: maintainer-clean-recursive
449
 
        -rm -f Makefile
450
 
maintainer-clean-am: distclean-am maintainer-clean-generic
451
 
 
452
 
mostlyclean: mostlyclean-recursive
453
 
 
454
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
455
 
 
456
 
pdf: pdf-recursive
457
 
 
458
 
pdf-am:
459
 
 
460
 
ps: ps-recursive
461
 
 
462
 
ps-am:
463
 
 
464
 
uninstall-am: uninstall-info-am
465
 
 
466
 
uninstall-info: uninstall-info-recursive
467
 
 
468
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
469
 
        clean-generic clean-libtool clean-recursive ctags \
470
 
        ctags-recursive distclean distclean-generic distclean-libtool \
471
 
        distclean-recursive distclean-tags distdir dvi dvi-am \
472
 
        dvi-recursive info info-am info-recursive install install-am \
473
 
        install-data install-data-am install-data-recursive \
474
 
        install-exec install-exec-am install-exec-recursive \
475
 
        install-info install-info-am install-info-recursive install-man \
476
 
        install-recursive install-strip installcheck installcheck-am \
477
 
        installdirs installdirs-am installdirs-recursive \
478
 
        maintainer-clean maintainer-clean-generic \
479
 
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
480
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am \
481
 
        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
482
 
        uninstall uninstall-am uninstall-info-am \
483
 
        uninstall-info-recursive uninstall-recursive
484
 
 
485
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
486
 
# Otherwise a system limit (for SysV at least) may be exceeded.
487
 
.NOEXPORT: