~ubuntu-branches/ubuntu/hardy/gxine/hardy

« back to all changes in this revision

Viewing changes to m4/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-03-21 11:24:59 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20080321112459-igb0jy01nytpdrzt
Tags: 0.5.901-1ubuntu1
* merge debian changes for hardy PPA. Remaining changes:
  - debian/control: added Xb-Npp-xxx tags accordingly to "firefox distro
    add-on suport" spec,
    (https://blueprints.launchpad.net/ubuntu/+spec/firefox-distro-addon-support)
* Feature Freeze exception granted in LP: #204563
* New upstream release fixes playing DVDs. LP: #128864
* mime.default: add "x-content/video-dvd;x-content/video-vcd;x-content/video-svcd;"
  to get it listed as a player for dvd and video cds in nautilus. Thanks to
  Sebastien Bacher for the hint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
13
13
# PARTICULAR PURPOSE.
14
14
 
15
15
@SET_MAKE@
16
 
srcdir = @srcdir@
17
 
top_srcdir = @top_srcdir@
18
16
VPATH = @srcdir@
19
17
pkgdatadir = $(datadir)/@PACKAGE@
20
18
pkglibdir = $(libdir)/@PACKAGE@
21
19
pkgincludedir = $(includedir)/@PACKAGE@
22
 
top_builddir = ..
23
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
INSTALL = @INSTALL@
25
21
install_sh_DATA = $(install_sh) -c -m 644
26
22
install_sh_PROGRAM = $(install_sh) -c
27
23
install_sh_SCRIPT = $(install_sh) -c
38
34
subdir = m4
39
35
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40
36
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41
 
am__aclocal_m4_deps = $(top_srcdir)/m4/_gxine.m4 \
42
 
        $(top_srcdir)/m4/_js.m4 $(top_srcdir)/m4/gettext.m4 \
43
 
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/isc-posix.m4 \
44
 
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
45
 
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/lirc.m4 \
46
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
47
 
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
 
37
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext/gettext.m4 \
 
38
        $(top_srcdir)/m4/gettext/iconv.m4 \
 
39
        $(top_srcdir)/m4/gettext/lib-ld.m4 \
 
40
        $(top_srcdir)/m4/gettext/lib-link.m4 \
 
41
        $(top_srcdir)/m4/gettext/lib-prefix.m4 \
 
42
        $(top_srcdir)/m4/gettext/nls.m4 $(top_srcdir)/m4/gettext/po.m4 \
 
43
        $(top_srcdir)/m4/gettext/progtest.m4 \
 
44
        $(top_srcdir)/m4/_gxine.m4 $(top_srcdir)/m4/_js.m4 \
 
45
        $(top_srcdir)/m4/lirc.m4 $(top_srcdir)/configure.ac
48
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49
47
        $(ACLOCAL_M4)
50
48
mkinstalldirs = $(install_sh) -d
52
50
CONFIG_CLEAN_FILES =
53
51
SOURCES =
54
52
DIST_SOURCES =
 
53
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
54
        html-recursive info-recursive install-data-recursive \
 
55
        install-dvi-recursive install-exec-recursive \
 
56
        install-html-recursive install-info-recursive \
 
57
        install-pdf-recursive install-ps-recursive install-recursive \
 
58
        installcheck-recursive installdirs-recursive pdf-recursive \
 
59
        ps-recursive uninstall-recursive
 
60
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
61
  distclean-recursive maintainer-clean-recursive
 
62
ETAGS = etags
 
63
CTAGS = ctags
 
64
DIST_SUBDIRS = $(SUBDIRS)
55
65
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
56
66
ACLOCAL = @ACLOCAL@
57
 
AMDEP_FALSE = @AMDEP_FALSE@
58
 
AMDEP_TRUE = @AMDEP_TRUE@
59
67
AMTAR = @AMTAR@
60
68
AR = @AR@
61
69
AUTOCONF = @AUTOCONF@
62
70
AUTOHEADER = @AUTOHEADER@
63
71
AUTOMAKE = @AUTOMAKE@
64
72
AWK = @AWK@
65
 
BROWSER_PLUGIN_FALSE = @BROWSER_PLUGIN_FALSE@
66
 
BROWSER_PLUGIN_TRUE = @BROWSER_PLUGIN_TRUE@
67
73
CC = @CC@
68
74
CCDEPMODE = @CCDEPMODE@
69
75
CFLAGS = @CFLAGS@
77
83
DEBUG_LDFLAGS = @DEBUG_LDFLAGS@
78
84
DEFS = @DEFS@
79
85
DEPDIR = @DEPDIR@
 
86
DSYMUTIL = @DSYMUTIL@
80
87
ECHO = @ECHO@
81
88
ECHO_C = @ECHO_C@
82
89
ECHO_N = @ECHO_N@
103
110
GXINE_MISCPATH = @GXINE_MISCPATH@
104
111
GXINE_PIXMAPPATH = @GXINE_PIXMAPPATH@
105
112
GXINE_PLUGINPATH = @GXINE_PLUGINPATH@
106
 
HAVE_DPMS_EXTENSION_FALSE = @HAVE_DPMS_EXTENSION_FALSE@
107
 
HAVE_DPMS_EXTENSION_TRUE = @HAVE_DPMS_EXTENSION_TRUE@
108
 
HAVE_GETOPT_LONG_FALSE = @HAVE_GETOPT_LONG_FALSE@
109
 
HAVE_GETOPT_LONG_TRUE = @HAVE_GETOPT_LONG_TRUE@
110
 
HAVE_XINERAMA_FALSE = @HAVE_XINERAMA_FALSE@
111
 
HAVE_XINERAMA_TRUE = @HAVE_XINERAMA_TRUE@
112
 
HAVE_XRANDR_FALSE = @HAVE_XRANDR_FALSE@
113
 
HAVE_XRANDR_TRUE = @HAVE_XRANDR_TRUE@
114
 
HAVE_XTESTEXTENSION_FALSE = @HAVE_XTESTEXTENSION_FALSE@
115
 
HAVE_XTESTEXTENSION_TRUE = @HAVE_XTESTEXTENSION_TRUE@
 
113
HAL_CFLAGS = @HAL_CFLAGS@
 
114
HAL_LIBS = @HAL_LIBS@
 
115
INSTALL = @INSTALL@
116
116
INSTALL_DATA = @INSTALL_DATA@
117
117
INSTALL_PROGRAM = @INSTALL_PROGRAM@
118
118
INSTALL_SCRIPT = @INSTALL_SCRIPT@
136
136
LTLIBINTL = @LTLIBINTL@
137
137
LTLIBOBJS = @LTLIBOBJS@
138
138
MAINT = @MAINT@
139
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
140
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
141
139
MAKEINFO = @MAKEINFO@
 
140
MANLINGUAS = @MANLINGUAS@
 
141
MKDIR_P = @MKDIR_P@
142
142
MSGFMT = @MSGFMT@
143
143
MSGFMT_015 = @MSGFMT_015@
144
144
MSGMERGE = @MSGMERGE@
 
145
NET_LIBS = @NET_LIBS@
 
146
NMEDIT = @NMEDIT@
145
147
NSPR_CFLAGS = @NSPR_CFLAGS@
146
148
NSPR_LIBS = @NSPR_LIBS@
147
149
OBJEXT = @OBJEXT@
 
150
OPTIPNG = @OPTIPNG@
148
151
PACKAGE = @PACKAGE@
149
152
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
150
153
PACKAGE_NAME = @PACKAGE_NAME@
151
154
PACKAGE_STRING = @PACKAGE_STRING@
152
155
PACKAGE_TARNAME = @PACKAGE_TARNAME@
153
156
PACKAGE_VERSION = @PACKAGE_VERSION@
 
157
PANGO_CFLAGS = @PANGO_CFLAGS@
 
158
PANGO_LIBS = @PANGO_LIBS@
154
159
PATH_SEPARATOR = @PATH_SEPARATOR@
155
160
PKG_CONFIG = @PKG_CONFIG@
156
161
POSUB = @POSUB@
157
162
RANLIB = @RANLIB@
 
163
RSVG = @RSVG@
 
164
SED = @SED@
158
165
SET_MAKE = @SET_MAKE@
159
166
SHELL = @SHELL@
160
167
STRIP = @STRIP@
162
169
USE_NLS = @USE_NLS@
163
170
VENDOR_PKG_VERSION = @VENDOR_PKG_VERSION@
164
171
VERSION = @VERSION@
 
172
XCB_CFLAGS = @XCB_CFLAGS@
 
173
XCB_LIBS = @XCB_LIBS@
165
174
XGETTEXT = @XGETTEXT@
166
175
XGETTEXT_015 = @XGETTEXT_015@
 
176
XINERAMA_LIBS = @XINERAMA_LIBS@
167
177
XINE_ACFLAGS = @XINE_ACFLAGS@
168
178
XINE_CFLAGS = @XINE_CFLAGS@
169
179
XINE_CONFIG = @XINE_CONFIG@
175
185
X_EXTRA_LIBS = @X_EXTRA_LIBS@
176
186
X_LIBS = @X_LIBS@
177
187
X_PRE_LIBS = @X_PRE_LIBS@
 
188
abs_builddir = @abs_builddir@
 
189
abs_srcdir = @abs_srcdir@
 
190
abs_top_builddir = @abs_top_builddir@
 
191
abs_top_srcdir = @abs_top_srcdir@
178
192
ac_ct_CC = @ac_ct_CC@
179
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
180
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
181
193
am__include = @am__include@
182
194
am__leading_dot = @am__leading_dot@
183
195
am__quote = @am__quote@
189
201
build_cpu = @build_cpu@
190
202
build_os = @build_os@
191
203
build_vendor = @build_vendor@
 
204
builddir = @builddir@
192
205
datadir = @datadir@
193
206
datarootdir = @datarootdir@
194
207
docdir = @docdir@
216
229
psdir = @psdir@
217
230
sbindir = @sbindir@
218
231
sharedstatedir = @sharedstatedir@
 
232
srcdir = @srcdir@
219
233
sysconfdir = @sysconfdir@
220
234
target_alias = @target_alias@
 
235
top_builddir = @top_builddir@
 
236
top_srcdir = @top_srcdir@
 
237
SUBDIRS = gettext
221
238
EXTRA_DIST = \
222
 
        aclocal-include.m4 \
223
 
        codeset.m4 \
224
 
        gettext.m4 \
225
 
        glibc21.m4 \
226
 
        iconv.m4 \
227
 
        intdiv0.m4 \
228
 
        intmax.m4 \
229
 
        inttypes-pri.m4 \
230
 
        inttypes.m4 \
231
 
        inttypes_h.m4 \
232
 
        isc-posix.m4 \
233
 
        lcmessage.m4 \
234
 
        lib-ld.m4 \
235
 
        lib-link.m4 \
236
 
        lib-prefix.m4 \
237
 
        lirc.m4 \
238
 
        longdouble.m4 \
239
 
        longlong.m4 \
240
 
        need-declaration.m4 \
241
 
        nls.m4 \
242
 
        po.m4 \
243
 
        printf-posix.m4 \
244
 
        progtest.m4 \
245
 
        signed.m4 \
246
 
        size_max.m4 \
247
 
        stdint_h.m4 \
248
 
        uintmax_t.m4 \
249
 
        ulonglong.m4 \
250
 
        wchar_t.m4 \
251
 
        wint_t.m4 \
252
 
        xsize.m4 \
253
239
        _gxine.m4 \
254
 
        _js.m4
 
240
        _js.m4 \
 
241
        lirc.m4
255
242
 
256
 
all: all-am
 
243
all: all-recursive
257
244
 
258
245
.SUFFIXES:
259
246
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
292
279
clean-libtool:
293
280
        -rm -rf .libs _libs
294
281
 
295
 
distclean-libtool:
296
 
        -rm -f libtool
297
 
uninstall-info-am:
 
282
# This directory's subdirectories are mostly independent; you can cd
 
283
# into them and run `make' without going through this Makefile.
 
284
# To change the values of `make' variables: instead of editing Makefiles,
 
285
# (1) if the variable is set in `config.status', edit `config.status'
 
286
#     (which will cause the Makefiles to be regenerated when you run `make');
 
287
# (2) otherwise, pass the desired values on the `make' command line.
 
288
$(RECURSIVE_TARGETS):
 
289
        @failcom='exit 1'; \
 
290
        for f in x $$MAKEFLAGS; do \
 
291
          case $$f in \
 
292
            *=* | --[!k]*);; \
 
293
            *k*) failcom='fail=yes';; \
 
294
          esac; \
 
295
        done; \
 
296
        dot_seen=no; \
 
297
        target=`echo $@ | sed s/-recursive//`; \
 
298
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
299
          echo "Making $$target in $$subdir"; \
 
300
          if test "$$subdir" = "."; then \
 
301
            dot_seen=yes; \
 
302
            local_target="$$target-am"; \
 
303
          else \
 
304
            local_target="$$target"; \
 
305
          fi; \
 
306
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
307
          || eval $$failcom; \
 
308
        done; \
 
309
        if test "$$dot_seen" = "no"; then \
 
310
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
311
        fi; test -z "$$fail"
 
312
 
 
313
$(RECURSIVE_CLEAN_TARGETS):
 
314
        @failcom='exit 1'; \
 
315
        for f in x $$MAKEFLAGS; do \
 
316
          case $$f in \
 
317
            *=* | --[!k]*);; \
 
318
            *k*) failcom='fail=yes';; \
 
319
          esac; \
 
320
        done; \
 
321
        dot_seen=no; \
 
322
        case "$@" in \
 
323
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
324
          *) list='$(SUBDIRS)' ;; \
 
325
        esac; \
 
326
        rev=''; for subdir in $$list; do \
 
327
          if test "$$subdir" = "."; then :; else \
 
328
            rev="$$subdir $$rev"; \
 
329
          fi; \
 
330
        done; \
 
331
        rev="$$rev ."; \
 
332
        target=`echo $@ | sed s/-recursive//`; \
 
333
        for subdir in $$rev; do \
 
334
          echo "Making $$target in $$subdir"; \
 
335
          if test "$$subdir" = "."; then \
 
336
            local_target="$$target-am"; \
 
337
          else \
 
338
            local_target="$$target"; \
 
339
          fi; \
 
340
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
341
          || eval $$failcom; \
 
342
        done && test -z "$$fail"
 
343
tags-recursive:
 
344
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
345
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
346
        done
 
347
ctags-recursive:
 
348
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
349
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
350
        done
 
351
 
 
352
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
353
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
354
        unique=`for i in $$list; do \
 
355
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
356
          done | \
 
357
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
358
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
359
        mkid -fID $$unique
298
360
tags: TAGS
299
 
TAGS:
300
361
 
 
362
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
363
                $(TAGS_FILES) $(LISP)
 
364
        tags=; \
 
365
        here=`pwd`; \
 
366
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
367
          include_option=--etags-include; \
 
368
          empty_fix=.; \
 
369
        else \
 
370
          include_option=--include; \
 
371
          empty_fix=; \
 
372
        fi; \
 
373
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
374
          if test "$$subdir" = .; then :; else \
 
375
            test ! -f $$subdir/TAGS || \
 
376
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
377
          fi; \
 
378
        done; \
 
379
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
380
        unique=`for i in $$list; do \
 
381
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
382
          done | \
 
383
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
384
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
385
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
386
          test -n "$$unique" || unique=$$empty_fix; \
 
387
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
388
            $$tags $$unique; \
 
389
        fi
301
390
ctags: CTAGS
302
 
CTAGS:
303
 
 
 
391
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
392
                $(TAGS_FILES) $(LISP)
 
393
        tags=; \
 
394
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
395
        unique=`for i in $$list; do \
 
396
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
397
          done | \
 
398
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
399
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
400
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
401
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
402
             $$tags $$unique
 
403
 
 
404
GTAGS:
 
405
        here=`$(am__cd) $(top_builddir) && pwd` \
 
406
          && cd $(top_srcdir) \
 
407
          && gtags -i $(GTAGS_ARGS) $$here
 
408
 
 
409
distclean-tags:
 
410
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
304
411
 
305
412
distdir: $(DISTFILES)
306
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
307
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
308
 
        list='$(DISTFILES)'; for file in $$list; do \
309
 
          case $$file in \
310
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
311
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
312
 
          esac; \
 
413
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
414
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
415
        list='$(DISTFILES)'; \
 
416
          dist_files=`for file in $$list; do echo $$file; done | \
 
417
          sed -e "s|^$$srcdirstrip/||;t" \
 
418
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
419
        case $$dist_files in \
 
420
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
421
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
422
                           sort -u` ;; \
 
423
        esac; \
 
424
        for file in $$dist_files; do \
313
425
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
314
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
315
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
316
 
            dir="/$$dir"; \
317
 
            $(mkdir_p) "$(distdir)$$dir"; \
318
 
          else \
319
 
            dir=''; \
320
 
          fi; \
321
426
          if test -d $$d/$$file; then \
 
427
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
322
428
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
323
429
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
324
430
            fi; \
329
435
            || exit 1; \
330
436
          fi; \
331
437
        done
 
438
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
439
          if test "$$subdir" = .; then :; else \
 
440
            test -d "$(distdir)/$$subdir" \
 
441
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
442
            || exit 1; \
 
443
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
444
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
445
            (cd $$subdir && \
 
446
              $(MAKE) $(AM_MAKEFLAGS) \
 
447
                top_distdir="$$top_distdir" \
 
448
                distdir="$$distdir/$$subdir" \
 
449
                am__remove_distdir=: \
 
450
                am__skip_length_check=: \
 
451
                distdir) \
 
452
              || exit 1; \
 
453
          fi; \
 
454
        done
332
455
check-am: all-am
333
 
check: check-am
 
456
check: check-recursive
334
457
all-am: Makefile
335
 
installdirs:
336
 
install: install-am
337
 
install-exec: install-exec-am
338
 
install-data: install-data-am
339
 
uninstall: uninstall-am
 
458
installdirs: installdirs-recursive
 
459
installdirs-am:
 
460
install: install-recursive
 
461
install-exec: install-exec-recursive
 
462
install-data: install-data-recursive
 
463
uninstall: uninstall-recursive
340
464
 
341
465
install-am: all-am
342
466
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
343
467
 
344
 
installcheck: installcheck-am
 
468
installcheck: installcheck-recursive
345
469
install-strip:
346
470
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
347
471
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
352
476
 
353
477
distclean-generic:
354
478
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
355
 
clean: clean-am
 
479
clean: clean-recursive
356
480
 
357
481
clean-am: clean-generic clean-libtool mostlyclean-am
358
482
 
359
 
distclean: distclean-am
 
483
distclean: distclean-recursive
360
484
        -rm -f Makefile
361
 
distclean-am: clean-am distclean-generic distclean-libtool
 
485
distclean-am: clean-am distclean-generic distclean-tags
362
486
 
363
 
dvi: dvi-am
 
487
dvi: dvi-recursive
364
488
 
365
489
dvi-am:
366
490
 
367
 
html: html-am
 
491
html: html-recursive
368
492
 
369
 
info: info-am
 
493
info: info-recursive
370
494
 
371
495
info-am:
372
496
 
373
497
install-data-am:
374
498
 
 
499
install-dvi: install-dvi-recursive
 
500
 
375
501
install-exec-am:
376
502
 
377
 
install-info: install-info-am
 
503
install-html: install-html-recursive
 
504
 
 
505
install-info: install-info-recursive
378
506
 
379
507
install-man:
380
508
 
 
509
install-pdf: install-pdf-recursive
 
510
 
 
511
install-ps: install-ps-recursive
 
512
 
381
513
installcheck-am:
382
514
 
383
 
maintainer-clean: maintainer-clean-am
 
515
maintainer-clean: maintainer-clean-recursive
384
516
        -rm -f Makefile
385
517
maintainer-clean-am: distclean-am maintainer-clean-generic
386
518
 
387
 
mostlyclean: mostlyclean-am
 
519
mostlyclean: mostlyclean-recursive
388
520
 
389
521
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
390
522
 
391
 
pdf: pdf-am
 
523
pdf: pdf-recursive
392
524
 
393
525
pdf-am:
394
526
 
395
 
ps: ps-am
 
527
ps: ps-recursive
396
528
 
397
529
ps-am:
398
530
 
399
 
uninstall-am: uninstall-info-am
400
 
 
401
 
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
402
 
        distclean distclean-generic distclean-libtool distdir dvi \
403
 
        dvi-am html html-am info info-am install install-am \
404
 
        install-data install-data-am install-exec install-exec-am \
405
 
        install-info install-info-am install-man install-strip \
406
 
        installcheck installcheck-am installdirs maintainer-clean \
 
531
uninstall-am:
 
532
 
 
533
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
534
        install-strip
 
535
 
 
536
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
537
        all all-am check check-am clean clean-generic clean-libtool \
 
538
        ctags ctags-recursive distclean distclean-generic \
 
539
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
540
        html-am info info-am install install-am install-data \
 
541
        install-data-am install-dvi install-dvi-am install-exec \
 
542
        install-exec-am install-html install-html-am install-info \
 
543
        install-info-am install-man install-pdf install-pdf-am \
 
544
        install-ps install-ps-am install-strip installcheck \
 
545
        installcheck-am installdirs installdirs-am maintainer-clean \
407
546
        maintainer-clean-generic mostlyclean mostlyclean-generic \
408
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
409
 
        uninstall-info-am
 
547
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
548
        uninstall uninstall-am
410
549
 
411
550
 
412
551
debug: all