~ubuntu-branches/ubuntu/trusty/xfce4-panel/trusty-proposed

« back to all changes in this revision

Viewing changes to settings/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Simon Huggins
  • Date: 2004-06-08 10:44:21 UTC
  • Revision ID: james.westby@ubuntu.com-20040608104421-b0b77kis8o0uoi6q
Tags: upstream-4.0.5
ImportĀ upstreamĀ versionĀ 4.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.8.2 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
SOURCES = $(libxfce4settings_la_SOURCES)
 
18
 
 
19
srcdir = @srcdir@
 
20
top_srcdir = @top_srcdir@
 
21
VPATH = @srcdir@
 
22
pkgdatadir = $(datadir)/@PACKAGE@
 
23
pkglibdir = $(libdir)/@PACKAGE@
 
24
pkgincludedir = $(includedir)/@PACKAGE@
 
25
top_builddir = ..
 
26
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
27
INSTALL = @INSTALL@
 
28
install_sh_DATA = $(install_sh) -c -m 644
 
29
install_sh_PROGRAM = $(install_sh) -c
 
30
install_sh_SCRIPT = $(install_sh) -c
 
31
INSTALL_HEADER = $(INSTALL_DATA)
 
32
transform = $(program_transform_name)
 
33
NORMAL_INSTALL = :
 
34
PRE_INSTALL = :
 
35
POST_INSTALL = :
 
36
NORMAL_UNINSTALL = :
 
37
PRE_UNINSTALL = :
 
38
POST_UNINSTALL = :
 
39
host_triplet = @host@
 
40
subdir = settings
 
41
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
43
am__aclocal_m4_deps = $(top_srcdir)/m4/X11.m4 \
 
44
        $(top_srcdir)/m4/debug.m4 $(top_srcdir)/m4/depends.m4 \
 
45
        $(top_srcdir)/m4/i18n.m4 $(top_srcdir)/configure.ac
 
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
47
        $(ACLOCAL_M4)
 
48
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
49
CONFIG_HEADER = $(top_builddir)/config.h
 
50
CONFIG_CLEAN_FILES =
 
51
am__installdirs = $(DESTDIR)$(plugindir)
 
52
pluginLTLIBRARIES_INSTALL = $(INSTALL)
 
53
LTLIBRARIES = $(plugin_LTLIBRARIES)
 
54
libxfce4settings_la_DEPENDENCIES =
 
55
am_libxfce4settings_la_OBJECTS =  \
 
56
        libxfce4settings_la-xfce_settings_dialog.lo \
 
57
        libxfce4settings_la-xfce_settings_plugin.lo
 
58
libxfce4settings_la_OBJECTS = $(am_libxfce4settings_la_OBJECTS)
 
59
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
60
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
61
am__depfiles_maybe = depfiles
 
62
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/libxfce4settings_la-xfce_settings_dialog.Plo \
 
63
@AMDEP_TRUE@    ./$(DEPDIR)/libxfce4settings_la-xfce_settings_plugin.Plo
 
64
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
65
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
66
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
 
67
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
68
        $(AM_CFLAGS) $(CFLAGS)
 
69
CCLD = $(CC)
 
70
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
71
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
72
SOURCES = $(libxfce4settings_la_SOURCES)
 
73
DIST_SOURCES = $(libxfce4settings_la_SOURCES)
 
74
ETAGS = etags
 
75
CTAGS = ctags
 
76
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
77
ACLOCAL = @ACLOCAL@
 
78
AMDEP_FALSE = @AMDEP_FALSE@
 
79
AMDEP_TRUE = @AMDEP_TRUE@
 
80
AMTAR = @AMTAR@
 
81
AR = @AR@
 
82
AUTOCONF = @AUTOCONF@
 
83
AUTOHEADER = @AUTOHEADER@
 
84
AUTOMAKE = @AUTOMAKE@
 
85
AWK = @AWK@
 
86
CATALOGS = @CATALOGS@
 
87
CATOBJEXT = @CATOBJEXT@
 
88
CC = @CC@
 
89
CCDEPMODE = @CCDEPMODE@
 
90
CFLAGS = @CFLAGS@
 
91
CPP = @CPP@
 
92
CPPFLAGS = @CPPFLAGS@
 
93
CXX = @CXX@
 
94
CXXCPP = @CXXCPP@
 
95
CXXDEPMODE = @CXXDEPMODE@
 
96
CXXFLAGS = @CXXFLAGS@
 
97
CYGPATH_W = @CYGPATH_W@
 
98
DATADIRNAME = @DATADIRNAME@
 
99
DEFS = @DEFS@
 
100
DEPDIR = @DEPDIR@
 
101
ECHO = @ECHO@
 
102
ECHO_C = @ECHO_C@
 
103
ECHO_N = @ECHO_N@
 
104
ECHO_T = @ECHO_T@
 
105
EGREP = @EGREP@
 
106
EXEEXT = @EXEEXT@
 
107
F77 = @F77@
 
108
FFLAGS = @FFLAGS@
 
109
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
110
GMOFILES = @GMOFILES@
 
111
GMSGFMT = @GMSGFMT@
 
112
INSTALL_DATA = @INSTALL_DATA@
 
113
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
114
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
115
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
116
INSTOBJEXT = @INSTOBJEXT@
 
117
INTLLIBS = @INTLLIBS@
 
118
LDFLAGS = @LDFLAGS@
 
119
LIBOBJS = @LIBOBJS@
 
120
LIBS = @LIBS@
 
121
LIBSTARTUP_NOTIFICATION_CFLAGS = @LIBSTARTUP_NOTIFICATION_CFLAGS@
 
122
LIBSTARTUP_NOTIFICATION_LIBS = @LIBSTARTUP_NOTIFICATION_LIBS@
 
123
LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION = @LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION@
 
124
LIBTOOL = @LIBTOOL@
 
125
LIBX11_CFLAGS = @LIBX11_CFLAGS@
 
126
LIBX11_LDFLAGS = @LIBX11_LDFLAGS@
 
127
LIBX11_LIBS = @LIBX11_LIBS@
 
128
LIBXFCE4MCS_CLIENT_CFLAGS = @LIBXFCE4MCS_CLIENT_CFLAGS@
 
129
LIBXFCE4MCS_CLIENT_LIBS = @LIBXFCE4MCS_CLIENT_LIBS@
 
130
LIBXFCE4MCS_CLIENT_REQUIRED_VERSION = @LIBXFCE4MCS_CLIENT_REQUIRED_VERSION@
 
131
LIBXFCEGUI4_CFLAGS = @LIBXFCEGUI4_CFLAGS@
 
132
LIBXFCEGUI4_LIBS = @LIBXFCEGUI4_LIBS@
 
133
LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@
 
134
LIBXML_CFLAGS = @LIBXML_CFLAGS@
 
135
LIBXML_LIBS = @LIBXML_LIBS@
 
136
LIBXML_REQUIRED_VERSION = @LIBXML_REQUIRED_VERSION@
 
137
LN_S = @LN_S@
 
138
LTLIBOBJS = @LTLIBOBJS@
 
139
MAINT = @MAINT@
 
140
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
141
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
142
MAKEINFO = @MAKEINFO@
 
143
MKINSTALLDIRS = @MKINSTALLDIRS@
 
144
MSGFMT = @MSGFMT@
 
145
OBJEXT = @OBJEXT@
 
146
PACKAGE = @PACKAGE@
 
147
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
148
PACKAGE_NAME = @PACKAGE_NAME@
 
149
PACKAGE_STRING = @PACKAGE_STRING@
 
150
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
151
PACKAGE_VERSION = @PACKAGE_VERSION@
 
152
PATH_SEPARATOR = @PATH_SEPARATOR@
 
153
PKG_CONFIG = @PKG_CONFIG@
 
154
POFILES = @POFILES@
 
155
POSUB = @POSUB@
 
156
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
157
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
158
RANLIB = @RANLIB@
 
159
SET_MAKE = @SET_MAKE@
 
160
SHELL = @SHELL@
 
161
STRIP = @STRIP@
 
162
USE_NLS = @USE_NLS@
 
163
VERSION = @VERSION@
 
164
XFCE_MCS_MANAGER_CFLAGS = @XFCE_MCS_MANAGER_CFLAGS@
 
165
XFCE_MCS_MANAGER_LIBS = @XFCE_MCS_MANAGER_LIBS@
 
166
XFCE_MCS_MANAGER_PLUGINSDIR = @XFCE_MCS_MANAGER_PLUGINSDIR@
 
167
XFCE_MCS_MANAGER_REQUIRED_VERSION = @XFCE_MCS_MANAGER_REQUIRED_VERSION@
 
168
XGETTEXT = @XGETTEXT@
 
169
X_CFLAGS = @X_CFLAGS@
 
170
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
171
X_LIBS = @X_LIBS@
 
172
X_PRE_LIBS = @X_PRE_LIBS@
 
173
ac_ct_AR = @ac_ct_AR@
 
174
ac_ct_CC = @ac_ct_CC@
 
175
ac_ct_CXX = @ac_ct_CXX@
 
176
ac_ct_F77 = @ac_ct_F77@
 
177
ac_ct_RANLIB = @ac_ct_RANLIB@
 
178
ac_ct_STRIP = @ac_ct_STRIP@
 
179
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
180
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
181
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
182
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
183
am__include = @am__include@
 
184
am__leading_dot = @am__leading_dot@
 
185
am__quote = @am__quote@
 
186
bindir = @bindir@
 
187
build = @build@
 
188
build_alias = @build_alias@
 
189
build_cpu = @build_cpu@
 
190
build_os = @build_os@
 
191
build_vendor = @build_vendor@
 
192
datadir = @datadir@
 
193
exec_prefix = @exec_prefix@
 
194
host = @host@
 
195
host_alias = @host_alias@
 
196
host_cpu = @host_cpu@
 
197
host_os = @host_os@
 
198
host_vendor = @host_vendor@
 
199
includedir = @includedir@
 
200
infodir = @infodir@
 
201
install_sh = @install_sh@
 
202
libdir = @libdir@
 
203
libexecdir = @libexecdir@
 
204
localedir = @localedir@
 
205
localstatedir = @localstatedir@
 
206
mandir = @mandir@
 
207
mkdir_p = @mkdir_p@
 
208
oldincludedir = @oldincludedir@
 
209
prefix = @prefix@
 
210
program_transform_name = @program_transform_name@
 
211
sbindir = @sbindir@
 
212
sharedstatedir = @sharedstatedir@
 
213
sysconfdir = @sysconfdir@
 
214
target_alias = @target_alias@
 
215
plugindir = @XFCE_MCS_MANAGER_PLUGINSDIR@
 
216
plugin_LTLIBRARIES = libxfce4settings.la
 
217
libxfce4settings_la_LDFLAGS = \
 
218
        -avoid-version                                                  \
 
219
        -module
 
220
 
 
221
libxfce4settings_la_SOURCES = \
 
222
        xfce_settings.h                                                 \
 
223
        xfce_settings_dialog.c                                          \
 
224
        xfce_settings_dialog.h                                          \
 
225
        xfce_settings_plugin.c                                          \
 
226
        xfce_settings_plugin.h
 
227
 
 
228
libxfce4settings_la_CFLAGS = \
 
229
        -I$(top_srcdir)                                                 \
 
230
        @LIBXFCEGUI4_CFLAGS@                                            \
 
231
        @LIBXML_CFLAGS@                                                 \
 
232
        @XFCE_MCS_MANAGER_CFLAGS@                                       \
 
233
        -DSYSCONFDIR=\"$(sysconfdir)\"                                  \
 
234
        -DDATADIR=\"$(datadir)/xfce4\"                                  \
 
235
        -DLOCALEDIR=\"$(localedir)\"
 
236
 
 
237
libxfce4settings_la_LIBADD = \
 
238
        @LIBXML_LIBS@                                                   \
 
239
        @XFCE_MCS_MANAGER_LIBS@
 
240
 
 
241
all: all-am
 
242
 
 
243
.SUFFIXES:
 
244
.SUFFIXES: .c .lo .o .obj
 
245
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
246
        @for dep in $?; do \
 
247
          case '$(am__configure_deps)' in \
 
248
            *$$dep*) \
 
249
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
250
                && exit 0; \
 
251
              exit 1;; \
 
252
          esac; \
 
253
        done; \
 
254
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  settings/Makefile'; \
 
255
        cd $(top_srcdir) && \
 
256
          $(AUTOMAKE) --foreign  settings/Makefile
 
257
.PRECIOUS: Makefile
 
258
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
259
        @case '$?' in \
 
260
          *config.status*) \
 
261
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
262
          *) \
 
263
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
264
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
265
        esac;
 
266
 
 
267
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
268
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
269
 
 
270
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
271
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
272
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
273
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
274
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
 
275
        @$(NORMAL_INSTALL)
 
276
        $(mkdir_p) $(DESTDIR)$(plugindir)
 
277
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
278
          if test -f $$p; then \
 
279
            f="`echo $$p | sed -e 's|^.*/||'`"; \
 
280
            echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(plugindir)/$$f"; \
 
281
            $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(plugindir)/$$f; \
 
282
          else :; fi; \
 
283
        done
 
284
 
 
285
uninstall-pluginLTLIBRARIES:
 
286
        @$(NORMAL_UNINSTALL)
 
287
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
288
            p="`echo $$p | sed -e 's|^.*/||'`"; \
 
289
          echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(plugindir)/$$p"; \
 
290
          $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(plugindir)/$$p; \
 
291
        done
 
292
 
 
293
clean-pluginLTLIBRARIES:
 
294
        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
 
295
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
 
296
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
297
          test "$$dir" = "$$p" && dir=.; \
 
298
          echo "rm -f \"$${dir}/so_locations\""; \
 
299
          rm -f "$${dir}/so_locations"; \
 
300
        done
 
301
libxfce4settings.la: $(libxfce4settings_la_OBJECTS) $(libxfce4settings_la_DEPENDENCIES) 
 
302
        $(LINK) -rpath $(plugindir) $(libxfce4settings_la_LDFLAGS) $(libxfce4settings_la_OBJECTS) $(libxfce4settings_la_LIBADD) $(LIBS)
 
303
 
 
304
mostlyclean-compile:
 
305
        -rm -f *.$(OBJEXT)
 
306
 
 
307
distclean-compile:
 
308
        -rm -f *.tab.c
 
309
 
 
310
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxfce4settings_la-xfce_settings_dialog.Plo@am__quote@
 
311
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libxfce4settings_la-xfce_settings_plugin.Plo@am__quote@
 
312
 
 
313
.c.o:
 
314
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
315
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
316
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
317
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
318
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
319
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
320
 
 
321
.c.obj:
 
322
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
323
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
324
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
325
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
326
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
327
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
328
 
 
329
.c.lo:
 
330
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
331
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
332
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
333
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
 
334
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
335
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
336
 
 
337
libxfce4settings_la-xfce_settings_dialog.o: xfce_settings_dialog.c
 
338
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfce4settings_la_CFLAGS) $(CFLAGS) -MT libxfce4settings_la-xfce_settings_dialog.o -MD -MP -MF "$(DEPDIR)/libxfce4settings_la-xfce_settings_dialog.Tpo" -c -o libxfce4settings_la-xfce_settings_dialog.o `test -f 'xfce_settings_dialog.c' || echo '$(srcdir)/'`xfce_settings_dialog.c; \
 
339
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libxfce4settings_la-xfce_settings_dialog.Tpo" "$(DEPDIR)/libxfce4settings_la-xfce_settings_dialog.Po"; else rm -f "$(DEPDIR)/libxfce4settings_la-xfce_settings_dialog.Tpo"; exit 1; fi
 
340
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xfce_settings_dialog.c' object='libxfce4settings_la-xfce_settings_dialog.o' libtool=no @AMDEPBACKSLASH@
 
341
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/libxfce4settings_la-xfce_settings_dialog.Po' tmpdepfile='$(DEPDIR)/libxfce4settings_la-xfce_settings_dialog.TPo' @AMDEPBACKSLASH@
 
342
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
343
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfce4settings_la_CFLAGS) $(CFLAGS) -c -o libxfce4settings_la-xfce_settings_dialog.o `test -f 'xfce_settings_dialog.c' || echo '$(srcdir)/'`xfce_settings_dialog.c
 
344
 
 
345
libxfce4settings_la-xfce_settings_dialog.obj: xfce_settings_dialog.c
 
346
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfce4settings_la_CFLAGS) $(CFLAGS) -MT libxfce4settings_la-xfce_settings_dialog.obj -MD -MP -MF "$(DEPDIR)/libxfce4settings_la-xfce_settings_dialog.Tpo" -c -o libxfce4settings_la-xfce_settings_dialog.obj `if test -f 'xfce_settings_dialog.c'; then $(CYGPATH_W) 'xfce_settings_dialog.c'; else $(CYGPATH_W) '$(srcdir)/xfce_settings_dialog.c'; fi`; \
 
347
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libxfce4settings_la-xfce_settings_dialog.Tpo" "$(DEPDIR)/libxfce4settings_la-xfce_settings_dialog.Po"; else rm -f "$(DEPDIR)/libxfce4settings_la-xfce_settings_dialog.Tpo"; exit 1; fi
 
348
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xfce_settings_dialog.c' object='libxfce4settings_la-xfce_settings_dialog.obj' libtool=no @AMDEPBACKSLASH@
 
349
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/libxfce4settings_la-xfce_settings_dialog.Po' tmpdepfile='$(DEPDIR)/libxfce4settings_la-xfce_settings_dialog.TPo' @AMDEPBACKSLASH@
 
350
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
351
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfce4settings_la_CFLAGS) $(CFLAGS) -c -o libxfce4settings_la-xfce_settings_dialog.obj `if test -f 'xfce_settings_dialog.c'; then $(CYGPATH_W) 'xfce_settings_dialog.c'; else $(CYGPATH_W) '$(srcdir)/xfce_settings_dialog.c'; fi`
 
352
 
 
353
libxfce4settings_la-xfce_settings_dialog.lo: xfce_settings_dialog.c
 
354
@am__fastdepCC_TRUE@    if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfce4settings_la_CFLAGS) $(CFLAGS) -MT libxfce4settings_la-xfce_settings_dialog.lo -MD -MP -MF "$(DEPDIR)/libxfce4settings_la-xfce_settings_dialog.Tpo" -c -o libxfce4settings_la-xfce_settings_dialog.lo `test -f 'xfce_settings_dialog.c' || echo '$(srcdir)/'`xfce_settings_dialog.c; \
 
355
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libxfce4settings_la-xfce_settings_dialog.Tpo" "$(DEPDIR)/libxfce4settings_la-xfce_settings_dialog.Plo"; else rm -f "$(DEPDIR)/libxfce4settings_la-xfce_settings_dialog.Tpo"; exit 1; fi
 
356
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xfce_settings_dialog.c' object='libxfce4settings_la-xfce_settings_dialog.lo' libtool=yes @AMDEPBACKSLASH@
 
357
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/libxfce4settings_la-xfce_settings_dialog.Plo' tmpdepfile='$(DEPDIR)/libxfce4settings_la-xfce_settings_dialog.TPlo' @AMDEPBACKSLASH@
 
358
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
359
@am__fastdepCC_FALSE@   $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfce4settings_la_CFLAGS) $(CFLAGS) -c -o libxfce4settings_la-xfce_settings_dialog.lo `test -f 'xfce_settings_dialog.c' || echo '$(srcdir)/'`xfce_settings_dialog.c
 
360
 
 
361
libxfce4settings_la-xfce_settings_plugin.o: xfce_settings_plugin.c
 
362
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfce4settings_la_CFLAGS) $(CFLAGS) -MT libxfce4settings_la-xfce_settings_plugin.o -MD -MP -MF "$(DEPDIR)/libxfce4settings_la-xfce_settings_plugin.Tpo" -c -o libxfce4settings_la-xfce_settings_plugin.o `test -f 'xfce_settings_plugin.c' || echo '$(srcdir)/'`xfce_settings_plugin.c; \
 
363
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libxfce4settings_la-xfce_settings_plugin.Tpo" "$(DEPDIR)/libxfce4settings_la-xfce_settings_plugin.Po"; else rm -f "$(DEPDIR)/libxfce4settings_la-xfce_settings_plugin.Tpo"; exit 1; fi
 
364
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xfce_settings_plugin.c' object='libxfce4settings_la-xfce_settings_plugin.o' libtool=no @AMDEPBACKSLASH@
 
365
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/libxfce4settings_la-xfce_settings_plugin.Po' tmpdepfile='$(DEPDIR)/libxfce4settings_la-xfce_settings_plugin.TPo' @AMDEPBACKSLASH@
 
366
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
367
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfce4settings_la_CFLAGS) $(CFLAGS) -c -o libxfce4settings_la-xfce_settings_plugin.o `test -f 'xfce_settings_plugin.c' || echo '$(srcdir)/'`xfce_settings_plugin.c
 
368
 
 
369
libxfce4settings_la-xfce_settings_plugin.obj: xfce_settings_plugin.c
 
370
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfce4settings_la_CFLAGS) $(CFLAGS) -MT libxfce4settings_la-xfce_settings_plugin.obj -MD -MP -MF "$(DEPDIR)/libxfce4settings_la-xfce_settings_plugin.Tpo" -c -o libxfce4settings_la-xfce_settings_plugin.obj `if test -f 'xfce_settings_plugin.c'; then $(CYGPATH_W) 'xfce_settings_plugin.c'; else $(CYGPATH_W) '$(srcdir)/xfce_settings_plugin.c'; fi`; \
 
371
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libxfce4settings_la-xfce_settings_plugin.Tpo" "$(DEPDIR)/libxfce4settings_la-xfce_settings_plugin.Po"; else rm -f "$(DEPDIR)/libxfce4settings_la-xfce_settings_plugin.Tpo"; exit 1; fi
 
372
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xfce_settings_plugin.c' object='libxfce4settings_la-xfce_settings_plugin.obj' libtool=no @AMDEPBACKSLASH@
 
373
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/libxfce4settings_la-xfce_settings_plugin.Po' tmpdepfile='$(DEPDIR)/libxfce4settings_la-xfce_settings_plugin.TPo' @AMDEPBACKSLASH@
 
374
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
375
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfce4settings_la_CFLAGS) $(CFLAGS) -c -o libxfce4settings_la-xfce_settings_plugin.obj `if test -f 'xfce_settings_plugin.c'; then $(CYGPATH_W) 'xfce_settings_plugin.c'; else $(CYGPATH_W) '$(srcdir)/xfce_settings_plugin.c'; fi`
 
376
 
 
377
libxfce4settings_la-xfce_settings_plugin.lo: xfce_settings_plugin.c
 
378
@am__fastdepCC_TRUE@    if $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfce4settings_la_CFLAGS) $(CFLAGS) -MT libxfce4settings_la-xfce_settings_plugin.lo -MD -MP -MF "$(DEPDIR)/libxfce4settings_la-xfce_settings_plugin.Tpo" -c -o libxfce4settings_la-xfce_settings_plugin.lo `test -f 'xfce_settings_plugin.c' || echo '$(srcdir)/'`xfce_settings_plugin.c; \
 
379
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/libxfce4settings_la-xfce_settings_plugin.Tpo" "$(DEPDIR)/libxfce4settings_la-xfce_settings_plugin.Plo"; else rm -f "$(DEPDIR)/libxfce4settings_la-xfce_settings_plugin.Tpo"; exit 1; fi
 
380
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='xfce_settings_plugin.c' object='libxfce4settings_la-xfce_settings_plugin.lo' libtool=yes @AMDEPBACKSLASH@
 
381
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/libxfce4settings_la-xfce_settings_plugin.Plo' tmpdepfile='$(DEPDIR)/libxfce4settings_la-xfce_settings_plugin.TPlo' @AMDEPBACKSLASH@
 
382
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
383
@am__fastdepCC_FALSE@   $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxfce4settings_la_CFLAGS) $(CFLAGS) -c -o libxfce4settings_la-xfce_settings_plugin.lo `test -f 'xfce_settings_plugin.c' || echo '$(srcdir)/'`xfce_settings_plugin.c
 
384
 
 
385
mostlyclean-libtool:
 
386
        -rm -f *.lo
 
387
 
 
388
clean-libtool:
 
389
        -rm -rf .libs _libs
 
390
 
 
391
distclean-libtool:
 
392
        -rm -f libtool
 
393
uninstall-info-am:
 
394
 
 
395
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
396
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
397
        unique=`for i in $$list; do \
 
398
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
399
          done | \
 
400
          $(AWK) '    { files[$$0] = 1; } \
 
401
               END { for (i in files) print i; }'`; \
 
402
        mkid -fID $$unique
 
403
tags: TAGS
 
404
 
 
405
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
406
                $(TAGS_FILES) $(LISP)
 
407
        tags=; \
 
408
        here=`pwd`; \
 
409
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
410
        unique=`for i in $$list; do \
 
411
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
412
          done | \
 
413
          $(AWK) '    { files[$$0] = 1; } \
 
414
               END { for (i in files) print i; }'`; \
 
415
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
416
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
417
             $$tags $$unique
 
418
ctags: CTAGS
 
419
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
420
                $(TAGS_FILES) $(LISP)
 
421
        tags=; \
 
422
        here=`pwd`; \
 
423
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
424
        unique=`for i in $$list; do \
 
425
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
426
          done | \
 
427
          $(AWK) '    { files[$$0] = 1; } \
 
428
               END { for (i in files) print i; }'`; \
 
429
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
430
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
431
             $$tags $$unique
 
432
 
 
433
GTAGS:
 
434
        here=`$(am__cd) $(top_builddir) && pwd` \
 
435
          && cd $(top_srcdir) \
 
436
          && gtags -i $(GTAGS_ARGS) $$here
 
437
 
 
438
distclean-tags:
 
439
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
440
 
 
441
distdir: $(DISTFILES)
 
442
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
443
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
444
        list='$(DISTFILES)'; for file in $$list; do \
 
445
          case $$file in \
 
446
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
447
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
448
          esac; \
 
449
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
450
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
451
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
452
            dir="/$$dir"; \
 
453
            $(mkdir_p) "$(distdir)$$dir"; \
 
454
          else \
 
455
            dir=''; \
 
456
          fi; \
 
457
          if test -d $$d/$$file; then \
 
458
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
459
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
460
            fi; \
 
461
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
462
          else \
 
463
            test -f $(distdir)/$$file \
 
464
            || cp -p $$d/$$file $(distdir)/$$file \
 
465
            || exit 1; \
 
466
          fi; \
 
467
        done
 
468
check-am: all-am
 
469
check: check-am
 
470
all-am: Makefile $(LTLIBRARIES)
 
471
installdirs:
 
472
        $(mkdir_p) $(DESTDIR)$(plugindir)
 
473
install: install-am
 
474
install-exec: install-exec-am
 
475
install-data: install-data-am
 
476
uninstall: uninstall-am
 
477
 
 
478
install-am: all-am
 
479
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
480
 
 
481
installcheck: installcheck-am
 
482
install-strip:
 
483
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
484
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
485
          `test -z '$(STRIP)' || \
 
486
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
487
mostlyclean-generic:
 
488
 
 
489
clean-generic:
 
490
 
 
491
distclean-generic:
 
492
        -rm -f $(CONFIG_CLEAN_FILES)
 
493
 
 
494
maintainer-clean-generic:
 
495
        @echo "This command is intended for maintainers to use"
 
496
        @echo "it deletes files that may require special tools to rebuild."
 
497
clean: clean-am
 
498
 
 
499
clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
 
500
        mostlyclean-am
 
501
 
 
502
distclean: distclean-am
 
503
        -rm -rf ./$(DEPDIR)
 
504
        -rm -f Makefile
 
505
distclean-am: clean-am distclean-compile distclean-generic \
 
506
        distclean-libtool distclean-tags
 
507
 
 
508
dvi: dvi-am
 
509
 
 
510
dvi-am:
 
511
 
 
512
html: html-am
 
513
 
 
514
info: info-am
 
515
 
 
516
info-am:
 
517
 
 
518
install-data-am: install-pluginLTLIBRARIES
 
519
 
 
520
install-exec-am:
 
521
 
 
522
install-info: install-info-am
 
523
 
 
524
install-man:
 
525
 
 
526
installcheck-am:
 
527
 
 
528
maintainer-clean: maintainer-clean-am
 
529
        -rm -rf ./$(DEPDIR)
 
530
        -rm -f Makefile
 
531
maintainer-clean-am: distclean-am maintainer-clean-generic
 
532
 
 
533
mostlyclean: mostlyclean-am
 
534
 
 
535
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
536
        mostlyclean-libtool
 
537
 
 
538
pdf: pdf-am
 
539
 
 
540
pdf-am:
 
541
 
 
542
ps: ps-am
 
543
 
 
544
ps-am:
 
545
 
 
546
uninstall-am: uninstall-info-am uninstall-pluginLTLIBRARIES
 
547
 
 
548
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
549
        clean-libtool clean-pluginLTLIBRARIES ctags distclean \
 
550
        distclean-compile distclean-generic distclean-libtool \
 
551
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
552
        install install-am install-data install-data-am install-exec \
 
553
        install-exec-am install-info install-info-am install-man \
 
554
        install-pluginLTLIBRARIES install-strip installcheck \
 
555
        installcheck-am installdirs maintainer-clean \
 
556
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
557
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
558
        tags uninstall uninstall-am uninstall-info-am \
 
559
        uninstall-pluginLTLIBRARIES
 
560
 
 
561
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
562
# Otherwise a system limit (for SysV at least) may be exceeded.
 
563
.NOEXPORT: