~noskcaj/ubuntu/saucy/xfce4-power-manager/1.2.0-2ubuntu1

« back to all changes in this revision

Viewing changes to common/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-12-09 18:28:34 UTC
  • mfrom: (2.3.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20101209182834-efb7dinmf9ssp3es
Tags: 1.0.1-0ubuntu1
Upload to natty (pkg-xfce svn r4665), no Ubuntu changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
install_sh_DATA = $(install_sh) -c -m 644
 
25
install_sh_PROGRAM = $(install_sh) -c
 
26
install_sh_SCRIPT = $(install_sh) -c
 
27
INSTALL_HEADER = $(INSTALL_DATA)
 
28
transform = $(program_transform_name)
 
29
NORMAL_INSTALL = :
 
30
PRE_INSTALL = :
 
31
POST_INSTALL = :
 
32
NORMAL_UNINSTALL = :
 
33
PRE_UNINSTALL = :
 
34
POST_UNINSTALL = :
 
35
build_triplet = @build@
 
36
host_triplet = @host@
 
37
@ENABLE_HAL_TRUE@am__append_1 = \
 
38
@ENABLE_HAL_TRUE@       $(DBUS_GLIB_CFLAGS)             \
 
39
@ENABLE_HAL_TRUE@       -I$(top_srcdir)/libhal
 
40
 
 
41
subdir = common
 
42
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
44
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
46
        $(ACLOCAL_M4)
 
47
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
48
CONFIG_HEADER = $(top_builddir)/config.h
 
49
CONFIG_CLEAN_FILES =
 
50
CONFIG_CLEAN_VPATH_FILES =
 
51
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
52
@ENABLE_HAL_TRUE@libxfpmcommon_la_DEPENDENCIES =  \
 
53
@ENABLE_HAL_TRUE@       $(top_builddir)/libhal/libxfpmhal.la
 
54
am_libxfpmcommon_la_OBJECTS = libxfpmcommon_la-xfpm-common.lo \
 
55
        libxfpmcommon_la-xfpm-brightness.lo \
 
56
        libxfpmcommon_la-xfpm-debug.lo
 
57
libxfpmcommon_la_OBJECTS = $(am_libxfpmcommon_la_OBJECTS)
 
58
AM_V_lt = $(am__v_lt_$(V))
 
59
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
60
am__v_lt_0 = --silent
 
61
libxfpmcommon_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 
62
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
63
        $(libxfpmcommon_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
 
64
        -o $@
 
65
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
66
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
67
am__depfiles_maybe = depfiles
 
68
am__mv = mv -f
 
69
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
70
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
71
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
72
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
73
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
74
        $(AM_CFLAGS) $(CFLAGS)
 
75
AM_V_CC = $(am__v_CC_$(V))
 
76
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
77
am__v_CC_0 = @echo "  CC    " $@;
 
78
AM_V_at = $(am__v_at_$(V))
 
79
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
80
am__v_at_0 = @
 
81
CCLD = $(CC)
 
82
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
83
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
84
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
85
AM_V_CCLD = $(am__v_CCLD_$(V))
 
86
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
87
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
88
AM_V_GEN = $(am__v_GEN_$(V))
 
89
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
90
am__v_GEN_0 = @echo "  GEN   " $@;
 
91
SOURCES = $(libxfpmcommon_la_SOURCES)
 
92
DIST_SOURCES = $(libxfpmcommon_la_SOURCES)
 
93
ETAGS = etags
 
94
CTAGS = ctags
 
95
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
96
ACLOCAL = @ACLOCAL@
 
97
ALL_LINGUAS = @ALL_LINGUAS@
 
98
AMTAR = @AMTAR@
 
99
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
100
AR = @AR@
 
101
AUTOCONF = @AUTOCONF@
 
102
AUTOHEADER = @AUTOHEADER@
 
103
AUTOMAKE = @AUTOMAKE@
 
104
AWK = @AWK@
 
105
CATALOGS = @CATALOGS@
 
106
CATOBJEXT = @CATOBJEXT@
 
107
CC = @CC@
 
108
CCDEPMODE = @CCDEPMODE@
 
109
CFLAGS = @CFLAGS@
 
110
CPP = @CPP@
 
111
CPPFLAGS = @CPPFLAGS@
 
112
CYGPATH_W = @CYGPATH_W@
 
113
DATADIRNAME = @DATADIRNAME@
 
114
DBUS_CFLAGS = @DBUS_CFLAGS@
 
115
DBUS_GLIB_CFLAGS = @DBUS_GLIB_CFLAGS@
 
116
DBUS_GLIB_LIBS = @DBUS_GLIB_LIBS@
 
117
DBUS_GLIB_REQUIRED_VERSION = @DBUS_GLIB_REQUIRED_VERSION@
 
118
DBUS_GLIB_VERSION = @DBUS_GLIB_VERSION@
 
119
DBUS_LIBS = @DBUS_LIBS@
 
120
DBUS_REQUIRED_VERSION = @DBUS_REQUIRED_VERSION@
 
121
DBUS_VERSION = @DBUS_VERSION@
 
122
DEFS = @DEFS@
 
123
DEPDIR = @DEPDIR@
 
124
DPMS_LIBS = @DPMS_LIBS@
 
125
DSYMUTIL = @DSYMUTIL@
 
126
DUMPBIN = @DUMPBIN@
 
127
ECHO_C = @ECHO_C@
 
128
ECHO_N = @ECHO_N@
 
129
ECHO_T = @ECHO_T@
 
130
EGREP = @EGREP@
 
131
EXEEXT = @EXEEXT@
 
132
FGREP = @FGREP@
 
133
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
134
GLIB_CFLAGS = @GLIB_CFLAGS@
 
135
GLIB_LIBS = @GLIB_LIBS@
 
136
GLIB_REQUIRED_VERSION = @GLIB_REQUIRED_VERSION@
 
137
GLIB_VERSION = @GLIB_VERSION@
 
138
GMODULE_CFLAGS = @GMODULE_CFLAGS@
 
139
GMODULE_LIBS = @GMODULE_LIBS@
 
140
GMODULE_REQUIRED_VERSION = @GMODULE_REQUIRED_VERSION@
 
141
GMODULE_VERSION = @GMODULE_VERSION@
 
142
GMOFILES = @GMOFILES@
 
143
GMSGFMT = @GMSGFMT@
 
144
GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
 
145
GOBJECT_LIBS = @GOBJECT_LIBS@
 
146
GOBJECT_REQUIRED_VERSION = @GOBJECT_REQUIRED_VERSION@
 
147
GOBJECT_VERSION = @GOBJECT_VERSION@
 
148
GREP = @GREP@
 
149
GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
 
150
GTHREAD_LIBS = @GTHREAD_LIBS@
 
151
GTHREAD_REQUIRED_VERSION = @GTHREAD_REQUIRED_VERSION@
 
152
GTHREAD_VERSION = @GTHREAD_VERSION@
 
153
GTK_CFLAGS = @GTK_CFLAGS@
 
154
GTK_LIBS = @GTK_LIBS@
 
155
GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
 
156
GTK_VERSION = @GTK_VERSION@
 
157
INSTALL = @INSTALL@
 
158
INSTALL_DATA = @INSTALL_DATA@
 
159
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
160
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
161
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
162
INSTOBJEXT = @INSTOBJEXT@
 
163
INTLLIBS = @INTLLIBS@
 
164
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
165
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
166
INTLTOOL_PERL = @INTLTOOL_PERL@
 
167
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
168
LD = @LD@
 
169
LDFLAGS = @LDFLAGS@
 
170
LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
 
171
LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
 
172
LIBNOTIFY_REQUIRED_VERSION = @LIBNOTIFY_REQUIRED_VERSION@
 
173
LIBNOTIFY_VERSION = @LIBNOTIFY_VERSION@
 
174
LIBOBJS = @LIBOBJS@
 
175
LIBS = @LIBS@
 
176
LIBTOOL = @LIBTOOL@
 
177
LIBXFCE4PANEL_CFLAGS = @LIBXFCE4PANEL_CFLAGS@
 
178
LIBXFCE4PANEL_LIBS = @LIBXFCE4PANEL_LIBS@
 
179
LIBXFCE4PANEL_REQUIRED_VERSION = @LIBXFCE4PANEL_REQUIRED_VERSION@
 
180
LIBXFCE4PANEL_VERSION = @LIBXFCE4PANEL_VERSION@
 
181
LIBXFCE4UI_CFLAGS = @LIBXFCE4UI_CFLAGS@
 
182
LIBXFCE4UI_LIBS = @LIBXFCE4UI_LIBS@
 
183
LIBXFCE4UI_REQUIRED_VERSION = @LIBXFCE4UI_REQUIRED_VERSION@
 
184
LIBXFCE4UI_VERSION = @LIBXFCE4UI_VERSION@
 
185
LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@
 
186
LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@
 
187
LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@
 
188
LIBXFCE4UTIL_VERSION = @LIBXFCE4UTIL_VERSION@
 
189
LIPO = @LIPO@
 
190
LN_S = @LN_S@
 
191
LTLIBOBJS = @LTLIBOBJS@
 
192
MAINT = @MAINT@
 
193
MAKEINFO = @MAKEINFO@
 
194
MKDIR_P = @MKDIR_P@
 
195
MKINSTALLDIRS = @MKINSTALLDIRS@
 
196
MSGFMT = @MSGFMT@
 
197
MSGFMT_OPTS = @MSGFMT_OPTS@
 
198
MSGMERGE = @MSGMERGE@
 
199
NM = @NM@
 
200
NMEDIT = @NMEDIT@
 
201
OBJDUMP = @OBJDUMP@
 
202
OBJEXT = @OBJEXT@
 
203
OTOOL = @OTOOL@
 
204
OTOOL64 = @OTOOL64@
 
205
PACKAGE = @PACKAGE@
 
206
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
207
PACKAGE_NAME = @PACKAGE_NAME@
 
208
PACKAGE_STRING = @PACKAGE_STRING@
 
209
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
210
PACKAGE_URL = @PACKAGE_URL@
 
211
PACKAGE_VERSION = @PACKAGE_VERSION@
 
212
PATH_SEPARATOR = @PATH_SEPARATOR@
 
213
PKG_CONFIG = @PKG_CONFIG@
 
214
POFILES = @POFILES@
 
215
POSUB = @POSUB@
 
216
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
217
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
218
RANLIB = @RANLIB@
 
219
SED = @SED@
 
220
SET_MAKE = @SET_MAKE@
 
221
SHELL = @SHELL@
 
222
STRIP = @STRIP@
 
223
USE_NLS = @USE_NLS@
 
224
VERSION = @VERSION@
 
225
XFCONF_CFLAGS = @XFCONF_CFLAGS@
 
226
XFCONF_LIBS = @XFCONF_LIBS@
 
227
XFCONF_REQUIRED_VERSION = @XFCONF_REQUIRED_VERSION@
 
228
XFCONF_VERSION = @XFCONF_VERSION@
 
229
XGETTEXT = @XGETTEXT@
 
230
XGETTEXT_ARGS = @XGETTEXT_ARGS@
 
231
XML2PO = @XML2PO@
 
232
XRANDR_CFLAGS = @XRANDR_CFLAGS@
 
233
XRANDR_LIBS = @XRANDR_LIBS@
 
234
XRANDR_REQUIRED_VERSION = @XRANDR_REQUIRED_VERSION@
 
235
XRANDR_VERSION = @XRANDR_VERSION@
 
236
XSLTPROC = @XSLTPROC@
 
237
abs_builddir = @abs_builddir@
 
238
abs_srcdir = @abs_srcdir@
 
239
abs_top_builddir = @abs_top_builddir@
 
240
abs_top_srcdir = @abs_top_srcdir@
 
241
ac_ct_CC = @ac_ct_CC@
 
242
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
243
am__include = @am__include@
 
244
am__leading_dot = @am__leading_dot@
 
245
am__quote = @am__quote@
 
246
am__tar = @am__tar@
 
247
am__untar = @am__untar@
 
248
bindir = @bindir@
 
249
build = @build@
 
250
build_alias = @build_alias@
 
251
build_cpu = @build_cpu@
 
252
build_os = @build_os@
 
253
build_vendor = @build_vendor@
 
254
builddir = @builddir@
 
255
datadir = @datadir@
 
256
datarootdir = @datarootdir@
 
257
docdir = @docdir@
 
258
dvidir = @dvidir@
 
259
exec_prefix = @exec_prefix@
 
260
host = @host@
 
261
host_alias = @host_alias@
 
262
host_cpu = @host_cpu@
 
263
host_os = @host_os@
 
264
host_vendor = @host_vendor@
 
265
htmldir = @htmldir@
 
266
includedir = @includedir@
 
267
infodir = @infodir@
 
268
install_sh = @install_sh@
 
269
libdir = @libdir@
 
270
libexecdir = @libexecdir@
 
271
localedir = @localedir@
 
272
localstatedir = @localstatedir@
 
273
mandir = @mandir@
 
274
mkdir_p = @mkdir_p@
 
275
oldincludedir = @oldincludedir@
 
276
pdfdir = @pdfdir@
 
277
prefix = @prefix@
 
278
program_transform_name = @program_transform_name@
 
279
psdir = @psdir@
 
280
sbindir = @sbindir@
 
281
sharedstatedir = @sharedstatedir@
 
282
srcdir = @srcdir@
 
283
sysconfdir = @sysconfdir@
 
284
target_alias = @target_alias@
 
285
top_build_prefix = @top_build_prefix@
 
286
top_builddir = @top_builddir@
 
287
top_srcdir = @top_srcdir@
 
288
noinst_LTLIBRARIES = \
 
289
        libxfpmcommon.la
 
290
 
 
291
libxfpmcommon_la_SOURCES = \
 
292
        xfpm-common.c                   \
 
293
        xfpm-common.h                   \
 
294
        xfpm-brightness.c               \
 
295
        xfpm-brightness.h               \
 
296
        xfpm-debug.c                    \
 
297
        xfpm-debug.h                    \
 
298
        xfpm-icons.h
 
299
 
 
300
libxfpmcommon_la_CFLAGS = -I$(top_srcdir) $(GTK_CFLAGS) $(GLIB_CFLAGS) \
 
301
        $(LIBXFCE4UTIL_CFLAGS) $(am__append_1)
 
302
@ENABLE_HAL_TRUE@libxfpmcommon_la_LIBADD = \
 
303
@ENABLE_HAL_TRUE@       $(top_builddir)/libhal/libxfpmhal.la
 
304
 
 
305
all: all-am
 
306
 
 
307
.SUFFIXES:
 
308
.SUFFIXES: .c .lo .o .obj
 
309
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
310
        @for dep in $?; do \
 
311
          case '$(am__configure_deps)' in \
 
312
            *$$dep*) \
 
313
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
314
                && { if test -f $@; then exit 0; else break; fi; }; \
 
315
              exit 1;; \
 
316
          esac; \
 
317
        done; \
 
318
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu common/Makefile'; \
 
319
        $(am__cd) $(top_srcdir) && \
 
320
          $(AUTOMAKE) --gnu common/Makefile
 
321
.PRECIOUS: Makefile
 
322
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
323
        @case '$?' in \
 
324
          *config.status*) \
 
325
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
326
          *) \
 
327
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
328
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
329
        esac;
 
330
 
 
331
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
332
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
333
 
 
334
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
335
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
336
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
337
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
338
$(am__aclocal_m4_deps):
 
339
 
 
340
clean-noinstLTLIBRARIES:
 
341
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
342
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
343
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
344
          test "$$dir" != "$$p" || dir=.; \
 
345
          echo "rm -f \"$${dir}/so_locations\""; \
 
346
          rm -f "$${dir}/so_locations"; \
 
347
        done
 
348
libxfpmcommon.la: $(libxfpmcommon_la_OBJECTS) $(libxfpmcommon_la_DEPENDENCIES) 
 
349
        $(AM_V_CCLD)$(libxfpmcommon_la_LINK)  $(libxfpmcommon_la_OBJECTS) $(libxfpmcommon_la_LIBADD) $(LIBS)
 
350
 
 
351
mostlyclean-compile:
 
352
        -rm -f *.$(OBJEXT)
 
353
 
 
354
distclean-compile:
 
355
        -rm -f *.tab.c
 
356
 
 
357
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxfpmcommon_la-xfpm-brightness.Plo@am__quote@
 
358
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxfpmcommon_la-xfpm-common.Plo@am__quote@
 
359
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxfpmcommon_la-xfpm-debug.Plo@am__quote@
 
360
 
 
361
.c.o:
 
362
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
363
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
364
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
365
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
366
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
367
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
368
 
 
369
.c.obj:
 
370
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
371
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
372
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
373
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
374
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
375
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
376
 
 
377
.c.lo:
 
378
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
379
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
380
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
381
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
382
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
383
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
384
 
 
385
libxfpmcommon_la-xfpm-common.lo: xfpm-common.c
 
386
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfpmcommon_la_CFLAGS) $(CFLAGS) -MT libxfpmcommon_la-xfpm-common.lo -MD -MP -MF $(DEPDIR)/libxfpmcommon_la-xfpm-common.Tpo -c -o libxfpmcommon_la-xfpm-common.lo `test -f 'xfpm-common.c' || echo '$(srcdir)/'`xfpm-common.c
 
387
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libxfpmcommon_la-xfpm-common.Tpo $(DEPDIR)/libxfpmcommon_la-xfpm-common.Plo
 
388
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
389
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xfpm-common.c' object='libxfpmcommon_la-xfpm-common.lo' libtool=yes @AMDEPBACKSLASH@
 
390
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
391
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfpmcommon_la_CFLAGS) $(CFLAGS) -c -o libxfpmcommon_la-xfpm-common.lo `test -f 'xfpm-common.c' || echo '$(srcdir)/'`xfpm-common.c
 
392
 
 
393
libxfpmcommon_la-xfpm-brightness.lo: xfpm-brightness.c
 
394
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfpmcommon_la_CFLAGS) $(CFLAGS) -MT libxfpmcommon_la-xfpm-brightness.lo -MD -MP -MF $(DEPDIR)/libxfpmcommon_la-xfpm-brightness.Tpo -c -o libxfpmcommon_la-xfpm-brightness.lo `test -f 'xfpm-brightness.c' || echo '$(srcdir)/'`xfpm-brightness.c
 
395
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libxfpmcommon_la-xfpm-brightness.Tpo $(DEPDIR)/libxfpmcommon_la-xfpm-brightness.Plo
 
396
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
397
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xfpm-brightness.c' object='libxfpmcommon_la-xfpm-brightness.lo' libtool=yes @AMDEPBACKSLASH@
 
398
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
399
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfpmcommon_la_CFLAGS) $(CFLAGS) -c -o libxfpmcommon_la-xfpm-brightness.lo `test -f 'xfpm-brightness.c' || echo '$(srcdir)/'`xfpm-brightness.c
 
400
 
 
401
libxfpmcommon_la-xfpm-debug.lo: xfpm-debug.c
 
402
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfpmcommon_la_CFLAGS) $(CFLAGS) -MT libxfpmcommon_la-xfpm-debug.lo -MD -MP -MF $(DEPDIR)/libxfpmcommon_la-xfpm-debug.Tpo -c -o libxfpmcommon_la-xfpm-debug.lo `test -f 'xfpm-debug.c' || echo '$(srcdir)/'`xfpm-debug.c
 
403
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libxfpmcommon_la-xfpm-debug.Tpo $(DEPDIR)/libxfpmcommon_la-xfpm-debug.Plo
 
404
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
405
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xfpm-debug.c' object='libxfpmcommon_la-xfpm-debug.lo' libtool=yes @AMDEPBACKSLASH@
 
406
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
407
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfpmcommon_la_CFLAGS) $(CFLAGS) -c -o libxfpmcommon_la-xfpm-debug.lo `test -f 'xfpm-debug.c' || echo '$(srcdir)/'`xfpm-debug.c
 
408
 
 
409
mostlyclean-libtool:
 
410
        -rm -f *.lo
 
411
 
 
412
clean-libtool:
 
413
        -rm -rf .libs _libs
 
414
 
 
415
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
416
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
417
        unique=`for i in $$list; do \
 
418
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
419
          done | \
 
420
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
421
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
422
        mkid -fID $$unique
 
423
tags: TAGS
 
424
 
 
425
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
426
                $(TAGS_FILES) $(LISP)
 
427
        set x; \
 
428
        here=`pwd`; \
 
429
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
430
        unique=`for i in $$list; do \
 
431
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
432
          done | \
 
433
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
434
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
435
        shift; \
 
436
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
437
          test -n "$$unique" || unique=$$empty_fix; \
 
438
          if test $$# -gt 0; then \
 
439
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
440
              "$$@" $$unique; \
 
441
          else \
 
442
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
443
              $$unique; \
 
444
          fi; \
 
445
        fi
 
446
ctags: CTAGS
 
447
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
448
                $(TAGS_FILES) $(LISP)
 
449
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
450
        unique=`for i in $$list; do \
 
451
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
452
          done | \
 
453
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
454
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
455
        test -z "$(CTAGS_ARGS)$$unique" \
 
456
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
457
             $$unique
 
458
 
 
459
GTAGS:
 
460
        here=`$(am__cd) $(top_builddir) && pwd` \
 
461
          && $(am__cd) $(top_srcdir) \
 
462
          && gtags -i $(GTAGS_ARGS) "$$here"
 
463
 
 
464
distclean-tags:
 
465
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
466
 
 
467
distdir: $(DISTFILES)
 
468
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
469
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
470
        list='$(DISTFILES)'; \
 
471
          dist_files=`for file in $$list; do echo $$file; done | \
 
472
          sed -e "s|^$$srcdirstrip/||;t" \
 
473
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
474
        case $$dist_files in \
 
475
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
476
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
477
                           sort -u` ;; \
 
478
        esac; \
 
479
        for file in $$dist_files; do \
 
480
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
481
          if test -d $$d/$$file; then \
 
482
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
483
            if test -d "$(distdir)/$$file"; then \
 
484
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
485
            fi; \
 
486
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
487
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
488
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
489
            fi; \
 
490
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
491
          else \
 
492
            test -f "$(distdir)/$$file" \
 
493
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
494
            || exit 1; \
 
495
          fi; \
 
496
        done
 
497
check-am: all-am
 
498
check: check-am
 
499
all-am: Makefile $(LTLIBRARIES)
 
500
installdirs:
 
501
install: install-am
 
502
install-exec: install-exec-am
 
503
install-data: install-data-am
 
504
uninstall: uninstall-am
 
505
 
 
506
install-am: all-am
 
507
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
508
 
 
509
installcheck: installcheck-am
 
510
install-strip:
 
511
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
512
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
513
          `test -z '$(STRIP)' || \
 
514
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
515
mostlyclean-generic:
 
516
 
 
517
clean-generic:
 
518
 
 
519
distclean-generic:
 
520
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
521
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
522
 
 
523
maintainer-clean-generic:
 
524
        @echo "This command is intended for maintainers to use"
 
525
        @echo "it deletes files that may require special tools to rebuild."
 
526
clean: clean-am
 
527
 
 
528
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
529
        mostlyclean-am
 
530
 
 
531
distclean: distclean-am
 
532
        -rm -rf ./$(DEPDIR)
 
533
        -rm -f Makefile
 
534
distclean-am: clean-am distclean-compile distclean-generic \
 
535
        distclean-tags
 
536
 
 
537
dvi: dvi-am
 
538
 
 
539
dvi-am:
 
540
 
 
541
html: html-am
 
542
 
 
543
html-am:
 
544
 
 
545
info: info-am
 
546
 
 
547
info-am:
 
548
 
 
549
install-data-am:
 
550
 
 
551
install-dvi: install-dvi-am
 
552
 
 
553
install-dvi-am:
 
554
 
 
555
install-exec-am:
 
556
 
 
557
install-html: install-html-am
 
558
 
 
559
install-html-am:
 
560
 
 
561
install-info: install-info-am
 
562
 
 
563
install-info-am:
 
564
 
 
565
install-man:
 
566
 
 
567
install-pdf: install-pdf-am
 
568
 
 
569
install-pdf-am:
 
570
 
 
571
install-ps: install-ps-am
 
572
 
 
573
install-ps-am:
 
574
 
 
575
installcheck-am:
 
576
 
 
577
maintainer-clean: maintainer-clean-am
 
578
        -rm -rf ./$(DEPDIR)
 
579
        -rm -f Makefile
 
580
maintainer-clean-am: distclean-am maintainer-clean-generic
 
581
 
 
582
mostlyclean: mostlyclean-am
 
583
 
 
584
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
585
        mostlyclean-libtool
 
586
 
 
587
pdf: pdf-am
 
588
 
 
589
pdf-am:
 
590
 
 
591
ps: ps-am
 
592
 
 
593
ps-am:
 
594
 
 
595
uninstall-am:
 
596
 
 
597
.MAKE: install-am install-strip
 
598
 
 
599
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
600
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
 
601
        distclean-compile distclean-generic distclean-libtool \
 
602
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
603
        install install-am install-data install-data-am install-dvi \
 
604
        install-dvi-am install-exec install-exec-am install-html \
 
605
        install-html-am install-info install-info-am install-man \
 
606
        install-pdf install-pdf-am install-ps install-ps-am \
 
607
        install-strip installcheck installcheck-am installdirs \
 
608
        maintainer-clean maintainer-clean-generic mostlyclean \
 
609
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
610
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
611
 
 
612
 
 
613
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
614
# Otherwise a system limit (for SysV at least) may be exceeded.
 
615
.NOEXPORT: