~ubuntu-branches/debian/stretch/sensors-applet/stretch

« back to all changes in this revision

Viewing changes to sensors-applet/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2011-11-05 14:53:12 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20111105145312-pce58z1ov0rc9moq
Tags: 3.0.0-0.1
* Non-maintainer upload.
* New upstream release, with support for GNOME3 Panel (closes: #638099).
* Drop link-to-libdl and libnotify_0.7_api_change patches, applied
  upstream.
* Drop dh_autoreconf and all bootstrap friends from Build-Depends and
  Build-Conflicts, not needed anymore.
* Update Build-Depends for the GTK+3 port, as per configure.ac.
* Drop .a and .la files (closes: #633257).
* Build-Depend on libsensors4 for kfreebsd again, as the package is now
* available on that architecture.
* Avoid hardcoding architecture names for libatamart-dev, and drop it
  entirely for libsensors4, as all architectures should be supported,
  even if the Hurd isn't available yet (closes: #634515).
* As libsensors-applet-plugin hasn't bumped its sonames but has at least
  got an ABI break (due to the switch to GTK+3), and given there are no
  external rdepends, avoid a library rename by bumping its shlibs and
  adding Breaks: sensor-applets (<< 3.0.0).
* Change install path for the applet binary, and remove obsolete dirs.
* Tighten sensors-applet dependency on libsensors-applet-plugin to
  (= ${binary:Version}), just in case.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
        sensors-applet-gconf.$(OBJEXT) $(am__objects_1)
65
65
sensors_applet_OBJECTS = $(am_sensors_applet_OBJECTS)
66
66
sensors_applet_LDADD = $(LDADD)
 
67
AM_V_lt = $(am__v_lt_$(V))
 
68
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
69
am__v_lt_0 = --silent
67
70
DEFAULT_INCLUDES = -I.@am__isrc@
68
71
depcomp = $(SHELL) $(top_srcdir)/depcomp
69
72
am__depfiles_maybe = depfiles
70
73
am__mv = mv -f
71
74
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
72
75
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
73
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
74
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
75
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
76
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
77
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
78
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
79
        $(AM_CFLAGS) $(CFLAGS)
 
80
AM_V_CC = $(am__v_CC_$(V))
 
81
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
82
am__v_CC_0 = @echo "  CC    " $@;
 
83
AM_V_at = $(am__v_at_$(V))
 
84
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
85
am__v_at_0 = @
76
86
CCLD = $(CC)
77
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
78
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
79
 
        $(LDFLAGS) -o $@
 
87
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
88
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
89
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
90
AM_V_CCLD = $(am__v_CCLD_$(V))
 
91
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
92
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
93
AM_V_GEN = $(am__v_GEN_$(V))
 
94
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
95
am__v_GEN_0 = @echo "  GEN   " $@;
80
96
SOURCES = $(sensors_applet_SOURCES)
81
97
DIST_SOURCES = $(am__sensors_applet_SOURCES_DIST)
82
98
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
107
123
ACLOCAL = @ACLOCAL@
108
124
ALL_LINGUAS = @ALL_LINGUAS@
109
125
AMTAR = @AMTAR@
 
126
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
110
127
AR = @AR@
111
128
ATICONFIG_EXE = @ATICONFIG_EXE@
112
129
AUTOCONF = @AUTOCONF@
129
146
DEFS = @DEFS@
130
147
DEPDIR = @DEPDIR@
131
148
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
149
DLLTOOL = @DLLTOOL@
132
150
DOC_USER_FORMATS = @DOC_USER_FORMATS@
133
151
DSYMUTIL = @DSYMUTIL@
134
152
DUMPBIN = @DUMPBIN@
167
185
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
168
186
LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
169
187
LIBOBJS = @LIBOBJS@
170
 
LIBS = $(GLIB_LIBS) $(GTK_LIBS) $(GNOME_LIBS) $(CAIRO_LIBS) $(LIBNOTIFY_LIBS)
 
188
LIBPANEL_APPLET_DIR = @LIBPANEL_APPLET_DIR@
 
189
LIBS = $(GLIB_LIBS) $(GTK_LIBS) $(GNOME_LIBS) $(CAIRO_LIBS) $(LIBNOTIFY_LIBS) -ldl
171
190
LIBSENSORS_CFLAGS = @LIBSENSORS_CFLAGS@
172
191
LIBSENSORS_LIBS = @LIBSENSORS_LIBS@
173
192
LIBTOOL = @LIBTOOL@
176
195
LTLIBOBJS = @LTLIBOBJS@
177
196
MAINT = @MAINT@
178
197
MAKEINFO = @MAKEINFO@
 
198
MANIFEST_TOOL = @MANIFEST_TOOL@
179
199
MKDIR_P = @MKDIR_P@
180
200
MKINSTALLDIRS = @MKINSTALLDIRS@
181
201
MSGFMT = @MSGFMT@
199
219
PACKAGE_VERSION = @PACKAGE_VERSION@
200
220
PATH_SEPARATOR = @PATH_SEPARATOR@
201
221
PKG_CONFIG = @PKG_CONFIG@
 
222
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
223
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
202
224
PLUGIN_LIBTOOL_FLAGS = @PLUGIN_LIBTOOL_FLAGS@
203
225
POFILES = @POFILES@
204
226
POSUB = @POSUB@
218
240
abs_srcdir = @abs_srcdir@
219
241
abs_top_builddir = @abs_top_builddir@
220
242
abs_top_srcdir = @abs_top_srcdir@
 
243
ac_ct_AR = @ac_ct_AR@
221
244
ac_ct_CC = @ac_ct_CC@
222
245
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
223
246
am__include = @am__include@
250
273
libexecdir = @libexecdir@
251
274
localedir = @localedir@
252
275
localstatedir = @localstatedir@
253
 
lt_ECHO = @lt_ECHO@
254
276
mandir = @mandir@
255
277
mkdir_p = @mkdir_p@
256
278
oldincludedir = @oldincludedir@
269
291
INCLUDES = -DGNOMELOCALEDIR=\""$(datadir)/locale/"\" \
270
292
        -DG_LOG_DOMAIN=\""Sensors Applet"\" \
271
293
        -DPIXMAPS_DIR=\""$(datadir)/pixmaps/$(PACKAGE)/"\" \
272
 
        -DDATADIR=\""$(datadir)"\" \
 
294
        -DDATADIR=\""$(datadir)/sensors-applet"\" \
273
295
        -DLIBDIR=\""$(libdir)"\" \
 
296
        -DUIDIR=\""$(pkgdatadir)/ui"\" \
274
297
        -DSENSORS_APPLET_PLUGIN_DIR=\""$(libdir)/$(PACKAGE)/plugins/"\" \
275
298
        -DSYSCONFDIR=\""$(sysconfdir)"\" \
276
299
        -DPREFIX=\""$(prefix)"\" \
404
427
        rm -f $$list
405
428
sensors-applet$(EXEEXT): $(sensors_applet_OBJECTS) $(sensors_applet_DEPENDENCIES) 
406
429
        @rm -f sensors-applet$(EXEEXT)
407
 
        $(LINK) $(sensors_applet_OBJECTS) $(sensors_applet_LDADD) $(LIBS)
 
430
        $(AM_V_CCLD)$(LINK) $(sensors_applet_OBJECTS) $(sensors_applet_LDADD) $(LIBS)
408
431
 
409
432
mostlyclean-compile:
410
433
        -rm -f *.$(OBJEXT)
423
446
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sensors-applet.Po@am__quote@
424
447
 
425
448
.c.o:
426
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
427
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
449
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
450
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
451
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
428
452
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
429
453
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
430
454
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
431
455
 
432
456
.c.obj:
433
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
434
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
457
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
458
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
459
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
435
460
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
436
461
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
437
462
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
438
463
 
439
464
.c.lo:
440
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
441
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
465
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
466
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
467
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
442
468
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
443
469
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
444
470
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<