~ubuntu-branches/ubuntu/breezy/muse/breezy

« back to all changes in this revision

Viewing changes to share/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2004-02-07 15:18:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040207151822-es27xxkzbcxkebjm
Tags: 0.6.3-1
* New upstream version.
* Added patches:
  + [10_alsa_init_fix] New, from upstream CVS.
    Initialize direction variable when setting Alsa parameters.
  + [10_canvas_translation_fix] New, from upstream CVS.
    Do not translate tooltips twice in canvas popup.
  + [10_checkbox_fix] New, from upstream CVS.
    Use proper set/test methods on metronome checkboxes.
  + [10_html_doc_cleanup] New.
    Fix links and HTML errors in documentation.
  + [20_allow_system_timer] New.
    The new upstream version fails by default if the real-time clock
    could not be accessed (usually the case when not running suid-root).
    This patch reverts the old behaviour of falling back to the more
    inaccurate system timer.
* Updated patches:
  + [11_PIC_fixes_fixup] Rediffed.
* Removed patches:
  + [20_no_atomic_asm] Merged upstream.
* debian/compat: Splice out debhelper compatibility level from rules file.
* debian/control: Build-depend on latest jack release by default.
  Closes: #228788
* debian/control: Bump standards version.
* debian/control: Use auto-generated debconf dependency via misc:Depends.
* debian/control: Minor tweaks to the long description.
* debian/control: Tighten fluidsynth build dependency to sane version.
* debian/muse.doc-base: New. Register HTML documentation with doc-base.
* debian/templates: Tiny rewording, and typo fix.
* debian/templates, debian/po/*: Switch to po-debconf for translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
 
1
# Makefile.in generated by automake 1.7.6 from Makefile.am.
 
2
# @configure_input@
2
3
 
3
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
4
5
# Free Software Foundation, Inc.
5
6
# This Makefile.in is free software; the Free Software Foundation
6
7
# gives unlimited permission to copy and/or distribute it,
13
14
 
14
15
@SET_MAKE@
15
16
 
16
 
SHELL = @SHELL@
17
 
 
18
17
srcdir = @srcdir@
19
18
top_srcdir = @top_srcdir@
20
19
VPATH = @srcdir@
21
 
prefix = @prefix@
22
 
exec_prefix = @exec_prefix@
23
 
 
24
 
bindir = @bindir@
25
 
sbindir = @sbindir@
26
 
libexecdir = @libexecdir@
27
 
datadir = @datadir@
28
 
sysconfdir = @sysconfdir@
29
 
sharedstatedir = @sharedstatedir@
30
 
localstatedir = @localstatedir@
31
 
libdir = @libdir@
32
 
infodir = @infodir@
33
 
mandir = @mandir@
34
 
includedir = @includedir@
35
 
oldincludedir = /usr/include
36
20
pkgdatadir = $(datadir)/@PACKAGE@
37
21
pkglibdir = $(libdir)/@PACKAGE@
38
22
pkgincludedir = $(includedir)/@PACKAGE@
39
23
top_builddir = ..
40
24
 
41
 
ACLOCAL = @ACLOCAL@
42
 
AUTOCONF = @AUTOCONF@
43
 
AUTOMAKE = @AUTOMAKE@
44
 
AUTOHEADER = @AUTOHEADER@
45
 
 
 
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
46
26
INSTALL = @INSTALL@
47
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
48
 
INSTALL_DATA = @INSTALL_DATA@
49
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
27
install_sh_DATA = $(install_sh) -c -m 644
 
28
install_sh_PROGRAM = $(install_sh) -c
 
29
install_sh_SCRIPT = $(install_sh) -c
50
30
INSTALL_HEADER = $(INSTALL_DATA)
51
 
transform = @program_transform_name@
 
31
transform = $(program_transform_name)
52
32
NORMAL_INSTALL = :
53
33
PRE_INSTALL = :
54
34
POST_INSTALL = :
55
35
NORMAL_UNINSTALL = :
56
36
PRE_UNINSTALL = :
57
37
POST_UNINSTALL = :
58
 
host_alias = @host_alias@
59
38
host_triplet = @host@
 
39
ACLOCAL = @ACLOCAL@
60
40
ALSA_CFLAGS = @ALSA_CFLAGS@
61
41
ALSA_LIBS = @ALSA_LIBS@
 
42
AMDEP_FALSE = @AMDEP_FALSE@
 
43
AMDEP_TRUE = @AMDEP_TRUE@
62
44
AMTAR = @AMTAR@
63
 
AS = @AS@
 
45
AUDIO_FALSE = @AUDIO_FALSE@
 
46
AUDIO_TRUE = @AUDIO_TRUE@
 
47
AUTOCONF = @AUTOCONF@
 
48
AUTOHEADER = @AUTOHEADER@
 
49
AUTOMAKE = @AUTOMAKE@
64
50
AWK = @AWK@
65
51
CC = @CC@
 
52
CCDEPMODE = @CCDEPMODE@
 
53
CFLAGS = @CFLAGS@
 
54
CPP = @CPP@
 
55
CPPFLAGS = @CPPFLAGS@
66
56
CXX = @CXX@
 
57
CXXCPP = @CXXCPP@
 
58
CXXDEPMODE = @CXXDEPMODE@
 
59
CXXFLAGS = @CXXFLAGS@
 
60
CYGPATH_W = @CYGPATH_W@
 
61
DEFS = @DEFS@
67
62
DEPDIR = @DEPDIR@
68
 
DLLTOOL = @DLLTOOL@
69
63
DOCBOOKSTYLE = @DOCBOOKSTYLE@
70
64
DOCBOOKTARGETS = @DOCBOOKTARGETS@
71
65
DOT = @DOT@
73
67
DOXYGEN = @DOXYGEN@
74
68
DOXYGEN_TREEVIEW = @DOXYGEN_TREEVIEW@
75
69
ECHO = @ECHO@
 
70
ECHO_C = @ECHO_C@
 
71
ECHO_N = @ECHO_N@
 
72
ECHO_T = @ECHO_T@
 
73
EGREP = @EGREP@
76
74
EXEEXT = @EXEEXT@
 
75
FLUIDSYNTHDIRS = @FLUIDSYNTHDIRS@
77
76
GIVERTCAP = @GIVERTCAP@
78
77
HAVEDOT = @HAVEDOT@
 
78
HAVE_LADCCA_FALSE = @HAVE_LADCCA_FALSE@
 
79
HAVE_LADCCA_TRUE = @HAVE_LADCCA_TRUE@
 
80
INSIDE_GNOME_COMMON_FALSE = @INSIDE_GNOME_COMMON_FALSE@
 
81
INSIDE_GNOME_COMMON_TRUE = @INSIDE_GNOME_COMMON_TRUE@
 
82
INSTALL_DATA = @INSTALL_DATA@
 
83
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
84
INSTALL_SCRIPT = @INSTALL_SCRIPT@
79
85
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
80
 
JACK_HEADERS = @JACK_HEADERS@
81
 
JACK_LIB = @JACK_LIB@
 
86
JACK_CFLAGS = @JACK_CFLAGS@
 
87
JACK_FALSE = @JACK_FALSE@
 
88
JACK_LIBS = @JACK_LIBS@
 
89
JACK_TRUE = @JACK_TRUE@
82
90
JADE = @JADE@
83
 
LIBALSA5AUDIO = @LIBALSA5AUDIO@
84
 
LIBALSA5MIDI = @LIBALSA5MIDI@
85
 
LIBALSA9AUDIO = @LIBALSA9AUDIO@
86
 
LIBALSA9MIDI = @LIBALSA9MIDI@
87
 
LIBALSAMIDI = @LIBALSAMIDI@
88
 
LIBIIWUSYNTH = @LIBIIWUSYNTH@
89
 
LIBJACK = @LIBJACK@
90
 
LIBMESS = @LIBMESS@
91
 
LIBOSSAUDIO = @LIBOSSAUDIO@
 
91
LADCCA_CFLAGS = @LADCCA_CFLAGS@
 
92
LADCCA_LIBS = @LADCCA_LIBS@
 
93
LDFLAGS = @LDFLAGS@
 
94
LIBOBJS = @LIBOBJS@
 
95
LIBS = @LIBS@
92
96
LIBTOOL = @LIBTOOL@
93
97
LN_S = @LN_S@
 
98
LTLIBOBJS = @LTLIBOBJS@
94
99
MAINT = @MAINT@
 
100
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
101
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
102
MAKEINFO = @MAKEINFO@
95
103
MOC = @MOC@
96
104
MUSECXXFLAGS = @MUSECXXFLAGS@
97
105
NSGMLS = @NSGMLS@
98
 
OBJDUMP = @OBJDUMP@
99
106
OBJEXT = @OBJEXT@
100
107
PACKAGE = @PACKAGE@
101
 
PATCHBAY = @PATCHBAY@
 
108
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
109
PACKAGE_NAME = @PACKAGE_NAME@
 
110
PACKAGE_STRING = @PACKAGE_STRING@
 
111
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
112
PACKAGE_VERSION = @PACKAGE_VERSION@
 
113
PATH_SEPARATOR = @PATH_SEPARATOR@
102
114
PERL = @PERL@
 
115
PKG_CONFIG = @PKG_CONFIG@
103
116
QT_CFLAGS = @QT_CFLAGS@
104
117
QT_LIBS = @QT_LIBS@
105
118
RANLIB = @RANLIB@
 
119
SET_MAKE = @SET_MAKE@
 
120
SHELL = @SHELL@
 
121
SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
 
122
SNDFILE_LIBS = @SNDFILE_LIBS@
106
123
STRIP = @STRIP@
107
124
SUIDBUILD = @SUIDBUILD@
108
125
SUIDINSTALL = @SUIDINSTALL@
112
129
X_EXTRA_LIBS = @X_EXTRA_LIBS@
113
130
X_LIBS = @X_LIBS@
114
131
X_PRE_LIBS = @X_PRE_LIBS@
 
132
ac_ct_CC = @ac_ct_CC@
 
133
ac_ct_CXX = @ac_ct_CXX@
 
134
ac_ct_RANLIB = @ac_ct_RANLIB@
 
135
ac_ct_STRIP = @ac_ct_STRIP@
 
136
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
137
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
138
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
139
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
115
140
am__include = @am__include@
 
141
am__leading_dot = @am__leading_dot@
116
142
am__quote = @am__quote@
 
143
bindir = @bindir@
 
144
build = @build@
 
145
build_alias = @build_alias@
 
146
build_cpu = @build_cpu@
 
147
build_os = @build_os@
 
148
build_vendor = @build_vendor@
 
149
datadir = @datadir@
 
150
exec_prefix = @exec_prefix@
117
151
have_docbook = @have_docbook@
 
152
host = @host@
 
153
host_alias = @host_alias@
 
154
host_cpu = @host_cpu@
 
155
host_os = @host_os@
 
156
host_vendor = @host_vendor@
 
157
includedir = @includedir@
 
158
infodir = @infodir@
118
159
install_sh = @install_sh@
 
160
libdir = @libdir@
 
161
libexecdir = @libexecdir@
 
162
localstatedir = @localstatedir@
 
163
mandir = @mandir@
 
164
oldincludedir = @oldincludedir@
 
165
prefix = @prefix@
 
166
program_transform_name = @program_transform_name@
 
167
sbindir = @sbindir@
 
168
sharedstatedir = @sharedstatedir@
 
169
sysconfdir = @sysconfdir@
 
170
target_alias = @target_alias@
 
171
SUBDIRS = drummaps html locale wallpapers instruments \
 
172
   plugins
119
173
 
120
 
SUBDIRS = drummaps html locale soundfonts wallpapers rawwaves
121
174
subdir = share
 
175
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
122
176
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
123
177
CONFIG_HEADER = $(top_builddir)/config.h
124
178
CONFIG_CLEAN_FILES =
125
179
DIST_SOURCES =
126
180
 
127
 
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
128
 
        uninstall-info-recursive all-recursive install-data-recursive \
129
 
        install-exec-recursive installdirs-recursive install-recursive \
130
 
        uninstall-recursive check-recursive installcheck-recursive
 
181
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
 
182
        ps-recursive install-info-recursive uninstall-info-recursive \
 
183
        all-recursive install-data-recursive install-exec-recursive \
 
184
        installdirs-recursive install-recursive uninstall-recursive \
 
185
        check-recursive installcheck-recursive
131
186
DIST_COMMON = Makefile.am Makefile.in
132
187
DIST_SUBDIRS = $(SUBDIRS)
133
188
all: all-recursive
134
189
 
135
190
.SUFFIXES:
 
191
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
192
        cd $(top_srcdir) && \
 
193
          $(AUTOMAKE) --gnu  share/Makefile
 
194
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
195
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
136
196
 
137
197
mostlyclean-libtool:
138
198
        -rm -f *.lo
142
202
 
143
203
distclean-libtool:
144
204
        -rm -f libtool
145
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
146
 
        cd $(top_srcdir) && \
147
 
          $(AUTOMAKE) --gnu  share/Makefile
148
 
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
149
 
        cd $(top_builddir) && \
150
 
          CONFIG_HEADERS= CONFIG_LINKS= \
151
 
          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
152
205
uninstall-info-am:
153
206
 
154
207
# This directory's subdirectories are mostly independent; you can cd
158
211
#     (which will cause the Makefiles to be regenerated when you run `make');
159
212
# (2) otherwise, pass the desired values on the `make' command line.
160
213
$(RECURSIVE_TARGETS):
161
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
214
        @set fnord $$MAKEFLAGS; amf=$$2; \
162
215
        dot_seen=no; \
163
216
        target=`echo $@ | sed s/-recursive//`; \
164
217
        list='$(SUBDIRS)'; for subdir in $$list; do \
178
231
 
179
232
mostlyclean-recursive clean-recursive distclean-recursive \
180
233
maintainer-clean-recursive:
181
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
234
        @set fnord $$MAKEFLAGS; amf=$$2; \
182
235
        dot_seen=no; \
183
236
        case "$@" in \
184
237
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
205
258
        list='$(SUBDIRS)'; for subdir in $$list; do \
206
259
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
207
260
        done
 
261
ctags-recursive:
 
262
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
263
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
264
        done
 
265
 
 
266
ETAGS = etags
 
267
ETAGSFLAGS =
 
268
 
 
269
CTAGS = ctags
 
270
CTAGSFLAGS =
208
271
 
209
272
tags: TAGS
210
273
 
211
274
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
212
 
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
275
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
213
276
        unique=`for i in $$list; do \
214
277
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
215
278
          done | \
216
279
          $(AWK) '    { files[$$0] = 1; } \
217
280
               END { for (i in files) print i; }'`; \
218
 
        mkid -fID $$unique $(LISP)
 
281
        mkid -fID $$unique
219
282
 
220
283
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
221
284
                $(TAGS_FILES) $(LISP)
222
285
        tags=; \
223
286
        here=`pwd`; \
 
287
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
288
          include_option=--etags-include; \
 
289
        else \
 
290
          include_option=--include; \
 
291
        fi; \
224
292
        list='$(SUBDIRS)'; for subdir in $$list; do \
225
293
          if test "$$subdir" = .; then :; else \
226
 
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
294
            test -f $$subdir/TAGS && \
 
295
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
227
296
          fi; \
228
297
        done; \
229
 
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
230
 
        unique=`for i in $$list; do \
231
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
232
 
          done | \
233
 
          $(AWK) '    { files[$$0] = 1; } \
234
 
               END { for (i in files) print i; }'`; \
235
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
236
 
          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
 
298
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
299
        unique=`for i in $$list; do \
 
300
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
301
          done | \
 
302
          $(AWK) '    { files[$$0] = 1; } \
 
303
               END { for (i in files) print i; }'`; \
 
304
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
305
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
306
             $$tags $$unique
 
307
 
 
308
ctags: CTAGS
 
309
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
310
                $(TAGS_FILES) $(LISP)
 
311
        tags=; \
 
312
        here=`pwd`; \
 
313
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
314
        unique=`for i in $$list; do \
 
315
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
316
          done | \
 
317
          $(AWK) '    { files[$$0] = 1; } \
 
318
               END { for (i in files) print i; }'`; \
 
319
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
320
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
321
             $$tags $$unique
237
322
 
238
323
GTAGS:
239
 
        here=`CDPATH=: && cd $(top_builddir) && pwd` \
 
324
        here=`$(am__cd) $(top_builddir) && pwd` \
240
325
          && cd $(top_srcdir) \
241
326
          && gtags -i $(GTAGS_ARGS) $$here
242
327
 
243
328
distclean-tags:
244
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
245
 
 
 
329
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
246
330
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
247
331
 
248
332
top_distdir = ..
249
333
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
250
334
 
251
335
distdir: $(DISTFILES)
252
 
        @for file in $(DISTFILES); do \
253
 
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
 
336
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
337
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
338
        list='$(DISTFILES)'; for file in $$list; do \
 
339
          case $$file in \
 
340
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
341
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
342
          esac; \
 
343
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
254
344
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
255
345
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
256
 
            $(mkinstalldirs) "$(distdir)/$$dir"; \
 
346
            dir="/$$dir"; \
 
347
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
348
          else \
 
349
            dir=''; \
257
350
          fi; \
258
351
          if test -d $$d/$$file; then \
259
 
            cp -pR $$d/$$file $(distdir) \
260
 
            || exit 1; \
 
352
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
353
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
354
            fi; \
 
355
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
261
356
          else \
262
357
            test -f $(distdir)/$$file \
263
358
            || cp -p $$d/$$file $(distdir)/$$file \
264
359
            || exit 1; \
265
360
          fi; \
266
361
        done
267
 
        for subdir in $(SUBDIRS); do \
 
362
        list='$(SUBDIRS)'; for subdir in $$list; do \
268
363
          if test "$$subdir" = .; then :; else \
269
364
            test -d $(distdir)/$$subdir \
270
365
            || mkdir $(distdir)/$$subdir \
294
389
installcheck: installcheck-recursive
295
390
install-strip:
296
391
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
392
          INSTALL_STRIP_FLAG=-s \
297
393
          `test -z '$(STRIP)' || \
298
394
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
299
395
mostlyclean-generic:
301
397
clean-generic:
302
398
 
303
399
distclean-generic:
304
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
400
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
305
401
 
306
402
maintainer-clean-generic:
307
403
        @echo "This command is intended for maintainers to use"
341
437
 
342
438
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
343
439
 
 
440
pdf: pdf-recursive
 
441
 
 
442
pdf-am:
 
443
 
 
444
ps: ps-recursive
 
445
 
 
446
ps-am:
 
447
 
344
448
uninstall-am: uninstall-info-am
345
449
 
346
450
uninstall-info: uninstall-info-recursive
347
451
 
348
 
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
349
 
        clean-generic clean-libtool clean-recursive distclean \
350
 
        distclean-generic distclean-libtool distclean-recursive \
351
 
        distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
352
 
        info-recursive install install-am install-data install-data-am \
353
 
        install-data-recursive install-exec install-exec-am \
354
 
        install-exec-recursive install-info install-info-am \
355
 
        install-info-recursive install-man install-recursive \
356
 
        install-strip installcheck installcheck-am installdirs \
357
 
        installdirs-am installdirs-recursive maintainer-clean \
358
 
        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
359
 
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
360
 
        tags tags-recursive uninstall uninstall-am uninstall-info-am \
 
452
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
 
453
        clean-generic clean-libtool clean-recursive ctags \
 
454
        ctags-recursive distclean distclean-generic distclean-libtool \
 
455
        distclean-recursive distclean-tags distdir dvi dvi-am \
 
456
        dvi-recursive info info-am info-recursive install install-am \
 
457
        install-data install-data-am install-data-recursive \
 
458
        install-exec install-exec-am install-exec-recursive \
 
459
        install-info install-info-am install-info-recursive install-man \
 
460
        install-recursive install-strip installcheck installcheck-am \
 
461
        installdirs installdirs-am installdirs-recursive \
 
462
        maintainer-clean maintainer-clean-generic \
 
463
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
 
464
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am \
 
465
        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
 
466
        uninstall uninstall-am uninstall-info-am \
361
467
        uninstall-info-recursive uninstall-recursive
362
468
 
363
469
# Tell versions [3.59,3.63) of GNU make to not export all variables.