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

« back to all changes in this revision

Viewing changes to plugins/smu-sys/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:
71
71
        $(top_builddir)/lib/libsensors-applet-plugin.la
72
72
am_libsmu_sys_la_OBJECTS = smu-sys-plugin.lo
73
73
libsmu_sys_la_OBJECTS = $(am_libsmu_sys_la_OBJECTS)
74
 
libsmu_sys_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
74
AM_V_lt = $(am__v_lt_$(V))
 
75
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
76
am__v_lt_0 = --silent
 
77
libsmu_sys_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
75
78
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
76
79
        $(libsmu_sys_la_LDFLAGS) $(LDFLAGS) -o $@
77
80
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/sensors-applet
80
83
am__mv = mv -f
81
84
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
82
85
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
84
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
85
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
86
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
87
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
88
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
89
        $(AM_CFLAGS) $(CFLAGS)
 
90
AM_V_CC = $(am__v_CC_$(V))
 
91
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
92
am__v_CC_0 = @echo "  CC    " $@;
 
93
AM_V_at = $(am__v_at_$(V))
 
94
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
95
am__v_at_0 = @
86
96
CCLD = $(CC)
87
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
88
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
89
 
        $(LDFLAGS) -o $@
 
97
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
98
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
99
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
100
AM_V_CCLD = $(am__v_CCLD_$(V))
 
101
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
102
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
103
AM_V_GEN = $(am__v_GEN_$(V))
 
104
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
105
am__v_GEN_0 = @echo "  GEN   " $@;
90
106
SOURCES = $(libsmu_sys_la_SOURCES)
91
107
DIST_SOURCES = $(libsmu_sys_la_SOURCES)
92
108
ETAGS = etags
95
111
ACLOCAL = @ACLOCAL@
96
112
ALL_LINGUAS = @ALL_LINGUAS@
97
113
AMTAR = @AMTAR@
 
114
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
98
115
AR = @AR@
99
116
ATICONFIG_EXE = @ATICONFIG_EXE@
100
117
AUTOCONF = @AUTOCONF@
117
134
DEFS = @DEFS@
118
135
DEPDIR = @DEPDIR@
119
136
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
137
DLLTOOL = @DLLTOOL@
120
138
DOC_USER_FORMATS = @DOC_USER_FORMATS@
121
139
DSYMUTIL = @DSYMUTIL@
122
140
DUMPBIN = @DUMPBIN@
155
173
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
156
174
LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
157
175
LIBOBJS = @LIBOBJS@
 
176
LIBPANEL_APPLET_DIR = @LIBPANEL_APPLET_DIR@
158
177
LIBS = @LIBS@
159
178
LIBSENSORS_CFLAGS = @LIBSENSORS_CFLAGS@
160
179
LIBSENSORS_LIBS = @LIBSENSORS_LIBS@
164
183
LTLIBOBJS = @LTLIBOBJS@
165
184
MAINT = @MAINT@
166
185
MAKEINFO = @MAKEINFO@
 
186
MANIFEST_TOOL = @MANIFEST_TOOL@
167
187
MKDIR_P = @MKDIR_P@
168
188
MKINSTALLDIRS = @MKINSTALLDIRS@
169
189
MSGFMT = @MSGFMT@
187
207
PACKAGE_VERSION = @PACKAGE_VERSION@
188
208
PATH_SEPARATOR = @PATH_SEPARATOR@
189
209
PKG_CONFIG = @PKG_CONFIG@
 
210
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
211
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
190
212
PLUGIN_LIBTOOL_FLAGS = @PLUGIN_LIBTOOL_FLAGS@
191
213
POFILES = @POFILES@
192
214
POSUB = @POSUB@
206
228
abs_srcdir = @abs_srcdir@
207
229
abs_top_builddir = @abs_top_builddir@
208
230
abs_top_srcdir = @abs_top_srcdir@
 
231
ac_ct_AR = @ac_ct_AR@
209
232
ac_ct_CC = @ac_ct_CC@
210
233
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
211
234
am__include = @am__include@
238
261
libexecdir = @libexecdir@
239
262
localedir = @localedir@
240
263
localstatedir = @localstatedir@
241
 
lt_ECHO = @lt_ECHO@
242
264
mandir = @mandir@
243
265
mkdir_p = @mkdir_p@
244
266
oldincludedir = @oldincludedir@
340
362
          rm -f "$${dir}/so_locations"; \
341
363
        done
342
364
libsmu-sys.la: $(libsmu_sys_la_OBJECTS) $(libsmu_sys_la_DEPENDENCIES) 
343
 
        $(libsmu_sys_la_LINK) -rpath $(plugindir) $(libsmu_sys_la_OBJECTS) $(libsmu_sys_la_LIBADD) $(LIBS)
 
365
        $(AM_V_CCLD)$(libsmu_sys_la_LINK) -rpath $(plugindir) $(libsmu_sys_la_OBJECTS) $(libsmu_sys_la_LIBADD) $(LIBS)
344
366
 
345
367
mostlyclean-compile:
346
368
        -rm -f *.$(OBJEXT)
351
373
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smu-sys-plugin.Plo@am__quote@
352
374
 
353
375
.c.o:
354
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
355
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
376
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
377
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
378
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
356
379
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
357
380
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
358
381
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
359
382
 
360
383
.c.obj:
361
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
362
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
384
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
385
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
386
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
363
387
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
364
388
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
365
389
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
366
390
 
367
391
.c.lo:
368
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
369
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
392
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
393
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
394
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
370
395
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
371
396
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
372
397
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<