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

« back to all changes in this revision

Viewing changes to lib/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.
59
59
        test-deviceselection$(EXEEXT) test-plugins$(EXEEXT) \
60
60
        test-class$(EXEEXT) test-killswitch$(EXEEXT)
61
61
subdir = lib
62
 
DIST_COMMON = $(gnomebluetooth_HEADERS) $(srcdir)/Makefile.am \
63
 
        $(srcdir)/Makefile.in $(top_srcdir)/depcomp
 
62
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
63
        $(top_srcdir)/depcomp $(gnomebluetooth_HEADERS)
64
64
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
65
65
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
66
66
        $(top_srcdir)/configure.ac
181
181
DIST_SOURCES = $(libgnome_bluetooth_la_SOURCES) test-agent.c \
182
182
        test-class.c test-client.c test-deviceselection.c \
183
183
        test-killswitch.c test-plugins.c
184
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
185
 
        html-recursive info-recursive install-data-recursive \
186
 
        install-dvi-recursive install-exec-recursive \
187
 
        install-html-recursive install-info-recursive \
188
 
        install-pdf-recursive install-ps-recursive install-recursive \
189
 
        installcheck-recursive installdirs-recursive pdf-recursive \
190
 
        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
191
192
am__can_run_installinfo = \
192
193
  case $$AM_UPDATE_INFO_DIR in \
193
194
    n|no|NO) false;; \
197
198
HEADERS = $(gnomebluetooth_HEADERS)
198
199
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
199
200
  distclean-recursive maintainer-clean-recursive
200
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
201
 
        $(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 \
202
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)`
203
224
ETAGS = etags
204
225
CTAGS = ctags
205
226
DIST_SUBDIRS = $(SUBDIRS)
234
255
ALL_LINGUAS = @ALL_LINGUAS@
235
256
AMTAR = @AMTAR@
236
257
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
237
 
APPLET_CFLAGS = @APPLET_CFLAGS@
238
 
APPLET_LIBS = @APPLET_LIBS@
239
258
AR = @AR@
240
259
AUTOCONF = @AUTOCONF@
241
260
AUTOHEADER = @AUTOHEADER@
328
347
MSGMERGE = @MSGMERGE@
329
348
NM = @NM@
330
349
NMEDIT = @NMEDIT@
331
 
NST_CFLAGS = @NST_CFLAGS@
332
 
NST_LIBS = @NST_LIBS@
333
350
OBJDUMP = @OBJDUMP@
334
351
OBJEXT = @OBJEXT@
335
352
OTOOL = @OTOOL@
499
516
@HAVE_INTROSPECTION_TRUE@GnomeBluetooth_1_0_gir_PACKAGES = gobject-2.0 gtk+-3.0 gmodule-2.0 glib-2.0
500
517
@HAVE_INTROSPECTION_TRUE@GnomeBluetooth_1_0_gir_CFLAGS = -I$(srcdir)
501
518
@HAVE_INTROSPECTION_TRUE@GnomeBluetooth_1_0_gir_LIBS = libgnome-bluetooth.la
502
 
@HAVE_INTROSPECTION_TRUE@GnomeBluetooth_1_0_gir_SCANNERFLAGS = --symbol-prefix=bluetooth_ --identifier-prefix=Bluetooth --pkg-export=gnome-bluetooth-1.0
 
519
@HAVE_INTROSPECTION_TRUE@GnomeBluetooth_1_0_gir_SCANNERFLAGS = --symbol-prefix=bluetooth --identifier-prefix=Bluetooth --pkg-export=gnome-bluetooth-1.0
503
520
@HAVE_INTROSPECTION_TRUE@GnomeBluetooth_1_0_gir_FILES = $(introspection_files)
504
521
@HAVE_INTROSPECTION_TRUE@girdir = $(datadir)/gir-1.0
505
522
@HAVE_INTROSPECTION_TRUE@gir_DATA = $(INTROSPECTION_GIRS)
557
574
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
558
575
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
559
576
$(am__aclocal_m4_deps):
 
577
 
560
578
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
561
579
        @$(NORMAL_INSTALL)
562
580
        @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
742
760
# (1) if the variable is set in 'config.status', edit 'config.status'
743
761
#     (which will cause the Makefiles to be regenerated when you run 'make');
744
762
# (2) otherwise, pass the desired values on the 'make' command line.
745
 
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
 
763
$(am__recursive_targets):
746
764
        @fail= failcom='exit 1'; \
747
765
        for f in x $$MAKEFLAGS; do \
748
766
          case $$f in \
770
788
        if test "$$dot_seen" = "no"; then \
771
789
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
772
790
        fi; test -z "$$fail"
773
 
tags-recursive:
774
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
775
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
776
 
        done
777
 
ctags-recursive:
778
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
779
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
780
 
        done
781
 
cscopelist-recursive:
782
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
783
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
784
 
        done
785
 
 
786
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
787
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
788
 
        unique=`for i in $$list; do \
789
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
790
 
          done | \
791
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
792
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
793
 
        mkid -fID $$unique
794
 
tags: TAGS
795
 
 
796
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
797
 
                $(TAGS_FILES) $(LISP)
 
791
 
 
792
ID: $(am__tagged_files)
 
793
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
794
tags: tags-recursive
 
795
TAGS: tags
 
796
 
 
797
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
798
798
        set x; \
799
799
        here=`pwd`; \
800
800
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
810
810
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
811
811
          fi; \
812
812
        done; \
813
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
814
 
        unique=`for i in $$list; do \
815
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
816
 
          done | \
817
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
818
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
813
        $(am__define_uniq_tagged_files); \
819
814
        shift; \
820
815
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
821
816
          test -n "$$unique" || unique=$$empty_fix; \
827
822
              $$unique; \
828
823
          fi; \
829
824
        fi
830
 
ctags: CTAGS
831
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
832
 
                $(TAGS_FILES) $(LISP)
833
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
834
 
        unique=`for i in $$list; do \
835
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
836
 
          done | \
837
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
838
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
825
ctags: ctags-recursive
 
826
 
 
827
CTAGS: ctags
 
828
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
829
        $(am__define_uniq_tagged_files); \
839
830
        test -z "$(CTAGS_ARGS)$$unique" \
840
831
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
841
832
             $$unique
844
835
        here=`$(am__cd) $(top_builddir) && pwd` \
845
836
          && $(am__cd) $(top_srcdir) \
846
837
          && gtags -i $(GTAGS_ARGS) "$$here"
 
838
cscopelist: cscopelist-recursive
847
839
 
848
 
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
849
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
840
cscopelist-am: $(am__tagged_files)
 
841
        list='$(am__tagged_files)'; \
850
842
        case "$(srcdir)" in \
851
843
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
852
844
          *) sdir=$(subdir)/$(srcdir) ;; \
1033
1025
uninstall-am: uninstall-girDATA uninstall-gnomebluetoothHEADERS \
1034
1026
        uninstall-libLTLIBRARIES uninstall-typelibDATA
1035
1027
 
1036
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
1037
 
        cscopelist-recursive ctags-recursive install install-am \
1038
 
        install-strip tags-recursive
 
1028
.MAKE: $(am__recursive_targets) all check install install-am \
 
1029
        install-strip
1039
1030
 
1040
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1041
 
        all all-am check check-am clean clean-generic \
1042
 
        clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS \
1043
 
        cscopelist cscopelist-recursive ctags ctags-recursive \
1044
 
        distclean distclean-compile distclean-generic \
 
1031
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
1032
        check-am clean clean-generic clean-libLTLIBRARIES \
 
1033
        clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
 
1034
        ctags-am distclean distclean-compile distclean-generic \
1045
1035
        distclean-libtool distclean-tags distdir dvi dvi-am html \
1046
1036
        html-am info info-am install install-am install-data \
1047
1037
        install-data-am install-dvi install-dvi-am install-exec \
1052
1042
        installcheck installcheck-am installdirs installdirs-am \
1053
1043
        maintainer-clean maintainer-clean-generic mostlyclean \
1054
1044
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1055
 
        pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
 
1045
        pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1056
1046
        uninstall-girDATA uninstall-gnomebluetoothHEADERS \
1057
1047
        uninstall-libLTLIBRARIES uninstall-typelibDATA
1058
1048