~vanvugt/ubuntu/oneiric/mediatomb/fix-770964-784431

« back to all changes in this revision

Viewing changes to scripts/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andres Mejia
  • Date: 2009-04-22 21:39:19 UTC
  • mto: (4.2.1 sid)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20090422213919-52m015y6gcpv1m1g
Tags: upstream-0.12.0~svn2018
ImportĀ upstreamĀ versionĀ 0.12.0~svn2018

Show diffs side-by-side

added added

removed removed

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