~ubuntu-branches/debian/sid/cheese/sid

« back to all changes in this revision

Viewing changes to data/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andrea Veri, Andrea Veri, Loïc Minier
  • Date: 2009-09-23 20:25:41 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090923202541-q9lr8b7ykic314xy
Tags: 2.28.0.1-1
[ Andrea Veri ]
* New upstream release.
* debian/control:
  - Bumped Standards-version to 3.8.3. No changes needed.
  - libgtk2.0-dev bumped to >= 2.17.4 as per configure.ac
    requirements.
  - libgnome-desktop-dev bumped to >= 2.26.0 as per configure.ac
    requirements.
  - added a B-D on x11proto-core-dev needed from multimedia keys
    to work properly.
* debian/copyright:
  - added missing copyright holders.
* debian/patches:
  - removed as long as it has no patches in it.
* debian/rules:
  - simple-patchsys include removed, there are no patches to be
    applied.

[ Loïc Minier ]
* Bdep on rarian-compat instead of scrollkeeper.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
17
18
 
18
19
VPATH = @srcdir@
19
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
20
22
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
22
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23
25
install_sh_DATA = $(install_sh) -c -m 644
24
26
install_sh_PROGRAM = $(install_sh) -c
43
45
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44
46
CONFIG_HEADER = $(top_builddir)/cheese-config.h
45
47
CONFIG_CLEAN_FILES = cheese.desktop.in
 
48
CONFIG_CLEAN_VPATH_FILES =
 
49
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
50
am__vpath_adj = case $$p in \
 
51
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
52
    *) f=$$p;; \
 
53
  esac;
 
54
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
55
am__install_max = 40
 
56
am__nobase_strip_setup = \
 
57
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
58
am__nobase_strip = \
 
59
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
60
am__nobase_list = $(am__nobase_strip_setup); \
 
61
  for p in $$list; do echo "$$p $$p"; done | \
 
62
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
63
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
64
    if (++n[$$2] == $(am__install_max)) \
 
65
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
66
    END { for (dir in files) print dir, files[dir] }'
 
67
am__base_list = \
 
68
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
69
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
46
70
am__installdirs = "$(DESTDIR)$(bugreportdir)" \
47
71
        "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(gtkrcdir)" \
48
72
        "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(schemadir)" \
49
73
        "$(DESTDIR)$(servicedir)"
50
 
bugreportSCRIPT_INSTALL = $(INSTALL_SCRIPT)
51
74
SCRIPTS = $(bugreport_SCRIPTS)
 
75
AM_V_GEN = $(am__v_GEN_$(V))
 
76
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
77
am__v_GEN_0 = @echo "  GEN   " $@;
 
78
AM_V_at = $(am__v_at_$(V))
 
79
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
80
am__v_at_0 = @
52
81
SOURCES =
53
82
DIST_SOURCES =
54
83
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
58
87
        install-pdf-recursive install-ps-recursive install-recursive \
59
88
        installcheck-recursive installdirs-recursive pdf-recursive \
60
89
        ps-recursive uninstall-recursive
61
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
62
 
am__vpath_adj = case $$p in \
63
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
64
 
    *) f=$$p;; \
65
 
  esac;
66
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
67
 
desktopDATA_INSTALL = $(INSTALL_DATA)
68
 
gtkrcDATA_INSTALL = $(INSTALL_DATA)
69
 
pkgdataDATA_INSTALL = $(INSTALL_DATA)
70
 
schemaDATA_INSTALL = $(INSTALL_DATA)
71
 
serviceDATA_INSTALL = $(INSTALL_DATA)
72
90
DATA = $(desktop_DATA) $(gtkrc_DATA) $(pkgdata_DATA) $(schema_DATA) \
73
91
        $(service_DATA)
74
92
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
75
93
  distclean-recursive maintainer-clean-recursive
 
94
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
95
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
96
        distdir
76
97
ETAGS = etags
77
98
CTAGS = ctags
78
99
DIST_SUBDIRS = $(SUBDIRS)
79
100
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
101
am__relativize = \
 
102
  dir0=`pwd`; \
 
103
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
104
  sed_rest='s,^[^/]*/*,,'; \
 
105
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
106
  sed_butlast='s,/*[^/]*$$,,'; \
 
107
  while test -n "$$dir1"; do \
 
108
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
109
    if test "$$first" != "."; then \
 
110
      if test "$$first" = ".."; then \
 
111
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
112
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
113
      else \
 
114
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
115
        if test "$$first2" = "$$first"; then \
 
116
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
117
        else \
 
118
          dir2="../$$dir2"; \
 
119
        fi; \
 
120
        dir0="$$dir0"/"$$first"; \
 
121
      fi; \
 
122
    fi; \
 
123
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
124
  done; \
 
125
  reldir="$$dir2"
80
126
ACLOCAL = @ACLOCAL@
81
127
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
82
128
ALL_LINGUAS = @ALL_LINGUAS@
83
129
AMTAR = @AMTAR@
 
130
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
84
131
AR = @AR@
85
132
AUTOCONF = @AUTOCONF@
86
133
AUTOHEADER = @AUTOHEADER@
119
166
GMSGFMT = @GMSGFMT@
120
167
GREP = @GREP@
121
168
HELP_DIR = @HELP_DIR@
122
 
HILDON_CFLAGS = @HILDON_CFLAGS@
123
 
HILDON_LIBS = @HILDON_LIBS@
124
169
INSTALL = @INSTALL@
125
170
INSTALL_DATA = @INSTALL_DATA@
126
171
INSTALL_PROGRAM = @INSTALL_PROGRAM@
159
204
PACKAGE_NAME = @PACKAGE_NAME@
160
205
PACKAGE_STRING = @PACKAGE_STRING@
161
206
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
207
PACKAGE_URL = @PACKAGE_URL@
162
208
PACKAGE_VERSION = @PACKAGE_VERSION@
163
209
PATH_SEPARATOR = @PATH_SEPARATOR@
164
210
PKG_CONFIG = @PKG_CONFIG@
273
319
              exit 1;; \
274
320
          esac; \
275
321
        done; \
276
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  data/Makefile'; \
277
 
        cd $(top_srcdir) && \
278
 
          $(AUTOMAKE) --gnu  data/Makefile
 
322
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile'; \
 
323
        $(am__cd) $(top_srcdir) && \
 
324
          $(AUTOMAKE) --gnu data/Makefile
279
325
.PRECIOUS: Makefile
280
326
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
281
327
        @case '$?' in \
293
339
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
294
340
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
295
341
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
342
$(am__aclocal_m4_deps):
296
343
cheese.desktop.in: $(top_builddir)/config.status $(srcdir)/cheese.desktop.in.in
297
344
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
298
345
install-bugreportSCRIPTS: $(bugreport_SCRIPTS)
299
346
        @$(NORMAL_INSTALL)
300
347
        test -z "$(bugreportdir)" || $(MKDIR_P) "$(DESTDIR)$(bugreportdir)"
301
 
        @list='$(bugreport_SCRIPTS)'; for p in $$list; do \
 
348
        @list='$(bugreport_SCRIPTS)'; test -n "$(bugreportdir)" || list=; \
 
349
        for p in $$list; do \
302
350
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
303
 
          if test -f $$d$$p; then \
304
 
            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
305
 
            echo " $(bugreportSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bugreportdir)/$$f'"; \
306
 
            $(bugreportSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bugreportdir)/$$f"; \
307
 
          else :; fi; \
308
 
        done
 
351
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
 
352
        done | \
 
353
        sed -e 'p;s,.*/,,;n' \
 
354
            -e 'h;s|.*|.|' \
 
355
            -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
 
356
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
 
357
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
358
            if ($$2 == $$4) { files[d] = files[d] " " $$1; \
 
359
              if (++n[d] == $(am__install_max)) { \
 
360
                print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
 
361
            else { print "f", d "/" $$4, $$1 } } \
 
362
          END { for (d in files) print "f", d, files[d] }' | \
 
363
        while read type dir files; do \
 
364
             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
365
             test -z "$$files" || { \
 
366
               echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bugreportdir)$$dir'"; \
 
367
               $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bugreportdir)$$dir" || exit $$?; \
 
368
             } \
 
369
        ; done
309
370
 
310
371
uninstall-bugreportSCRIPTS:
311
372
        @$(NORMAL_UNINSTALL)
312
 
        @list='$(bugreport_SCRIPTS)'; for p in $$list; do \
313
 
          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
314
 
          echo " rm -f '$(DESTDIR)$(bugreportdir)/$$f'"; \
315
 
          rm -f "$(DESTDIR)$(bugreportdir)/$$f"; \
316
 
        done
 
373
        @list='$(bugreport_SCRIPTS)'; test -n "$(bugreportdir)" || exit 0; \
 
374
        files=`for p in $$list; do echo "$$p"; done | \
 
375
               sed -e 's,.*/,,;$(transform)'`; \
 
376
        test -n "$$list" || exit 0; \
 
377
        echo " ( cd '$(DESTDIR)$(bugreportdir)' && rm -f" $$files ")"; \
 
378
        cd "$(DESTDIR)$(bugreportdir)" && rm -f $$files
317
379
 
318
380
mostlyclean-libtool:
319
381
        -rm -f *.lo
323
385
install-desktopDATA: $(desktop_DATA)
324
386
        @$(NORMAL_INSTALL)
325
387
        test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)"
326
 
        @list='$(desktop_DATA)'; for p in $$list; do \
 
388
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
 
389
        for p in $$list; do \
327
390
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
328
 
          f=$(am__strip_dir) \
329
 
          echo " $(desktopDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(desktopdir)/$$f'"; \
330
 
          $(desktopDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(desktopdir)/$$f"; \
 
391
          echo "$$d$$p"; \
 
392
        done | $(am__base_list) | \
 
393
        while read files; do \
 
394
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
 
395
          $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
331
396
        done
332
397
 
333
398
uninstall-desktopDATA:
334
399
        @$(NORMAL_UNINSTALL)
335
 
        @list='$(desktop_DATA)'; for p in $$list; do \
336
 
          f=$(am__strip_dir) \
337
 
          echo " rm -f '$(DESTDIR)$(desktopdir)/$$f'"; \
338
 
          rm -f "$(DESTDIR)$(desktopdir)/$$f"; \
339
 
        done
 
400
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
 
401
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
402
        test -n "$$files" || exit 0; \
 
403
        echo " ( cd '$(DESTDIR)$(desktopdir)' && rm -f" $$files ")"; \
 
404
        cd "$(DESTDIR)$(desktopdir)" && rm -f $$files
340
405
install-gtkrcDATA: $(gtkrc_DATA)
341
406
        @$(NORMAL_INSTALL)
342
407
        test -z "$(gtkrcdir)" || $(MKDIR_P) "$(DESTDIR)$(gtkrcdir)"
343
 
        @list='$(gtkrc_DATA)'; for p in $$list; do \
 
408
        @list='$(gtkrc_DATA)'; test -n "$(gtkrcdir)" || list=; \
 
409
        for p in $$list; do \
344
410
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
345
 
          f=$(am__strip_dir) \
346
 
          echo " $(gtkrcDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(gtkrcdir)/$$f'"; \
347
 
          $(gtkrcDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(gtkrcdir)/$$f"; \
 
411
          echo "$$d$$p"; \
 
412
        done | $(am__base_list) | \
 
413
        while read files; do \
 
414
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gtkrcdir)'"; \
 
415
          $(INSTALL_DATA) $$files "$(DESTDIR)$(gtkrcdir)" || exit $$?; \
348
416
        done
349
417
 
350
418
uninstall-gtkrcDATA:
351
419
        @$(NORMAL_UNINSTALL)
352
 
        @list='$(gtkrc_DATA)'; for p in $$list; do \
353
 
          f=$(am__strip_dir) \
354
 
          echo " rm -f '$(DESTDIR)$(gtkrcdir)/$$f'"; \
355
 
          rm -f "$(DESTDIR)$(gtkrcdir)/$$f"; \
356
 
        done
 
420
        @list='$(gtkrc_DATA)'; test -n "$(gtkrcdir)" || list=; \
 
421
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
422
        test -n "$$files" || exit 0; \
 
423
        echo " ( cd '$(DESTDIR)$(gtkrcdir)' && rm -f" $$files ")"; \
 
424
        cd "$(DESTDIR)$(gtkrcdir)" && rm -f $$files
357
425
install-pkgdataDATA: $(pkgdata_DATA)
358
426
        @$(NORMAL_INSTALL)
359
427
        test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
360
 
        @list='$(pkgdata_DATA)'; for p in $$list; do \
 
428
        @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
 
429
        for p in $$list; do \
361
430
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
362
 
          f=$(am__strip_dir) \
363
 
          echo " $(pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
364
 
          $(pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
 
431
          echo "$$d$$p"; \
 
432
        done | $(am__base_list) | \
 
433
        while read files; do \
 
434
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
 
435
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
365
436
        done
366
437
 
367
438
uninstall-pkgdataDATA:
368
439
        @$(NORMAL_UNINSTALL)
369
 
        @list='$(pkgdata_DATA)'; for p in $$list; do \
370
 
          f=$(am__strip_dir) \
371
 
          echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
372
 
          rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
373
 
        done
 
440
        @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
 
441
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
442
        test -n "$$files" || exit 0; \
 
443
        echo " ( cd '$(DESTDIR)$(pkgdatadir)' && rm -f" $$files ")"; \
 
444
        cd "$(DESTDIR)$(pkgdatadir)" && rm -f $$files
374
445
install-schemaDATA: $(schema_DATA)
375
446
        @$(NORMAL_INSTALL)
376
447
        test -z "$(schemadir)" || $(MKDIR_P) "$(DESTDIR)$(schemadir)"
377
 
        @list='$(schema_DATA)'; for p in $$list; do \
 
448
        @list='$(schema_DATA)'; test -n "$(schemadir)" || list=; \
 
449
        for p in $$list; do \
378
450
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
379
 
          f=$(am__strip_dir) \
380
 
          echo " $(schemaDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(schemadir)/$$f'"; \
381
 
          $(schemaDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(schemadir)/$$f"; \
 
451
          echo "$$d$$p"; \
 
452
        done | $(am__base_list) | \
 
453
        while read files; do \
 
454
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(schemadir)'"; \
 
455
          $(INSTALL_DATA) $$files "$(DESTDIR)$(schemadir)" || exit $$?; \
382
456
        done
383
457
 
384
458
uninstall-schemaDATA:
385
459
        @$(NORMAL_UNINSTALL)
386
 
        @list='$(schema_DATA)'; for p in $$list; do \
387
 
          f=$(am__strip_dir) \
388
 
          echo " rm -f '$(DESTDIR)$(schemadir)/$$f'"; \
389
 
          rm -f "$(DESTDIR)$(schemadir)/$$f"; \
390
 
        done
 
460
        @list='$(schema_DATA)'; test -n "$(schemadir)" || list=; \
 
461
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
462
        test -n "$$files" || exit 0; \
 
463
        echo " ( cd '$(DESTDIR)$(schemadir)' && rm -f" $$files ")"; \
 
464
        cd "$(DESTDIR)$(schemadir)" && rm -f $$files
391
465
install-serviceDATA: $(service_DATA)
392
466
        @$(NORMAL_INSTALL)
393
467
        test -z "$(servicedir)" || $(MKDIR_P) "$(DESTDIR)$(servicedir)"
394
 
        @list='$(service_DATA)'; for p in $$list; do \
 
468
        @list='$(service_DATA)'; test -n "$(servicedir)" || list=; \
 
469
        for p in $$list; do \
395
470
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
396
 
          f=$(am__strip_dir) \
397
 
          echo " $(serviceDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(servicedir)/$$f'"; \
398
 
          $(serviceDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(servicedir)/$$f"; \
 
471
          echo "$$d$$p"; \
 
472
        done | $(am__base_list) | \
 
473
        while read files; do \
 
474
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(servicedir)'"; \
 
475
          $(INSTALL_DATA) $$files "$(DESTDIR)$(servicedir)" || exit $$?; \
399
476
        done
400
477
 
401
478
uninstall-serviceDATA:
402
479
        @$(NORMAL_UNINSTALL)
403
 
        @list='$(service_DATA)'; for p in $$list; do \
404
 
          f=$(am__strip_dir) \
405
 
          echo " rm -f '$(DESTDIR)$(servicedir)/$$f'"; \
406
 
          rm -f "$(DESTDIR)$(servicedir)/$$f"; \
407
 
        done
 
480
        @list='$(service_DATA)'; test -n "$(servicedir)" || list=; \
 
481
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
482
        test -n "$$files" || exit 0; \
 
483
        echo " ( cd '$(DESTDIR)$(servicedir)' && rm -f" $$files ")"; \
 
484
        cd "$(DESTDIR)$(servicedir)" && rm -f $$files
408
485
 
409
486
# This directory's subdirectories are mostly independent; you can cd
410
487
# into them and run `make' without going through this Makefile.
430
507
          else \
431
508
            local_target="$$target"; \
432
509
          fi; \
433
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
510
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
434
511
          || eval $$failcom; \
435
512
        done; \
436
513
        if test "$$dot_seen" = "no"; then \
464
541
          else \
465
542
            local_target="$$target"; \
466
543
          fi; \
467
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
544
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
468
545
          || eval $$failcom; \
469
546
        done && test -z "$$fail"
470
547
tags-recursive:
471
548
        list='$(SUBDIRS)'; for subdir in $$list; do \
472
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
549
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
473
550
        done
474
551
ctags-recursive:
475
552
        list='$(SUBDIRS)'; for subdir in $$list; do \
476
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
553
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
477
554
        done
478
555
 
479
556
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
488
565
 
489
566
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
490
567
                $(TAGS_FILES) $(LISP)
491
 
        tags=; \
 
568
        set x; \
492
569
        here=`pwd`; \
493
570
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
494
571
          include_option=--etags-include; \
500
577
        list='$(SUBDIRS)'; for subdir in $$list; do \
501
578
          if test "$$subdir" = .; then :; else \
502
579
            test ! -f $$subdir/TAGS || \
503
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
580
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
504
581
          fi; \
505
582
        done; \
506
583
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
509
586
          done | \
510
587
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
511
588
              END { if (nonempty) { for (i in files) print i; }; }'`; \
512
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
589
        shift; \
 
590
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
513
591
          test -n "$$unique" || unique=$$empty_fix; \
514
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
515
 
            $$tags $$unique; \
 
592
          if test $$# -gt 0; then \
 
593
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
594
              "$$@" $$unique; \
 
595
          else \
 
596
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
597
              $$unique; \
 
598
          fi; \
516
599
        fi
517
600
ctags: CTAGS
518
601
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
519
602
                $(TAGS_FILES) $(LISP)
520
 
        tags=; \
521
603
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
522
604
        unique=`for i in $$list; do \
523
605
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
524
606
          done | \
525
607
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
526
608
              END { if (nonempty) { for (i in files) print i; }; }'`; \
527
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
609
        test -z "$(CTAGS_ARGS)$$unique" \
528
610
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
529
 
             $$tags $$unique
 
611
             $$unique
530
612
 
531
613
GTAGS:
532
614
        here=`$(am__cd) $(top_builddir) && pwd` \
533
 
          && cd $(top_srcdir) \
534
 
          && gtags -i $(GTAGS_ARGS) $$here
 
615
          && $(am__cd) $(top_srcdir) \
 
616
          && gtags -i $(GTAGS_ARGS) "$$here"
535
617
 
536
618
distclean-tags:
537
619
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
552
634
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
553
635
          if test -d $$d/$$file; then \
554
636
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
637
            if test -d "$(distdir)/$$file"; then \
 
638
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
639
            fi; \
555
640
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
556
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
641
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
642
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
557
643
            fi; \
558
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
644
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
559
645
          else \
560
 
            test -f $(distdir)/$$file \
561
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
646
            test -f "$(distdir)/$$file" \
 
647
            || cp -p $$d/$$file "$(distdir)/$$file" \
562
648
            || exit 1; \
563
649
          fi; \
564
650
        done
565
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
651
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
566
652
          if test "$$subdir" = .; then :; else \
567
653
            test -d "$(distdir)/$$subdir" \
568
654
            || $(MKDIR_P) "$(distdir)/$$subdir" \
569
655
            || exit 1; \
570
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
571
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
572
 
            (cd $$subdir && \
 
656
          fi; \
 
657
        done
 
658
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
659
          if test "$$subdir" = .; then :; else \
 
660
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
661
            $(am__relativize); \
 
662
            new_distdir=$$reldir; \
 
663
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
664
            $(am__relativize); \
 
665
            new_top_distdir=$$reldir; \
 
666
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
667
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
668
            ($(am__cd) $$subdir && \
573
669
              $(MAKE) $(AM_MAKEFLAGS) \
574
 
                top_distdir="$$top_distdir" \
575
 
                distdir="$$distdir/$$subdir" \
 
670
                top_distdir="$$new_top_distdir" \
 
671
                distdir="$$new_distdir" \
576
672
                am__remove_distdir=: \
577
673
                am__skip_length_check=: \
 
674
                am__skip_mode_fix=: \
578
675
                distdir) \
579
676
              || exit 1; \
580
677
          fi; \
607
704
 
608
705
distclean-generic:
609
706
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
707
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
610
708
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
611
709
 
612
710
maintainer-clean-generic:
628
726
 
629
727
html: html-recursive
630
728
 
 
729
html-am:
 
730
 
631
731
info: info-recursive
632
732
 
633
733
info-am:
638
738
 
639
739
install-dvi: install-dvi-recursive
640
740
 
 
741
install-dvi-am:
 
742
 
641
743
install-exec-am:
642
744
 
643
745
install-html: install-html-recursive
644
746
 
 
747
install-html-am:
 
748
 
645
749
install-info: install-info-recursive
646
750
 
 
751
install-info-am:
 
752
 
647
753
install-man:
648
754
 
649
755
install-pdf: install-pdf-recursive
650
756
 
 
757
install-pdf-am:
 
758
 
651
759
install-ps: install-ps-recursive
652
760
 
 
761
install-ps-am:
 
762
 
653
763
installcheck-am:
654
764
 
655
765
maintainer-clean: maintainer-clean-recursive
672
782
        uninstall-gtkrcDATA uninstall-local uninstall-pkgdataDATA \
673
783
        uninstall-schemaDATA uninstall-serviceDATA
674
784
 
675
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
676
 
        install-strip
 
785
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
786
        install-am install-strip tags-recursive
677
787
 
678
788
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
679
789
        all all-am check check-am clean clean-generic clean-libtool \
714
824
 
715
825
clean-local :
716
826
        rm -f *~
 
827
 
717
828
# Tell versions [3.59,3.63) of GNU make to not export all variables.
718
829
# Otherwise a system limit (for SysV at least) may be exceeded.
719
830
.NOEXPORT: