~ubuntu-branches/ubuntu/vivid/alarm-clock-applet/vivid

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2009-05-30 23:24:27 UTC
  • Revision ID: james.westby@ubuntu.com-20090530232427-88on1j2ily4ajxdz
Tags: upstream-0.2.6
ImportĀ upstreamĀ versionĀ 0.2.6

Show diffs side-by-side

added added

removed removed

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