~ubuntu-branches/ubuntu/gutsy/pidgin-libnotify/gutsy

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2007-05-20 13:26:57 UTC
  • Revision ID: james.westby@ubuntu.com-20070520132657-moq2xuphoap7532j
Tags: upstream-0.12
ImportĀ upstreamĀ versionĀ 0.12

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
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
40
        $(srcdir)/Makefile.in $(srcdir)/VERSION.in \
 
41
        $(srcdir)/config.h.in $(top_srcdir)/configure \
 
42
        $(top_srcdir)/intl/Makefile.in ABOUT-NLS AUTHORS COPYING \
 
43
        ChangeLog INSTALL NEWS TODO config.guess config.sub depcomp \
 
44
        install-sh ltmain.sh missing mkinstalldirs
 
45
subdir = .
 
46
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
47
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
49
        $(ACLOCAL_M4)
 
50
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
51
 configure.lineno configure.status.lineno
 
52
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
53
CONFIG_HEADER = config.h
 
54
CONFIG_CLEAN_FILES = VERSION intl/Makefile
 
55
SOURCES =
 
56
DIST_SOURCES =
 
57
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
58
        html-recursive info-recursive install-data-recursive \
 
59
        install-exec-recursive install-info-recursive \
 
60
        install-recursive installcheck-recursive installdirs-recursive \
 
61
        pdf-recursive ps-recursive uninstall-info-recursive \
 
62
        uninstall-recursive
 
63
ETAGS = etags
 
64
CTAGS = ctags
 
65
DIST_SUBDIRS = $(SUBDIRS)
 
66
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
67
distdir = $(PACKAGE)-$(VERSION)
 
68
top_distdir = $(distdir)
 
69
am__remove_distdir = \
 
70
  { test ! -d $(distdir) \
 
71
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
72
         && rm -fr $(distdir); }; }
 
73
DIST_ARCHIVES = $(distdir).tar.gz
 
74
GZIP_ENV = --best
 
75
distuninstallcheck_listfiles = find . -type f -print
 
76
distcleancheck_listfiles = find . -type f -print
 
77
ACLOCAL = @ACLOCAL@
 
78
ALLOCA = @ALLOCA@
 
79
AMDEP_FALSE = @AMDEP_FALSE@
 
80
AMDEP_TRUE = @AMDEP_TRUE@
 
81
AMTAR = @AMTAR@
 
82
AR = @AR@
 
83
AUTOCONF = @AUTOCONF@
 
84
AUTOHEADER = @AUTOHEADER@
 
85
AUTOMAKE = @AUTOMAKE@
 
86
AWK = @AWK@
 
87
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
 
88
CATOBJEXT = @CATOBJEXT@
 
89
CC = @CC@
 
90
CCDEPMODE = @CCDEPMODE@
 
91
CFLAGS = @CFLAGS@
 
92
CFLAG_VISIBILITY = @CFLAG_VISIBILITY@
 
93
CPP = @CPP@
 
94
CPPFLAGS = @CPPFLAGS@
 
95
CXX = @CXX@
 
96
CXXCPP = @CXXCPP@
 
97
CXXDEPMODE = @CXXDEPMODE@
 
98
CXXFLAGS = @CXXFLAGS@
 
99
CYGPATH_W = @CYGPATH_W@
 
100
DATADIRNAME = @DATADIRNAME@
 
101
DEBUG_CFLAGS = @DEBUG_CFLAGS@
 
102
DEFS = @DEFS@
 
103
DEPDIR = @DEPDIR@
 
104
ECHO = @ECHO@
 
105
ECHO_C = @ECHO_C@
 
106
ECHO_N = @ECHO_N@
 
107
ECHO_T = @ECHO_T@
 
108
EGREP = @EGREP@
 
109
EXEEXT = @EXEEXT@
 
110
F77 = @F77@
 
111
FFLAGS = @FFLAGS@
 
112
GAIM_CFLAGS = @GAIM_CFLAGS@
 
113
GAIM_DATADIR = @GAIM_DATADIR@
 
114
GAIM_LIBDIR = @GAIM_LIBDIR@
 
115
GAIM_LIBS = @GAIM_LIBS@
 
116
GENCAT = @GENCAT@
 
117
GLIBC2 = @GLIBC2@
 
118
GLIBC21 = @GLIBC21@
 
119
GMSGFMT = @GMSGFMT@
 
120
GMSGFMT_015 = @GMSGFMT_015@
 
121
GREP = @GREP@
 
122
GTK_CFLAGS = @GTK_CFLAGS@
 
123
GTK_LIBS = @GTK_LIBS@
 
124
HAVE_ASPRINTF = @HAVE_ASPRINTF@
 
125
HAVE_POSIX_PRINTF = @HAVE_POSIX_PRINTF@
 
126
HAVE_SNPRINTF = @HAVE_SNPRINTF@
 
127
HAVE_VISIBILITY = @HAVE_VISIBILITY@
 
128
HAVE_WPRINTF = @HAVE_WPRINTF@
 
129
INSTALL_DATA = @INSTALL_DATA@
 
130
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
131
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
132
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
133
INSTOBJEXT = @INSTOBJEXT@
 
134
INTLBISON = @INTLBISON@
 
135
INTLLIBS = @INTLLIBS@
 
136
INTLOBJS = @INTLOBJS@
 
137
INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
 
138
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
139
LDFLAGS = @LDFLAGS@
 
140
LIBICONV = @LIBICONV@
 
141
LIBINTL = @LIBINTL@
 
142
LIBMULTITHREAD = @LIBMULTITHREAD@
 
143
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
 
144
LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
 
145
LIBOBJS = @LIBOBJS@
 
146
LIBPTH = @LIBPTH@
 
147
LIBS = @LIBS@
 
148
LIBTHREAD = @LIBTHREAD@
 
149
LIBTOOL = @LIBTOOL@
 
150
LN_S = @LN_S@
 
151
LTLIBICONV = @LTLIBICONV@
 
152
LTLIBINTL = @LTLIBINTL@
 
153
LTLIBMULTITHREAD = @LTLIBMULTITHREAD@
 
154
LTLIBOBJS = @LTLIBOBJS@
 
155
LTLIBPTH = @LTLIBPTH@
 
156
LTLIBTHREAD = @LTLIBTHREAD@
 
157
MAKEINFO = @MAKEINFO@
 
158
MSGFMT = @MSGFMT@
 
159
MSGFMT_015 = @MSGFMT_015@
 
160
MSGMERGE = @MSGMERGE@
 
161
OBJEXT = @OBJEXT@
 
162
PACKAGE = @PACKAGE@
 
163
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
164
PACKAGE_NAME = @PACKAGE_NAME@
 
165
PACKAGE_STRING = @PACKAGE_STRING@
 
166
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
167
PACKAGE_VERSION = @PACKAGE_VERSION@
 
168
PATH_SEPARATOR = @PATH_SEPARATOR@
 
169
PKG_CONFIG = @PKG_CONFIG@
 
170
PLUGINS_FALSE = @PLUGINS_FALSE@
 
171
PLUGINS_TRUE = @PLUGINS_TRUE@
 
172
POSUB = @POSUB@
 
173
RANLIB = @RANLIB@
 
174
SET_MAKE = @SET_MAKE@
 
175
SHELL = @SHELL@
 
176
STRIP = @STRIP@
 
177
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
 
178
USE_NLS = @USE_NLS@
 
179
VERSION = @VERSION@
 
180
WOE32DLL = @WOE32DLL@
 
181
XGETTEXT = @XGETTEXT@
 
182
XGETTEXT_015 = @XGETTEXT_015@
 
183
ac_ct_CC = @ac_ct_CC@
 
184
ac_ct_CXX = @ac_ct_CXX@
 
185
ac_ct_F77 = @ac_ct_F77@
 
186
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
187
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
188
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
189
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
190
am__include = @am__include@
 
191
am__leading_dot = @am__leading_dot@
 
192
am__quote = @am__quote@
 
193
am__tar = @am__tar@
 
194
am__untar = @am__untar@
 
195
bindir = @bindir@
 
196
build = @build@
 
197
build_alias = @build_alias@
 
198
build_cpu = @build_cpu@
 
199
build_os = @build_os@
 
200
build_vendor = @build_vendor@
 
201
datadir = @datadir@
 
202
datarootdir = @datarootdir@
 
203
docdir = @docdir@
 
204
dvidir = @dvidir@
 
205
exec_prefix = @exec_prefix@
 
206
host = @host@
 
207
host_alias = @host_alias@
 
208
host_cpu = @host_cpu@
 
209
host_os = @host_os@
 
210
host_vendor = @host_vendor@
 
211
htmldir = @htmldir@
 
212
includedir = @includedir@
 
213
infodir = @infodir@
 
214
install_sh = @install_sh@
 
215
libdir = @libdir@
 
216
libexecdir = @libexecdir@
 
217
localedir = @localedir@
 
218
localstatedir = @localstatedir@
 
219
mandir = @mandir@
 
220
mkdir_p = @mkdir_p@
 
221
oldincludedir = @oldincludedir@
 
222
pdfdir = @pdfdir@
 
223
prefix = @prefix@
 
224
program_transform_name = @program_transform_name@
 
225
psdir = @psdir@
 
226
sbindir = @sbindir@
 
227
sedpath = @sedpath@
 
228
sharedstatedir = @sharedstatedir@
 
229
sysconfdir = @sysconfdir@
 
230
target = @target@
 
231
target_alias = @target_alias@
 
232
target_cpu = @target_cpu@
 
233
target_os = @target_os@
 
234
target_vendor = @target_vendor@
 
235
EXTRA_DIST = \
 
236
                VERSION \
 
237
                VERSION.in \
 
238
                ChangeLog \
 
239
                NEWS \
 
240
                README \
 
241
                COPYING
 
242
 
 
243
SUBDIRS = intl po src
 
244
all: config.h
 
245
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
246
 
 
247
.SUFFIXES:
 
248
am--refresh:
 
249
        @:
 
250
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
251
        @for dep in $?; do \
 
252
          case '$(am__configure_deps)' in \
 
253
            *$$dep*) \
 
254
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
 
255
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
256
                && exit 0; \
 
257
              exit 1;; \
 
258
          esac; \
 
259
        done; \
 
260
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
 
261
        cd $(top_srcdir) && \
 
262
          $(AUTOMAKE) --gnu  Makefile
 
263
.PRECIOUS: Makefile
 
264
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
265
        @case '$?' in \
 
266
          *config.status*) \
 
267
            echo ' $(SHELL) ./config.status'; \
 
268
            $(SHELL) ./config.status;; \
 
269
          *) \
 
270
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
271
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
272
        esac;
 
273
 
 
274
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
275
        $(SHELL) ./config.status --recheck
 
276
 
 
277
$(top_srcdir)/configure:  $(am__configure_deps)
 
278
        cd $(srcdir) && $(AUTOCONF)
 
279
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
280
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
281
 
 
282
config.h: stamp-h1
 
283
        @if test ! -f $@; then \
 
284
          rm -f stamp-h1; \
 
285
          $(MAKE) stamp-h1; \
 
286
        else :; fi
 
287
 
 
288
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
289
        @rm -f stamp-h1
 
290
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
291
$(srcdir)/config.h.in:  $(am__configure_deps) 
 
292
        cd $(top_srcdir) && $(AUTOHEADER)
 
293
        rm -f stamp-h1
 
294
        touch $@
 
295
 
 
296
distclean-hdr:
 
297
        -rm -f config.h stamp-h1
 
298
VERSION: $(top_builddir)/config.status $(srcdir)/VERSION.in
 
299
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
300
intl/Makefile: $(top_builddir)/config.status $(top_srcdir)/intl/Makefile.in
 
301
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
302
 
 
303
mostlyclean-libtool:
 
304
        -rm -f *.lo
 
305
 
 
306
clean-libtool:
 
307
        -rm -rf .libs _libs
 
308
 
 
309
distclean-libtool:
 
310
        -rm -f libtool
 
311
uninstall-info-am:
 
312
 
 
313
# This directory's subdirectories are mostly independent; you can cd
 
314
# into them and run `make' without going through this Makefile.
 
315
# To change the values of `make' variables: instead of editing Makefiles,
 
316
# (1) if the variable is set in `config.status', edit `config.status'
 
317
#     (which will cause the Makefiles to be regenerated when you run `make');
 
318
# (2) otherwise, pass the desired values on the `make' command line.
 
319
$(RECURSIVE_TARGETS):
 
320
        @failcom='exit 1'; \
 
321
        for f in x $$MAKEFLAGS; do \
 
322
          case $$f in \
 
323
            *=* | --[!k]*);; \
 
324
            *k*) failcom='fail=yes';; \
 
325
          esac; \
 
326
        done; \
 
327
        dot_seen=no; \
 
328
        target=`echo $@ | sed s/-recursive//`; \
 
329
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
330
          echo "Making $$target in $$subdir"; \
 
331
          if test "$$subdir" = "."; then \
 
332
            dot_seen=yes; \
 
333
            local_target="$$target-am"; \
 
334
          else \
 
335
            local_target="$$target"; \
 
336
          fi; \
 
337
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
338
          || eval $$failcom; \
 
339
        done; \
 
340
        if test "$$dot_seen" = "no"; then \
 
341
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
342
        fi; test -z "$$fail"
 
343
 
 
344
mostlyclean-recursive clean-recursive distclean-recursive \
 
345
maintainer-clean-recursive:
 
346
        @failcom='exit 1'; \
 
347
        for f in x $$MAKEFLAGS; do \
 
348
          case $$f in \
 
349
            *=* | --[!k]*);; \
 
350
            *k*) failcom='fail=yes';; \
 
351
          esac; \
 
352
        done; \
 
353
        dot_seen=no; \
 
354
        case "$@" in \
 
355
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
356
          *) list='$(SUBDIRS)' ;; \
 
357
        esac; \
 
358
        rev=''; for subdir in $$list; do \
 
359
          if test "$$subdir" = "."; then :; else \
 
360
            rev="$$subdir $$rev"; \
 
361
          fi; \
 
362
        done; \
 
363
        rev="$$rev ."; \
 
364
        target=`echo $@ | sed s/-recursive//`; \
 
365
        for subdir in $$rev; do \
 
366
          echo "Making $$target in $$subdir"; \
 
367
          if test "$$subdir" = "."; then \
 
368
            local_target="$$target-am"; \
 
369
          else \
 
370
            local_target="$$target"; \
 
371
          fi; \
 
372
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
373
          || eval $$failcom; \
 
374
        done && test -z "$$fail"
 
375
tags-recursive:
 
376
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
377
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
378
        done
 
379
ctags-recursive:
 
380
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
381
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
382
        done
 
383
 
 
384
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
385
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
386
        unique=`for i in $$list; do \
 
387
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
388
          done | \
 
389
          $(AWK) '    { files[$$0] = 1; } \
 
390
               END { for (i in files) print i; }'`; \
 
391
        mkid -fID $$unique
 
392
tags: TAGS
 
393
 
 
394
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
395
                $(TAGS_FILES) $(LISP)
 
396
        tags=; \
 
397
        here=`pwd`; \
 
398
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
399
          include_option=--etags-include; \
 
400
          empty_fix=.; \
 
401
        else \
 
402
          include_option=--include; \
 
403
          empty_fix=; \
 
404
        fi; \
 
405
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
406
          if test "$$subdir" = .; then :; else \
 
407
            test ! -f $$subdir/TAGS || \
 
408
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
409
          fi; \
 
410
        done; \
 
411
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
412
        unique=`for i in $$list; do \
 
413
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
414
          done | \
 
415
          $(AWK) '    { files[$$0] = 1; } \
 
416
               END { for (i in files) print i; }'`; \
 
417
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
418
          test -n "$$unique" || unique=$$empty_fix; \
 
419
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
420
            $$tags $$unique; \
 
421
        fi
 
422
ctags: CTAGS
 
423
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
424
                $(TAGS_FILES) $(LISP)
 
425
        tags=; \
 
426
        here=`pwd`; \
 
427
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
428
        unique=`for i in $$list; do \
 
429
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
430
          done | \
 
431
          $(AWK) '    { files[$$0] = 1; } \
 
432
               END { for (i in files) print i; }'`; \
 
433
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
434
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
435
             $$tags $$unique
 
436
 
 
437
GTAGS:
 
438
        here=`$(am__cd) $(top_builddir) && pwd` \
 
439
          && cd $(top_srcdir) \
 
440
          && gtags -i $(GTAGS_ARGS) $$here
 
441
 
 
442
distclean-tags:
 
443
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
444
 
 
445
distdir: $(DISTFILES)
 
446
        $(am__remove_distdir)
 
447
        mkdir $(distdir)
 
448
        $(mkdir_p) $(distdir)/. $(distdir)/intl $(distdir)/po
 
449
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
450
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
451
        list='$(DISTFILES)'; for file in $$list; do \
 
452
          case $$file in \
 
453
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
454
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
455
          esac; \
 
456
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
457
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
458
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
459
            dir="/$$dir"; \
 
460
            $(mkdir_p) "$(distdir)$$dir"; \
 
461
          else \
 
462
            dir=''; \
 
463
          fi; \
 
464
          if test -d $$d/$$file; then \
 
465
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
466
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
467
            fi; \
 
468
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
469
          else \
 
470
            test -f $(distdir)/$$file \
 
471
            || cp -p $$d/$$file $(distdir)/$$file \
 
472
            || exit 1; \
 
473
          fi; \
 
474
        done
 
475
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
476
          if test "$$subdir" = .; then :; else \
 
477
            test -d "$(distdir)/$$subdir" \
 
478
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
479
            || exit 1; \
 
480
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
481
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
482
            (cd $$subdir && \
 
483
              $(MAKE) $(AM_MAKEFLAGS) \
 
484
                top_distdir="$$top_distdir" \
 
485
                distdir="$$distdir/$$subdir" \
 
486
                distdir) \
 
487
              || exit 1; \
 
488
          fi; \
 
489
        done
 
490
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
491
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
492
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
493
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
494
        || chmod -R a+r $(distdir)
 
495
dist-gzip: distdir
 
496
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
497
        $(am__remove_distdir)
 
498
 
 
499
dist-bzip2: distdir
 
500
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
501
        $(am__remove_distdir)
 
502
 
 
503
dist-tarZ: distdir
 
504
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
505
        $(am__remove_distdir)
 
506
 
 
507
dist-shar: distdir
 
508
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
509
        $(am__remove_distdir)
 
510
 
 
511
dist-zip: distdir
 
512
        -rm -f $(distdir).zip
 
513
        zip -rq $(distdir).zip $(distdir)
 
514
        $(am__remove_distdir)
 
515
 
 
516
dist dist-all: distdir
 
517
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
518
        $(am__remove_distdir)
 
519
 
 
520
# This target untars the dist file and tries a VPATH configuration.  Then
 
521
# it guarantees that the distribution is self-contained by making another
 
522
# tarfile.
 
523
distcheck: dist
 
524
        case '$(DIST_ARCHIVES)' in \
 
525
        *.tar.gz*) \
 
526
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
527
        *.tar.bz2*) \
 
528
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
529
        *.tar.Z*) \
 
530
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
531
        *.shar.gz*) \
 
532
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
533
        *.zip*) \
 
534
          unzip $(distdir).zip ;;\
 
535
        esac
 
536
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
537
        mkdir $(distdir)/_build
 
538
        mkdir $(distdir)/_inst
 
539
        chmod a-w $(distdir)
 
540
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
541
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
542
          && cd $(distdir)/_build \
 
543
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
544
            --with-included-gettext \
 
545
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
546
          && $(MAKE) $(AM_MAKEFLAGS) \
 
547
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
548
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
549
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
550
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
551
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
552
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
553
                distuninstallcheck \
 
554
          && chmod -R a-w "$$dc_install_base" \
 
555
          && ({ \
 
556
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
557
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
558
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
559
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
560
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
561
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
562
          && rm -rf "$$dc_destdir" \
 
563
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
564
          && rm -rf $(DIST_ARCHIVES) \
 
565
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
566
        $(am__remove_distdir)
 
567
        @(echo "$(distdir) archives ready for distribution: "; \
 
568
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
569
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
570
distuninstallcheck:
 
571
        @cd $(distuninstallcheck_dir) \
 
572
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
573
           || { echo "ERROR: files left after uninstall:" ; \
 
574
                if test -n "$(DESTDIR)"; then \
 
575
                  echo "  (check DESTDIR support)"; \
 
576
                fi ; \
 
577
                $(distuninstallcheck_listfiles) ; \
 
578
                exit 1; } >&2
 
579
distcleancheck: distclean
 
580
        @if test '$(srcdir)' = . ; then \
 
581
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
582
          exit 1 ; \
 
583
        fi
 
584
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
585
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
586
               $(distcleancheck_listfiles) ; \
 
587
               exit 1; } >&2
 
588
check-am: all-am
 
589
check: check-recursive
 
590
all-am: Makefile config.h
 
591
installdirs: installdirs-recursive
 
592
installdirs-am:
 
593
install: install-recursive
 
594
install-exec: install-exec-recursive
 
595
install-data: install-data-recursive
 
596
uninstall: uninstall-recursive
 
597
 
 
598
install-am: all-am
 
599
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
600
 
 
601
installcheck: installcheck-recursive
 
602
install-strip:
 
603
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
604
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
605
          `test -z '$(STRIP)' || \
 
606
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
607
mostlyclean-generic:
 
608
 
 
609
clean-generic:
 
610
 
 
611
distclean-generic:
 
612
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
613
 
 
614
maintainer-clean-generic:
 
615
        @echo "This command is intended for maintainers to use"
 
616
        @echo "it deletes files that may require special tools to rebuild."
 
617
clean: clean-recursive
 
618
 
 
619
clean-am: clean-generic clean-libtool mostlyclean-am
 
620
 
 
621
distclean: distclean-recursive
 
622
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
623
        -rm -f Makefile
 
624
distclean-am: clean-am distclean-generic distclean-hdr \
 
625
        distclean-libtool distclean-tags
 
626
 
 
627
dvi: dvi-recursive
 
628
 
 
629
dvi-am:
 
630
 
 
631
html: html-recursive
 
632
 
 
633
info: info-recursive
 
634
 
 
635
info-am:
 
636
 
 
637
install-data-am:
 
638
 
 
639
install-exec-am:
 
640
 
 
641
install-info: install-info-recursive
 
642
 
 
643
install-man:
 
644
 
 
645
installcheck-am:
 
646
 
 
647
maintainer-clean: maintainer-clean-recursive
 
648
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
649
        -rm -rf $(top_srcdir)/autom4te.cache
 
650
        -rm -f Makefile
 
651
maintainer-clean-am: distclean-am maintainer-clean-generic
 
652
 
 
653
mostlyclean: mostlyclean-recursive
 
654
 
 
655
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
656
 
 
657
pdf: pdf-recursive
 
658
 
 
659
pdf-am:
 
660
 
 
661
ps: ps-recursive
 
662
 
 
663
ps-am:
 
664
 
 
665
uninstall-am: uninstall-info-am
 
666
 
 
667
uninstall-info: uninstall-info-recursive
 
668
 
 
669
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
 
670
        check-am clean clean-generic clean-libtool clean-recursive \
 
671
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
 
672
        dist-shar dist-tarZ dist-zip distcheck distclean \
 
673
        distclean-generic distclean-hdr distclean-libtool \
 
674
        distclean-recursive distclean-tags distcleancheck distdir \
 
675
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
676
        install install-am install-data install-data-am install-exec \
 
677
        install-exec-am install-info install-info-am install-man \
 
678
        install-strip installcheck installcheck-am installdirs \
 
679
        installdirs-am maintainer-clean maintainer-clean-generic \
 
680
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
 
681
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
 
682
        tags tags-recursive uninstall uninstall-am uninstall-info-am
 
683
 
 
684
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
685
# Otherwise a system limit (for SysV at least) may be exceeded.
 
686
.NOEXPORT: