~ubuntu-branches/debian/sid/xfce4-indicator-plugin/sid

« back to all changes in this revision

Viewing changes to panel-plugin/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc, Lionel Le Folgoc, Yves-Alexis Perez
  • Date: 2011-04-19 23:02:15 UTC
  • mfrom: (3.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110419230215-jl7zlyzpe1i857w6
Tags: 0.2.0-2
[ Lionel Le Folgoc ]
* Upload to unstable.
* debian/control:
  - add myself to Uploaders.
  - remove Simon and Emanuele from uploaders, thanks to them.
  - bump xfce4-panel-dev b-dep to (>= 4.8.0).

[ Yves-Alexis Perez ]
* debian/control:
  - update standards version to 3.9.2.

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.1 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
44
46
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
45
47
CONFIG_HEADER = $(top_builddir)/config.h
46
48
CONFIG_CLEAN_FILES =
 
49
CONFIG_CLEAN_VPATH_FILES =
47
50
am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(desktopdir)"
48
 
pluginPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
49
51
PROGRAMS = $(plugin_PROGRAMS)
50
52
am_xfce4_indicator_plugin_OBJECTS =  \
51
53
        xfce4_indicator_plugin-indicator.$(OBJEXT)
61
63
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
62
64
depcomp = $(SHELL) $(top_srcdir)/depcomp
63
65
am__depfiles_maybe = depfiles
 
66
am__mv = mv -f
64
67
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
65
68
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
66
69
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
77
80
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
78
81
    *) f=$$p;; \
79
82
  esac;
80
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
81
 
desktopDATA_INSTALL = $(INSTALL_DATA)
 
83
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
84
am__install_max = 40
 
85
am__nobase_strip_setup = \
 
86
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
87
am__nobase_strip = \
 
88
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
89
am__nobase_list = $(am__nobase_strip_setup); \
 
90
  for p in $$list; do echo "$$p $$p"; done | \
 
91
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
92
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
93
    if (++n[$$2] == $(am__install_max)) \
 
94
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
95
    END { for (dir in files) print dir, files[dir] }'
 
96
am__base_list = \
 
97
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
98
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
82
99
DATA = $(desktop_DATA)
83
100
ETAGS = etags
84
101
CTAGS = ctags
118
135
GTK_LIBS = @GTK_LIBS@
119
136
GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
120
137
GTK_VERSION = @GTK_VERSION@
 
138
INDICATORDIR = @INDICATORDIR@
 
139
INDICATORICONSDIR = @INDICATORICONSDIR@
121
140
INDICATOR_CFLAGS = @INDICATOR_CFLAGS@
122
141
INDICATOR_LIBS = @INDICATOR_LIBS@
123
142
INDICATOR_REQUIRED_VERSION = @INDICATOR_REQUIRED_VERSION@
174
193
PACKAGE_NAME = @PACKAGE_NAME@
175
194
PACKAGE_STRING = @PACKAGE_STRING@
176
195
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
196
PACKAGE_URL = @PACKAGE_URL@
177
197
PACKAGE_VERSION = @PACKAGE_VERSION@
178
198
PATH_SEPARATOR = @PATH_SEPARATOR@
179
199
PKG_CONFIG = @PKG_CONFIG@
251
271
target_cpu = @target_cpu@
252
272
target_os = @target_os@
253
273
target_vendor = @target_vendor@
 
274
top_build_prefix = @top_build_prefix@
254
275
top_builddir = @top_builddir@
255
276
top_srcdir = @top_srcdir@
256
277
INCLUDES = \
273
294
        $(INDICATOR_CFLAGS)                                             \
274
295
        $(PLATFORM_CFLAGS)                                      \
275
296
        -DDATADIR=\""$(datadir)"\"                              \
276
 
        -DINDICATOR_DIR=\""$(libdir)/indicators/3"\"
 
297
        -DINDICATOR_ICONS_DIR=\""$(INDICATORICONSDIR)"\" \
 
298
        -DINDICATOR_DIR=\""$(INDICATORDIR)"\"
277
299
 
278
300
xfce4_indicator_plugin_LDADD = \
279
301
        $(LIBXFCE4UTIL_LIBS)                                            \
317
339
              exit 1;; \
318
340
          esac; \
319
341
        done; \
320
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  panel-plugin/Makefile'; \
321
 
        cd $(top_srcdir) && \
322
 
          $(AUTOMAKE) --gnu  panel-plugin/Makefile
 
342
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu panel-plugin/Makefile'; \
 
343
        $(am__cd) $(top_srcdir) && \
 
344
          $(AUTOMAKE) --gnu panel-plugin/Makefile
323
345
.PRECIOUS: Makefile
324
346
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
325
347
        @case '$?' in \
337
359
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338
360
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
339
361
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
362
$(am__aclocal_m4_deps):
340
363
install-pluginPROGRAMS: $(plugin_PROGRAMS)
341
364
        @$(NORMAL_INSTALL)
342
365
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
343
 
        @list='$(plugin_PROGRAMS)'; for p in $$list; do \
344
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
345
 
          if test -f $$p \
346
 
             || test -f $$p1 \
347
 
          ; then \
348
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
349
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
350
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(pluginPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(plugindir)/$$f" || exit 1; \
351
 
          else :; fi; \
352
 
        done
 
366
        @list='$(plugin_PROGRAMS)'; test -n "$(plugindir)" || list=; \
 
367
        for p in $$list; do echo "$$p $$p"; done | \
 
368
        sed 's/$(EXEEXT)$$//' | \
 
369
        while read p p1; do if test -f $$p || test -f $$p1; \
 
370
          then echo "$$p"; echo "$$p"; else :; fi; \
 
371
        done | \
 
372
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
373
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
374
        sed 'N;N;N;s,\n, ,g' | \
 
375
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
376
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
377
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
378
            else { print "f", $$3 "/" $$4, $$1; } } \
 
379
          END { for (d in files) print "f", d, files[d] }' | \
 
380
        while read type dir files; do \
 
381
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
382
            test -z "$$files" || { \
 
383
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(plugindir)$$dir'"; \
 
384
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(plugindir)$$dir" || exit $$?; \
 
385
            } \
 
386
        ; done
353
387
 
354
388
uninstall-pluginPROGRAMS:
355
389
        @$(NORMAL_UNINSTALL)
356
 
        @list='$(plugin_PROGRAMS)'; for p in $$list; do \
357
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
358
 
          echo " rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
359
 
          rm -f "$(DESTDIR)$(plugindir)/$$f"; \
360
 
        done
 
390
        @list='$(plugin_PROGRAMS)'; test -n "$(plugindir)" || list=; \
 
391
        files=`for p in $$list; do echo "$$p"; done | \
 
392
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
393
              -e 's/$$/$(EXEEXT)/' `; \
 
394
        test -n "$$list" || exit 0; \
 
395
        echo " ( cd '$(DESTDIR)$(plugindir)' && rm -f" $$files ")"; \
 
396
        cd "$(DESTDIR)$(plugindir)" && rm -f $$files
361
397
 
362
398
clean-pluginPROGRAMS:
363
 
        @list='$(plugin_PROGRAMS)'; for p in $$list; do \
364
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
365
 
          echo " rm -f $$p $$f"; \
366
 
          rm -f $$p $$f ; \
367
 
        done
 
399
        @list='$(plugin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
400
        echo " rm -f" $$list; \
 
401
        rm -f $$list || exit $$?; \
 
402
        test -n "$(EXEEXT)" || exit 0; \
 
403
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
404
        echo " rm -f" $$list; \
 
405
        rm -f $$list
368
406
xfce4-indicator-plugin$(EXEEXT): $(xfce4_indicator_plugin_OBJECTS) $(xfce4_indicator_plugin_DEPENDENCIES) 
369
407
        @rm -f xfce4-indicator-plugin$(EXEEXT)
370
408
        $(xfce4_indicator_plugin_LINK) $(xfce4_indicator_plugin_OBJECTS) $(xfce4_indicator_plugin_LDADD) $(LIBS)
379
417
 
380
418
.c.o:
381
419
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
382
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
420
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
383
421
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
384
422
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
385
423
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
386
424
 
387
425
.c.obj:
388
426
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
389
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
427
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
390
428
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
391
429
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
392
430
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
393
431
 
394
432
.c.lo:
395
433
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
396
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
434
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
397
435
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
398
436
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
399
437
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
400
438
 
401
439
xfce4_indicator_plugin-indicator.o: indicator.c
402
440
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_indicator_plugin_CFLAGS) $(CFLAGS) -MT xfce4_indicator_plugin-indicator.o -MD -MP -MF $(DEPDIR)/xfce4_indicator_plugin-indicator.Tpo -c -o xfce4_indicator_plugin-indicator.o `test -f 'indicator.c' || echo '$(srcdir)/'`indicator.c
403
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/xfce4_indicator_plugin-indicator.Tpo $(DEPDIR)/xfce4_indicator_plugin-indicator.Po
 
441
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/xfce4_indicator_plugin-indicator.Tpo $(DEPDIR)/xfce4_indicator_plugin-indicator.Po
404
442
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='indicator.c' object='xfce4_indicator_plugin-indicator.o' libtool=no @AMDEPBACKSLASH@
405
443
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
406
444
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_indicator_plugin_CFLAGS) $(CFLAGS) -c -o xfce4_indicator_plugin-indicator.o `test -f 'indicator.c' || echo '$(srcdir)/'`indicator.c
407
445
 
408
446
xfce4_indicator_plugin-indicator.obj: indicator.c
409
447
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_indicator_plugin_CFLAGS) $(CFLAGS) -MT xfce4_indicator_plugin-indicator.obj -MD -MP -MF $(DEPDIR)/xfce4_indicator_plugin-indicator.Tpo -c -o xfce4_indicator_plugin-indicator.obj `if test -f 'indicator.c'; then $(CYGPATH_W) 'indicator.c'; else $(CYGPATH_W) '$(srcdir)/indicator.c'; fi`
410
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/xfce4_indicator_plugin-indicator.Tpo $(DEPDIR)/xfce4_indicator_plugin-indicator.Po
 
448
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/xfce4_indicator_plugin-indicator.Tpo $(DEPDIR)/xfce4_indicator_plugin-indicator.Po
411
449
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='indicator.c' object='xfce4_indicator_plugin-indicator.obj' libtool=no @AMDEPBACKSLASH@
412
450
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
413
451
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfce4_indicator_plugin_CFLAGS) $(CFLAGS) -c -o xfce4_indicator_plugin-indicator.obj `if test -f 'indicator.c'; then $(CYGPATH_W) 'indicator.c'; else $(CYGPATH_W) '$(srcdir)/indicator.c'; fi`
420
458
install-desktopDATA: $(desktop_DATA)
421
459
        @$(NORMAL_INSTALL)
422
460
        test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)"
423
 
        @list='$(desktop_DATA)'; for p in $$list; do \
 
461
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
 
462
        for p in $$list; do \
424
463
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
425
 
          f=$(am__strip_dir) \
426
 
          echo " $(desktopDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(desktopdir)/$$f'"; \
427
 
          $(desktopDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(desktopdir)/$$f"; \
 
464
          echo "$$d$$p"; \
 
465
        done | $(am__base_list) | \
 
466
        while read files; do \
 
467
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \
 
468
          $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \
428
469
        done
429
470
 
430
471
uninstall-desktopDATA:
431
472
        @$(NORMAL_UNINSTALL)
432
 
        @list='$(desktop_DATA)'; for p in $$list; do \
433
 
          f=$(am__strip_dir) \
434
 
          echo " rm -f '$(DESTDIR)$(desktopdir)/$$f'"; \
435
 
          rm -f "$(DESTDIR)$(desktopdir)/$$f"; \
436
 
        done
 
473
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
 
474
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
475
        test -n "$$files" || exit 0; \
 
476
        echo " ( cd '$(DESTDIR)$(desktopdir)' && rm -f" $$files ")"; \
 
477
        cd "$(DESTDIR)$(desktopdir)" && rm -f $$files
437
478
 
438
479
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
439
480
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
447
488
 
448
489
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
449
490
                $(TAGS_FILES) $(LISP)
450
 
        tags=; \
 
491
        set x; \
451
492
        here=`pwd`; \
452
493
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
453
494
        unique=`for i in $$list; do \
455
496
          done | \
456
497
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
457
498
              END { if (nonempty) { for (i in files) print i; }; }'`; \
458
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
499
        shift; \
 
500
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
459
501
          test -n "$$unique" || unique=$$empty_fix; \
460
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
461
 
            $$tags $$unique; \
 
502
          if test $$# -gt 0; then \
 
503
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
504
              "$$@" $$unique; \
 
505
          else \
 
506
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
507
              $$unique; \
 
508
          fi; \
462
509
        fi
463
510
ctags: CTAGS
464
511
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
465
512
                $(TAGS_FILES) $(LISP)
466
 
        tags=; \
467
513
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
468
514
        unique=`for i in $$list; do \
469
515
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
470
516
          done | \
471
517
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
472
518
              END { if (nonempty) { for (i in files) print i; }; }'`; \
473
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
519
        test -z "$(CTAGS_ARGS)$$unique" \
474
520
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
475
 
             $$tags $$unique
 
521
             $$unique
476
522
 
477
523
GTAGS:
478
524
        here=`$(am__cd) $(top_builddir) && pwd` \
479
 
          && cd $(top_srcdir) \
480
 
          && gtags -i $(GTAGS_ARGS) $$here
 
525
          && $(am__cd) $(top_srcdir) \
 
526
          && gtags -i $(GTAGS_ARGS) "$$here"
481
527
 
482
528
distclean-tags:
483
529
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
498
544
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
499
545
          if test -d $$d/$$file; then \
500
546
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
547
            if test -d "$(distdir)/$$file"; then \
 
548
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
549
            fi; \
501
550
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
502
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
551
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
552
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
503
553
            fi; \
504
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
554
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
505
555
          else \
506
 
            test -f $(distdir)/$$file \
507
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
556
            test -f "$(distdir)/$$file" \
 
557
            || cp -p $$d/$$file "$(distdir)/$$file" \
508
558
            || exit 1; \
509
559
          fi; \
510
560
        done
536
586
 
537
587
distclean-generic:
538
588
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
589
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
539
590
 
540
591
maintainer-clean-generic:
541
592
        @echo "This command is intended for maintainers to use"
557
608
 
558
609
html: html-am
559
610
 
 
611
html-am:
 
612
 
560
613
info: info-am
561
614
 
562
615
info-am:
565
618
 
566
619
install-dvi: install-dvi-am
567
620
 
 
621
install-dvi-am:
 
622
 
568
623
install-exec-am:
569
624
 
570
625
install-html: install-html-am
571
626
 
 
627
install-html-am:
 
628
 
572
629
install-info: install-info-am
573
630
 
 
631
install-info-am:
 
632
 
574
633
install-man:
575
634
 
576
635
install-pdf: install-pdf-am
577
636
 
 
637
install-pdf-am:
 
638
 
578
639
install-ps: install-ps-am
579
640
 
 
641
install-ps-am:
 
642
 
580
643
installcheck-am:
581
644
 
582
645
maintainer-clean: maintainer-clean-am
623
686
@INTLTOOL_DESKTOP_RULE@
624
687
 
625
688
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
 
689
 
626
690
# Tell versions [3.59,3.63) of GNU make to not export all variables.
627
691
# Otherwise a system limit (for SysV at least) may be exceeded.
628
692
.NOEXPORT: