~ubuntu-branches/ubuntu/quantal/openmotif/quantal

« back to all changes in this revision

Viewing changes to demos/doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Bauer
  • Date: 2010-06-23 12:12:31 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100623121231-u89gxdp51sg9wjj2
Tags: 2.3.0-1
* New Maintainer (Closes: #379258) 
* Acknowledge NMU changes
* New upstream release (Closes: #494375)
* Get rid of security patches as they are already part of new upstream
  release (00-xpmvuln.openmotif.patch, 342092-CVE-2005-3964.patch)
* Bump Standards to 3.8.4
* Added {misc:Depends} to make the package lintian cleaner
* Fix weak-library-dev-dependency by adding ${binary:Version}) for the
  -dev Package of openmotif
* Let package depend on autotools-dev to use newer autotools-helper-files
* Work around an autoconf-bug (Gentoo-Bug #1475)
* Added Client-side anti-aliased fonts support via XFT
* Added UTF-8 and UTF8_STRING atom support
* Ability to show text and pixmaps in Label, LabelGadget and all
  derived widgets
* Support of PNG/JPEG image formats in the same way as XPM is supported
* Increase FILE_OFFSET_BITS to 64 to show files >2GB in file-selector
  Idea taken from Magne Oestlyngen (Closes: #288537)

Show diffs side-by-side

added added

removed removed

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