~ubuntu-branches/ubuntu/utopic/network-manager-applet/utopic-proposed

« back to all changes in this revision

Viewing changes to src/libnm-gtk/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2014-01-06 22:29:40 UTC
  • mfrom: (1.2.35) (0.5.25 sid)
  • Revision ID: package-import@ubuntu.com-20140106222940-kxvsf0nrqhukudst
Tags: 0.9.8.4-1ubuntu1
* Merge changes from Debian, remaining changes:
  - Don't keep a postinst script; we don't need to worry about migration
    from versions prior to 0.9.0.
  - Build-Depend on dh-translations, libappindicator3-dev, docbook-to-man.
  - Different Descriptions for libnm-gtk packages.
  - debian/rules: ship extra icons, use --enable-indicators, export
    translations for Launchpad and fail if any files are missing from
    .install files, or not being installed.
  - debian/rules: use -delete to remove .la/.a files.
  - No notice about netdev group in README.Debian.
  - 11-user-connections.patch: don't use this patch, keep secrets system-wide
    as meant by upstream.
  - 12-force-online.patch: don't use this patch, we deal with the online
    state a different way...
  - lp289466_always_show_tray_icon.patch: always show the tray icon, even
    if NM is not running.
  - lp328572-dxteam-connect-text.patch,
    lp330571_dxteam_wired_connect_text.patch,
    lp330608_dxteam_gsm_connect_text.patch: update notification text to be
    prettier.
  - lp341684_device_sensitive_disconnect_notify.patch: show correct
    notification messages for disconnect events, to be in line with the other
    *connect*text patches.
  - lp460144_correctly_update_notification.patch: cleaner notification
    messages, and allow for messages to be updated instead of cleared.
  - applet-wifi-menu-before-vpn.patch: show Create New and Connect to Hidden
    wifi menu items with the other Wifi items, rather than separated by
    the VPN menus.
  - clear-notification-actions.patch: clear notification actions before
    adding new ones, to not append extra "Don't show this again" buttons.
  - key-certificate-extensions.patch: allow for the extra certificate file
    extension ".key".
  - lp829673_gconf_hide_applet.patch: allow for a gsettings key that disables
    ever showing the applet on the notification area.
  - nm-applet-use-indicator.patch: patch to support showing nm-applet as an
    appindicator in Unity.
  - position_dialogs_to_center_of_the_screen.patch: position dialogs to the
    center of the screen.
  - make_menu_items_insensitive_based_on_permissions.patch,
    hide_policy_items_env_var.patch: provide a method to desensitize or hide
    menu items which are useless given the current policykit policy level of
    the user.
  - applet_adhoc_use_wpa_rsn_part1.patch: enable Ad-Hoc using WPA RSN.
  - lp1048516_dont_req_keyring_in_greeter.patch: don't try to load the
    keyring if the user has no permissions to edit their own connections.
  - lp1048520_delay_pin_dialog_in_greeter.patch: only ask for PIN entry when
    a connection is being established rather than when a modem is detected.
  - rebuild_menu_after_init.patch: force a rebuild of the menu to avoid it
    staying empty on login.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.4 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
18
17
 
19
18
 
20
19
VPATH = @srcdir@
21
 
am__make_dryrun = \
22
 
  { \
23
 
    am__dry=no; \
 
20
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
21
am__make_running_with_option = \
 
22
  case $${target_option-} in \
 
23
      ?) ;; \
 
24
      *) echo "am__make_running_with_option: internal error: invalid" \
 
25
              "target option '$${target_option-}' specified" >&2; \
 
26
         exit 1;; \
 
27
  esac; \
 
28
  has_opt=no; \
 
29
  sane_makeflags=$$MAKEFLAGS; \
 
30
  if $(am__is_gnu_make); then \
 
31
    sane_makeflags=$$MFLAGS; \
 
32
  else \
24
33
    case $$MAKEFLAGS in \
25
34
      *\\[\ \   ]*) \
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
 
  }
 
35
        bs=\\; \
 
36
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
37
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
38
    esac; \
 
39
  fi; \
 
40
  skip_next=no; \
 
41
  strip_trailopt () \
 
42
  { \
 
43
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
44
  }; \
 
45
  for flg in $$sane_makeflags; do \
 
46
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
47
    case $$flg in \
 
48
      *=*|--*) continue;; \
 
49
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
50
      -*I?*) strip_trailopt 'I';; \
 
51
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
52
      -*O?*) strip_trailopt 'O';; \
 
53
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
54
      -*l?*) strip_trailopt 'l';; \
 
55
      -[dEDm]) skip_next=yes;; \
 
56
      -[JT]) skip_next=yes;; \
 
57
    esac; \
 
58
    case $$flg in \
 
59
      *$$target_option*) has_opt=yes; break;; \
 
60
    esac; \
 
61
  done; \
 
62
  test $$has_opt = yes
 
63
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
64
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
38
65
pkgdatadir = $(datadir)/@PACKAGE@
39
66
pkgincludedir = $(includedir)/@PACKAGE@
40
67
pkglibdir = $(libdir)/@PACKAGE@
55
82
host_triplet = @host@
56
83
@HAVE_INTROSPECTION_TRUE@am__append_1 = NMGtk-1.0.gir
57
84
subdir = src/libnm-gtk
58
 
DIST_COMMON = $(libnmgtk_HEADERS) $(srcdir)/Makefile.am \
59
 
        $(srcdir)/Makefile.in $(srcdir)/libnm-gtk.pc.in
 
85
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
86
        $(srcdir)/libnm-gtk.pc.in $(top_srcdir)/depcomp \
 
87
        $(libnmgtk_HEADERS)
60
88
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61
89
am__aclocal_m4_deps = $(top_srcdir)/m4/compiler_warnings.m4 \
62
90
        $(top_srcdir)/m4/glib-makefile.m4 $(top_srcdir)/m4/intltool.m4 \
103
131
am__DEPENDENCIES_1 =
104
132
libnm_gtk_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
105
133
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
106
 
        $(am__DEPENDENCIES_1) \
107
134
        $(top_builddir)/src/marshallers/libmarshallers.la \
108
135
        $(top_builddir)/src/wireless-security/libwireless-security.la
109
136
am_libnm_gtk_la_OBJECTS = libnm_gtk_la-nm-wifi-dialog.lo \
114
141
AM_V_lt = $(am__v_lt_@AM_V@)
115
142
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
116
143
am__v_lt_0 = --silent
 
144
am__v_lt_1 = 
117
145
libnm_gtk_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
118
146
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libnm_gtk_la_CFLAGS) \
119
147
        $(CFLAGS) $(libnm_gtk_la_LDFLAGS) $(LDFLAGS) -o $@
 
148
AM_V_P = $(am__v_P_@AM_V@)
 
149
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
150
am__v_P_0 = false
 
151
am__v_P_1 = :
 
152
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
153
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
154
am__v_GEN_0 = @echo "  GEN     " $@;
 
155
am__v_GEN_1 = 
 
156
AM_V_at = $(am__v_at_@AM_V@)
 
157
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
158
am__v_at_0 = @
 
159
am__v_at_1 = 
120
160
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
121
161
depcomp = $(SHELL) $(top_srcdir)/depcomp
122
162
am__depfiles_maybe = depfiles
129
169
        $(AM_CFLAGS) $(CFLAGS)
130
170
AM_V_CC = $(am__v_CC_@AM_V@)
131
171
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
132
 
am__v_CC_0 = @echo "  CC    " $@;
133
 
AM_V_at = $(am__v_at_@AM_V@)
134
 
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
135
 
am__v_at_0 = @
 
172
am__v_CC_0 = @echo "  CC      " $@;
 
173
am__v_CC_1 = 
136
174
CCLD = $(CC)
137
175
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
138
176
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
139
177
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
140
178
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
141
179
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
142
 
am__v_CCLD_0 = @echo "  CCLD  " $@;
143
 
AM_V_GEN = $(am__v_GEN_@AM_V@)
144
 
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
145
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
180
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
181
am__v_CCLD_1 = 
146
182
SOURCES = $(libnm_gtk_la_SOURCES)
147
183
DIST_SOURCES = $(libnm_gtk_la_SOURCES)
148
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
149
 
        html-recursive info-recursive install-data-recursive \
150
 
        install-dvi-recursive install-exec-recursive \
151
 
        install-html-recursive install-info-recursive \
152
 
        install-pdf-recursive install-ps-recursive install-recursive \
153
 
        installcheck-recursive installdirs-recursive pdf-recursive \
154
 
        ps-recursive uninstall-recursive
 
184
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
185
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
186
        install-data-recursive install-dvi-recursive \
 
187
        install-exec-recursive install-html-recursive \
 
188
        install-info-recursive install-pdf-recursive \
 
189
        install-ps-recursive install-recursive installcheck-recursive \
 
190
        installdirs-recursive pdf-recursive ps-recursive \
 
191
        tags-recursive uninstall-recursive
155
192
am__can_run_installinfo = \
156
193
  case $$AM_UPDATE_INFO_DIR in \
157
194
    n|no|NO) false;; \
161
198
HEADERS = $(libnmgtk_HEADERS)
162
199
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
163
200
  distclean-recursive maintainer-clean-recursive
164
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
165
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
201
am__recursive_targets = \
 
202
  $(RECURSIVE_TARGETS) \
 
203
  $(RECURSIVE_CLEAN_TARGETS) \
 
204
  $(am__extra_recursive_targets)
 
205
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
166
206
        distdir
 
207
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
208
# Read a list of newline-separated strings from the standard input,
 
209
# and print each of them once, without duplicates.  Input order is
 
210
# *not* preserved.
 
211
am__uniquify_input = $(AWK) '\
 
212
  BEGIN { nonempty = 0; } \
 
213
  { items[$$0] = 1; nonempty = 1; } \
 
214
  END { if (nonempty) { for (i in items) print i; }; } \
 
215
'
 
216
# Make sure the list of sources is unique.  This is necessary because,
 
217
# e.g., the same source file might be shared among _SOURCES variables
 
218
# for different programs/libraries.
 
219
am__define_uniq_tagged_files = \
 
220
  list='$(am__tagged_files)'; \
 
221
  unique=`for i in $$list; do \
 
222
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
223
  done | $(am__uniquify_input)`
167
224
ETAGS = etags
168
225
CTAGS = ctags
169
226
DIST_SUBDIRS = $(SUBDIRS)
226
283
EGREP = @EGREP@
227
284
EXEEXT = @EXEEXT@
228
285
FGREP = @FGREP@
229
 
GCONF_CFLAGS = @GCONF_CFLAGS@
230
 
GCONF_LIBS = @GCONF_LIBS@
231
286
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
232
287
GLIB_CFLAGS = @GLIB_CFLAGS@
233
288
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
239
294
GMSGFMT = @GMSGFMT@
240
295
GNOME_BLUETOOTH_CFLAGS = @GNOME_BLUETOOTH_CFLAGS@
241
296
GNOME_BLUETOOTH_LIBS = @GNOME_BLUETOOTH_LIBS@
242
 
GNOME_KEYRING_CFLAGS = @GNOME_KEYRING_CFLAGS@
243
 
GNOME_KEYRING_LIBS = @GNOME_KEYRING_LIBS@
244
297
GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
245
298
GOBJECT_LIBS = @GOBJECT_LIBS@
246
299
GREP = @GREP@
280
333
LIBNOTIFY_07_LIBS = @LIBNOTIFY_07_LIBS@
281
334
LIBOBJS = @LIBOBJS@
282
335
LIBS = @LIBS@
 
336
LIBSECRET_CFLAGS = @LIBSECRET_CFLAGS@
 
337
LIBSECRET_LIBS = @LIBSECRET_LIBS@
283
338
LIBTOOL = @LIBTOOL@
284
339
LIPO = @LIPO@
285
340
LN_S = @LN_S@
287
342
MAINT = @MAINT@
288
343
MAKEINFO = @MAKEINFO@
289
344
MANIFEST_TOOL = @MANIFEST_TOOL@
 
345
MIGRATION_CFLAGS = @MIGRATION_CFLAGS@
 
346
MIGRATION_LIBS = @MIGRATION_LIBS@
290
347
MKDIR_P = @MKDIR_P@
291
348
MKINSTALLDIRS = @MKINSTALLDIRS@
292
349
MM_GLIB_CFLAGS = @MM_GLIB_CFLAGS@
405
462
        $(GTK_CFLAGS) \
406
463
        $(NMA_CFLAGS) \
407
464
        $(DBUS_CFLAGS) \
408
 
        $(GNOME_KEYRING_CFLAGS) \
409
465
        $(GUDEV_CFLAGS) \
410
466
        -DICONDIR=\""$(datadir)/icons"\" \
411
467
        -DUIDIR=\""$(uidir)"\" \
424
480
libnm_gtk_la_LIBADD = \
425
481
        $(GTK_LIBS) \
426
482
        $(NMA_LIBS) \
427
 
        $(GNOME_KEYRING_LIBS) \
428
483
        $(GUDEV_LIBS) \
429
484
        $(top_builddir)/src/marshallers/libmarshallers.la \
430
485
        $(top_builddir)/src/wireless-security/libwireless-security.la
488
543
$(am__aclocal_m4_deps):
489
544
libnm-gtk.pc: $(top_builddir)/config.status $(srcdir)/libnm-gtk.pc.in
490
545
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
546
 
491
547
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
492
548
        @$(NORMAL_INSTALL)
493
549
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
514
570
 
515
571
clean-libLTLIBRARIES:
516
572
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
517
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
518
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
519
 
          test "$$dir" != "$$p" || dir=.; \
520
 
          echo "rm -f \"$${dir}/so_locations\""; \
521
 
          rm -f "$${dir}/so_locations"; \
522
 
        done
 
573
        @list='$(lib_LTLIBRARIES)'; \
 
574
        locs=`for p in $$list; do echo $$p; done | \
 
575
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
576
              sort -u`; \
 
577
        test -z "$$locs" || { \
 
578
          echo rm -f $${locs}; \
 
579
          rm -f $${locs}; \
 
580
        }
 
581
 
523
582
libnm-gtk.la: $(libnm_gtk_la_OBJECTS) $(libnm_gtk_la_DEPENDENCIES) $(EXTRA_libnm_gtk_la_DEPENDENCIES) 
524
583
        $(AM_V_CCLD)$(libnm_gtk_la_LINK) -rpath $(libdir) $(libnm_gtk_la_OBJECTS) $(libnm_gtk_la_LIBADD) $(LIBS)
525
584
 
706
765
        dir='$(DESTDIR)$(libnmgtkdir)'; $(am__uninstall_files_from_dir)
707
766
 
708
767
# This directory's subdirectories are mostly independent; you can cd
709
 
# into them and run `make' without going through this Makefile.
710
 
# To change the values of `make' variables: instead of editing Makefiles,
711
 
# (1) if the variable is set in `config.status', edit `config.status'
712
 
#     (which will cause the Makefiles to be regenerated when you run `make');
713
 
# (2) otherwise, pass the desired values on the `make' command line.
714
 
$(RECURSIVE_TARGETS):
715
 
        @fail= failcom='exit 1'; \
716
 
        for f in x $$MAKEFLAGS; do \
717
 
          case $$f in \
718
 
            *=* | --[!k]*);; \
719
 
            *k*) failcom='fail=yes';; \
720
 
          esac; \
721
 
        done; \
 
768
# into them and run 'make' without going through this Makefile.
 
769
# To change the values of 'make' variables: instead of editing Makefiles,
 
770
# (1) if the variable is set in 'config.status', edit 'config.status'
 
771
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
772
# (2) otherwise, pass the desired values on the 'make' command line.
 
773
$(am__recursive_targets):
 
774
        @fail=; \
 
775
        if $(am__make_keepgoing); then \
 
776
          failcom='fail=yes'; \
 
777
        else \
 
778
          failcom='exit 1'; \
 
779
        fi; \
722
780
        dot_seen=no; \
723
781
        target=`echo $@ | sed s/-recursive//`; \
724
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
782
        case "$@" in \
 
783
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
784
          *) list='$(SUBDIRS)' ;; \
 
785
        esac; \
 
786
        for subdir in $$list; do \
725
787
          echo "Making $$target in $$subdir"; \
726
788
          if test "$$subdir" = "."; then \
727
789
            dot_seen=yes; \
736
798
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
737
799
        fi; test -z "$$fail"
738
800
 
739
 
$(RECURSIVE_CLEAN_TARGETS):
740
 
        @fail= failcom='exit 1'; \
741
 
        for f in x $$MAKEFLAGS; do \
742
 
          case $$f in \
743
 
            *=* | --[!k]*);; \
744
 
            *k*) failcom='fail=yes';; \
745
 
          esac; \
746
 
        done; \
747
 
        dot_seen=no; \
748
 
        case "$@" in \
749
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
750
 
          *) list='$(SUBDIRS)' ;; \
751
 
        esac; \
752
 
        rev=''; for subdir in $$list; do \
753
 
          if test "$$subdir" = "."; then :; else \
754
 
            rev="$$subdir $$rev"; \
755
 
          fi; \
756
 
        done; \
757
 
        rev="$$rev ."; \
758
 
        target=`echo $@ | sed s/-recursive//`; \
759
 
        for subdir in $$rev; do \
760
 
          echo "Making $$target in $$subdir"; \
761
 
          if test "$$subdir" = "."; then \
762
 
            local_target="$$target-am"; \
763
 
          else \
764
 
            local_target="$$target"; \
765
 
          fi; \
766
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
767
 
          || eval $$failcom; \
768
 
        done && test -z "$$fail"
769
 
tags-recursive:
770
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
771
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
772
 
        done
773
 
ctags-recursive:
774
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
775
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
776
 
        done
777
 
 
778
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
779
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
780
 
        unique=`for i in $$list; do \
781
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
782
 
          done | \
783
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
784
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
785
 
        mkid -fID $$unique
786
 
tags: TAGS
787
 
 
788
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
789
 
                $(TAGS_FILES) $(LISP)
 
801
ID: $(am__tagged_files)
 
802
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
803
tags: tags-recursive
 
804
TAGS: tags
 
805
 
 
806
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
790
807
        set x; \
791
808
        here=`pwd`; \
792
809
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
802
819
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
803
820
          fi; \
804
821
        done; \
805
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
806
 
        unique=`for i in $$list; do \
807
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
808
 
          done | \
809
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
810
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
822
        $(am__define_uniq_tagged_files); \
811
823
        shift; \
812
824
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
813
825
          test -n "$$unique" || unique=$$empty_fix; \
819
831
              $$unique; \
820
832
          fi; \
821
833
        fi
822
 
ctags: CTAGS
823
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
824
 
                $(TAGS_FILES) $(LISP)
825
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
826
 
        unique=`for i in $$list; do \
827
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
828
 
          done | \
829
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
830
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
834
ctags: ctags-recursive
 
835
 
 
836
CTAGS: ctags
 
837
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
838
        $(am__define_uniq_tagged_files); \
831
839
        test -z "$(CTAGS_ARGS)$$unique" \
832
840
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
833
841
             $$unique
836
844
        here=`$(am__cd) $(top_builddir) && pwd` \
837
845
          && $(am__cd) $(top_srcdir) \
838
846
          && gtags -i $(GTAGS_ARGS) "$$here"
 
847
cscopelist: cscopelist-recursive
 
848
 
 
849
cscopelist-am: $(am__tagged_files)
 
850
        list='$(am__tagged_files)'; \
 
851
        case "$(srcdir)" in \
 
852
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
853
          *) sdir=$(subdir)/$(srcdir) ;; \
 
854
        esac; \
 
855
        for i in $$list; do \
 
856
          if test -f "$$i"; then \
 
857
            echo "$(subdir)/$$i"; \
 
858
          else \
 
859
            echo "$$sdir/$$i"; \
 
860
          fi; \
 
861
        done >> $(top_builddir)/cscope.files
839
862
 
840
863
distclean-tags:
841
864
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1008
1031
        uninstall-libnmgtkHEADERS uninstall-pkgconfigDATA \
1009
1032
        uninstall-typelibDATA uninstall-uiDATA
1010
1033
 
1011
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
1012
 
        install-am install-strip tags-recursive
 
1034
.MAKE: $(am__recursive_targets) install-am install-strip
1013
1035
 
1014
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1015
 
        all all-am check check-am clean clean-generic \
1016
 
        clean-libLTLIBRARIES clean-libtool ctags ctags-recursive \
1017
 
        distclean distclean-compile distclean-generic \
1018
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
1019
 
        html-am info info-am install install-am install-data \
1020
 
        install-data-am install-dvi install-dvi-am install-exec \
1021
 
        install-exec-am install-girDATA install-html install-html-am \
1022
 
        install-info install-info-am install-libLTLIBRARIES \
1023
 
        install-libnmgtkHEADERS install-man install-pdf install-pdf-am \
1024
 
        install-pkgconfigDATA install-ps install-ps-am install-strip \
1025
 
        install-typelibDATA install-uiDATA installcheck \
1026
 
        installcheck-am installdirs installdirs-am maintainer-clean \
1027
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
1028
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1029
 
        tags tags-recursive uninstall uninstall-am uninstall-girDATA \
1030
 
        uninstall-libLTLIBRARIES uninstall-libnmgtkHEADERS \
1031
 
        uninstall-pkgconfigDATA uninstall-typelibDATA uninstall-uiDATA
 
1036
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
1037
        check-am clean clean-generic clean-libLTLIBRARIES \
 
1038
        clean-libtool cscopelist-am ctags ctags-am distclean \
 
1039
        distclean-compile distclean-generic distclean-libtool \
 
1040
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
1041
        install install-am install-data install-data-am install-dvi \
 
1042
        install-dvi-am install-exec install-exec-am install-girDATA \
 
1043
        install-html install-html-am install-info install-info-am \
 
1044
        install-libLTLIBRARIES install-libnmgtkHEADERS install-man \
 
1045
        install-pdf install-pdf-am install-pkgconfigDATA install-ps \
 
1046
        install-ps-am install-strip install-typelibDATA install-uiDATA \
 
1047
        installcheck installcheck-am installdirs installdirs-am \
 
1048
        maintainer-clean maintainer-clean-generic mostlyclean \
 
1049
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
1050
        pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
 
1051
        uninstall-girDATA uninstall-libLTLIBRARIES \
 
1052
        uninstall-libnmgtkHEADERS uninstall-pkgconfigDATA \
 
1053
        uninstall-typelibDATA uninstall-uiDATA
1032
1054
 
1033
1055
 
1034
1056
-include $(INTROSPECTION_MAKEFILE)