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

« back to all changes in this revision

Viewing changes to lib/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@
119
 
 
 
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@
120
171
SUBDIRS = synthi plugins
121
172
subdir = lib
 
173
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
122
174
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
123
175
CONFIG_HEADER = $(top_builddir)/config.h
124
176
CONFIG_CLEAN_FILES =
125
177
DIST_SOURCES =
126
178
 
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
 
179
RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
 
180
        ps-recursive install-info-recursive uninstall-info-recursive \
 
181
        all-recursive install-data-recursive install-exec-recursive \
 
182
        installdirs-recursive install-recursive uninstall-recursive \
 
183
        check-recursive installcheck-recursive
131
184
DIST_COMMON = Makefile.am Makefile.in
132
185
DIST_SUBDIRS = $(SUBDIRS)
133
186
all: all-recursive
134
187
 
135
188
.SUFFIXES:
 
189
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
190
        cd $(top_srcdir) && \
 
191
          $(AUTOMAKE) --gnu  lib/Makefile
 
192
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
193
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
136
194
 
137
195
mostlyclean-libtool:
138
196
        -rm -f *.lo
142
200
 
143
201
distclean-libtool:
144
202
        -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  lib/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
203
uninstall-info-am:
153
204
 
154
205
# This directory's subdirectories are mostly independent; you can cd
158
209
#     (which will cause the Makefiles to be regenerated when you run `make');
159
210
# (2) otherwise, pass the desired values on the `make' command line.
160
211
$(RECURSIVE_TARGETS):
161
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
212
        @set fnord $$MAKEFLAGS; amf=$$2; \
162
213
        dot_seen=no; \
163
214
        target=`echo $@ | sed s/-recursive//`; \
164
215
        list='$(SUBDIRS)'; for subdir in $$list; do \
178
229
 
179
230
mostlyclean-recursive clean-recursive distclean-recursive \
180
231
maintainer-clean-recursive:
181
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
232
        @set fnord $$MAKEFLAGS; amf=$$2; \
182
233
        dot_seen=no; \
183
234
        case "$@" in \
184
235
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
205
256
        list='$(SUBDIRS)'; for subdir in $$list; do \
206
257
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
207
258
        done
 
259
ctags-recursive:
 
260
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
261
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
262
        done
 
263
 
 
264
ETAGS = etags
 
265
ETAGSFLAGS =
 
266
 
 
267
CTAGS = ctags
 
268
CTAGSFLAGS =
208
269
 
209
270
tags: TAGS
210
271
 
211
272
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
212
 
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
273
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
213
274
        unique=`for i in $$list; do \
214
275
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
215
276
          done | \
216
277
          $(AWK) '    { files[$$0] = 1; } \
217
278
               END { for (i in files) print i; }'`; \
218
 
        mkid -fID $$unique $(LISP)
 
279
        mkid -fID $$unique
219
280
 
220
281
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
221
282
                $(TAGS_FILES) $(LISP)
222
283
        tags=; \
223
284
        here=`pwd`; \
 
285
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
286
          include_option=--etags-include; \
 
287
        else \
 
288
          include_option=--include; \
 
289
        fi; \
224
290
        list='$(SUBDIRS)'; for subdir in $$list; do \
225
291
          if test "$$subdir" = .; then :; else \
226
 
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
292
            test -f $$subdir/TAGS && \
 
293
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
227
294
          fi; \
228
295
        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)
 
296
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
297
        unique=`for i in $$list; do \
 
298
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
299
          done | \
 
300
          $(AWK) '    { files[$$0] = 1; } \
 
301
               END { for (i in files) print i; }'`; \
 
302
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
303
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
304
             $$tags $$unique
 
305
 
 
306
ctags: CTAGS
 
307
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
308
                $(TAGS_FILES) $(LISP)
 
309
        tags=; \
 
310
        here=`pwd`; \
 
311
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
312
        unique=`for i in $$list; do \
 
313
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
314
          done | \
 
315
          $(AWK) '    { files[$$0] = 1; } \
 
316
               END { for (i in files) print i; }'`; \
 
317
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
318
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
319
             $$tags $$unique
237
320
 
238
321
GTAGS:
239
 
        here=`CDPATH=: && cd $(top_builddir) && pwd` \
 
322
        here=`$(am__cd) $(top_builddir) && pwd` \
240
323
          && cd $(top_srcdir) \
241
324
          && gtags -i $(GTAGS_ARGS) $$here
242
325
 
243
326
distclean-tags:
244
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
245
 
 
 
327
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
246
328
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
247
329
 
248
330
top_distdir = ..
249
331
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
250
332
 
251
333
distdir: $(DISTFILES)
252
 
        @for file in $(DISTFILES); do \
253
 
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
 
334
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
335
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
336
        list='$(DISTFILES)'; for file in $$list; do \
 
337
          case $$file in \
 
338
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
339
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
340
          esac; \
 
341
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
254
342
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
255
343
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
256
 
            $(mkinstalldirs) "$(distdir)/$$dir"; \
 
344
            dir="/$$dir"; \
 
345
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
346
          else \
 
347
            dir=''; \
257
348
          fi; \
258
349
          if test -d $$d/$$file; then \
259
 
            cp -pR $$d/$$file $(distdir) \
260
 
            || exit 1; \
 
350
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
351
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
352
            fi; \
 
353
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
261
354
          else \
262
355
            test -f $(distdir)/$$file \
263
356
            || cp -p $$d/$$file $(distdir)/$$file \
264
357
            || exit 1; \
265
358
          fi; \
266
359
        done
267
 
        for subdir in $(SUBDIRS); do \
 
360
        list='$(SUBDIRS)'; for subdir in $$list; do \
268
361
          if test "$$subdir" = .; then :; else \
269
362
            test -d $(distdir)/$$subdir \
270
363
            || mkdir $(distdir)/$$subdir \
294
387
installcheck: installcheck-recursive
295
388
install-strip:
296
389
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
390
          INSTALL_STRIP_FLAG=-s \
297
391
          `test -z '$(STRIP)' || \
298
392
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
299
393
mostlyclean-generic:
301
395
clean-generic:
302
396
 
303
397
distclean-generic:
304
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
398
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
305
399
 
306
400
maintainer-clean-generic:
307
401
        @echo "This command is intended for maintainers to use"
341
435
 
342
436
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
343
437
 
 
438
pdf: pdf-recursive
 
439
 
 
440
pdf-am:
 
441
 
 
442
ps: ps-recursive
 
443
 
 
444
ps-am:
 
445
 
344
446
uninstall-am: uninstall-info-am
345
447
 
346
448
uninstall-info: uninstall-info-recursive
347
449
 
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 \
 
450
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
 
451
        clean-generic clean-libtool clean-recursive ctags \
 
452
        ctags-recursive distclean distclean-generic distclean-libtool \
 
453
        distclean-recursive distclean-tags distdir dvi dvi-am \
 
454
        dvi-recursive info info-am info-recursive install install-am \
 
455
        install-data install-data-am install-data-recursive \
 
456
        install-exec install-exec-am install-exec-recursive \
 
457
        install-info install-info-am install-info-recursive install-man \
 
458
        install-recursive install-strip installcheck installcheck-am \
 
459
        installdirs installdirs-am installdirs-recursive \
 
460
        maintainer-clean maintainer-clean-generic \
 
461
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
 
462
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am \
 
463
        pdf-recursive ps ps-am ps-recursive tags tags-recursive \
 
464
        uninstall uninstall-am uninstall-info-am \
361
465
        uninstall-info-recursive uninstall-recursive
362
466
 
363
467
# Tell versions [3.59,3.63) of GNU make to not export all variables.