~ubuntu-branches/ubuntu/precise/gnomeradio/precise-updates

« back to all changes in this revision

Viewing changes to data/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Namuri
  • Date: 2008-05-12 00:36:27 UTC
  • mfrom: (2.1.5 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080512003627-m4r405wwqc2e3xgv
Tags: 1.7-6
* debian/changelog: sync with the one from ubuntu.
* debian/patches/prefs.c.patch: fixed. In 1.7-6 I've uploaded a wrong
  version of the patch, now it's the right one that Cesare Tirabassi
  has included in the ubuntu's package. (Closes: #468796, #462891)

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
 
 
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
subdir = data
 
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
43
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
45
        $(ACLOCAL_M4)
 
46
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
47
CONFIG_HEADER = $(top_builddir)/config.h
 
48
CONFIG_CLEAN_FILES =
 
49
SOURCES =
 
50
DIST_SOURCES =
 
51
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
52
        html-recursive info-recursive install-data-recursive \
 
53
        install-exec-recursive install-info-recursive \
 
54
        install-recursive installcheck-recursive installdirs-recursive \
 
55
        pdf-recursive ps-recursive uninstall-info-recursive \
 
56
        uninstall-recursive
 
57
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
58
am__vpath_adj = case $$p in \
 
59
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
60
    *) f=$$p;; \
 
61
  esac;
 
62
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
63
am__installdirs = "$(DESTDIR)$(applicationsdir)" \
 
64
        "$(DESTDIR)$(schemadir)"
 
65
applicationsDATA_INSTALL = $(INSTALL_DATA)
 
66
schemaDATA_INSTALL = $(INSTALL_DATA)
 
67
DATA = $(applications_DATA) $(schema_DATA)
 
68
ETAGS = etags
 
69
CTAGS = ctags
 
70
DIST_SUBDIRS = $(SUBDIRS)
 
71
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
72
ACLOCAL = @ACLOCAL@
 
73
ALL_LINGUAS = @ALL_LINGUAS@
 
74
AMDEP_FALSE = @AMDEP_FALSE@
 
75
AMDEP_TRUE = @AMDEP_TRUE@
 
76
AMTAR = @AMTAR@
 
77
AR = @AR@
 
78
AUTOCONF = @AUTOCONF@
 
79
AUTOHEADER = @AUTOHEADER@
 
80
AUTOMAKE = @AUTOMAKE@
 
81
AWK = @AWK@
 
82
CATALOGS = @CATALOGS@
 
83
CATOBJEXT = @CATOBJEXT@
 
84
CC = @CC@
 
85
CCDEPMODE = @CCDEPMODE@
 
86
CFLAGS = @CFLAGS@
 
87
CPP = @CPP@
 
88
CPPFLAGS = @CPPFLAGS@
 
89
CXX = @CXX@
 
90
CXXCPP = @CXXCPP@
 
91
CXXDEPMODE = @CXXDEPMODE@
 
92
CXXFLAGS = @CXXFLAGS@
 
93
CYGPATH_W = @CYGPATH_W@
 
94
DATADIRNAME = @DATADIRNAME@
 
95
DEFS = @DEFS@
 
96
DEPDIR = @DEPDIR@
 
97
DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
98
ECHO = @ECHO@
 
99
ECHO_C = @ECHO_C@
 
100
ECHO_N = @ECHO_N@
 
101
ECHO_T = @ECHO_T@
 
102
EGREP = @EGREP@
 
103
ENABLE_SK_FALSE = @ENABLE_SK_FALSE@
 
104
ENABLE_SK_TRUE = @ENABLE_SK_TRUE@
 
105
EXEEXT = @EXEEXT@
 
106
F77 = @F77@
 
107
FFLAGS = @FFLAGS@
 
108
GCONFTOOL = @GCONFTOOL@
 
109
GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@
 
110
GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
 
111
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
112
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
 
113
GDU_MODULE_VERSION_CHECK_CFLAGS = @GDU_MODULE_VERSION_CHECK_CFLAGS@
 
114
GDU_MODULE_VERSION_CHECK_LIBS = @GDU_MODULE_VERSION_CHECK_LIBS@
 
115
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
116
GMOFILES = @GMOFILES@
 
117
GMSGFMT = @GMSGFMT@
 
118
GNOME14_CFLAGS = @GNOME14_CFLAGS@
 
119
GNOME14_LIBS = @GNOME14_LIBS@
 
120
GNOME_14 = @GNOME_14@
 
121
GNOME_CFLAGS = @GNOME_CFLAGS@
 
122
GNOME_LIBS = @GNOME_LIBS@
 
123
GREP = @GREP@
 
124
GSTREAMER_CFLAGS = @GSTREAMER_CFLAGS@
 
125
GSTREAMER_LIBS = @GSTREAMER_LIBS@
 
126
HELP_DIR = @HELP_DIR@
 
127
INSTALL_DATA = @INSTALL_DATA@
 
128
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
129
INSTALL_SCHEMAS_FALSE = @INSTALL_SCHEMAS_FALSE@
 
130
INSTALL_SCHEMAS_TRUE = @INSTALL_SCHEMAS_TRUE@
 
131
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
132
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
133
INSTOBJEXT = @INSTOBJEXT@
 
134
INTLLIBS = @INTLLIBS@
 
135
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
136
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
137
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
138
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
139
INTLTOOL_ICONV = @INTLTOOL_ICONV@
 
140
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
141
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
142
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
143
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
 
144
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
 
145
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
146
INTLTOOL_PERL = @INTLTOOL_PERL@
 
147
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
148
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
149
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
150
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
151
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
152
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
153
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
154
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
155
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
156
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
157
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
158
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
 
159
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
160
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
161
LDFLAGS = @LDFLAGS@
 
162
LIBOBJS = @LIBOBJS@
 
163
LIBS = @LIBS@
 
164
LIBTOOL = @LIBTOOL@
 
165
LIRC = @LIRC@
 
166
LN_S = @LN_S@
 
167
LTLIBOBJS = @LTLIBOBJS@
 
168
MAINT = @MAINT@
 
169
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
170
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
171
MAKEINFO = @MAKEINFO@
 
172
MKINSTALLDIRS = @MKINSTALLDIRS@
 
173
MSGFMT = @MSGFMT@
 
174
OBJEXT = @OBJEXT@
 
175
OMF_DIR = @OMF_DIR@
 
176
PACKAGE = @PACKAGE@
 
177
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
178
PACKAGE_NAME = @PACKAGE_NAME@
 
179
PACKAGE_STRING = @PACKAGE_STRING@
 
180
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
181
PACKAGE_VERSION = @PACKAGE_VERSION@
 
182
PATH_SEPARATOR = @PATH_SEPARATOR@
 
183
PKG_CONFIG = @PKG_CONFIG@
 
184
POFILES = @POFILES@
 
185
POSUB = @POSUB@
 
186
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
187
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
188
RANLIB = @RANLIB@
 
189
SET_MAKE = @SET_MAKE@
 
190
SHELL = @SHELL@
 
191
STRIP = @STRIP@
 
192
USE_NLS = @USE_NLS@
 
193
VERSION = @VERSION@
 
194
XGETTEXT = @XGETTEXT@
 
195
ac_ct_CC = @ac_ct_CC@
 
196
ac_ct_CXX = @ac_ct_CXX@
 
197
ac_ct_F77 = @ac_ct_F77@
 
198
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
199
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
200
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
201
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
202
am__include = @am__include@
 
203
am__leading_dot = @am__leading_dot@
 
204
am__quote = @am__quote@
 
205
am__tar = @am__tar@
 
206
am__untar = @am__untar@
 
207
bindir = @bindir@
 
208
build = @build@
 
209
build_alias = @build_alias@
 
210
build_cpu = @build_cpu@
 
211
build_os = @build_os@
 
212
build_vendor = @build_vendor@
 
213
datadir = @datadir@
 
214
datarootdir = @datarootdir@
 
215
docdir = @docdir@
 
216
dvidir = @dvidir@
 
217
exec_prefix = @exec_prefix@
 
218
host = @host@
 
219
host_alias = @host_alias@
 
220
host_cpu = @host_cpu@
 
221
host_os = @host_os@
 
222
host_vendor = @host_vendor@
 
223
htmldir = @htmldir@
 
224
includedir = @includedir@
 
225
infodir = @infodir@
 
226
install_sh = @install_sh@
 
227
libdir = @libdir@
 
228
libexecdir = @libexecdir@
 
229
localedir = @localedir@
 
230
localstatedir = @localstatedir@
 
231
mandir = @mandir@
 
232
mkdir_p = @mkdir_p@
 
233
oldincludedir = @oldincludedir@
 
234
pdfdir = @pdfdir@
 
235
prefix = @prefix@
 
236
program_transform_name = @program_transform_name@
 
237
psdir = @psdir@
 
238
sbindir = @sbindir@
 
239
sharedstatedir = @sharedstatedir@
 
240
sysconfdir = @sysconfdir@
 
241
target_alias = @target_alias@
 
242
SUBDIRS = icons pixmaps
 
243
applicationsdir = $(datadir)/applications/
 
244
applications_in_files = gnomeradio.desktop.in
 
245
applications_DATA = $(applications_in_files:.desktop.in=.desktop)
 
246
schemadir = @GCONF_SCHEMA_FILE_DIR@
 
247
schema_in_files = gnomeradio.schemas.in
 
248
schema_DATA = $(schema_in_files:.schemas.in=.schemas)
 
249
EXTRA_DIST = $(applications_DATA) \
 
250
             $(applications_in_files) \
 
251
             $(schema_DATA) \
 
252
             $(schema_in_files) \
 
253
             example.lircrc
 
254
 
 
255
CLEANFILES = $(schema_DATA) $(applications_DATA)
 
256
all: all-recursive
 
257
 
 
258
.SUFFIXES:
 
259
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
260
        @for dep in $?; do \
 
261
          case '$(am__configure_deps)' in \
 
262
            *$$dep*) \
 
263
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
264
                && exit 0; \
 
265
              exit 1;; \
 
266
          esac; \
 
267
        done; \
 
268
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  data/Makefile'; \
 
269
        cd $(top_srcdir) && \
 
270
          $(AUTOMAKE) --gnu  data/Makefile
 
271
.PRECIOUS: Makefile
 
272
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
273
        @case '$?' in \
 
274
          *config.status*) \
 
275
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
276
          *) \
 
277
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
278
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
279
        esac;
 
280
 
 
281
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
282
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
283
 
 
284
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
285
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
286
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
287
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
288
 
 
289
mostlyclean-libtool:
 
290
        -rm -f *.lo
 
291
 
 
292
clean-libtool:
 
293
        -rm -rf .libs _libs
 
294
 
 
295
distclean-libtool:
 
296
        -rm -f libtool
 
297
uninstall-info-am:
 
298
install-applicationsDATA: $(applications_DATA)
 
299
        @$(NORMAL_INSTALL)
 
300
        test -z "$(applicationsdir)" || $(mkdir_p) "$(DESTDIR)$(applicationsdir)"
 
301
        @list='$(applications_DATA)'; for p in $$list; do \
 
302
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
303
          f=$(am__strip_dir) \
 
304
          echo " $(applicationsDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(applicationsdir)/$$f'"; \
 
305
          $(applicationsDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(applicationsdir)/$$f"; \
 
306
        done
 
307
 
 
308
uninstall-applicationsDATA:
 
309
        @$(NORMAL_UNINSTALL)
 
310
        @list='$(applications_DATA)'; for p in $$list; do \
 
311
          f=$(am__strip_dir) \
 
312
          echo " rm -f '$(DESTDIR)$(applicationsdir)/$$f'"; \
 
313
          rm -f "$(DESTDIR)$(applicationsdir)/$$f"; \
 
314
        done
 
315
install-schemaDATA: $(schema_DATA)
 
316
        @$(NORMAL_INSTALL)
 
317
        test -z "$(schemadir)" || $(mkdir_p) "$(DESTDIR)$(schemadir)"
 
318
        @list='$(schema_DATA)'; for p in $$list; do \
 
319
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
320
          f=$(am__strip_dir) \
 
321
          echo " $(schemaDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(schemadir)/$$f'"; \
 
322
          $(schemaDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(schemadir)/$$f"; \
 
323
        done
 
324
 
 
325
uninstall-schemaDATA:
 
326
        @$(NORMAL_UNINSTALL)
 
327
        @list='$(schema_DATA)'; for p in $$list; do \
 
328
          f=$(am__strip_dir) \
 
329
          echo " rm -f '$(DESTDIR)$(schemadir)/$$f'"; \
 
330
          rm -f "$(DESTDIR)$(schemadir)/$$f"; \
 
331
        done
 
332
 
 
333
# This directory's subdirectories are mostly independent; you can cd
 
334
# into them and run `make' without going through this Makefile.
 
335
# To change the values of `make' variables: instead of editing Makefiles,
 
336
# (1) if the variable is set in `config.status', edit `config.status'
 
337
#     (which will cause the Makefiles to be regenerated when you run `make');
 
338
# (2) otherwise, pass the desired values on the `make' command line.
 
339
$(RECURSIVE_TARGETS):
 
340
        @failcom='exit 1'; \
 
341
        for f in x $$MAKEFLAGS; do \
 
342
          case $$f in \
 
343
            *=* | --[!k]*);; \
 
344
            *k*) failcom='fail=yes';; \
 
345
          esac; \
 
346
        done; \
 
347
        dot_seen=no; \
 
348
        target=`echo $@ | sed s/-recursive//`; \
 
349
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
350
          echo "Making $$target in $$subdir"; \
 
351
          if test "$$subdir" = "."; then \
 
352
            dot_seen=yes; \
 
353
            local_target="$$target-am"; \
 
354
          else \
 
355
            local_target="$$target"; \
 
356
          fi; \
 
357
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
358
          || eval $$failcom; \
 
359
        done; \
 
360
        if test "$$dot_seen" = "no"; then \
 
361
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
362
        fi; test -z "$$fail"
 
363
 
 
364
mostlyclean-recursive clean-recursive distclean-recursive \
 
365
maintainer-clean-recursive:
 
366
        @failcom='exit 1'; \
 
367
        for f in x $$MAKEFLAGS; do \
 
368
          case $$f in \
 
369
            *=* | --[!k]*);; \
 
370
            *k*) failcom='fail=yes';; \
 
371
          esac; \
 
372
        done; \
 
373
        dot_seen=no; \
 
374
        case "$@" in \
 
375
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
376
          *) list='$(SUBDIRS)' ;; \
 
377
        esac; \
 
378
        rev=''; for subdir in $$list; do \
 
379
          if test "$$subdir" = "."; then :; else \
 
380
            rev="$$subdir $$rev"; \
 
381
          fi; \
 
382
        done; \
 
383
        rev="$$rev ."; \
 
384
        target=`echo $@ | sed s/-recursive//`; \
 
385
        for subdir in $$rev; do \
 
386
          echo "Making $$target in $$subdir"; \
 
387
          if test "$$subdir" = "."; then \
 
388
            local_target="$$target-am"; \
 
389
          else \
 
390
            local_target="$$target"; \
 
391
          fi; \
 
392
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
393
          || eval $$failcom; \
 
394
        done && test -z "$$fail"
 
395
tags-recursive:
 
396
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
397
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
398
        done
 
399
ctags-recursive:
 
400
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
401
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
402
        done
 
403
 
 
404
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
405
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
406
        unique=`for i in $$list; do \
 
407
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
408
          done | \
 
409
          $(AWK) '    { files[$$0] = 1; } \
 
410
               END { for (i in files) print i; }'`; \
 
411
        mkid -fID $$unique
 
412
tags: TAGS
 
413
 
 
414
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
415
                $(TAGS_FILES) $(LISP)
 
416
        tags=; \
 
417
        here=`pwd`; \
 
418
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
419
          include_option=--etags-include; \
 
420
          empty_fix=.; \
 
421
        else \
 
422
          include_option=--include; \
 
423
          empty_fix=; \
 
424
        fi; \
 
425
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
426
          if test "$$subdir" = .; then :; else \
 
427
            test ! -f $$subdir/TAGS || \
 
428
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
429
          fi; \
 
430
        done; \
 
431
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
432
        unique=`for i in $$list; do \
 
433
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
434
          done | \
 
435
          $(AWK) '    { files[$$0] = 1; } \
 
436
               END { for (i in files) print i; }'`; \
 
437
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
438
          test -n "$$unique" || unique=$$empty_fix; \
 
439
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
440
            $$tags $$unique; \
 
441
        fi
 
442
ctags: CTAGS
 
443
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
444
                $(TAGS_FILES) $(LISP)
 
445
        tags=; \
 
446
        here=`pwd`; \
 
447
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
448
        unique=`for i in $$list; do \
 
449
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
450
          done | \
 
451
          $(AWK) '    { files[$$0] = 1; } \
 
452
               END { for (i in files) print i; }'`; \
 
453
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
454
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
455
             $$tags $$unique
 
456
 
 
457
GTAGS:
 
458
        here=`$(am__cd) $(top_builddir) && pwd` \
 
459
          && cd $(top_srcdir) \
 
460
          && gtags -i $(GTAGS_ARGS) $$here
 
461
 
 
462
distclean-tags:
 
463
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
464
 
 
465
distdir: $(DISTFILES)
 
466
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
467
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
468
        list='$(DISTFILES)'; for file in $$list; do \
 
469
          case $$file in \
 
470
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
471
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
472
          esac; \
 
473
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
474
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
475
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
476
            dir="/$$dir"; \
 
477
            $(mkdir_p) "$(distdir)$$dir"; \
 
478
          else \
 
479
            dir=''; \
 
480
          fi; \
 
481
          if test -d $$d/$$file; then \
 
482
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
483
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
484
            fi; \
 
485
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
486
          else \
 
487
            test -f $(distdir)/$$file \
 
488
            || cp -p $$d/$$file $(distdir)/$$file \
 
489
            || exit 1; \
 
490
          fi; \
 
491
        done
 
492
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
493
          if test "$$subdir" = .; then :; else \
 
494
            test -d "$(distdir)/$$subdir" \
 
495
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
496
            || exit 1; \
 
497
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
498
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
499
            (cd $$subdir && \
 
500
              $(MAKE) $(AM_MAKEFLAGS) \
 
501
                top_distdir="$$top_distdir" \
 
502
                distdir="$$distdir/$$subdir" \
 
503
                distdir) \
 
504
              || exit 1; \
 
505
          fi; \
 
506
        done
 
507
check-am: all-am
 
508
check: check-recursive
 
509
all-am: Makefile $(DATA) all-local
 
510
installdirs: installdirs-recursive
 
511
installdirs-am:
 
512
        for dir in "$(DESTDIR)$(applicationsdir)" "$(DESTDIR)$(schemadir)"; do \
 
513
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
514
        done
 
515
install: install-recursive
 
516
install-exec: install-exec-recursive
 
517
install-data: install-data-recursive
 
518
uninstall: uninstall-recursive
 
519
 
 
520
install-am: all-am
 
521
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
522
 
 
523
installcheck: installcheck-recursive
 
524
install-strip:
 
525
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
526
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
527
          `test -z '$(STRIP)' || \
 
528
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
529
mostlyclean-generic:
 
530
 
 
531
clean-generic:
 
532
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
533
 
 
534
distclean-generic:
 
535
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
536
 
 
537
maintainer-clean-generic:
 
538
        @echo "This command is intended for maintainers to use"
 
539
        @echo "it deletes files that may require special tools to rebuild."
 
540
clean: clean-recursive
 
541
 
 
542
clean-am: clean-generic clean-libtool mostlyclean-am
 
543
 
 
544
distclean: distclean-recursive
 
545
        -rm -f Makefile
 
546
distclean-am: clean-am distclean-generic distclean-libtool \
 
547
        distclean-tags
 
548
 
 
549
dvi: dvi-recursive
 
550
 
 
551
dvi-am:
 
552
 
 
553
html: html-recursive
 
554
 
 
555
info: info-recursive
 
556
 
 
557
info-am:
 
558
 
 
559
install-data-am: install-applicationsDATA install-data-local \
 
560
        install-schemaDATA
 
561
 
 
562
install-exec-am:
 
563
 
 
564
install-info: install-info-recursive
 
565
 
 
566
install-man:
 
567
 
 
568
installcheck-am:
 
569
 
 
570
maintainer-clean: maintainer-clean-recursive
 
571
        -rm -f Makefile
 
572
maintainer-clean-am: distclean-am maintainer-clean-generic
 
573
 
 
574
mostlyclean: mostlyclean-recursive
 
575
 
 
576
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
577
 
 
578
pdf: pdf-recursive
 
579
 
 
580
pdf-am:
 
581
 
 
582
ps: ps-recursive
 
583
 
 
584
ps-am:
 
585
 
 
586
uninstall-am: uninstall-applicationsDATA uninstall-info-am \
 
587
        uninstall-schemaDATA
 
588
 
 
589
uninstall-info: uninstall-info-recursive
 
590
 
 
591
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am all-local check \
 
592
        check-am clean clean-generic clean-libtool clean-recursive \
 
593
        ctags ctags-recursive distclean distclean-generic \
 
594
        distclean-libtool distclean-recursive distclean-tags distdir \
 
595
        dvi dvi-am html html-am info info-am install install-am \
 
596
        install-applicationsDATA install-data install-data-am \
 
597
        install-data-local install-exec install-exec-am install-info \
 
598
        install-info-am install-man install-schemaDATA install-strip \
 
599
        installcheck installcheck-am installdirs installdirs-am \
 
600
        maintainer-clean maintainer-clean-generic \
 
601
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
 
602
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
 
603
        tags tags-recursive uninstall uninstall-am \
 
604
        uninstall-applicationsDATA uninstall-info-am \
 
605
        uninstall-schemaDATA
 
606
 
 
607
@INTLTOOL_DESKTOP_RULE@
 
608
@INTLTOOL_SCHEMAS_RULE@
 
609
 
 
610
all-local: $(applications_DATA)
 
611
 
 
612
install-data-local: 
 
613
@INSTALL_SCHEMAS_TRUE@  GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
 
614
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
615
# Otherwise a system limit (for SysV at least) may be exceeded.
 
616
.NOEXPORT: