~timchen119/ubuntu/utopic/gnome-bluetooth/lp1035431

« back to all changes in this revision

Viewing changes to applet/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-07-03 16:07:57 UTC
  • mfrom: (1.1.37) (2.1.21 sid)
  • Revision ID: package-import@ubuntu.com-20130703160757-26mu1hl6drmsl0lu
Tags: 3.8.1-2ubuntu1
* Sync with Debian. Remaining changes:
  - debian/control.in:
    + Don't depend on consolekit
    + Recommend gnome-user-share, it's used for file transfers
  - debian/rules:
    + don't build with -Wl,-Bsymbolic-functions that creates issues when
      the --as-needed option is used
    + use dh-autoreconf
  - debian/gnome-bluetooth.maintscript:
    + Remove obsolete indicator autostart file too
  - debian/patches/menu_update_on_rfkill.patch:
    + make sure the menu gets updated properly when the killswitch state is
      changed. Specifically, notify for the applet to show the full menu,
      so that it can be displayed again when coming back from BLOCKED state.
      This fixes an issue specific to Dell systems where the devices are
      removed then re-added when the rfkill state is toggled.
* debian/patches/revert-drop-sendto-plugin.patch:
  - Continue to build nautilus-sendto plugin for now
* debian/control.in:
  - Build-Depend on dh-autoreconf and nautilus-sendto

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
15
15
@SET_MAKE@
16
16
 
17
17
 
18
 
 
19
18
VPATH = @srcdir@
20
19
am__make_dryrun = \
21
20
  { \
52
51
POST_UNINSTALL = :
53
52
build_triplet = @build@
54
53
host_triplet = @host@
55
 
DIST_COMMON = $(srcdir)/Makefile-lib.am $(srcdir)/Makefile.am \
56
 
        $(srcdir)/Makefile.in $(srcdir)/bluetooth-applet.desktop.in.in \
57
 
        $(top_srcdir)/depcomp
58
54
@HAVE_INTROSPECTION_TRUE@am__append_1 = GnomeBluetoothApplet-1.0.gir
59
55
@HAVE_INTROSPECTION_TRUE@am__append_2 = $(typelib_DATA) $(INTROSPECTION_GIRS)
60
 
bin_PROGRAMS = bluetooth-applet$(EXEEXT)
61
 
noinst_PROGRAMS = test-agentdialog$(EXEEXT) test-icon$(EXEEXT)
62
56
subdir = applet
 
57
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
58
        $(top_srcdir)/depcomp
63
59
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
64
60
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
65
61
        $(top_srcdir)/configure.ac
67
63
        $(ACLOCAL_M4)
68
64
mkinstalldirs = $(install_sh) -d
69
65
CONFIG_HEADER = $(top_builddir)/config.h
70
 
CONFIG_CLEAN_FILES = bluetooth-applet.desktop.in
 
66
CONFIG_CLEAN_FILES =
71
67
CONFIG_CLEAN_VPATH_FILES =
72
68
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
73
69
am__vpath_adj = case $$p in \
96
92
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
97
93
         $(am__cd) "$$dir" && rm -f $$files; }; \
98
94
  }
99
 
am__installdirs = "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(bindir)" \
100
 
        "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(autostartdir)" \
101
 
        "$(DESTDIR)$(typelibdir)" "$(DESTDIR)$(uidir)"
 
95
am__installdirs = "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(typelibdir)"
102
96
LTLIBRARIES = $(pkglib_LTLIBRARIES)
103
97
am__DEPENDENCIES_1 =
104
98
libgnome_bluetooth_applet_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
114
108
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
115
109
        $(AM_CFLAGS) $(CFLAGS) $(libgnome_bluetooth_applet_la_LDFLAGS) \
116
110
        $(LDFLAGS) -o $@
117
 
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
118
 
am_bluetooth_applet_OBJECTS = main.$(OBJEXT) notify.$(OBJEXT) \
119
 
        agent.$(OBJEXT)
120
 
bluetooth_applet_OBJECTS = $(am_bluetooth_applet_OBJECTS)
121
 
bluetooth_applet_DEPENDENCIES =  \
122
 
        $(top_builddir)/lib/libgnome-bluetooth.la \
123
 
        $(builddir)/libgnome-bluetooth-applet.la $(am__DEPENDENCIES_1)
124
 
am_test_agentdialog_OBJECTS = test-agentdialog.$(OBJEXT) \
125
 
        notify.$(OBJEXT)
126
 
test_agentdialog_OBJECTS = $(am_test_agentdialog_OBJECTS)
127
 
test_agentdialog_DEPENDENCIES =  \
128
 
        $(builddir)/libgnome-bluetooth-applet.la $(am__DEPENDENCIES_1)
129
 
am_test_icon_OBJECTS = test-icon.$(OBJEXT) notify.$(OBJEXT)
130
 
test_icon_OBJECTS = $(am_test_icon_OBJECTS)
131
 
test_icon_DEPENDENCIES = $(am__DEPENDENCIES_1)
132
111
AM_V_P = $(am__v_P_@AM_V@)
133
112
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
134
113
am__v_P_0 = false
163
142
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
164
143
am__v_CCLD_0 = @echo "  CCLD    " $@;
165
144
am__v_CCLD_1 = 
166
 
SOURCES = $(libgnome_bluetooth_applet_la_SOURCES) \
167
 
        $(bluetooth_applet_SOURCES) $(test_agentdialog_SOURCES) \
168
 
        $(test_icon_SOURCES)
169
 
DIST_SOURCES = $(libgnome_bluetooth_applet_la_SOURCES) \
170
 
        $(bluetooth_applet_SOURCES) $(test_agentdialog_SOURCES) \
171
 
        $(test_icon_SOURCES)
 
145
SOURCES = $(libgnome_bluetooth_applet_la_SOURCES)
 
146
DIST_SOURCES = $(libgnome_bluetooth_applet_la_SOURCES)
172
147
am__can_run_installinfo = \
173
148
  case $$AM_UPDATE_INFO_DIR in \
174
149
    n|no|NO) false;; \
175
150
    *) (install-info --version) >/dev/null 2>&1;; \
176
151
  esac
177
 
man1dir = $(mandir)/man1
178
 
NROFF = nroff
179
 
MANS = $(man_MANS)
180
 
DATA = $(autostart_DATA) $(typelib_DATA) $(ui_DATA)
 
152
DATA = $(typelib_DATA)
 
153
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
154
# Read a list of newline-separated strings from the standard input,
 
155
# and print each of them once, without duplicates.  Input order is
 
156
# *not* preserved.
 
157
am__uniquify_input = $(AWK) '\
 
158
  BEGIN { nonempty = 0; } \
 
159
  { items[$$0] = 1; nonempty = 1; } \
 
160
  END { if (nonempty) { for (i in items) print i; }; } \
 
161
'
 
162
# Make sure the list of sources is unique.  This is necessary because,
 
163
# e.g., the same source file might be shared among _SOURCES variables
 
164
# for different programs/libraries.
 
165
am__define_uniq_tagged_files = \
 
166
  list='$(am__tagged_files)'; \
 
167
  unique=`for i in $$list; do \
 
168
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
169
  done | $(am__uniquify_input)`
181
170
ETAGS = etags
182
171
CTAGS = ctags
183
172
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
186
175
ALL_LINGUAS = @ALL_LINGUAS@
187
176
AMTAR = @AMTAR@
188
177
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
189
 
APPLET_CFLAGS = @APPLET_CFLAGS@
190
 
APPLET_LIBS = @APPLET_LIBS@
191
178
AR = @AR@
192
179
AUTOCONF = @AUTOCONF@
193
180
AUTOHEADER = @AUTOHEADER@
280
267
MSGMERGE = @MSGMERGE@
281
268
NM = @NM@
282
269
NMEDIT = @NMEDIT@
283
 
NST_CFLAGS = @NST_CFLAGS@
284
 
NST_LIBS = @NST_LIBS@
285
270
OBJDUMP = @OBJDUMP@
286
271
OBJEXT = @OBJEXT@
287
272
OTOOL = @OTOOL@
374
359
top_build_prefix = @top_build_prefix@
375
360
top_builddir = @top_builddir@
376
361
top_srcdir = @top_srcdir@
377
 
CLEANFILES = $(am__append_2) $(autostart_DATA)
378
 
EXTRA_DIST = $(man_MANS) $(autostart_in_in_files) $(ui_DATA)
 
362
CLEANFILES = $(am__append_2)
 
363
EXTRA_DIST = 
379
364
pkglib_LTLIBRARIES = libgnome-bluetooth-applet.la
380
365
libgnome_bluetooth_applet_la_SOURCES = \
381
366
        bluetooth-applet.c              \
383
368
 
384
369
libgnome_bluetooth_applet_la_LIBADD = $(LIBGNOMEBT_LIBS) $(top_builddir)/lib/libgnome-bluetooth.la
385
370
libgnome_bluetooth_applet_la_LDFLAGS = -no-undefined
386
 
AM_CFLAGS = -I$(srcdir) -I$(top_srcdir)/lib $(LIBGNOMEBT_CFLAGS) \
387
 
        $(WARN_CFLAGS) $(DISABLE_DEPRECATED) $(APPLET_CFLAGS) \
388
 
        $(WARN_CFLAGS) $(DISABLE_DEPRECATED) \
389
 
        -DPKGDATADIR="\"$(pkgdatadir)\"" \
390
 
        -DG_LOG_DOMAIN=\"BluetoothApplet\"
 
371
AM_CFLAGS = -I$(srcdir) -I$(top_srcdir)/lib $(LIBGNOMEBT_CFLAGS) $(WARN_CFLAGS) $(DISABLE_DEPRECATED)
391
372
INTROSPECTION_GIRS = $(am__append_1)
392
373
INTROSPECTION_SCANNER_ARGS = --add-include-path=$(srcdir)
393
374
INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir) --includedir=$(top_builddir)/lib
394
 
@HAVE_INTROSPECTION_TRUE@GnomeBluetoothApplet_1_0_gir_SCANNERFLAGS = --warn-all --symbol-prefix=bluetooth_ --identifier-prefix=Bluetooth --include-uninstalled=$(top_builddir)/lib/GnomeBluetooth-1.0.gir
 
375
@HAVE_INTROSPECTION_TRUE@GnomeBluetoothApplet_1_0_gir_SCANNERFLAGS = --warn-all --symbol-prefix=bluetooth --identifier-prefix=Bluetooth --include-uninstalled=$(top_builddir)/lib/GnomeBluetooth-1.0.gir
395
376
@HAVE_INTROSPECTION_TRUE@GnomeBluetoothApplet_1_0_gir_INCLUDES = GObject-2.0 Gtk-3.0 GModule-2.0
396
377
@HAVE_INTROSPECTION_TRUE@GnomeBluetoothApplet_1_0_gir_PACKAGES = gobject-2.0 gtk+-3.0 gmodule-2.0 glib-2.0
397
378
@HAVE_INTROSPECTION_TRUE@GnomeBluetoothApplet_1_0_gir_CFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_srcdir)/lib
399
380
@HAVE_INTROSPECTION_TRUE@GnomeBluetoothApplet_1_0_gir_FILES = $(libgnome_bluetooth_applet_la_SOURCES) ../lib/bluetooth-enums.h
400
381
@HAVE_INTROSPECTION_TRUE@typelibdir = $(pkglibdir)
401
382
@HAVE_INTROSPECTION_TRUE@typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
402
 
bluetooth_applet_SOURCES = main.c notify.h notify.c agent.h agent.c
403
 
bluetooth_applet_LDADD = $(top_builddir)/lib/libgnome-bluetooth.la $(builddir)/libgnome-bluetooth-applet.la $(APPLET_LIBS)
404
 
test_agentdialog_SOURCES = test-agentdialog.c notify.h notify.c
405
 
test_agentdialog_LDADD = $(builddir)/libgnome-bluetooth-applet.la $(APPLET_LIBS)
406
 
test_icon_SOURCES = test-icon.c notify.h notify.c
407
 
test_icon_LDADD = $(APPLET_LIBS)
408
 
INCLUDES = -I$(top_srcdir)/lib
409
 
man_MANS = bluetooth-applet.1
410
 
ui_DATA = popup-menu.ui authorisation-dialogue.ui confirm-dialogue.ui passkey-dialogue.ui
411
 
uidir = $(pkgdatadir)
412
 
autostartdir = $(sysconfdir)/xdg/autostart
413
 
autostart_in_in_files = bluetooth-applet.desktop.in.in
414
 
autostart_in_files = bluetooth-applet.desktop.in
415
 
autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
416
 
MAINTAINERCLEANFILES = Makefile.in
417
383
all: all-am
418
384
 
419
385
.SUFFIXES:
420
386
.SUFFIXES: .c .lo .o .obj
421
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/Makefile-lib.am $(am__configure_deps)
 
387
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
422
388
        @for dep in $?; do \
423
389
          case '$(am__configure_deps)' in \
424
390
            *$$dep*) \
439
405
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
440
406
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
441
407
        esac;
442
 
$(srcdir)/Makefile-lib.am:
443
408
 
444
409
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
445
410
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
449
414
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
450
415
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
451
416
$(am__aclocal_m4_deps):
452
 
bluetooth-applet.desktop.in: $(top_builddir)/config.status $(srcdir)/bluetooth-applet.desktop.in.in
453
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
417
 
454
418
install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
455
419
        @$(NORMAL_INSTALL)
456
420
        @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
487
451
        }
488
452
libgnome-bluetooth-applet.la: $(libgnome_bluetooth_applet_la_OBJECTS) $(libgnome_bluetooth_applet_la_DEPENDENCIES) $(EXTRA_libgnome_bluetooth_applet_la_DEPENDENCIES) 
489
453
        $(AM_V_CCLD)$(libgnome_bluetooth_applet_la_LINK) -rpath $(pkglibdir) $(libgnome_bluetooth_applet_la_OBJECTS) $(libgnome_bluetooth_applet_la_LIBADD) $(LIBS)
490
 
install-binPROGRAMS: $(bin_PROGRAMS)
491
 
        @$(NORMAL_INSTALL)
492
 
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
493
 
        if test -n "$$list"; then \
494
 
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
495
 
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
496
 
        fi; \
497
 
        for p in $$list; do echo "$$p $$p"; done | \
498
 
        sed 's/$(EXEEXT)$$//' | \
499
 
        while read p p1; do if test -f $$p || test -f $$p1; \
500
 
          then echo "$$p"; echo "$$p"; else :; fi; \
501
 
        done | \
502
 
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
503
 
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
504
 
        sed 'N;N;N;s,\n, ,g' | \
505
 
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
506
 
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
507
 
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
508
 
            else { print "f", $$3 "/" $$4, $$1; } } \
509
 
          END { for (d in files) print "f", d, files[d] }' | \
510
 
        while read type dir files; do \
511
 
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
512
 
            test -z "$$files" || { \
513
 
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
514
 
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
515
 
            } \
516
 
        ; done
517
 
 
518
 
uninstall-binPROGRAMS:
519
 
        @$(NORMAL_UNINSTALL)
520
 
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
521
 
        files=`for p in $$list; do echo "$$p"; done | \
522
 
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
523
 
              -e 's/$$/$(EXEEXT)/' `; \
524
 
        test -n "$$list" || exit 0; \
525
 
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
526
 
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
527
 
 
528
 
clean-binPROGRAMS:
529
 
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
530
 
        echo " rm -f" $$list; \
531
 
        rm -f $$list || exit $$?; \
532
 
        test -n "$(EXEEXT)" || exit 0; \
533
 
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
534
 
        echo " rm -f" $$list; \
535
 
        rm -f $$list
536
 
 
537
 
clean-noinstPROGRAMS:
538
 
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
539
 
        echo " rm -f" $$list; \
540
 
        rm -f $$list || exit $$?; \
541
 
        test -n "$(EXEEXT)" || exit 0; \
542
 
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
543
 
        echo " rm -f" $$list; \
544
 
        rm -f $$list
545
 
bluetooth-applet$(EXEEXT): $(bluetooth_applet_OBJECTS) $(bluetooth_applet_DEPENDENCIES) $(EXTRA_bluetooth_applet_DEPENDENCIES) 
546
 
        @rm -f bluetooth-applet$(EXEEXT)
547
 
        $(AM_V_CCLD)$(LINK) $(bluetooth_applet_OBJECTS) $(bluetooth_applet_LDADD) $(LIBS)
548
 
test-agentdialog$(EXEEXT): $(test_agentdialog_OBJECTS) $(test_agentdialog_DEPENDENCIES) $(EXTRA_test_agentdialog_DEPENDENCIES) 
549
 
        @rm -f test-agentdialog$(EXEEXT)
550
 
        $(AM_V_CCLD)$(LINK) $(test_agentdialog_OBJECTS) $(test_agentdialog_LDADD) $(LIBS)
551
 
test-icon$(EXEEXT): $(test_icon_OBJECTS) $(test_icon_DEPENDENCIES) $(EXTRA_test_icon_DEPENDENCIES) 
552
 
        @rm -f test-icon$(EXEEXT)
553
 
        $(AM_V_CCLD)$(LINK) $(test_icon_OBJECTS) $(test_icon_LDADD) $(LIBS)
554
454
 
555
455
mostlyclean-compile:
556
456
        -rm -f *.$(OBJEXT)
558
458
distclean-compile:
559
459
        -rm -f *.tab.c
560
460
 
561
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/agent.Po@am__quote@
562
461
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bluetooth-applet.Plo@am__quote@
563
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
564
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/notify.Po@am__quote@
565
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-agentdialog.Po@am__quote@
566
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-icon.Po@am__quote@
567
462
 
568
463
.c.o:
569
464
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
591
486
 
592
487
clean-libtool:
593
488
        -rm -rf .libs _libs
594
 
install-man1: $(man_MANS)
595
 
        @$(NORMAL_INSTALL)
596
 
        @list1=''; \
597
 
        list2='$(man_MANS)'; \
598
 
        test -n "$(man1dir)" \
599
 
          && test -n "`echo $$list1$$list2`" \
600
 
          || exit 0; \
601
 
        echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
602
 
        $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
603
 
        { for i in $$list1; do echo "$$i"; done;  \
604
 
        if test -n "$$list2"; then \
605
 
          for i in $$list2; do echo "$$i"; done \
606
 
            | sed -n '/\.1[a-z]*$$/p'; \
607
 
        fi; \
608
 
        } | while read p; do \
609
 
          if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
610
 
          echo "$$d$$p"; echo "$$p"; \
611
 
        done | \
612
 
        sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
613
 
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
614
 
        sed 'N;N;s,\n, ,g' | { \
615
 
        list=; while read file base inst; do \
616
 
          if test "$$base" = "$$inst"; then list="$$list $$file"; else \
617
 
            echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
618
 
            $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
619
 
          fi; \
620
 
        done; \
621
 
        for i in $$list; do echo "$$i"; done | $(am__base_list) | \
622
 
        while read files; do \
623
 
          test -z "$$files" || { \
624
 
            echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
625
 
            $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
626
 
        done; }
627
 
 
628
 
uninstall-man1:
629
 
        @$(NORMAL_UNINSTALL)
630
 
        @list=''; test -n "$(man1dir)" || exit 0; \
631
 
        files=`{ for i in $$list; do echo "$$i"; done; \
632
 
        l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
633
 
          sed -n '/\.1[a-z]*$$/p'; \
634
 
        } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
635
 
              -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
636
 
        dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
637
 
install-autostartDATA: $(autostart_DATA)
638
 
        @$(NORMAL_INSTALL)
639
 
        @list='$(autostart_DATA)'; test -n "$(autostartdir)" || list=; \
640
 
        if test -n "$$list"; then \
641
 
          echo " $(MKDIR_P) '$(DESTDIR)$(autostartdir)'"; \
642
 
          $(MKDIR_P) "$(DESTDIR)$(autostartdir)" || exit 1; \
643
 
        fi; \
644
 
        for p in $$list; do \
645
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
646
 
          echo "$$d$$p"; \
647
 
        done | $(am__base_list) | \
648
 
        while read files; do \
649
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(autostartdir)'"; \
650
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(autostartdir)" || exit $$?; \
651
 
        done
652
 
 
653
 
uninstall-autostartDATA:
654
 
        @$(NORMAL_UNINSTALL)
655
 
        @list='$(autostart_DATA)'; test -n "$(autostartdir)" || list=; \
656
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
657
 
        dir='$(DESTDIR)$(autostartdir)'; $(am__uninstall_files_from_dir)
658
489
install-typelibDATA: $(typelib_DATA)
659
490
        @$(NORMAL_INSTALL)
660
491
        @list='$(typelib_DATA)'; test -n "$(typelibdir)" || list=; \
676
507
        @list='$(typelib_DATA)'; test -n "$(typelibdir)" || list=; \
677
508
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
678
509
        dir='$(DESTDIR)$(typelibdir)'; $(am__uninstall_files_from_dir)
679
 
install-uiDATA: $(ui_DATA)
680
 
        @$(NORMAL_INSTALL)
681
 
        @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
682
 
        if test -n "$$list"; then \
683
 
          echo " $(MKDIR_P) '$(DESTDIR)$(uidir)'"; \
684
 
          $(MKDIR_P) "$(DESTDIR)$(uidir)" || exit 1; \
685
 
        fi; \
686
 
        for p in $$list; do \
687
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
688
 
          echo "$$d$$p"; \
689
 
        done | $(am__base_list) | \
690
 
        while read files; do \
691
 
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(uidir)'"; \
692
 
          $(INSTALL_DATA) $$files "$(DESTDIR)$(uidir)" || exit $$?; \
693
 
        done
694
 
 
695
 
uninstall-uiDATA:
696
 
        @$(NORMAL_UNINSTALL)
697
 
        @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
698
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
699
 
        dir='$(DESTDIR)$(uidir)'; $(am__uninstall_files_from_dir)
700
 
 
701
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
702
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
703
 
        unique=`for i in $$list; do \
704
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
705
 
          done | \
706
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
707
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
708
 
        mkid -fID $$unique
709
 
tags: TAGS
710
 
 
711
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
712
 
                $(TAGS_FILES) $(LISP)
 
510
 
 
511
ID: $(am__tagged_files)
 
512
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
513
tags: tags-am
 
514
TAGS: tags
 
515
 
 
516
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
713
517
        set x; \
714
518
        here=`pwd`; \
715
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
716
 
        unique=`for i in $$list; do \
717
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
718
 
          done | \
719
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
720
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
519
        $(am__define_uniq_tagged_files); \
721
520
        shift; \
722
521
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
723
522
          test -n "$$unique" || unique=$$empty_fix; \
729
528
              $$unique; \
730
529
          fi; \
731
530
        fi
732
 
ctags: CTAGS
733
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
734
 
                $(TAGS_FILES) $(LISP)
735
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
736
 
        unique=`for i in $$list; do \
737
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
738
 
          done | \
739
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
740
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
531
ctags: ctags-am
 
532
 
 
533
CTAGS: ctags
 
534
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
535
        $(am__define_uniq_tagged_files); \
741
536
        test -z "$(CTAGS_ARGS)$$unique" \
742
537
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
743
538
             $$unique
746
541
        here=`$(am__cd) $(top_builddir) && pwd` \
747
542
          && $(am__cd) $(top_srcdir) \
748
543
          && gtags -i $(GTAGS_ARGS) "$$here"
 
544
cscopelist: cscopelist-am
749
545
 
750
 
cscopelist:  $(HEADERS) $(SOURCES) $(LISP)
751
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
546
cscopelist-am: $(am__tagged_files)
 
547
        list='$(am__tagged_files)'; \
752
548
        case "$(srcdir)" in \
753
549
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
754
550
          *) sdir=$(subdir)/$(srcdir) ;; \
765
561
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
766
562
 
767
563
distdir: $(DISTFILES)
768
 
        @list='$(MANS)'; if test -n "$$list"; then \
769
 
          list=`for p in $$list; do \
770
 
            if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
771
 
            if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
772
 
          if test -n "$$list" && \
773
 
            grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
774
 
            echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \
775
 
            grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
776
 
            echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
777
 
            echo "       typically 'make maintainer-clean' will remove them" >&2; \
778
 
            exit 1; \
779
 
          else :; fi; \
780
 
        else :; fi
781
564
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
782
565
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
783
566
        list='$(DISTFILES)'; \
809
592
        done
810
593
check-am: all-am
811
594
check: check-am
812
 
all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(DATA)
 
595
all-am: Makefile $(LTLIBRARIES) $(DATA)
813
596
installdirs:
814
 
        for dir in "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(autostartdir)" "$(DESTDIR)$(typelibdir)" "$(DESTDIR)$(uidir)"; do \
 
597
        for dir in "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(typelibdir)"; do \
815
598
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
816
599
        done
817
600
install: install-am
845
628
maintainer-clean-generic:
846
629
        @echo "This command is intended for maintainers to use"
847
630
        @echo "it deletes files that may require special tools to rebuild."
848
 
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
849
631
clean: clean-am
850
632
 
851
 
clean-am: clean-binPROGRAMS clean-generic clean-libtool \
852
 
        clean-noinstPROGRAMS clean-pkglibLTLIBRARIES mostlyclean-am
 
633
clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
 
634
        mostlyclean-am
853
635
 
854
636
distclean: distclean-am
855
637
        -rm -rf ./$(DEPDIR)
869
651
 
870
652
info-am:
871
653
 
872
 
install-data-am: install-autostartDATA install-man install-typelibDATA \
873
 
        install-uiDATA
 
654
install-data-am: install-typelibDATA
874
655
 
875
656
install-dvi: install-dvi-am
876
657
 
877
658
install-dvi-am:
878
659
 
879
 
install-exec-am: install-binPROGRAMS install-pkglibLTLIBRARIES
 
660
install-exec-am: install-pkglibLTLIBRARIES
880
661
        @$(NORMAL_INSTALL)
881
662
        $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
882
663
install-html: install-html-am
887
668
 
888
669
install-info-am:
889
670
 
890
 
install-man: install-man1
 
671
install-man:
891
672
 
892
673
install-pdf: install-pdf-am
893
674
 
917
698
 
918
699
ps-am:
919
700
 
920
 
uninstall-am: uninstall-autostartDATA uninstall-binPROGRAMS \
921
 
        uninstall-man uninstall-pkglibLTLIBRARIES \
922
 
        uninstall-typelibDATA uninstall-uiDATA
 
701
uninstall-am: uninstall-pkglibLTLIBRARIES uninstall-typelibDATA
923
702
        @$(NORMAL_INSTALL)
924
703
        $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
925
 
uninstall-man: uninstall-man1
926
 
 
927
704
.MAKE: install-am install-exec-am install-strip uninstall-am
928
705
 
929
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
930
 
        clean-generic clean-libtool clean-noinstPROGRAMS \
931
 
        clean-pkglibLTLIBRARIES cscopelist ctags distclean \
932
 
        distclean-compile distclean-generic distclean-libtool \
933
 
        distclean-tags distdir dvi dvi-am html html-am info info-am \
934
 
        install install-am install-autostartDATA install-binPROGRAMS \
935
 
        install-data install-data-am install-dvi install-dvi-am \
936
 
        install-exec install-exec-am install-exec-hook install-html \
937
 
        install-html-am install-info install-info-am install-man \
938
 
        install-man1 install-pdf install-pdf-am \
939
 
        install-pkglibLTLIBRARIES install-ps install-ps-am \
940
 
        install-strip install-typelibDATA install-uiDATA installcheck \
 
706
.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
 
707
        clean-libtool clean-pkglibLTLIBRARIES cscopelist-am ctags \
 
708
        ctags-am distclean distclean-compile distclean-generic \
 
709
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
710
        html-am info info-am install install-am install-data \
 
711
        install-data-am install-dvi install-dvi-am install-exec \
 
712
        install-exec-am install-exec-hook install-html install-html-am \
 
713
        install-info install-info-am install-man install-pdf \
 
714
        install-pdf-am install-pkglibLTLIBRARIES install-ps \
 
715
        install-ps-am install-strip install-typelibDATA installcheck \
941
716
        installcheck-am installdirs maintainer-clean \
942
717
        maintainer-clean-generic mostlyclean mostlyclean-compile \
943
718
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
944
 
        tags uninstall uninstall-am uninstall-autostartDATA \
945
 
        uninstall-binPROGRAMS uninstall-hook uninstall-man \
946
 
        uninstall-man1 uninstall-pkglibLTLIBRARIES \
947
 
        uninstall-typelibDATA uninstall-uiDATA
 
719
        tags tags-am uninstall uninstall-am uninstall-hook \
 
720
        uninstall-pkglibLTLIBRARIES uninstall-typelibDATA
948
721
 
949
722
 
950
723
install-exec-hook:
956
729
 
957
730
@HAVE_INTROSPECTION_TRUE@GnomeBluetoothApplet-1.0.gir: libgnome-bluetooth-applet.la
958
731
 
959
 
@INTLTOOL_DESKTOP_RULE@
960
 
 
961
732
# Tell versions [3.59,3.63) of GNU make to not export all variables.
962
733
# Otherwise a system limit (for SysV at least) may be exceeded.
963
734
.NOEXPORT: