~ubuntu-branches/ubuntu/vivid/gtk2-engines/vivid

« back to all changes in this revision

Viewing changes to .pc/90_autoreconf.patch/engines/support/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Loïc Minier
  • Date: 2011-12-01 15:44:02 UTC
  • Revision ID: package-import@ubuntu.com-20111201154402-xyv9lqrl8jxnz1er
Tags: 1:2.20.2-0ubuntu2
* Update watch file to only track GNOME 2.20 as gtk-engines was then ported
  to gtk3 and finally abandoned.
* Fix FTBFS due to missing -lm.
  - New patch 20_link-with-libm, adds AC_CHECK_LIBM and AC_SUBST(LIBM) to
    configure.ac and $(LIBM) to Makefile.am files for engines which need it
    in LIBADD.
  - New patch 90_autoreconf, generated with autoreconf -fi %% rm -rf
    autom4te.cache engines/support/*~; needed for 20_link-with-libm.
  - Drop patch 99_ltmain_as-needed, doesn't apply anymore since the addition
    of 90_autoreconf, but is probably obsoleted by it.

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 = engines/support
 
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
39
        $(srcdir)/config.h.in
 
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
41
am__aclocal_m4_deps = $(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 = config.h
 
46
CONFIG_CLEAN_FILES =
 
47
CONFIG_CLEAN_VPATH_FILES =
 
48
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
49
libsupport_la_LIBADD =
 
50
am_libsupport_la_OBJECTS = cairo-support.lo widget-information.lo
 
51
libsupport_la_OBJECTS = $(am_libsupport_la_OBJECTS)
 
52
AM_V_lt = $(am__v_lt_$(V))
 
53
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
54
am__v_lt_0 = --silent
 
55
DEFAULT_INCLUDES = -I.@am__isrc@
 
56
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
57
am__depfiles_maybe = depfiles
 
58
am__mv = mv -f
 
59
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
60
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
61
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
62
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
63
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
64
        $(AM_CFLAGS) $(CFLAGS)
 
65
AM_V_CC = $(am__v_CC_$(V))
 
66
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
67
am__v_CC_0 = @echo "  CC    " $@;
 
68
AM_V_at = $(am__v_at_$(V))
 
69
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
70
am__v_at_0 = @
 
71
CCLD = $(CC)
 
72
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
73
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
74
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
75
AM_V_CCLD = $(am__v_CCLD_$(V))
 
76
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
77
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
78
AM_V_GEN = $(am__v_GEN_$(V))
 
79
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
80
am__v_GEN_0 = @echo "  GEN   " $@;
 
81
SOURCES = $(libsupport_la_SOURCES)
 
82
DIST_SOURCES = $(libsupport_la_SOURCES)
 
83
ETAGS = etags
 
84
CTAGS = ctags
 
85
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
86
ACLOCAL = @ACLOCAL@
 
87
ALL_LINGUAS = @ALL_LINGUAS@
 
88
AMTAR = @AMTAR@
 
89
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
90
AR = @AR@
 
91
AS = @AS@
 
92
AUTOCONF = @AUTOCONF@
 
93
AUTOHEADER = @AUTOHEADER@
 
94
AUTOMAKE = @AUTOMAKE@
 
95
AWK = @AWK@
 
96
BUILD_ENGINES = @BUILD_ENGINES@
 
97
BUILD_SCHEMAS = @BUILD_SCHEMAS@
 
98
BUILD_THEMES = @BUILD_THEMES@
 
99
CATALOGS = @CATALOGS@
 
100
CATOBJEXT = @CATOBJEXT@
 
101
CC = @CC@
 
102
CCDEPMODE = @CCDEPMODE@
 
103
CFLAGS = @CFLAGS@
 
104
CPP = @CPP@
 
105
CPPFLAGS = @CPPFLAGS@
 
106
CYGPATH_W = @CYGPATH_W@
 
107
DATADIRNAME = @DATADIRNAME@
 
108
DEFS = @DEFS@
 
109
DEPDIR = @DEPDIR@
 
110
DEVELOPMENT_CFLAGS = @DEVELOPMENT_CFLAGS@
 
111
DLLTOOL = @DLLTOOL@
 
112
DSYMUTIL = @DSYMUTIL@
 
113
DUMPBIN = @DUMPBIN@
 
114
ECHO_C = @ECHO_C@
 
115
ECHO_N = @ECHO_N@
 
116
ECHO_T = @ECHO_T@
 
117
EGREP = @EGREP@
 
118
EXEEXT = @EXEEXT@
 
119
FGREP = @FGREP@
 
120
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
121
GMOFILES = @GMOFILES@
 
122
GMSGFMT = @GMSGFMT@
 
123
GREP = @GREP@
 
124
GTK_CFLAGS = @GTK_CFLAGS@
 
125
GTK_LIBS = @GTK_LIBS@
 
126
GTK_VERSION = @GTK_VERSION@
 
127
INSTALL = @INSTALL@
 
128
INSTALL_DATA = @INSTALL_DATA@
 
129
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
130
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
131
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
132
INSTOBJEXT = @INSTOBJEXT@
 
133
INTLLIBS = @INTLLIBS@
 
134
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
135
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
136
INTLTOOL_PERL = @INTLTOOL_PERL@
 
137
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
138
LD = @LD@
 
139
LDFLAGS = @LDFLAGS@
 
140
LIBOBJS = @LIBOBJS@
 
141
LIBS = @LIBS@
 
142
LIBTOOL = @LIBTOOL@
 
143
LIPO = @LIPO@
 
144
LN_S = @LN_S@
 
145
LTLIBOBJS = @LTLIBOBJS@
 
146
LUA_CFLAGS = @LUA_CFLAGS@
 
147
LUA_LIBS = @LUA_LIBS@
 
148
MAINT = @MAINT@
 
149
MAKEINFO = @MAKEINFO@
 
150
MKDIR_P = @MKDIR_P@
 
151
MKINSTALLDIRS = @MKINSTALLDIRS@
 
152
MSGFMT = @MSGFMT@
 
153
MSGFMT_OPTS = @MSGFMT_OPTS@
 
154
MSGMERGE = @MSGMERGE@
 
155
NM = @NM@
 
156
NMEDIT = @NMEDIT@
 
157
OBJDUMP = @OBJDUMP@
 
158
OBJEXT = @OBJEXT@
 
159
OTOOL = @OTOOL@
 
160
OTOOL64 = @OTOOL64@
 
161
PACKAGE = @PACKAGE@
 
162
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
163
PACKAGE_NAME = @PACKAGE_NAME@
 
164
PACKAGE_STRING = @PACKAGE_STRING@
 
165
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
166
PACKAGE_URL = @PACKAGE_URL@
 
167
PACKAGE_VERSION = @PACKAGE_VERSION@
 
168
PATH_SEPARATOR = @PATH_SEPARATOR@
 
169
PKG_CONFIG = @PKG_CONFIG@
 
170
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
171
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
172
POFILES = @POFILES@
 
173
POSUB = @POSUB@
 
174
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
175
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
176
RANLIB = @RANLIB@
 
177
SED = @SED@
 
178
SET_MAKE = @SET_MAKE@
 
179
SHELL = @SHELL@
 
180
STRIP = @STRIP@
 
181
USE_NLS = @USE_NLS@
 
182
VERSION = @VERSION@
 
183
XGETTEXT = @XGETTEXT@
 
184
abs_builddir = @abs_builddir@
 
185
abs_srcdir = @abs_srcdir@
 
186
abs_top_builddir = @abs_top_builddir@
 
187
abs_top_srcdir = @abs_top_srcdir@
 
188
ac_ct_CC = @ac_ct_CC@
 
189
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
190
am__include = @am__include@
 
191
am__leading_dot = @am__leading_dot@
 
192
am__quote = @am__quote@
 
193
am__tar = @am__tar@
 
194
am__untar = @am__untar@
 
195
bindir = @bindir@
 
196
build = @build@
 
197
build_alias = @build_alias@
 
198
build_cpu = @build_cpu@
 
199
build_os = @build_os@
 
200
build_vendor = @build_vendor@
 
201
builddir = @builddir@
 
202
datadir = @datadir@
 
203
datarootdir = @datarootdir@
 
204
docdir = @docdir@
 
205
dvidir = @dvidir@
 
206
exec_prefix = @exec_prefix@
 
207
host = @host@
 
208
host_alias = @host_alias@
 
209
host_cpu = @host_cpu@
 
210
host_os = @host_os@
 
211
host_vendor = @host_vendor@
 
212
htmldir = @htmldir@
 
213
includedir = @includedir@
 
214
infodir = @infodir@
 
215
install_sh = @install_sh@
 
216
libdir = @libdir@
 
217
libexecdir = @libexecdir@
 
218
localedir = @localedir@
 
219
localstatedir = @localstatedir@
 
220
lt_ECHO = @lt_ECHO@
 
221
mandir = @mandir@
 
222
mkdir_p = @mkdir_p@
 
223
oldincludedir = @oldincludedir@
 
224
pdfdir = @pdfdir@
 
225
prefix = @prefix@
 
226
program_transform_name = @program_transform_name@
 
227
psdir = @psdir@
 
228
sbindir = @sbindir@
 
229
sharedstatedir = @sharedstatedir@
 
230
srcdir = @srcdir@
 
231
sysconfdir = @sysconfdir@
 
232
target_alias = @target_alias@
 
233
top_build_prefix = @top_build_prefix@
 
234
top_builddir = @top_builddir@
 
235
top_srcdir = @top_srcdir@
 
236
noinst_LTLIBRARIES = libsupport.la
 
237
INCLUDES = $(GTK_CFLAGS) $(DEVELOPMENT_CFLAGS)
 
238
EXTRA_DIST = ./config.h.in
 
239
libsupport_la_SOURCES = \
 
240
        ./cairo-support.c       \
 
241
        ./cairo-support.h       \
 
242
        ./general-support.h     \
 
243
        ./widget-information.c  \
 
244
        ./widget-information.h  \
 
245
        ./ge-support.h          \
 
246
        ./config.h
 
247
 
 
248
all: config.h
 
249
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
250
 
 
251
.SUFFIXES:
 
252
.SUFFIXES: .c .lo .o .obj
 
253
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
254
        @for dep in $?; do \
 
255
          case '$(am__configure_deps)' in \
 
256
            *$$dep*) \
 
257
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
258
                && { if test -f $@; then exit 0; else break; fi; }; \
 
259
              exit 1;; \
 
260
          esac; \
 
261
        done; \
 
262
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu engines/support/Makefile'; \
 
263
        $(am__cd) $(top_srcdir) && \
 
264
          $(AUTOMAKE) --gnu engines/support/Makefile
 
265
.PRECIOUS: Makefile
 
266
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
267
        @case '$?' in \
 
268
          *config.status*) \
 
269
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
270
          *) \
 
271
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
272
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
273
        esac;
 
274
 
 
275
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
276
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
277
 
 
278
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
279
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
280
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
281
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
282
$(am__aclocal_m4_deps):
 
283
 
 
284
config.h: stamp-h1
 
285
        @if test ! -f $@; then \
 
286
          rm -f stamp-h1; \
 
287
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
 
288
        else :; fi
 
289
 
 
290
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
291
        @rm -f stamp-h1
 
292
        cd $(top_builddir) && $(SHELL) ./config.status engines/support/config.h
 
293
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
 
294
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
 
295
        rm -f stamp-h1
 
296
        touch $@
 
297
 
 
298
distclean-hdr:
 
299
        -rm -f config.h stamp-h1
 
300
 
 
301
clean-noinstLTLIBRARIES:
 
302
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
303
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
304
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
305
          test "$$dir" != "$$p" || dir=.; \
 
306
          echo "rm -f \"$${dir}/so_locations\""; \
 
307
          rm -f "$${dir}/so_locations"; \
 
308
        done
 
309
libsupport.la: $(libsupport_la_OBJECTS) $(libsupport_la_DEPENDENCIES) 
 
310
        $(AM_V_CCLD)$(LINK)  $(libsupport_la_OBJECTS) $(libsupport_la_LIBADD) $(LIBS)
 
311
 
 
312
mostlyclean-compile:
 
313
        -rm -f *.$(OBJEXT)
 
314
 
 
315
distclean-compile:
 
316
        -rm -f *.tab.c
 
317
 
 
318
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cairo-support.Plo@am__quote@
 
319
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/widget-information.Plo@am__quote@
 
320
 
 
321
.c.o:
 
322
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
323
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
324
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
325
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
326
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
327
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
328
 
 
329
.c.obj:
 
330
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
331
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
332
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
333
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
334
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
335
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
336
 
 
337
.c.lo:
 
338
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
339
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
340
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
341
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
342
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
343
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
344
 
 
345
cairo-support.lo: ./cairo-support.c
 
346
@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) $(AM_CFLAGS) $(CFLAGS) -MT cairo-support.lo -MD -MP -MF $(DEPDIR)/cairo-support.Tpo -c -o cairo-support.lo `test -f './cairo-support.c' || echo '$(srcdir)/'`./cairo-support.c
 
347
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cairo-support.Tpo $(DEPDIR)/cairo-support.Plo
 
348
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
349
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='./cairo-support.c' object='cairo-support.lo' libtool=yes @AMDEPBACKSLASH@
 
350
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
351
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cairo-support.lo `test -f './cairo-support.c' || echo '$(srcdir)/'`./cairo-support.c
 
352
 
 
353
widget-information.lo: ./widget-information.c
 
354
@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) $(AM_CFLAGS) $(CFLAGS) -MT widget-information.lo -MD -MP -MF $(DEPDIR)/widget-information.Tpo -c -o widget-information.lo `test -f './widget-information.c' || echo '$(srcdir)/'`./widget-information.c
 
355
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/widget-information.Tpo $(DEPDIR)/widget-information.Plo
 
356
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
357
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='./widget-information.c' object='widget-information.lo' libtool=yes @AMDEPBACKSLASH@
 
358
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
359
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o widget-information.lo `test -f './widget-information.c' || echo '$(srcdir)/'`./widget-information.c
 
360
 
 
361
mostlyclean-libtool:
 
362
        -rm -f *.lo
 
363
 
 
364
clean-libtool:
 
365
        -rm -rf .libs _libs
 
366
 
 
367
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
368
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
369
        unique=`for i in $$list; do \
 
370
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
371
          done | \
 
372
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
373
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
374
        mkid -fID $$unique
 
375
tags: TAGS
 
376
 
 
377
TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
378
                $(TAGS_FILES) $(LISP)
 
379
        set x; \
 
380
        here=`pwd`; \
 
381
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
382
        unique=`for i in $$list; do \
 
383
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
384
          done | \
 
385
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
386
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
387
        shift; \
 
388
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
389
          test -n "$$unique" || unique=$$empty_fix; \
 
390
          if test $$# -gt 0; then \
 
391
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
392
              "$$@" $$unique; \
 
393
          else \
 
394
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
395
              $$unique; \
 
396
          fi; \
 
397
        fi
 
398
ctags: CTAGS
 
399
CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
400
                $(TAGS_FILES) $(LISP)
 
401
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
402
        unique=`for i in $$list; do \
 
403
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
404
          done | \
 
405
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
406
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
407
        test -z "$(CTAGS_ARGS)$$unique" \
 
408
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
409
             $$unique
 
410
 
 
411
GTAGS:
 
412
        here=`$(am__cd) $(top_builddir) && pwd` \
 
413
          && $(am__cd) $(top_srcdir) \
 
414
          && gtags -i $(GTAGS_ARGS) "$$here"
 
415
 
 
416
distclean-tags:
 
417
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
418
 
 
419
distdir: $(DISTFILES)
 
420
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
421
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
422
        list='$(DISTFILES)'; \
 
423
          dist_files=`for file in $$list; do echo $$file; done | \
 
424
          sed -e "s|^$$srcdirstrip/||;t" \
 
425
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
426
        case $$dist_files in \
 
427
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
428
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
429
                           sort -u` ;; \
 
430
        esac; \
 
431
        for file in $$dist_files; do \
 
432
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
433
          if test -d $$d/$$file; then \
 
434
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
435
            if test -d "$(distdir)/$$file"; then \
 
436
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
437
            fi; \
 
438
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
439
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
440
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
441
            fi; \
 
442
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
443
          else \
 
444
            test -f "$(distdir)/$$file" \
 
445
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
446
            || exit 1; \
 
447
          fi; \
 
448
        done
 
449
check-am: all-am
 
450
check: check-am
 
451
all-am: Makefile $(LTLIBRARIES) config.h
 
452
installdirs:
 
453
install: install-am
 
454
install-exec: install-exec-am
 
455
install-data: install-data-am
 
456
uninstall: uninstall-am
 
457
 
 
458
install-am: all-am
 
459
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
460
 
 
461
installcheck: installcheck-am
 
462
install-strip:
 
463
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
464
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
465
          `test -z '$(STRIP)' || \
 
466
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
467
mostlyclean-generic:
 
468
 
 
469
clean-generic:
 
470
 
 
471
distclean-generic:
 
472
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
473
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
474
 
 
475
maintainer-clean-generic:
 
476
        @echo "This command is intended for maintainers to use"
 
477
        @echo "it deletes files that may require special tools to rebuild."
 
478
clean: clean-am
 
479
 
 
480
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
481
        mostlyclean-am
 
482
 
 
483
distclean: distclean-am
 
484
        -rm -rf ./$(DEPDIR)
 
485
        -rm -f Makefile
 
486
distclean-am: clean-am distclean-compile distclean-generic \
 
487
        distclean-hdr distclean-tags
 
488
 
 
489
dvi: dvi-am
 
490
 
 
491
dvi-am:
 
492
 
 
493
html: html-am
 
494
 
 
495
html-am:
 
496
 
 
497
info: info-am
 
498
 
 
499
info-am:
 
500
 
 
501
install-data-am:
 
502
 
 
503
install-dvi: install-dvi-am
 
504
 
 
505
install-dvi-am:
 
506
 
 
507
install-exec-am:
 
508
 
 
509
install-html: install-html-am
 
510
 
 
511
install-html-am:
 
512
 
 
513
install-info: install-info-am
 
514
 
 
515
install-info-am:
 
516
 
 
517
install-man:
 
518
 
 
519
install-pdf: install-pdf-am
 
520
 
 
521
install-pdf-am:
 
522
 
 
523
install-ps: install-ps-am
 
524
 
 
525
install-ps-am:
 
526
 
 
527
installcheck-am:
 
528
 
 
529
maintainer-clean: maintainer-clean-am
 
530
        -rm -rf ./$(DEPDIR)
 
531
        -rm -f Makefile
 
532
maintainer-clean-am: distclean-am maintainer-clean-generic
 
533
 
 
534
mostlyclean: mostlyclean-am
 
535
 
 
536
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
537
        mostlyclean-libtool
 
538
 
 
539
pdf: pdf-am
 
540
 
 
541
pdf-am:
 
542
 
 
543
ps: ps-am
 
544
 
 
545
ps-am:
 
546
 
 
547
uninstall-am:
 
548
 
 
549
.MAKE: all install-am install-strip
 
550
 
 
551
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
552
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
 
553
        distclean-compile distclean-generic distclean-hdr \
 
554
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
555
        html-am info info-am install install-am install-data \
 
556
        install-data-am install-dvi install-dvi-am install-exec \
 
557
        install-exec-am install-html install-html-am install-info \
 
558
        install-info-am install-man install-pdf install-pdf-am \
 
559
        install-ps install-ps-am install-strip installcheck \
 
560
        installcheck-am installdirs maintainer-clean \
 
561
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
562
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
563
        tags uninstall uninstall-am
 
564
 
 
565
 
 
566
-include $(top_srcdir)/git.mk
 
567
 
 
568
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
569
# Otherwise a system limit (for SysV at least) may be exceeded.
 
570
.NOEXPORT: