~ubuntu-branches/ubuntu/lucid/tomboy/lucid-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Brandon Hale
  • Date: 2004-10-11 09:31:35 UTC
  • Revision ID: james.westby@ubuntu.com-20041011093135-00f2snu2ny5i6wto
Tags: upstream-0.2.0
ImportĀ upstreamĀ versionĀ 0.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.8.5 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  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
srcdir = @srcdir@
 
18
top_srcdir = @top_srcdir@
 
19
VPATH = @srcdir@
 
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
 
23
top_builddir = .
 
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
25
INSTALL = @INSTALL@
 
26
install_sh_DATA = $(install_sh) -c -m 644
 
27
install_sh_PROGRAM = $(install_sh) -c
 
28
install_sh_SCRIPT = $(install_sh) -c
 
29
INSTALL_HEADER = $(INSTALL_DATA)
 
30
transform = $(program_transform_name)
 
31
NORMAL_INSTALL = :
 
32
PRE_INSTALL = :
 
33
POST_INSTALL = :
 
34
NORMAL_UNINSTALL = :
 
35
PRE_UNINSTALL = :
 
36
POST_UNINSTALL = :
 
37
build_triplet = @build@
 
38
host_triplet = @host@
 
39
target_triplet = @target@
 
40
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
41
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
 
42
        $(srcdir)/tomboy.spec.in $(top_srcdir)/configure AUTHORS \
 
43
        COPYING ChangeLog INSTALL NEWS 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.in
 
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 = tomboy.spec
 
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
am__installdirs = "$(DESTDIR)$(applicationsdir)" "$(DESTDIR)$(schemasdir)"
 
64
applicationsDATA_INSTALL = $(INSTALL_DATA)
 
65
schemasDATA_INSTALL = $(INSTALL_DATA)
 
66
DATA = $(applications_DATA) $(schemas_DATA)
 
67
ETAGS = etags
 
68
CTAGS = ctags
 
69
DIST_SUBDIRS = $(SUBDIRS)
 
70
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
71
distdir = $(PACKAGE)-$(VERSION)
 
72
top_distdir = $(distdir)
 
73
am__remove_distdir = \
 
74
  { test ! -d $(distdir) \
 
75
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
76
         && rm -fr $(distdir); }; }
 
77
DIST_ARCHIVES = $(distdir).tar.gz
 
78
GZIP_ENV = --best
 
79
distuninstallcheck_listfiles = find . -type f -print
 
80
distcleancheck_listfiles = find . -type f -print
 
81
ACLOCAL = @ACLOCAL@
 
82
AMDEP_FALSE = @AMDEP_FALSE@
 
83
AMDEP_TRUE = @AMDEP_TRUE@
 
84
AMTAR = @AMTAR@
 
85
AR = @AR@
 
86
AUTOCONF = @AUTOCONF@
 
87
AUTOHEADER = @AUTOHEADER@
 
88
AUTOMAKE = @AUTOMAKE@
 
89
AWK = @AWK@
 
90
CATALOGS = @CATALOGS@
 
91
CATOBJEXT = @CATOBJEXT@
 
92
CC = @CC@
 
93
CCDEPMODE = @CCDEPMODE@
 
94
CFLAGS = @CFLAGS@
 
95
CPP = @CPP@
 
96
CPPFLAGS = @CPPFLAGS@
 
97
CXX = @CXX@
 
98
CXXCPP = @CXXCPP@
 
99
CXXDEPMODE = @CXXDEPMODE@
 
100
CXXFLAGS = @CXXFLAGS@
 
101
CYGPATH_W = @CYGPATH_W@
 
102
DATADIRNAME = @DATADIRNAME@
 
103
DBUS_CFLAGS = @DBUS_CFLAGS@
 
104
DBUS_LIBS = @DBUS_LIBS@
 
105
DEFS = @DEFS@
 
106
DEPDIR = @DEPDIR@
 
107
ECHO = @ECHO@
 
108
ECHO_C = @ECHO_C@
 
109
ECHO_N = @ECHO_N@
 
110
ECHO_T = @ECHO_T@
 
111
EGREP = @EGREP@
 
112
ENABLE_DBUS_FALSE = @ENABLE_DBUS_FALSE@
 
113
ENABLE_DBUS_TRUE = @ENABLE_DBUS_TRUE@
 
114
EXEEXT = @EXEEXT@
 
115
EXTRA_GAC_PREFIX = @EXTRA_GAC_PREFIX@
 
116
F77 = @F77@
 
117
FFLAGS = @FFLAGS@
 
118
GCONFTOOL = @GCONFTOOL@
 
119
GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@
 
120
GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
 
121
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
122
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
 
123
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
124
GMOFILES = @GMOFILES@
 
125
GMSGFMT = @GMSGFMT@
 
126
GTKSPELL_CFLAGS = @GTKSPELL_CFLAGS@
 
127
GTKSPELL_LIBS = @GTKSPELL_LIBS@
 
128
INSTALL_DATA = @INSTALL_DATA@
 
129
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
130
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
131
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
132
INSTOBJEXT = @INSTOBJEXT@
 
133
INTLLIBS = @INTLLIBS@
 
134
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
135
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
136
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
137
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
138
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
139
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
140
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
141
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
142
INTLTOOL_PERL = @INTLTOOL_PERL@
 
143
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
144
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
145
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
146
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
147
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
148
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
149
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
150
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
151
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
152
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
153
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
154
LDFLAGS = @LDFLAGS@
 
155
LIBOBJS = @LIBOBJS@
 
156
LIBS = @LIBS@
 
157
LIBTOOL = @LIBTOOL@
 
158
LIBTRAYICON_CFLAGS = @LIBTRAYICON_CFLAGS@
 
159
LIBTRAYICON_LIBS = @LIBTRAYICON_LIBS@
 
160
LN_S = @LN_S@
 
161
LTLIBOBJS = @LTLIBOBJS@
 
162
MAINT = @MAINT@
 
163
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
164
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
165
MAKEINFO = @MAKEINFO@
 
166
MCS = @MCS@
 
167
MKINSTALLDIRS = @MKINSTALLDIRS@
 
168
MSGFMT = @MSGFMT@
 
169
OBJEXT = @OBJEXT@
 
170
OLD_GTKSPELL_FALSE = @OLD_GTKSPELL_FALSE@
 
171
OLD_GTKSPELL_TRUE = @OLD_GTKSPELL_TRUE@
 
172
PACKAGE = @PACKAGE@
 
173
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
174
PACKAGE_NAME = @PACKAGE_NAME@
 
175
PACKAGE_STRING = @PACKAGE_STRING@
 
176
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
177
PACKAGE_VERSION = @PACKAGE_VERSION@
 
178
PATH_SEPARATOR = @PATH_SEPARATOR@
 
179
PKG_CONFIG = @PKG_CONFIG@
 
180
POFILES = @POFILES@
 
181
POSUB = @POSUB@
 
182
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
183
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
184
RANLIB = @RANLIB@
 
185
SET_MAKE = @SET_MAKE@
 
186
SHELL = @SHELL@
 
187
STRIP = @STRIP@
 
188
TOMBOY_CFLAGS = @TOMBOY_CFLAGS@
 
189
TOMBOY_LIBS = @TOMBOY_LIBS@
 
190
USE_NLS = @USE_NLS@
 
191
VERSION = @VERSION@
 
192
XGETTEXT = @XGETTEXT@
 
193
ac_ct_AR = @ac_ct_AR@
 
194
ac_ct_CC = @ac_ct_CC@
 
195
ac_ct_CXX = @ac_ct_CXX@
 
196
ac_ct_F77 = @ac_ct_F77@
 
197
ac_ct_RANLIB = @ac_ct_RANLIB@
 
198
ac_ct_STRIP = @ac_ct_STRIP@
 
199
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
200
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
201
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
202
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
203
am__include = @am__include@
 
204
am__leading_dot = @am__leading_dot@
 
205
am__quote = @am__quote@
 
206
bindir = @bindir@
 
207
build = @build@
 
208
build_alias = @build_alias@
 
209
build_cpu = @build_cpu@
 
210
build_os = @build_os@
 
211
build_vendor = @build_vendor@
 
212
datadir = @datadir@
 
213
exec_prefix = @exec_prefix@
 
214
host = @host@
 
215
host_alias = @host_alias@
 
216
host_cpu = @host_cpu@
 
217
host_os = @host_os@
 
218
host_vendor = @host_vendor@
 
219
includedir = @includedir@
 
220
infodir = @infodir@
 
221
install_sh = @install_sh@
 
222
libdir = @libdir@
 
223
libexecdir = @libexecdir@
 
224
localstatedir = @localstatedir@
 
225
mandir = @mandir@
 
226
mkdir_p = @mkdir_p@
 
227
oldincludedir = @oldincludedir@
 
228
prefix = @prefix@
 
229
program_transform_name = @program_transform_name@
 
230
sbindir = @sbindir@
 
231
sharedstatedir = @sharedstatedir@
 
232
sysconfdir = @sysconfdir@
 
233
target = @target@
 
234
target_alias = @target_alias@
 
235
target_cpu = @target_cpu@
 
236
target_os = @target_os@
 
237
target_vendor = @target_vendor@
 
238
SUBDIRS = TrayIcon Tomboy po
 
239
desktop_in_files = tomboy.desktop.in
 
240
desktop_files = $(desktop_in_files:.desktop.in=.desktop)
 
241
applicationsdir = $(datadir)/applications
 
242
applications_DATA = $(desktop_files)
 
243
schemasdir = $(GCONF_SCHEMA_FILE_DIR)
 
244
schemas_in_files = tomboy.schemas.in
 
245
schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
 
246
INTLTOOL = \
 
247
        intltool-extract.in     \
 
248
        intltool-merge.in       \
 
249
        intltool-update.in
 
250
 
 
251
EXTRA_DIST = \
 
252
        $(desktop_in_files)     \
 
253
        $(desktop_files)        \
 
254
        $(schemas_in_files)     \
 
255
        $(schemas_DATA)         \
 
256
        $(INTLTOOL)             \
 
257
        tomboy.spec
 
258
 
 
259
DISTCLEANFILES = \
 
260
        intltool-extract                \
 
261
        intltool-merge                  \
 
262
        intltool-update                 \
 
263
        po/.intltool-merge-cache        \
 
264
        $(desktop_files)                \
 
265
        $(schemas_DATA)
 
266
 
 
267
all: config.h
 
268
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
269
 
 
270
.SUFFIXES:
 
271
am--refresh:
 
272
        @:
 
273
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
274
        @for dep in $?; do \
 
275
          case '$(am__configure_deps)' in \
 
276
            *$$dep*) \
 
277
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
 
278
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
279
                && exit 0; \
 
280
              exit 1;; \
 
281
          esac; \
 
282
        done; \
 
283
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
 
284
        cd $(top_srcdir) && \
 
285
          $(AUTOMAKE) --gnu  Makefile
 
286
.PRECIOUS: Makefile
 
287
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
288
        @case '$?' in \
 
289
          *config.status*) \
 
290
            echo ' $(SHELL) ./config.status'; \
 
291
            $(SHELL) ./config.status;; \
 
292
          *) \
 
293
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
294
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
295
        esac;
 
296
 
 
297
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
298
        $(SHELL) ./config.status --recheck
 
299
 
 
300
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
301
        cd $(srcdir) && $(AUTOCONF)
 
302
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
303
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
304
 
 
305
config.h: stamp-h1
 
306
        @if test ! -f $@; then \
 
307
          rm -f stamp-h1; \
 
308
          $(MAKE) stamp-h1; \
 
309
        else :; fi
 
310
 
 
311
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
312
        @rm -f stamp-h1
 
313
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
314
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
 
315
        cd $(top_srcdir) && $(AUTOHEADER)
 
316
        rm -f stamp-h1
 
317
        touch $@
 
318
 
 
319
distclean-hdr:
 
320
        -rm -f config.h stamp-h1
 
321
tomboy.spec: $(top_builddir)/config.status $(srcdir)/tomboy.spec.in
 
322
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
323
 
 
324
mostlyclean-libtool:
 
325
        -rm -f *.lo
 
326
 
 
327
clean-libtool:
 
328
        -rm -rf .libs _libs
 
329
 
 
330
distclean-libtool:
 
331
        -rm -f libtool
 
332
uninstall-info-am:
 
333
install-applicationsDATA: $(applications_DATA)
 
334
        @$(NORMAL_INSTALL)
 
335
        test -z "$(applicationsdir)" || $(mkdir_p) "$(DESTDIR)$(applicationsdir)"
 
336
        @list='$(applications_DATA)'; for p in $$list; do \
 
337
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
338
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
339
          echo " $(applicationsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(applicationsdir)/$$f'"; \
 
340
          $(applicationsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(applicationsdir)/$$f"; \
 
341
        done
 
342
 
 
343
uninstall-applicationsDATA:
 
344
        @$(NORMAL_UNINSTALL)
 
345
        @list='$(applications_DATA)'; for p in $$list; do \
 
346
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
347
          echo " rm -f '$(DESTDIR)$(applicationsdir)/$$f'"; \
 
348
          rm -f "$(DESTDIR)$(applicationsdir)/$$f"; \
 
349
        done
 
350
install-schemasDATA: $(schemas_DATA)
 
351
        @$(NORMAL_INSTALL)
 
352
        test -z "$(schemasdir)" || $(mkdir_p) "$(DESTDIR)$(schemasdir)"
 
353
        @list='$(schemas_DATA)'; for p in $$list; do \
 
354
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
355
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
356
          echo " $(schemasDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(schemasdir)/$$f'"; \
 
357
          $(schemasDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(schemasdir)/$$f"; \
 
358
        done
 
359
 
 
360
uninstall-schemasDATA:
 
361
        @$(NORMAL_UNINSTALL)
 
362
        @list='$(schemas_DATA)'; for p in $$list; do \
 
363
          f="`echo $$p | sed -e 's|^.*/||'`"; \
 
364
          echo " rm -f '$(DESTDIR)$(schemasdir)/$$f'"; \
 
365
          rm -f "$(DESTDIR)$(schemasdir)/$$f"; \
 
366
        done
 
367
 
 
368
# This directory's subdirectories are mostly independent; you can cd
 
369
# into them and run `make' without going through this Makefile.
 
370
# To change the values of `make' variables: instead of editing Makefiles,
 
371
# (1) if the variable is set in `config.status', edit `config.status'
 
372
#     (which will cause the Makefiles to be regenerated when you run `make');
 
373
# (2) otherwise, pass the desired values on the `make' command line.
 
374
$(RECURSIVE_TARGETS):
 
375
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
376
        dot_seen=no; \
 
377
        target=`echo $@ | sed s/-recursive//`; \
 
378
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
379
          echo "Making $$target in $$subdir"; \
 
380
          if test "$$subdir" = "."; then \
 
381
            dot_seen=yes; \
 
382
            local_target="$$target-am"; \
 
383
          else \
 
384
            local_target="$$target"; \
 
385
          fi; \
 
386
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
387
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
388
        done; \
 
389
        if test "$$dot_seen" = "no"; then \
 
390
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
391
        fi; test -z "$$fail"
 
392
 
 
393
mostlyclean-recursive clean-recursive distclean-recursive \
 
394
maintainer-clean-recursive:
 
395
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
396
        dot_seen=no; \
 
397
        case "$@" in \
 
398
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
399
          *) list='$(SUBDIRS)' ;; \
 
400
        esac; \
 
401
        rev=''; for subdir in $$list; do \
 
402
          if test "$$subdir" = "."; then :; else \
 
403
            rev="$$subdir $$rev"; \
 
404
          fi; \
 
405
        done; \
 
406
        rev="$$rev ."; \
 
407
        target=`echo $@ | sed s/-recursive//`; \
 
408
        for subdir in $$rev; do \
 
409
          echo "Making $$target in $$subdir"; \
 
410
          if test "$$subdir" = "."; then \
 
411
            local_target="$$target-am"; \
 
412
          else \
 
413
            local_target="$$target"; \
 
414
          fi; \
 
415
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
416
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
417
        done && test -z "$$fail"
 
418
tags-recursive:
 
419
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
420
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
421
        done
 
422
ctags-recursive:
 
423
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
424
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
425
        done
 
426
 
 
427
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
428
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
429
        unique=`for i in $$list; do \
 
430
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
431
          done | \
 
432
          $(AWK) '    { files[$$0] = 1; } \
 
433
               END { for (i in files) print i; }'`; \
 
434
        mkid -fID $$unique
 
435
tags: TAGS
 
436
 
 
437
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
438
                $(TAGS_FILES) $(LISP)
 
439
        tags=; \
 
440
        here=`pwd`; \
 
441
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
442
          include_option=--etags-include; \
 
443
          empty_fix=.; \
 
444
        else \
 
445
          include_option=--include; \
 
446
          empty_fix=; \
 
447
        fi; \
 
448
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
449
          if test "$$subdir" = .; then :; else \
 
450
            test ! -f $$subdir/TAGS || \
 
451
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
452
          fi; \
 
453
        done; \
 
454
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
455
        unique=`for i in $$list; do \
 
456
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
457
          done | \
 
458
          $(AWK) '    { files[$$0] = 1; } \
 
459
               END { for (i in files) print i; }'`; \
 
460
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
461
          test -n "$$unique" || unique=$$empty_fix; \
 
462
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
463
            $$tags $$unique; \
 
464
        fi
 
465
ctags: CTAGS
 
466
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
467
                $(TAGS_FILES) $(LISP)
 
468
        tags=; \
 
469
        here=`pwd`; \
 
470
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
471
        unique=`for i in $$list; do \
 
472
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
473
          done | \
 
474
          $(AWK) '    { files[$$0] = 1; } \
 
475
               END { for (i in files) print i; }'`; \
 
476
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
477
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
478
             $$tags $$unique
 
479
 
 
480
GTAGS:
 
481
        here=`$(am__cd) $(top_builddir) && pwd` \
 
482
          && cd $(top_srcdir) \
 
483
          && gtags -i $(GTAGS_ARGS) $$here
 
484
 
 
485
distclean-tags:
 
486
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
487
 
 
488
distdir: $(DISTFILES)
 
489
        $(am__remove_distdir)
 
490
        mkdir $(distdir)
 
491
        $(mkdir_p) $(distdir)/. $(distdir)/po
 
492
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
493
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
494
        list='$(DISTFILES)'; for file in $$list; do \
 
495
          case $$file in \
 
496
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
497
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
498
          esac; \
 
499
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
500
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
501
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
502
            dir="/$$dir"; \
 
503
            $(mkdir_p) "$(distdir)$$dir"; \
 
504
          else \
 
505
            dir=''; \
 
506
          fi; \
 
507
          if test -d $$d/$$file; then \
 
508
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
509
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
510
            fi; \
 
511
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
512
          else \
 
513
            test -f $(distdir)/$$file \
 
514
            || cp -p $$d/$$file $(distdir)/$$file \
 
515
            || exit 1; \
 
516
          fi; \
 
517
        done
 
518
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
519
          if test "$$subdir" = .; then :; else \
 
520
            test -d "$(distdir)/$$subdir" \
 
521
            || mkdir "$(distdir)/$$subdir" \
 
522
            || exit 1; \
 
523
            (cd $$subdir && \
 
524
              $(MAKE) $(AM_MAKEFLAGS) \
 
525
                top_distdir="../$(top_distdir)" \
 
526
                distdir="../$(distdir)/$$subdir" \
 
527
                distdir) \
 
528
              || exit 1; \
 
529
          fi; \
 
530
        done
 
531
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
532
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
533
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
534
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
 
535
        || chmod -R a+r $(distdir)
 
536
dist-gzip: distdir
 
537
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
538
        $(am__remove_distdir)
 
539
 
 
540
dist-bzip2: distdir
 
541
        $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
 
542
        $(am__remove_distdir)
 
543
 
 
544
dist-tarZ: distdir
 
545
        $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
 
546
        $(am__remove_distdir)
 
547
 
 
548
dist-shar: distdir
 
549
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
550
        $(am__remove_distdir)
 
551
 
 
552
dist-zip: distdir
 
553
        -rm -f $(distdir).zip
 
554
        zip -rq $(distdir).zip $(distdir)
 
555
        $(am__remove_distdir)
 
556
 
 
557
dist dist-all: distdir
 
558
        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
559
        $(am__remove_distdir)
 
560
 
 
561
# This target untars the dist file and tries a VPATH configuration.  Then
 
562
# it guarantees that the distribution is self-contained by making another
 
563
# tarfile.
 
564
distcheck: dist
 
565
        case '$(DIST_ARCHIVES)' in \
 
566
        *.tar.gz*) \
 
567
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
 
568
        *.tar.bz2*) \
 
569
          bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
 
570
        *.tar.Z*) \
 
571
          uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
 
572
        *.shar.gz*) \
 
573
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
574
        *.zip*) \
 
575
          unzip $(distdir).zip ;;\
 
576
        esac
 
577
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
578
        mkdir $(distdir)/_build
 
579
        mkdir $(distdir)/_inst
 
580
        chmod a-w $(distdir)
 
581
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
582
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
583
          && cd $(distdir)/_build \
 
584
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
585
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
586
          && $(MAKE) $(AM_MAKEFLAGS) \
 
587
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
588
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
589
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
590
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
591
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
592
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
593
                distuninstallcheck \
 
594
          && chmod -R a-w "$$dc_install_base" \
 
595
          && ({ \
 
596
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
597
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
598
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
599
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
600
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
601
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
602
          && rm -rf "$$dc_destdir" \
 
603
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
604
          && rm -rf $(DIST_ARCHIVES) \
 
605
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
606
        $(am__remove_distdir)
 
607
        @(echo "$(distdir) archives ready for distribution: "; \
 
608
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
609
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
 
610
distuninstallcheck:
 
611
        @cd $(distuninstallcheck_dir) \
 
612
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
613
           || { echo "ERROR: files left after uninstall:" ; \
 
614
                if test -n "$(DESTDIR)"; then \
 
615
                  echo "  (check DESTDIR support)"; \
 
616
                fi ; \
 
617
                $(distuninstallcheck_listfiles) ; \
 
618
                exit 1; } >&2
 
619
distcleancheck: distclean
 
620
        @if test '$(srcdir)' = . ; then \
 
621
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
622
          exit 1 ; \
 
623
        fi
 
624
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
625
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
626
               $(distcleancheck_listfiles) ; \
 
627
               exit 1; } >&2
 
628
check-am: all-am
 
629
check: check-recursive
 
630
all-am: Makefile $(DATA) config.h
 
631
installdirs: installdirs-recursive
 
632
installdirs-am:
 
633
        for dir in "$(DESTDIR)$(applicationsdir)" "$(DESTDIR)$(schemasdir)"; do \
 
634
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
635
        done
 
636
install: install-recursive
 
637
install-exec: install-exec-recursive
 
638
install-data: install-data-recursive
 
639
uninstall: uninstall-recursive
 
640
 
 
641
install-am: all-am
 
642
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
643
 
 
644
installcheck: installcheck-recursive
 
645
install-strip:
 
646
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
647
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
648
          `test -z '$(STRIP)' || \
 
649
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
650
mostlyclean-generic:
 
651
 
 
652
clean-generic:
 
653
 
 
654
distclean-generic:
 
655
        -rm -f $(CONFIG_CLEAN_FILES)
 
656
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
657
 
 
658
maintainer-clean-generic:
 
659
        @echo "This command is intended for maintainers to use"
 
660
        @echo "it deletes files that may require special tools to rebuild."
 
661
clean: clean-recursive
 
662
 
 
663
clean-am: clean-generic clean-libtool mostlyclean-am
 
664
 
 
665
distclean: distclean-recursive
 
666
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
667
        -rm -f Makefile
 
668
distclean-am: clean-am distclean-generic distclean-hdr \
 
669
        distclean-libtool distclean-tags
 
670
 
 
671
dvi: dvi-recursive
 
672
 
 
673
dvi-am:
 
674
 
 
675
html: html-recursive
 
676
 
 
677
info: info-recursive
 
678
 
 
679
info-am:
 
680
 
 
681
install-data-am: install-applicationsDATA install-data-local \
 
682
        install-schemasDATA
 
683
 
 
684
install-exec-am:
 
685
 
 
686
install-info: install-info-recursive
 
687
 
 
688
install-man:
 
689
 
 
690
installcheck-am:
 
691
 
 
692
maintainer-clean: maintainer-clean-recursive
 
693
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
694
        -rm -rf $(top_srcdir)/autom4te.cache
 
695
        -rm -f Makefile
 
696
maintainer-clean-am: distclean-am maintainer-clean-generic
 
697
 
 
698
mostlyclean: mostlyclean-recursive
 
699
 
 
700
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
701
 
 
702
pdf: pdf-recursive
 
703
 
 
704
pdf-am:
 
705
 
 
706
ps: ps-recursive
 
707
 
 
708
ps-am:
 
709
 
 
710
uninstall-am: uninstall-applicationsDATA uninstall-info-am \
 
711
        uninstall-schemasDATA
 
712
 
 
713
uninstall-info: uninstall-info-recursive
 
714
 
 
715
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
 
716
        check-am clean clean-generic clean-libtool clean-recursive \
 
717
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
 
718
        dist-shar dist-tarZ dist-zip distcheck distclean \
 
719
        distclean-generic distclean-hdr distclean-libtool \
 
720
        distclean-recursive distclean-tags distcleancheck distdir \
 
721
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
722
        install install-am install-applicationsDATA install-data \
 
723
        install-data-am install-data-local install-exec \
 
724
        install-exec-am install-info install-info-am install-man \
 
725
        install-schemasDATA install-strip installcheck installcheck-am \
 
726
        installdirs installdirs-am maintainer-clean \
 
727
        maintainer-clean-generic maintainer-clean-recursive \
 
728
        mostlyclean mostlyclean-generic mostlyclean-libtool \
 
729
        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
 
730
        uninstall uninstall-am uninstall-applicationsDATA \
 
731
        uninstall-info-am uninstall-schemasDATA
 
732
 
 
733
@INTLTOOL_DESKTOP_RULE@
 
734
@INTLTOOL_SCHEMAS_RULE@
 
735
 
 
736
@GCONF_SCHEMAS_INSTALL_TRUE@install-data-local:
 
737
@GCONF_SCHEMAS_INSTALL_TRUE@    if test -z "$(DESTDIR)" ; then \
 
738
@GCONF_SCHEMAS_INSTALL_TRUE@      for p in $(schemas_DATA) ; do \
 
739
@GCONF_SCHEMAS_INSTALL_TRUE@        GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p ; \
 
740
@GCONF_SCHEMAS_INSTALL_TRUE@      done \
 
741
@GCONF_SCHEMAS_INSTALL_TRUE@    fi
 
742
@GCONF_SCHEMAS_INSTALL_FALSE@install-data-local:
 
743
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
744
# Otherwise a system limit (for SysV at least) may be exceeded.
 
745
.NOEXPORT: