~ubuntu-branches/ubuntu/utopic/xfce4-settings/utopic

« back to all changes in this revision

Viewing changes to xfsettingsd/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2014-01-21 07:13:03 UTC
  • mfrom: (1.3.7 experimental)
  • Revision ID: package-import@ubuntu.com-20140121071303-rk7u0h0c4x6xeusc
Tags: 4.11.1-1ubuntu1
* Merge from Debian experimental, remaining changes:
  - debian/patches/xubuntu_vanilla-session-themes.patch: Fix missing gtk and
    icon themes with the vanilla Xfce session.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.4 from Makefile.am.
 
1
# Makefile.in generated by automake 1.14 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
18
18
 
19
19
 
20
20
VPATH = @srcdir@
21
 
am__make_dryrun = \
22
 
  { \
23
 
    am__dry=no; \
 
21
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
22
am__make_running_with_option = \
 
23
  case $${target_option-} in \
 
24
      ?) ;; \
 
25
      *) echo "am__make_running_with_option: internal error: invalid" \
 
26
              "target option '$${target_option-}' specified" >&2; \
 
27
         exit 1;; \
 
28
  esac; \
 
29
  has_opt=no; \
 
30
  sane_makeflags=$$MAKEFLAGS; \
 
31
  if $(am__is_gnu_make); then \
 
32
    sane_makeflags=$$MFLAGS; \
 
33
  else \
24
34
    case $$MAKEFLAGS in \
25
35
      *\\[\ \   ]*) \
26
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
27
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
28
 
      *) \
29
 
        for am__flg in $$MAKEFLAGS; do \
30
 
          case $$am__flg in \
31
 
            *=*|--*) ;; \
32
 
            *n*) am__dry=yes; break;; \
33
 
          esac; \
34
 
        done;; \
35
 
    esac; \
36
 
    test $$am__dry = yes; \
37
 
  }
 
36
        bs=\\; \
 
37
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
38
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
39
    esac; \
 
40
  fi; \
 
41
  skip_next=no; \
 
42
  strip_trailopt () \
 
43
  { \
 
44
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
45
  }; \
 
46
  for flg in $$sane_makeflags; do \
 
47
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
48
    case $$flg in \
 
49
      *=*|--*) continue;; \
 
50
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
51
      -*I?*) strip_trailopt 'I';; \
 
52
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
53
      -*O?*) strip_trailopt 'O';; \
 
54
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
55
      -*l?*) strip_trailopt 'l';; \
 
56
      -[dEDm]) skip_next=yes;; \
 
57
      -[JT]) skip_next=yes;; \
 
58
    esac; \
 
59
    case $$flg in \
 
60
      *$$target_option*) has_opt=yes; break;; \
 
61
    esac; \
 
62
  done; \
 
63
  test $$has_opt = yes
 
64
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
65
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
38
66
pkgdatadir = $(datadir)/@PACKAGE@
39
67
pkgincludedir = $(includedir)/@PACKAGE@
40
68
pkglibdir = $(libdir)/@PACKAGE@
68
96
@HAVE_XRANDR_TRUE@am__append_3 = \
69
97
@HAVE_XRANDR_TRUE@      $(XRANDR_LIBS)
70
98
 
 
99
@HAVE_UPOWERGLIB_TRUE@@HAVE_XRANDR_TRUE@am__append_4 = \
 
100
@HAVE_UPOWERGLIB_TRUE@@HAVE_XRANDR_TRUE@        displays-upower.c \
 
101
@HAVE_UPOWERGLIB_TRUE@@HAVE_XRANDR_TRUE@        displays-upower.h
 
102
 
 
103
@HAVE_UPOWERGLIB_TRUE@@HAVE_XRANDR_TRUE@am__append_5 = \
 
104
@HAVE_UPOWERGLIB_TRUE@@HAVE_XRANDR_TRUE@        $(UPOWERGLIB_CFLAGS)
 
105
 
 
106
@HAVE_UPOWERGLIB_TRUE@@HAVE_XRANDR_TRUE@am__append_6 = \
 
107
@HAVE_UPOWERGLIB_TRUE@@HAVE_XRANDR_TRUE@        $(UPOWERGLIB_LIBS)
 
108
 
71
109
subdir = xfsettingsd
72
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
73
 
        $(top_srcdir)/depcomp $(top_srcdir)/mkinstalldirs
 
110
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
111
        $(top_srcdir)/depcomp
74
112
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
75
113
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
76
114
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
77
115
        $(ACLOCAL_M4)
78
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
116
mkinstalldirs = $(install_sh) -d
79
117
CONFIG_HEADER = $(top_builddir)/config.h
80
118
CONFIG_CLEAN_FILES =
81
119
CONFIG_CLEAN_VPATH_FILES =
87
125
        keyboards.c keyboards.h keyboard-shortcuts.c \
88
126
        keyboard-shortcuts.h keyboard-layout.c keyboard-layout.h \
89
127
        pointers.c pointers.h pointers-defines.h workspaces.c \
90
 
        workspaces.h xsettings.c xsettings.h displays.c displays.h
 
128
        workspaces.h xsettings.c xsettings.h displays.c displays.h \
 
129
        displays-upower.c displays-upower.h
91
130
@HAVE_XRANDR_TRUE@am__objects_1 = xfsettingsd-displays.$(OBJEXT)
 
131
@HAVE_UPOWERGLIB_TRUE@@HAVE_XRANDR_TRUE@am__objects_2 = xfsettingsd-displays-upower.$(OBJEXT)
92
132
am_xfsettingsd_OBJECTS = xfsettingsd-main.$(OBJEXT) \
93
133
        xfsettingsd-accessibility.$(OBJEXT) \
94
134
        xfsettingsd-debug.$(OBJEXT) \
98
138
        xfsettingsd-keyboard-layout.$(OBJEXT) \
99
139
        xfsettingsd-pointers.$(OBJEXT) \
100
140
        xfsettingsd-workspaces.$(OBJEXT) \
101
 
        xfsettingsd-xsettings.$(OBJEXT) $(am__objects_1)
 
141
        xfsettingsd-xsettings.$(OBJEXT) $(am__objects_1) \
 
142
        $(am__objects_2)
102
143
xfsettingsd_OBJECTS = $(am_xfsettingsd_OBJECTS)
103
144
am__DEPENDENCIES_1 =
104
145
@HAVE_XRANDR_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
 
146
@HAVE_UPOWERGLIB_TRUE@@HAVE_XRANDR_TRUE@am__DEPENDENCIES_3 =  \
 
147
@HAVE_UPOWERGLIB_TRUE@@HAVE_XRANDR_TRUE@        $(am__DEPENDENCIES_1)
105
148
xfsettingsd_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
106
149
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
107
150
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
108
151
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
109
152
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
110
153
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
111
 
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2)
 
154
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) \
 
155
        $(am__DEPENDENCIES_3)
112
156
AM_V_lt = $(am__v_lt_@AM_V@)
113
157
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
114
158
am__v_lt_0 = --silent
185
229
         $(am__cd) "$$dir" && rm -f $$files; }; \
186
230
  }
187
231
DATA = $(autostart_DATA) $(settings_DATA)
 
232
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
233
# Read a list of newline-separated strings from the standard input,
 
234
# and print each of them once, without duplicates.  Input order is
 
235
# *not* preserved.
 
236
am__uniquify_input = $(AWK) '\
 
237
  BEGIN { nonempty = 0; } \
 
238
  { items[$$0] = 1; nonempty = 1; } \
 
239
  END { if (nonempty) { for (i in items) print i; }; } \
 
240
'
 
241
# Make sure the list of sources is unique.  This is necessary because,
 
242
# e.g., the same source file might be shared among _SOURCES variables
 
243
# for different programs/libraries.
 
244
am__define_uniq_tagged_files = \
 
245
  list='$(am__tagged_files)'; \
 
246
  unique=`for i in $$list; do \
 
247
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
248
  done | $(am__uniquify_input)`
188
249
ETAGS = etags
189
250
CTAGS = ctags
190
251
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
354
415
SET_MAKE = @SET_MAKE@
355
416
SHELL = @SHELL@
356
417
STRIP = @STRIP@
 
418
UPOWERGLIB_CFLAGS = @UPOWERGLIB_CFLAGS@
 
419
UPOWERGLIB_LIBS = @UPOWERGLIB_LIBS@
 
420
UPOWERGLIB_REQUIRED_VERSION = @UPOWERGLIB_REQUIRED_VERSION@
 
421
UPOWERGLIB_VERSION = @UPOWERGLIB_VERSION@
357
422
USE_NLS = @USE_NLS@
358
423
VERSION = @VERSION@
359
424
XCURSOR_CFLAGS = @XCURSOR_CFLAGS@
433
498
top_build_prefix = @top_build_prefix@
434
499
top_builddir = @top_builddir@
435
500
top_srcdir = @top_srcdir@
436
 
INCLUDES = \
 
501
AM_CPPFLAGS = \
437
502
        -I${top_srcdir} \
438
503
        -DDATADIR=\"$(datadir)\" \
439
504
        -DBINDIR=\"$(bindir)\" \
448
513
        keyboards.h keyboard-shortcuts.c keyboard-shortcuts.h \
449
514
        keyboard-layout.c keyboard-layout.h pointers.c pointers.h \
450
515
        pointers-defines.h workspaces.c workspaces.h xsettings.c \
451
 
        xsettings.h $(am__append_1)
 
516
        xsettings.h $(am__append_1) $(am__append_4)
452
517
xfsettingsd_CFLAGS = -I$(top_builddir) -I$(top_srcdir) $(GTK_CFLAGS) \
453
518
        $(GLIB_CFLAGS) $(GTHREAD_CFLAGS) $(GIO_CFLAGS) \
454
519
        $(DBUS_GLIB_CFLAGS) $(XFCONF_CFLAGS) $(LIBXFCE4UTIL_CFLAGS) \
455
520
        $(LIBXFCE4UI_CFLAGS) $(LIBXFCE4KBD_PRIVATE_CFLAGS) \
456
521
        $(LIBXKLAVIER_CFLAGS) $(XI_CFLAGS) $(LIBX11_CFLAGS) \
457
522
        $(LIBNOTIFY_CFLAGS) $(FONTCONFIG_CFLAGS) $(PLATFORM_CFLAGS) \
458
 
        $(am__append_2)
 
523
        $(am__append_2) $(am__append_5)
459
524
xfsettingsd_LDFLAGS = \
460
525
        -no-undefined \
461
526
        $(PLATFORM_LDFLAGS)
465
530
        $(LIBXFCE4UTIL_LIBS) $(LIBXFCE4UI_LIBS) \
466
531
        $(LIBXFCE4KBD_PRIVATE_LIBS) $(LIBXKLAVIER_LIBS) $(XI_LIBS) \
467
532
        $(LIBX11_LIBS) $(LIBNOTIFY_LIBS) $(FONTCONFIG_LIBS) -lm \
468
 
        $(am__append_3)
 
533
        $(am__append_3) $(am__append_6)
469
534
settingsdir = $(sysconfdir)/xdg/xfce4/xfconf/xfce-perchannel-xml
470
535
settings_DATA = xsettings.xml
471
536
autostartdir = $(sysconfdir)/xdg/autostart
521
586
        fi; \
522
587
        for p in $$list; do echo "$$p $$p"; done | \
523
588
        sed 's/$(EXEEXT)$$//' | \
524
 
        while read p p1; do if test -f $$p || test -f $$p1; \
525
 
          then echo "$$p"; echo "$$p"; else :; fi; \
 
589
        while read p p1; do if test -f $$p \
 
590
         || test -f $$p1 \
 
591
          ; then echo "$$p"; echo "$$p"; else :; fi; \
526
592
        done | \
527
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
593
        sed -e 'p;s,.*/,,;n;h' \
 
594
            -e 's|.*|.|' \
528
595
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
529
596
        sed 'N;N;N;s,\n, ,g' | \
530
597
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
545
612
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
546
613
        files=`for p in $$list; do echo "$$p"; done | \
547
614
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
548
 
              -e 's/$$/$(EXEEXT)/' `; \
 
615
              -e 's/$$/$(EXEEXT)/' \
 
616
        `; \
549
617
        test -n "$$list" || exit 0; \
550
618
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
551
619
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
558
626
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
559
627
        echo " rm -f" $$list; \
560
628
        rm -f $$list
 
629
 
561
630
xfsettingsd$(EXEEXT): $(xfsettingsd_OBJECTS) $(xfsettingsd_DEPENDENCIES) $(EXTRA_xfsettingsd_DEPENDENCIES) 
562
631
        @rm -f xfsettingsd$(EXEEXT)
563
632
        $(AM_V_CCLD)$(xfsettingsd_LINK) $(xfsettingsd_OBJECTS) $(xfsettingsd_LDADD) $(LIBS)
571
640
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfsettingsd-accessibility.Po@am__quote@
572
641
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfsettingsd-clipboard-manager.Po@am__quote@
573
642
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfsettingsd-debug.Po@am__quote@
 
643
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfsettingsd-displays-upower.Po@am__quote@
574
644
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfsettingsd-displays.Po@am__quote@
575
645
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfsettingsd-keyboard-layout.Po@am__quote@
576
646
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfsettingsd-keyboard-shortcuts.Po@am__quote@
585
655
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
586
656
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
587
657
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
588
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
 
658
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
589
659
 
590
660
.c.obj:
591
661
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
592
662
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
593
663
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
594
664
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
595
 
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
665
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
596
666
 
597
667
.c.lo:
598
668
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
755
825
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
756
826
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfsettingsd_CFLAGS) $(CFLAGS) -c -o xfsettingsd-displays.obj `if test -f 'displays.c'; then $(CYGPATH_W) 'displays.c'; else $(CYGPATH_W) '$(srcdir)/displays.c'; fi`
757
827
 
 
828
xfsettingsd-displays-upower.o: displays-upower.c
 
829
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfsettingsd_CFLAGS) $(CFLAGS) -MT xfsettingsd-displays-upower.o -MD -MP -MF $(DEPDIR)/xfsettingsd-displays-upower.Tpo -c -o xfsettingsd-displays-upower.o `test -f 'displays-upower.c' || echo '$(srcdir)/'`displays-upower.c
 
830
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/xfsettingsd-displays-upower.Tpo $(DEPDIR)/xfsettingsd-displays-upower.Po
 
831
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='displays-upower.c' object='xfsettingsd-displays-upower.o' libtool=no @AMDEPBACKSLASH@
 
832
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
833
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfsettingsd_CFLAGS) $(CFLAGS) -c -o xfsettingsd-displays-upower.o `test -f 'displays-upower.c' || echo '$(srcdir)/'`displays-upower.c
 
834
 
 
835
xfsettingsd-displays-upower.obj: displays-upower.c
 
836
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfsettingsd_CFLAGS) $(CFLAGS) -MT xfsettingsd-displays-upower.obj -MD -MP -MF $(DEPDIR)/xfsettingsd-displays-upower.Tpo -c -o xfsettingsd-displays-upower.obj `if test -f 'displays-upower.c'; then $(CYGPATH_W) 'displays-upower.c'; else $(CYGPATH_W) '$(srcdir)/displays-upower.c'; fi`
 
837
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/xfsettingsd-displays-upower.Tpo $(DEPDIR)/xfsettingsd-displays-upower.Po
 
838
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='displays-upower.c' object='xfsettingsd-displays-upower.obj' libtool=no @AMDEPBACKSLASH@
 
839
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
840
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xfsettingsd_CFLAGS) $(CFLAGS) -c -o xfsettingsd-displays-upower.obj `if test -f 'displays-upower.c'; then $(CYGPATH_W) 'displays-upower.c'; else $(CYGPATH_W) '$(srcdir)/displays-upower.c'; fi`
 
841
 
758
842
mostlyclean-libtool:
759
843
        -rm -f *.lo
760
844
 
803
887
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
804
888
        dir='$(DESTDIR)$(settingsdir)'; $(am__uninstall_files_from_dir)
805
889
 
806
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
807
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
808
 
        unique=`for i in $$list; do \
809
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
810
 
          done | \
811
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
812
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
813
 
        mkid -fID $$unique
814
 
tags: TAGS
 
890
ID: $(am__tagged_files)
 
891
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
892
tags: tags-am
 
893
TAGS: tags
815
894
 
816
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
817
 
                $(TAGS_FILES) $(LISP)
 
895
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
818
896
        set x; \
819
897
        here=`pwd`; \
820
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
821
 
        unique=`for i in $$list; do \
822
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
823
 
          done | \
824
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
825
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
898
        $(am__define_uniq_tagged_files); \
826
899
        shift; \
827
900
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
828
901
          test -n "$$unique" || unique=$$empty_fix; \
834
907
              $$unique; \
835
908
          fi; \
836
909
        fi
837
 
ctags: CTAGS
838
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
839
 
                $(TAGS_FILES) $(LISP)
840
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
841
 
        unique=`for i in $$list; do \
842
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
843
 
          done | \
844
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
845
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
910
ctags: ctags-am
 
911
 
 
912
CTAGS: ctags
 
913
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
914
        $(am__define_uniq_tagged_files); \
846
915
        test -z "$(CTAGS_ARGS)$$unique" \
847
916
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
848
917
             $$unique
851
920
        here=`$(am__cd) $(top_builddir) && pwd` \
852
921
          && $(am__cd) $(top_srcdir) \
853
922
          && gtags -i $(GTAGS_ARGS) "$$here"
 
923
cscopelist: cscopelist-am
854
924
 
855
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
856
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
925
cscopelist-am: $(am__tagged_files)
 
926
        list='$(am__tagged_files)'; \
857
927
        case "$(srcdir)" in \
858
928
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
859
929
          *) sdir=$(subdir)/$(srcdir) ;; \
1010
1080
 
1011
1081
.MAKE: install-am install-strip
1012
1082
 
1013
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
1014
 
        clean-generic clean-libtool cscopelist ctags distclean \
1015
 
        distclean-compile distclean-generic distclean-libtool \
1016
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
1017
 
        install install-am install-autostartDATA install-binPROGRAMS \
1018
 
        install-data install-data-am install-dvi install-dvi-am \
1019
 
        install-exec install-exec-am install-html install-html-am \
1020
 
        install-info install-info-am install-man install-pdf \
1021
 
        install-pdf-am install-ps install-ps-am install-settingsDATA \
1022
 
        install-strip installcheck installcheck-am installdirs \
1023
 
        maintainer-clean maintainer-clean-generic mostlyclean \
1024
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1025
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
1026
 
        uninstall-autostartDATA uninstall-binPROGRAMS \
1027
 
        uninstall-settingsDATA
 
1083
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
 
1084
        clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
 
1085
        ctags ctags-am distclean distclean-compile distclean-generic \
 
1086
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
1087
        html-am info info-am install install-am install-autostartDATA \
 
1088
        install-binPROGRAMS install-data install-data-am install-dvi \
 
1089
        install-dvi-am install-exec install-exec-am install-html \
 
1090
        install-html-am install-info install-info-am install-man \
 
1091
        install-pdf install-pdf-am install-ps install-ps-am \
 
1092
        install-settingsDATA install-strip installcheck \
 
1093
        installcheck-am installdirs maintainer-clean \
 
1094
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
1095
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
1096
        tags tags-am uninstall uninstall-am uninstall-autostartDATA \
 
1097
        uninstall-binPROGRAMS uninstall-settingsDATA
1028
1098
 
1029
1099
@INTLTOOL_DESKTOP_RULE@
1030
1100