~ubuntu-branches/ubuntu/trusty/gramps/trusty-proposed

« back to all changes in this revision

Viewing changes to example/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Ross Gammon
  • Date: 2014-02-03 17:28:04 UTC
  • mfrom: (39.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20140203172804-76y7nwxiw92zhlnj
Tags: 4.0.3+dfsg-1
* New upstream release (Closes: #720858)
* To-do notes improved and made persistent (Closes: #680692)
* Applied patch to setup.py to fix resource path problem
* Applied patch to disable the optional HTML View & prevent a crash
* Remove sourceless javascript files (Closes: #736436)
* Gramps uses Bat Mitzva internally (Closes: #502532)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
@SET_MAKE@
17
 
VPATH = @srcdir@
18
 
pkgdatadir = $(datadir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
20
 
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
 
install_sh_DATA = $(install_sh) -c -m 644
24
 
install_sh_PROGRAM = $(install_sh) -c
25
 
install_sh_SCRIPT = $(install_sh) -c
26
 
INSTALL_HEADER = $(INSTALL_DATA)
27
 
transform = $(program_transform_name)
28
 
NORMAL_INSTALL = :
29
 
PRE_INSTALL = :
30
 
POST_INSTALL = :
31
 
NORMAL_UNINSTALL = :
32
 
PRE_UNINSTALL = :
33
 
POST_UNINSTALL = :
34
 
subdir = example
35
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
36
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37
 
am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
38
 
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
39
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40
 
        $(ACLOCAL_M4)
41
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
42
 
CONFIG_CLEAN_FILES =
43
 
CONFIG_CLEAN_VPATH_FILES =
44
 
SOURCES =
45
 
DIST_SOURCES =
46
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
47
 
        html-recursive info-recursive install-data-recursive \
48
 
        install-dvi-recursive install-exec-recursive \
49
 
        install-html-recursive install-info-recursive \
50
 
        install-pdf-recursive install-ps-recursive install-recursive \
51
 
        installcheck-recursive installdirs-recursive pdf-recursive \
52
 
        ps-recursive uninstall-recursive
53
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
54
 
  distclean-recursive maintainer-clean-recursive
55
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
56
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
57
 
        distdir
58
 
ETAGS = etags
59
 
CTAGS = ctags
60
 
DIST_SUBDIRS = $(SUBDIRS)
61
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
62
 
am__relativize = \
63
 
  dir0=`pwd`; \
64
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
65
 
  sed_rest='s,^[^/]*/*,,'; \
66
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
67
 
  sed_butlast='s,/*[^/]*$$,,'; \
68
 
  while test -n "$$dir1"; do \
69
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
70
 
    if test "$$first" != "."; then \
71
 
      if test "$$first" = ".."; then \
72
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
73
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
74
 
      else \
75
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
76
 
        if test "$$first2" = "$$first"; then \
77
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
78
 
        else \
79
 
          dir2="../$$dir2"; \
80
 
        fi; \
81
 
        dir0="$$dir0"/"$$first"; \
82
 
      fi; \
83
 
    fi; \
84
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
85
 
  done; \
86
 
  reldir="$$dir2"
87
 
ACLOCAL = @ACLOCAL@
88
 
ALL_LINGUAS = @ALL_LINGUAS@
89
 
AMTAR = @AMTAR@
90
 
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
91
 
AUTOCONF = @AUTOCONF@
92
 
AUTOHEADER = @AUTOHEADER@
93
 
AUTOMAKE = @AUTOMAKE@
94
 
AWK = @AWK@
95
 
BINSH = @BINSH@
96
 
CATALOGS = @CATALOGS@
97
 
CATOBJEXT = @CATOBJEXT@
98
 
CC = @CC@
99
 
CCDEPMODE = @CCDEPMODE@
100
 
CFLAGS = @CFLAGS@
101
 
CPP = @CPP@
102
 
CPPFLAGS = @CPPFLAGS@
103
 
CYGPATH_W = @CYGPATH_W@
104
 
DATADIRNAME = @DATADIRNAME@
105
 
DEFS = @DEFS@
106
 
DEPDIR = @DEPDIR@
107
 
ECHO_C = @ECHO_C@
108
 
ECHO_N = @ECHO_N@
109
 
ECHO_T = @ECHO_T@
110
 
EGREP = @EGREP@
111
 
EXEEXT = @EXEEXT@
112
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
113
 
GMOFILES = @GMOFILES@
114
 
GMSGFMT = @GMSGFMT@
115
 
GREP = @GREP@
116
 
INSTALL = @INSTALL@
117
 
INSTALL_DATA = @INSTALL_DATA@
118
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
119
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
120
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
121
 
INSTOBJEXT = @INSTOBJEXT@
122
 
INTLLIBS = @INTLLIBS@
123
 
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
124
 
INTLTOOL_MERGE = @INTLTOOL_MERGE@
125
 
INTLTOOL_PERL = @INTLTOOL_PERL@
126
 
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
127
 
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
128
 
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
129
 
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
130
 
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
131
 
LDFLAGS = @LDFLAGS@
132
 
LIBOBJS = @LIBOBJS@
133
 
LIBS = @LIBS@
134
 
LTLIBOBJS = @LTLIBOBJS@
135
 
MAKEINFO = @MAKEINFO@
136
 
MKDIR_P = @MKDIR_P@
137
 
MKINSTALLDIRS = @MKINSTALLDIRS@
138
 
MSGFMT = @MSGFMT@
139
 
MSGFMT_OPTS = @MSGFMT_OPTS@
140
 
MSGMERGE = @MSGMERGE@
141
 
OBJEXT = @OBJEXT@
142
 
PACKAGE = @PACKAGE@
143
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
144
 
PACKAGE_NAME = @PACKAGE_NAME@
145
 
PACKAGE_STRING = @PACKAGE_STRING@
146
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
147
 
PACKAGE_URL = @PACKAGE_URL@
148
 
PACKAGE_VERSION = @PACKAGE_VERSION@
149
 
PATH_SEPARATOR = @PATH_SEPARATOR@
150
 
POFILES = @POFILES@
151
 
POSUB = @POSUB@
152
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
153
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
154
 
PYTHON = @PYTHON@
155
 
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
156
 
PYTHON_PLATFORM = @PYTHON_PLATFORM@
157
 
PYTHON_PREFIX = @PYTHON_PREFIX@
158
 
PYTHON_VERSION = @PYTHON_VERSION@
159
 
RELEASE = @RELEASE@
160
 
SET_MAKE = @SET_MAKE@
161
 
SHARED_MIME_DIR = @SHARED_MIME_DIR@
162
 
SHELL = @SHELL@
163
 
STRIP = @STRIP@
164
 
USE_NLS = @USE_NLS@
165
 
VERSION = @VERSION@
166
 
VERSIONSTRING = @VERSIONSTRING@
167
 
XGETTEXT = @XGETTEXT@
168
 
abs_builddir = @abs_builddir@
169
 
abs_srcdir = @abs_srcdir@
170
 
abs_top_builddir = @abs_top_builddir@
171
 
abs_top_srcdir = @abs_top_srcdir@
172
 
ac_ct_CC = @ac_ct_CC@
173
 
am__include = @am__include@
174
 
am__leading_dot = @am__leading_dot@
175
 
am__quote = @am__quote@
176
 
am__tar = @am__tar@
177
 
am__untar = @am__untar@
178
 
bindir = @bindir@
179
 
build_alias = @build_alias@
180
 
builddir = @builddir@
181
 
datadir = @datadir@
182
 
datarootdir = @datarootdir@
183
 
docdir = @docdir@
184
 
dvidir = @dvidir@
185
 
exec_prefix = @exec_prefix@
186
 
host_alias = @host_alias@
187
 
htmldir = @htmldir@
188
 
includedir = @includedir@
189
 
infodir = @infodir@
190
 
install_sh = @install_sh@
191
 
intltool__v_merge_options_ = @intltool__v_merge_options_@
192
 
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
193
 
libdir = @libdir@
194
 
libexecdir = @libexecdir@
195
 
localedir = @localedir@
196
 
localstatedir = @localstatedir@
197
 
mandir = @mandir@
198
 
mkdir_p = @mkdir_p@
199
 
oldincludedir = @oldincludedir@
200
 
pdfdir = @pdfdir@
201
 
pkgpyexecdir = @pkgpyexecdir@
202
 
pkgpythondir = @pkgpythondir@
203
 
prefix = @prefix@
204
 
program_transform_name = @program_transform_name@
205
 
psdir = @psdir@
206
 
pyexecdir = @pyexecdir@
207
 
pythondir = @pythondir@
208
 
sbindir = @sbindir@
209
 
sharedstatedir = @sharedstatedir@
210
 
srcdir = @srcdir@
211
 
sysconfdir = @sysconfdir@
212
 
target_alias = @target_alias@
213
 
top_build_prefix = @top_build_prefix@
214
 
top_builddir = @top_builddir@
215
 
top_srcdir = @top_srcdir@
216
 
SUBDIRS = gramps
217
 
all: all-recursive
218
 
 
219
 
.SUFFIXES:
220
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
221
 
        @for dep in $?; do \
222
 
          case '$(am__configure_deps)' in \
223
 
            *$$dep*) \
224
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
225
 
                && { if test -f $@; then exit 0; else break; fi; }; \
226
 
              exit 1;; \
227
 
          esac; \
228
 
        done; \
229
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign example/Makefile'; \
230
 
        $(am__cd) $(top_srcdir) && \
231
 
          $(AUTOMAKE) --foreign example/Makefile
232
 
.PRECIOUS: Makefile
233
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
234
 
        @case '$?' in \
235
 
          *config.status*) \
236
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
237
 
          *) \
238
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
239
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
240
 
        esac;
241
 
 
242
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
243
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
244
 
 
245
 
$(top_srcdir)/configure:  $(am__configure_deps)
246
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
247
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
248
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
249
 
$(am__aclocal_m4_deps):
250
 
 
251
 
# This directory's subdirectories are mostly independent; you can cd
252
 
# into them and run `make' without going through this Makefile.
253
 
# To change the values of `make' variables: instead of editing Makefiles,
254
 
# (1) if the variable is set in `config.status', edit `config.status'
255
 
#     (which will cause the Makefiles to be regenerated when you run `make');
256
 
# (2) otherwise, pass the desired values on the `make' command line.
257
 
$(RECURSIVE_TARGETS):
258
 
        @fail= failcom='exit 1'; \
259
 
        for f in x $$MAKEFLAGS; do \
260
 
          case $$f in \
261
 
            *=* | --[!k]*);; \
262
 
            *k*) failcom='fail=yes';; \
263
 
          esac; \
264
 
        done; \
265
 
        dot_seen=no; \
266
 
        target=`echo $@ | sed s/-recursive//`; \
267
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
268
 
          echo "Making $$target in $$subdir"; \
269
 
          if test "$$subdir" = "."; then \
270
 
            dot_seen=yes; \
271
 
            local_target="$$target-am"; \
272
 
          else \
273
 
            local_target="$$target"; \
274
 
          fi; \
275
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
276
 
          || eval $$failcom; \
277
 
        done; \
278
 
        if test "$$dot_seen" = "no"; then \
279
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
280
 
        fi; test -z "$$fail"
281
 
 
282
 
$(RECURSIVE_CLEAN_TARGETS):
283
 
        @fail= failcom='exit 1'; \
284
 
        for f in x $$MAKEFLAGS; do \
285
 
          case $$f in \
286
 
            *=* | --[!k]*);; \
287
 
            *k*) failcom='fail=yes';; \
288
 
          esac; \
289
 
        done; \
290
 
        dot_seen=no; \
291
 
        case "$@" in \
292
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
293
 
          *) list='$(SUBDIRS)' ;; \
294
 
        esac; \
295
 
        rev=''; for subdir in $$list; do \
296
 
          if test "$$subdir" = "."; then :; else \
297
 
            rev="$$subdir $$rev"; \
298
 
          fi; \
299
 
        done; \
300
 
        rev="$$rev ."; \
301
 
        target=`echo $@ | sed s/-recursive//`; \
302
 
        for subdir in $$rev; do \
303
 
          echo "Making $$target in $$subdir"; \
304
 
          if test "$$subdir" = "."; then \
305
 
            local_target="$$target-am"; \
306
 
          else \
307
 
            local_target="$$target"; \
308
 
          fi; \
309
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
310
 
          || eval $$failcom; \
311
 
        done && test -z "$$fail"
312
 
tags-recursive:
313
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
314
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
315
 
        done
316
 
ctags-recursive:
317
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
318
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
319
 
        done
320
 
 
321
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
322
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
323
 
        unique=`for i in $$list; do \
324
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
325
 
          done | \
326
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
327
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
328
 
        mkid -fID $$unique
329
 
tags: TAGS
330
 
 
331
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
332
 
                $(TAGS_FILES) $(LISP)
333
 
        set x; \
334
 
        here=`pwd`; \
335
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
336
 
          include_option=--etags-include; \
337
 
          empty_fix=.; \
338
 
        else \
339
 
          include_option=--include; \
340
 
          empty_fix=; \
341
 
        fi; \
342
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
343
 
          if test "$$subdir" = .; then :; else \
344
 
            test ! -f $$subdir/TAGS || \
345
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
346
 
          fi; \
347
 
        done; \
348
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
349
 
        unique=`for i in $$list; do \
350
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
351
 
          done | \
352
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
353
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
354
 
        shift; \
355
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
356
 
          test -n "$$unique" || unique=$$empty_fix; \
357
 
          if test $$# -gt 0; then \
358
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
359
 
              "$$@" $$unique; \
360
 
          else \
361
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
362
 
              $$unique; \
363
 
          fi; \
364
 
        fi
365
 
ctags: CTAGS
366
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
367
 
                $(TAGS_FILES) $(LISP)
368
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
369
 
        unique=`for i in $$list; do \
370
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
371
 
          done | \
372
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
373
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
374
 
        test -z "$(CTAGS_ARGS)$$unique" \
375
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
376
 
             $$unique
377
 
 
378
 
GTAGS:
379
 
        here=`$(am__cd) $(top_builddir) && pwd` \
380
 
          && $(am__cd) $(top_srcdir) \
381
 
          && gtags -i $(GTAGS_ARGS) "$$here"
382
 
 
383
 
distclean-tags:
384
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
385
 
 
386
 
distdir: $(DISTFILES)
387
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
388
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
389
 
        list='$(DISTFILES)'; \
390
 
          dist_files=`for file in $$list; do echo $$file; done | \
391
 
          sed -e "s|^$$srcdirstrip/||;t" \
392
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
393
 
        case $$dist_files in \
394
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
395
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
396
 
                           sort -u` ;; \
397
 
        esac; \
398
 
        for file in $$dist_files; do \
399
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
400
 
          if test -d $$d/$$file; then \
401
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
402
 
            if test -d "$(distdir)/$$file"; then \
403
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
404
 
            fi; \
405
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
406
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
407
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
408
 
            fi; \
409
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
410
 
          else \
411
 
            test -f "$(distdir)/$$file" \
412
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
413
 
            || exit 1; \
414
 
          fi; \
415
 
        done
416
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
417
 
          if test "$$subdir" = .; then :; else \
418
 
            test -d "$(distdir)/$$subdir" \
419
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
420
 
            || exit 1; \
421
 
          fi; \
422
 
        done
423
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
424
 
          if test "$$subdir" = .; then :; else \
425
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
426
 
            $(am__relativize); \
427
 
            new_distdir=$$reldir; \
428
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
429
 
            $(am__relativize); \
430
 
            new_top_distdir=$$reldir; \
431
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
432
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
433
 
            ($(am__cd) $$subdir && \
434
 
              $(MAKE) $(AM_MAKEFLAGS) \
435
 
                top_distdir="$$new_top_distdir" \
436
 
                distdir="$$new_distdir" \
437
 
                am__remove_distdir=: \
438
 
                am__skip_length_check=: \
439
 
                am__skip_mode_fix=: \
440
 
                distdir) \
441
 
              || exit 1; \
442
 
          fi; \
443
 
        done
444
 
check-am: all-am
445
 
check: check-recursive
446
 
all-am: Makefile
447
 
installdirs: installdirs-recursive
448
 
installdirs-am:
449
 
install: install-recursive
450
 
install-exec: install-exec-recursive
451
 
install-data: install-data-recursive
452
 
uninstall: uninstall-recursive
453
 
 
454
 
install-am: all-am
455
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
456
 
 
457
 
installcheck: installcheck-recursive
458
 
install-strip:
459
 
        if test -z '$(STRIP)'; then \
460
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
461
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
462
 
              install; \
463
 
        else \
464
 
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
465
 
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
466
 
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
467
 
        fi
468
 
mostlyclean-generic:
469
 
 
470
 
clean-generic:
471
 
 
472
 
distclean-generic:
473
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
474
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
475
 
 
476
 
maintainer-clean-generic:
477
 
        @echo "This command is intended for maintainers to use"
478
 
        @echo "it deletes files that may require special tools to rebuild."
479
 
clean: clean-recursive
480
 
 
481
 
clean-am: clean-generic mostlyclean-am
482
 
 
483
 
distclean: distclean-recursive
484
 
        -rm -f Makefile
485
 
distclean-am: clean-am distclean-generic distclean-tags
486
 
 
487
 
dvi: dvi-recursive
488
 
 
489
 
dvi-am:
490
 
 
491
 
html: html-recursive
492
 
 
493
 
html-am:
494
 
 
495
 
info: info-recursive
496
 
 
497
 
info-am:
498
 
 
499
 
install-data-am:
500
 
 
501
 
install-dvi: install-dvi-recursive
502
 
 
503
 
install-dvi-am:
504
 
 
505
 
install-exec-am:
506
 
 
507
 
install-html: install-html-recursive
508
 
 
509
 
install-html-am:
510
 
 
511
 
install-info: install-info-recursive
512
 
 
513
 
install-info-am:
514
 
 
515
 
install-man:
516
 
 
517
 
install-pdf: install-pdf-recursive
518
 
 
519
 
install-pdf-am:
520
 
 
521
 
install-ps: install-ps-recursive
522
 
 
523
 
install-ps-am:
524
 
 
525
 
installcheck-am:
526
 
 
527
 
maintainer-clean: maintainer-clean-recursive
528
 
        -rm -f Makefile
529
 
maintainer-clean-am: distclean-am maintainer-clean-generic
530
 
 
531
 
mostlyclean: mostlyclean-recursive
532
 
 
533
 
mostlyclean-am: mostlyclean-generic
534
 
 
535
 
pdf: pdf-recursive
536
 
 
537
 
pdf-am:
538
 
 
539
 
ps: ps-recursive
540
 
 
541
 
ps-am:
542
 
 
543
 
uninstall-am:
544
 
 
545
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
546
 
        install-am install-strip tags-recursive
547
 
 
548
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
549
 
        all all-am check check-am clean clean-generic ctags \
550
 
        ctags-recursive distclean distclean-generic distclean-tags \
551
 
        distdir dvi dvi-am html html-am info info-am install \
552
 
        install-am install-data install-data-am install-dvi \
553
 
        install-dvi-am install-exec install-exec-am install-html \
554
 
        install-html-am install-info install-info-am install-man \
555
 
        install-pdf install-pdf-am install-ps install-ps-am \
556
 
        install-strip installcheck installcheck-am installdirs \
557
 
        installdirs-am maintainer-clean maintainer-clean-generic \
558
 
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
559
 
        tags-recursive uninstall uninstall-am
560
 
 
561
 
 
562
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
563
 
# Otherwise a system limit (for SysV at least) may be exceeded.
564
 
.NOEXPORT: