~matttbe/ubuntu/quantal/lxpanel/lp1013171

« back to all changes in this revision

Viewing changes to .pc/99-autotools.patch/src/plugins/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-07-23 21:48:25 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100723214825-m19pcniwxqqmv1k4
Tags: 0.5.6-0ubuntu1
* New upstream release.
* debian/copyright:
 - Update copyright for xkb plugin.
* debian/patches:
 - sort_dirmenu.patch: disable, merged upstream.
 - kbled.patch: disable, merged upstream.
 - panel_draw_label_text.patch: disable, merged upstream.
 - libtool-fix.patch: disable, merged upstream.
 - g_locale_to_utf8.patch: disable, merged upstream.
 - 99-autotools.patch: refresh.
 - redefine-alarm-variable.patch: Use upstream fix.

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
subdir = src/plugins
 
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
40
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 
41
        $(top_srcdir)/configure.ac
 
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
43
        $(ACLOCAL_M4)
 
44
mkinstalldirs = $(install_sh) -d
 
45
CONFIG_HEADER = $(top_builddir)/config.h
 
46
CONFIG_CLEAN_FILES =
 
47
CONFIG_CLEAN_VPATH_FILES =
 
48
LIBRARIES = $(noinst_LIBRARIES)
 
49
ARFLAGS = cru
 
50
libbuiltin_plugins_a_AR = $(AR) $(ARFLAGS)
 
51
libbuiltin_plugins_a_DEPENDENCIES =
 
52
am__libbuiltin_plugins_a_SOURCES_DIST = launchbar.c taskbar.c dclock.c \
 
53
        menu.c separator.c pager.c space.c tray.c wincmd.c dirmenu.c
 
54
@ENABLE_MENU_CACHE_TRUE@am__objects_1 = menu.$(OBJEXT)
 
55
am__objects_2 = launchbar.$(OBJEXT) taskbar.$(OBJEXT) dclock.$(OBJEXT) \
 
56
        $(am__objects_1) separator.$(OBJEXT) pager.$(OBJEXT) \
 
57
        space.$(OBJEXT) tray.$(OBJEXT) wincmd.$(OBJEXT) \
 
58
        dirmenu.$(OBJEXT)
 
59
am_libbuiltin_plugins_a_OBJECTS = $(am__objects_2)
 
60
libbuiltin_plugins_a_OBJECTS = $(am_libbuiltin_plugins_a_OBJECTS)
 
61
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
62
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
63
am__depfiles_maybe = depfiles
 
64
am__mv = mv -f
 
65
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
66
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
67
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
68
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
69
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
70
CCLD = $(CC)
 
71
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
72
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
73
        $(LDFLAGS) -o $@
 
74
SOURCES = $(libbuiltin_plugins_a_SOURCES)
 
75
DIST_SOURCES = $(am__libbuiltin_plugins_a_SOURCES_DIST)
 
76
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
77
        html-recursive info-recursive install-data-recursive \
 
78
        install-dvi-recursive install-exec-recursive \
 
79
        install-html-recursive install-info-recursive \
 
80
        install-pdf-recursive install-ps-recursive install-recursive \
 
81
        installcheck-recursive installdirs-recursive pdf-recursive \
 
82
        ps-recursive uninstall-recursive
 
83
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
84
  distclean-recursive maintainer-clean-recursive
 
85
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
86
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
87
        distdir
 
88
ETAGS = etags
 
89
CTAGS = ctags
 
90
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
91
am__relativize = \
 
92
  dir0=`pwd`; \
 
93
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
94
  sed_rest='s,^[^/]*/*,,'; \
 
95
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
96
  sed_butlast='s,/*[^/]*$$,,'; \
 
97
  while test -n "$$dir1"; do \
 
98
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
99
    if test "$$first" != "."; then \
 
100
      if test "$$first" = ".."; then \
 
101
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
102
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
103
      else \
 
104
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
105
        if test "$$first2" = "$$first"; then \
 
106
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
107
        else \
 
108
          dir2="../$$dir2"; \
 
109
        fi; \
 
110
        dir0="$$dir0"/"$$first"; \
 
111
      fi; \
 
112
    fi; \
 
113
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
114
  done; \
 
115
  reldir="$$dir2"
 
116
ACLOCAL = @ACLOCAL@
 
117
ALL_LINGUAS = @ALL_LINGUAS@
 
118
ALL_PLUGINS_LIST = @ALL_PLUGINS_LIST@
 
119
AMTAR = @AMTAR@
 
120
AR = @AR@
 
121
AUTOCONF = @AUTOCONF@
 
122
AUTOHEADER = @AUTOHEADER@
 
123
AUTOMAKE = @AUTOMAKE@
 
124
AWK = @AWK@
 
125
CATALOGS = @CATALOGS@
 
126
CATOBJEXT = @CATOBJEXT@
 
127
CC = @CC@
 
128
CCDEPMODE = @CCDEPMODE@
 
129
CFLAGS = @CFLAGS@
 
130
CPP = @CPP@
 
131
CPPFLAGS = @CPPFLAGS@
 
132
CYGPATH_W = @CYGPATH_W@
 
133
DATADIRNAME = @DATADIRNAME@
 
134
DEFS = @DEFS@
 
135
DEPDIR = @DEPDIR@
 
136
DSYMUTIL = @DSYMUTIL@
 
137
DUMPBIN = @DUMPBIN@
 
138
ECHO_C = @ECHO_C@
 
139
ECHO_N = @ECHO_N@
 
140
ECHO_T = @ECHO_T@
 
141
EGREP = @EGREP@
 
142
EXEEXT = @EXEEXT@
 
143
FGREP = @FGREP@
 
144
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
145
GMOFILES = @GMOFILES@
 
146
GMSGFMT = @GMSGFMT@
 
147
GREP = @GREP@
 
148
G_CAST_CHECKS = @G_CAST_CHECKS@
 
149
INSTALL = @INSTALL@
 
150
INSTALL_DATA = @INSTALL_DATA@
 
151
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
152
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
153
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
154
INSTOBJEXT = @INSTOBJEXT@
 
155
INTLLIBS = @INTLLIBS@
 
156
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
157
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
158
INTLTOOL_PERL = @INTLTOOL_PERL@
 
159
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
160
LD = @LD@
 
161
LDFLAGS = @LDFLAGS@
 
162
LIBOBJS = @LIBOBJS@
 
163
LIBS = @LIBS@
 
164
LIBTOOL = @LIBTOOL@
 
165
LIPO = @LIPO@
 
166
LN_S = @LN_S@
 
167
LTLIBOBJS = @LTLIBOBJS@
 
168
LXPANEL_MODULE = @LXPANEL_MODULE@
 
169
MAKEINFO = @MAKEINFO@
 
170
MENU_CACHE_CFLAGS = @MENU_CACHE_CFLAGS@
 
171
MENU_CACHE_LIBS = @MENU_CACHE_LIBS@
 
172
MKDIR_P = @MKDIR_P@
 
173
MKINSTALLDIRS = @MKINSTALLDIRS@
 
174
MSGFMT = @MSGFMT@
 
175
MSGFMT_OPTS = @MSGFMT_OPTS@
 
176
MSGMERGE = @MSGMERGE@
 
177
NM = @NM@
 
178
NMEDIT = @NMEDIT@
 
179
OBJDUMP = @OBJDUMP@
 
180
OBJEXT = @OBJEXT@
 
181
OTOOL = @OTOOL@
 
182
OTOOL64 = @OTOOL64@
 
183
PACKAGE = @PACKAGE@
 
184
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
185
PACKAGE_CFLAGS = @PACKAGE_CFLAGS@
 
186
PACKAGE_LIBS = @PACKAGE_LIBS@
 
187
PACKAGE_NAME = @PACKAGE_NAME@
 
188
PACKAGE_STRING = @PACKAGE_STRING@
 
189
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
190
PACKAGE_URL = @PACKAGE_URL@
 
191
PACKAGE_VERSION = @PACKAGE_VERSION@
 
192
PATH_SEPARATOR = @PATH_SEPARATOR@
 
193
PKG_CONFIG = @PKG_CONFIG@
 
194
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
195
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
196
PLUGINS_LIST = @PLUGINS_LIST@
 
197
POFILES = @POFILES@
 
198
POSUB = @POSUB@
 
199
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
200
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
201
RANLIB = @RANLIB@
 
202
SED = @SED@
 
203
SET_MAKE = @SET_MAKE@
 
204
SHELL = @SHELL@
 
205
STRIP = @STRIP@
 
206
USE_NLS = @USE_NLS@
 
207
VERSION = @VERSION@
 
208
X11_CFLAGS = @X11_CFLAGS@
 
209
X11_LIBS = @X11_LIBS@
 
210
XGETTEXT = @XGETTEXT@
 
211
XMKMF = @XMKMF@
 
212
XMLCATALOG = @XMLCATALOG@
 
213
XML_CATALOG_FILE = @XML_CATALOG_FILE@
 
214
XSLTPROC = @XSLTPROC@
 
215
abs_builddir = @abs_builddir@
 
216
abs_srcdir = @abs_srcdir@
 
217
abs_top_builddir = @abs_top_builddir@
 
218
abs_top_srcdir = @abs_top_srcdir@
 
219
ac_ct_CC = @ac_ct_CC@
 
220
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
221
am__include = @am__include@
 
222
am__leading_dot = @am__leading_dot@
 
223
am__quote = @am__quote@
 
224
am__tar = @am__tar@
 
225
am__untar = @am__untar@
 
226
bindir = @bindir@
 
227
build = @build@
 
228
build_alias = @build_alias@
 
229
build_cpu = @build_cpu@
 
230
build_os = @build_os@
 
231
build_vendor = @build_vendor@
 
232
builddir = @builddir@
 
233
datadir = @datadir@
 
234
datarootdir = @datarootdir@
 
235
docdir = @docdir@
 
236
dvidir = @dvidir@
 
237
exec_prefix = @exec_prefix@
 
238
host = @host@
 
239
host_alias = @host_alias@
 
240
host_cpu = @host_cpu@
 
241
host_os = @host_os@
 
242
host_vendor = @host_vendor@
 
243
htmldir = @htmldir@
 
244
includedir = @includedir@
 
245
infodir = @infodir@
 
246
install_sh = @install_sh@
 
247
libdir = @libdir@
 
248
libexecdir = @libexecdir@
 
249
localedir = @localedir@
 
250
localstatedir = @localstatedir@
 
251
mandir = @mandir@
 
252
mkdir_p = @mkdir_p@
 
253
oldincludedir = @oldincludedir@
 
254
pdfdir = @pdfdir@
 
255
prefix = @prefix@
 
256
program_transform_name = @program_transform_name@
 
257
psdir = @psdir@
 
258
sbindir = @sbindir@
 
259
sharedstatedir = @sharedstatedir@
 
260
srcdir = @srcdir@
 
261
sysconfdir = @sysconfdir@
 
262
target_alias = @target_alias@
 
263
top_build_prefix = @top_build_prefix@
 
264
top_builddir = @top_builddir@
 
265
top_srcdir = @top_srcdir@
 
266
DIST_SUBDIRS = $(ALL_PLUGINS_LIST)
 
267
@BUILD_PLUGIN_LOADER_TRUE@DYNAMIC_PLUGINS = \
 
268
@BUILD_PLUGIN_LOADER_TRUE@      $(PLUGINS_LIST)
 
269
 
 
270
SUBDIRS = $(DYNAMIC_PLUGINS)
 
271
noinst_LIBRARIES = libbuiltin_plugins.a
 
272
INCLUDES = \
 
273
        -I$(top_srcdir) \
 
274
        -I$(top_srcdir)/include \
 
275
        -I$(top_srcdir)/src \
 
276
        -I$(top_srcdir)/src/plugins \
 
277
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
 
278
        -DPACKAGE_UI_DIR=\""$(datadir)/lxpanel/ui"\" \
 
279
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
 
280
        $(PACKAGE_CFLAGS) \
 
281
        $(G_CAST_CHECKS)
 
282
 
 
283
@ENABLE_MENU_CACHE_TRUE@MENU_SOURCES = \
 
284
@ENABLE_MENU_CACHE_TRUE@        menu.c
 
285
 
 
286
PLUGINS_SOURCES = \
 
287
        launchbar.c \
 
288
        taskbar.c \
 
289
        dclock.c \
 
290
        $(MENU_SOURCES) \
 
291
        separator.c \
 
292
        pager.c \
 
293
        space.c \
 
294
        tray.c \
 
295
        wincmd.c \
 
296
        dirmenu.c
 
297
 
 
298
libbuiltin_plugins_a_SOURCES = \
 
299
        $(PLUGINS_SOURCES)
 
300
 
 
301
libbuiltin_plugins_a_LIBADD = 
 
302
EXTRA_DIST = \
 
303
        icon.xpm
 
304
 
 
305
all: all-recursive
 
306
 
 
307
.SUFFIXES:
 
308
.SUFFIXES: .c .lo .o .obj
 
309
$(srcdir)/Makefile.in:  $(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 src/plugins/Makefile'; \
 
319
        $(am__cd) $(top_srcdir) && \
 
320
          $(AUTOMAKE) --gnu src/plugins/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:  $(am__configure_deps)
 
335
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
336
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
337
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
338
$(am__aclocal_m4_deps):
 
339
 
 
340
clean-noinstLIBRARIES:
 
341
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
342
libbuiltin_plugins.a: $(libbuiltin_plugins_a_OBJECTS) $(libbuiltin_plugins_a_DEPENDENCIES) 
 
343
        -rm -f libbuiltin_plugins.a
 
344
        $(libbuiltin_plugins_a_AR) libbuiltin_plugins.a $(libbuiltin_plugins_a_OBJECTS) $(libbuiltin_plugins_a_LIBADD)
 
345
        $(RANLIB) libbuiltin_plugins.a
 
346
 
 
347
mostlyclean-compile:
 
348
        -rm -f *.$(OBJEXT)
 
349
 
 
350
distclean-compile:
 
351
        -rm -f *.tab.c
 
352
 
 
353
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dclock.Po@am__quote@
 
354
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirmenu.Po@am__quote@
 
355
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/launchbar.Po@am__quote@
 
356
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/menu.Po@am__quote@
 
357
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pager.Po@am__quote@
 
358
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/separator.Po@am__quote@
 
359
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/space.Po@am__quote@
 
360
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/taskbar.Po@am__quote@
 
361
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tray.Po@am__quote@
 
362
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wincmd.Po@am__quote@
 
363
 
 
364
.c.o:
 
365
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
366
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
367
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
368
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
369
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
370
 
 
371
.c.obj:
 
372
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
373
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
374
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
375
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
376
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
377
 
 
378
.c.lo:
 
379
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
380
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
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
mostlyclean-libtool:
 
386
        -rm -f *.lo
 
387
 
 
388
clean-libtool:
 
389
        -rm -rf .libs _libs
 
390
 
 
391
# This directory's subdirectories are mostly independent; you can cd
 
392
# into them and run `make' without going through this Makefile.
 
393
# To change the values of `make' variables: instead of editing Makefiles,
 
394
# (1) if the variable is set in `config.status', edit `config.status'
 
395
#     (which will cause the Makefiles to be regenerated when you run `make');
 
396
# (2) otherwise, pass the desired values on the `make' command line.
 
397
$(RECURSIVE_TARGETS):
 
398
        @fail= failcom='exit 1'; \
 
399
        for f in x $$MAKEFLAGS; do \
 
400
          case $$f in \
 
401
            *=* | --[!k]*);; \
 
402
            *k*) failcom='fail=yes';; \
 
403
          esac; \
 
404
        done; \
 
405
        dot_seen=no; \
 
406
        target=`echo $@ | sed s/-recursive//`; \
 
407
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
408
          echo "Making $$target in $$subdir"; \
 
409
          if test "$$subdir" = "."; then \
 
410
            dot_seen=yes; \
 
411
            local_target="$$target-am"; \
 
412
          else \
 
413
            local_target="$$target"; \
 
414
          fi; \
 
415
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
416
          || eval $$failcom; \
 
417
        done; \
 
418
        if test "$$dot_seen" = "no"; then \
 
419
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
420
        fi; test -z "$$fail"
 
421
 
 
422
$(RECURSIVE_CLEAN_TARGETS):
 
423
        @fail= failcom='exit 1'; \
 
424
        for f in x $$MAKEFLAGS; do \
 
425
          case $$f in \
 
426
            *=* | --[!k]*);; \
 
427
            *k*) failcom='fail=yes';; \
 
428
          esac; \
 
429
        done; \
 
430
        dot_seen=no; \
 
431
        case "$@" in \
 
432
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
433
          *) list='$(SUBDIRS)' ;; \
 
434
        esac; \
 
435
        rev=''; for subdir in $$list; do \
 
436
          if test "$$subdir" = "."; then :; else \
 
437
            rev="$$subdir $$rev"; \
 
438
          fi; \
 
439
        done; \
 
440
        rev="$$rev ."; \
 
441
        target=`echo $@ | sed s/-recursive//`; \
 
442
        for subdir in $$rev; do \
 
443
          echo "Making $$target in $$subdir"; \
 
444
          if test "$$subdir" = "."; then \
 
445
            local_target="$$target-am"; \
 
446
          else \
 
447
            local_target="$$target"; \
 
448
          fi; \
 
449
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
450
          || eval $$failcom; \
 
451
        done && test -z "$$fail"
 
452
tags-recursive:
 
453
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
454
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
455
        done
 
456
ctags-recursive:
 
457
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
458
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
459
        done
 
460
 
 
461
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
462
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
463
        unique=`for i in $$list; do \
 
464
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
465
          done | \
 
466
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
467
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
468
        mkid -fID $$unique
 
469
tags: TAGS
 
470
 
 
471
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
472
                $(TAGS_FILES) $(LISP)
 
473
        set x; \
 
474
        here=`pwd`; \
 
475
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
476
          include_option=--etags-include; \
 
477
          empty_fix=.; \
 
478
        else \
 
479
          include_option=--include; \
 
480
          empty_fix=; \
 
481
        fi; \
 
482
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
483
          if test "$$subdir" = .; then :; else \
 
484
            test ! -f $$subdir/TAGS || \
 
485
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
486
          fi; \
 
487
        done; \
 
488
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
489
        unique=`for i in $$list; do \
 
490
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
491
          done | \
 
492
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
493
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
494
        shift; \
 
495
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
496
          test -n "$$unique" || unique=$$empty_fix; \
 
497
          if test $$# -gt 0; then \
 
498
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
499
              "$$@" $$unique; \
 
500
          else \
 
501
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
502
              $$unique; \
 
503
          fi; \
 
504
        fi
 
505
ctags: CTAGS
 
506
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
507
                $(TAGS_FILES) $(LISP)
 
508
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
509
        unique=`for i in $$list; do \
 
510
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
511
          done | \
 
512
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
513
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
514
        test -z "$(CTAGS_ARGS)$$unique" \
 
515
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
516
             $$unique
 
517
 
 
518
GTAGS:
 
519
        here=`$(am__cd) $(top_builddir) && pwd` \
 
520
          && $(am__cd) $(top_srcdir) \
 
521
          && gtags -i $(GTAGS_ARGS) "$$here"
 
522
 
 
523
distclean-tags:
 
524
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
525
 
 
526
distdir: $(DISTFILES)
 
527
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
528
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
529
        list='$(DISTFILES)'; \
 
530
          dist_files=`for file in $$list; do echo $$file; done | \
 
531
          sed -e "s|^$$srcdirstrip/||;t" \
 
532
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
533
        case $$dist_files in \
 
534
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
535
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
536
                           sort -u` ;; \
 
537
        esac; \
 
538
        for file in $$dist_files; do \
 
539
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
540
          if test -d $$d/$$file; then \
 
541
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
542
            if test -d "$(distdir)/$$file"; then \
 
543
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
544
            fi; \
 
545
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
546
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
547
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
548
            fi; \
 
549
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
550
          else \
 
551
            test -f "$(distdir)/$$file" \
 
552
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
553
            || exit 1; \
 
554
          fi; \
 
555
        done
 
556
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
557
          if test "$$subdir" = .; then :; else \
 
558
            test -d "$(distdir)/$$subdir" \
 
559
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
560
            || exit 1; \
 
561
          fi; \
 
562
        done
 
563
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
564
          if test "$$subdir" = .; then :; else \
 
565
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
566
            $(am__relativize); \
 
567
            new_distdir=$$reldir; \
 
568
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
569
            $(am__relativize); \
 
570
            new_top_distdir=$$reldir; \
 
571
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
572
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
573
            ($(am__cd) $$subdir && \
 
574
              $(MAKE) $(AM_MAKEFLAGS) \
 
575
                top_distdir="$$new_top_distdir" \
 
576
                distdir="$$new_distdir" \
 
577
                am__remove_distdir=: \
 
578
                am__skip_length_check=: \
 
579
                am__skip_mode_fix=: \
 
580
                distdir) \
 
581
              || exit 1; \
 
582
          fi; \
 
583
        done
 
584
check-am: all-am
 
585
check: check-recursive
 
586
all-am: Makefile $(LIBRARIES)
 
587
installdirs: installdirs-recursive
 
588
installdirs-am:
 
589
install: install-recursive
 
590
install-exec: install-exec-recursive
 
591
install-data: install-data-recursive
 
592
uninstall: uninstall-recursive
 
593
 
 
594
install-am: all-am
 
595
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
596
 
 
597
installcheck: installcheck-recursive
 
598
install-strip:
 
599
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
600
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
601
          `test -z '$(STRIP)' || \
 
602
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
603
mostlyclean-generic:
 
604
 
 
605
clean-generic:
 
606
 
 
607
distclean-generic:
 
608
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
609
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
610
 
 
611
maintainer-clean-generic:
 
612
        @echo "This command is intended for maintainers to use"
 
613
        @echo "it deletes files that may require special tools to rebuild."
 
614
clean: clean-recursive
 
615
 
 
616
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
 
617
        mostlyclean-am
 
618
 
 
619
distclean: distclean-recursive
 
620
        -rm -rf ./$(DEPDIR)
 
621
        -rm -f Makefile
 
622
distclean-am: clean-am distclean-compile distclean-generic \
 
623
        distclean-tags
 
624
 
 
625
dvi: dvi-recursive
 
626
 
 
627
dvi-am:
 
628
 
 
629
html: html-recursive
 
630
 
 
631
html-am:
 
632
 
 
633
info: info-recursive
 
634
 
 
635
info-am:
 
636
 
 
637
install-data-am:
 
638
 
 
639
install-dvi: install-dvi-recursive
 
640
 
 
641
install-dvi-am:
 
642
 
 
643
install-exec-am:
 
644
        @$(NORMAL_INSTALL)
 
645
        $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
 
646
install-html: install-html-recursive
 
647
 
 
648
install-html-am:
 
649
 
 
650
install-info: install-info-recursive
 
651
 
 
652
install-info-am:
 
653
 
 
654
install-man:
 
655
 
 
656
install-pdf: install-pdf-recursive
 
657
 
 
658
install-pdf-am:
 
659
 
 
660
install-ps: install-ps-recursive
 
661
 
 
662
install-ps-am:
 
663
 
 
664
installcheck-am:
 
665
 
 
666
maintainer-clean: maintainer-clean-recursive
 
667
        -rm -rf ./$(DEPDIR)
 
668
        -rm -f Makefile
 
669
maintainer-clean-am: distclean-am maintainer-clean-generic
 
670
 
 
671
mostlyclean: mostlyclean-recursive
 
672
 
 
673
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
674
        mostlyclean-libtool
 
675
 
 
676
pdf: pdf-recursive
 
677
 
 
678
pdf-am:
 
679
 
 
680
ps: ps-recursive
 
681
 
 
682
ps-am:
 
683
 
 
684
uninstall-am:
 
685
 
 
686
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
687
        install-am install-exec-am install-strip tags-recursive
 
688
 
 
689
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
690
        all all-am check check-am clean clean-generic clean-libtool \
 
691
        clean-noinstLIBRARIES ctags ctags-recursive distclean \
 
692
        distclean-compile distclean-generic distclean-libtool \
 
693
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
694
        install install-am install-data install-data-am install-dvi \
 
695
        install-dvi-am install-exec install-exec-am install-exec-hook \
 
696
        install-html install-html-am install-info install-info-am \
 
697
        install-man install-pdf install-pdf-am install-ps \
 
698
        install-ps-am install-strip installcheck installcheck-am \
 
699
        installdirs installdirs-am maintainer-clean \
 
700
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
701
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
702
        tags tags-recursive uninstall uninstall-am
 
703
 
 
704
 
 
705
install-exec-hook:
 
706
        rm -f $(DESTDIR)$(libdir)/lxpanel/plugins/*.la
 
707
        rm -f $(DESTDIR)$(libdir)/lxpanel/plugins/*.a
 
708
        rm -f $(DESTDIR)$(libdir)/lxpanel/plugins/*.
 
709
 
 
710
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
711
# Otherwise a system limit (for SysV at least) may be exceeded.
 
712
.NOEXPORT: