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

« back to all changes in this revision

Viewing changes to .pc/90_autoreconf.patch/engines/hc/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
# High Contrast - a cairo based GTK+ engine
 
19
# Copyright (C) 2003 Sun Microsystems Inc.
 
20
# Copyright (C) 2005-2006 Andrew Johnson <acjgenius@earthlink.net>
 
21
#
 
22
# This library is free software; you can redistribute it and/or
 
23
# modify it under the terms of the GNU Lesser General Public
 
24
# License as published by the Free Software Foundation; either
 
25
# version 2.1 of the License, or (at your option) any later version.
 
26
#
 
27
# This library is distributed in the hope that it will be useful,
 
28
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
29
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
30
# Lesser General Public License for more details.
 
31
#
 
32
# You should have received a copy of the GNU Lesser General Public
 
33
# License along with this library; if not, write to the Free Software
 
34
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
35
#
 
36
# Project contact: <gnome-themes-list@gnome.org>
 
37
#
 
38
 
 
39
VPATH = @srcdir@
 
40
pkgdatadir = $(datadir)/@PACKAGE@
 
41
pkgincludedir = $(includedir)/@PACKAGE@
 
42
pkglibdir = $(libdir)/@PACKAGE@
 
43
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
44
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
45
install_sh_DATA = $(install_sh) -c -m 644
 
46
install_sh_PROGRAM = $(install_sh) -c
 
47
install_sh_SCRIPT = $(install_sh) -c
 
48
INSTALL_HEADER = $(INSTALL_DATA)
 
49
transform = $(program_transform_name)
 
50
NORMAL_INSTALL = :
 
51
PRE_INSTALL = :
 
52
POST_INSTALL = :
 
53
NORMAL_UNINSTALL = :
 
54
PRE_UNINSTALL = :
 
55
POST_UNINSTALL = :
 
56
build_triplet = @build@
 
57
host_triplet = @host@
 
58
subdir = engines/hc
 
59
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in AUTHORS
 
60
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
61
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
62
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
63
        $(ACLOCAL_M4)
 
64
mkinstalldirs = $(install_sh) -d
 
65
CONFIG_HEADER = $(top_builddir)/engines/support/config.h
 
66
CONFIG_CLEAN_FILES =
 
67
CONFIG_CLEAN_VPATH_FILES =
 
68
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
69
am__vpath_adj = case $$p in \
 
70
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
71
    *) f=$$p;; \
 
72
  esac;
 
73
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
74
am__install_max = 40
 
75
am__nobase_strip_setup = \
 
76
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
77
am__nobase_strip = \
 
78
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
79
am__nobase_list = $(am__nobase_strip_setup); \
 
80
  for p in $$list; do echo "$$p $$p"; done | \
 
81
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
82
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
83
    if (++n[$$2] == $(am__install_max)) \
 
84
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
85
    END { for (dir in files) print dir, files[dir] }'
 
86
am__base_list = \
 
87
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
88
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
89
am__installdirs = "$(DESTDIR)$(enginedir)"
 
90
LTLIBRARIES = $(engine_LTLIBRARIES)
 
91
am__DEPENDENCIES_1 =
 
92
libhcengine_la_DEPENDENCIES =  \
 
93
        $(top_builddir)/engines/support/libsupport.la \
 
94
        $(am__DEPENDENCIES_1)
 
95
am_libhcengine_la_OBJECTS = hc_gtk2_engine.lo hc_gtk2_support.lo \
 
96
        hc-style.lo
 
97
libhcengine_la_OBJECTS = $(am_libhcengine_la_OBJECTS)
 
98
AM_V_lt = $(am__v_lt_$(V))
 
99
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
100
am__v_lt_0 = --silent
 
101
libhcengine_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
 
102
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
103
        $(AM_CFLAGS) $(CFLAGS) $(libhcengine_la_LDFLAGS) $(LDFLAGS) -o \
 
104
        $@
 
105
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/engines/support
 
106
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
107
am__depfiles_maybe = depfiles
 
108
am__mv = mv -f
 
109
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
110
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
111
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
112
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
113
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
114
        $(AM_CFLAGS) $(CFLAGS)
 
115
AM_V_CC = $(am__v_CC_$(V))
 
116
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
117
am__v_CC_0 = @echo "  CC    " $@;
 
118
AM_V_at = $(am__v_at_$(V))
 
119
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
120
am__v_at_0 = @
 
121
CCLD = $(CC)
 
122
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
123
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
124
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
125
AM_V_CCLD = $(am__v_CCLD_$(V))
 
126
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
127
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
128
AM_V_GEN = $(am__v_GEN_$(V))
 
129
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
130
am__v_GEN_0 = @echo "  GEN   " $@;
 
131
SOURCES = $(libhcengine_la_SOURCES)
 
132
DIST_SOURCES = $(libhcengine_la_SOURCES)
 
133
ETAGS = etags
 
134
CTAGS = ctags
 
135
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
136
ACLOCAL = @ACLOCAL@
 
137
ALL_LINGUAS = @ALL_LINGUAS@
 
138
AMTAR = @AMTAR@
 
139
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
140
AR = @AR@
 
141
AS = @AS@
 
142
AUTOCONF = @AUTOCONF@
 
143
AUTOHEADER = @AUTOHEADER@
 
144
AUTOMAKE = @AUTOMAKE@
 
145
AWK = @AWK@
 
146
BUILD_ENGINES = @BUILD_ENGINES@
 
147
BUILD_SCHEMAS = @BUILD_SCHEMAS@
 
148
BUILD_THEMES = @BUILD_THEMES@
 
149
CATALOGS = @CATALOGS@
 
150
CATOBJEXT = @CATOBJEXT@
 
151
CC = @CC@
 
152
CCDEPMODE = @CCDEPMODE@
 
153
CFLAGS = @CFLAGS@
 
154
CPP = @CPP@
 
155
CPPFLAGS = @CPPFLAGS@
 
156
CYGPATH_W = @CYGPATH_W@
 
157
DATADIRNAME = @DATADIRNAME@
 
158
DEFS = @DEFS@
 
159
DEPDIR = @DEPDIR@
 
160
DEVELOPMENT_CFLAGS = @DEVELOPMENT_CFLAGS@
 
161
DLLTOOL = @DLLTOOL@
 
162
DSYMUTIL = @DSYMUTIL@
 
163
DUMPBIN = @DUMPBIN@
 
164
ECHO_C = @ECHO_C@
 
165
ECHO_N = @ECHO_N@
 
166
ECHO_T = @ECHO_T@
 
167
EGREP = @EGREP@
 
168
EXEEXT = @EXEEXT@
 
169
FGREP = @FGREP@
 
170
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
171
GMOFILES = @GMOFILES@
 
172
GMSGFMT = @GMSGFMT@
 
173
GREP = @GREP@
 
174
GTK_CFLAGS = @GTK_CFLAGS@
 
175
GTK_LIBS = @GTK_LIBS@
 
176
GTK_VERSION = @GTK_VERSION@
 
177
INSTALL = @INSTALL@
 
178
INSTALL_DATA = @INSTALL_DATA@
 
179
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
180
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
181
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
182
INSTOBJEXT = @INSTOBJEXT@
 
183
INTLLIBS = @INTLLIBS@
 
184
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
185
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
186
INTLTOOL_PERL = @INTLTOOL_PERL@
 
187
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
188
LD = @LD@
 
189
LDFLAGS = @LDFLAGS@
 
190
LIBOBJS = @LIBOBJS@
 
191
LIBS = @LIBS@
 
192
LIBTOOL = @LIBTOOL@
 
193
LIPO = @LIPO@
 
194
LN_S = @LN_S@
 
195
LTLIBOBJS = @LTLIBOBJS@
 
196
LUA_CFLAGS = @LUA_CFLAGS@
 
197
LUA_LIBS = @LUA_LIBS@
 
198
MAINT = @MAINT@
 
199
MAKEINFO = @MAKEINFO@
 
200
MKDIR_P = @MKDIR_P@
 
201
MKINSTALLDIRS = @MKINSTALLDIRS@
 
202
MSGFMT = @MSGFMT@
 
203
MSGFMT_OPTS = @MSGFMT_OPTS@
 
204
MSGMERGE = @MSGMERGE@
 
205
NM = @NM@
 
206
NMEDIT = @NMEDIT@
 
207
OBJDUMP = @OBJDUMP@
 
208
OBJEXT = @OBJEXT@
 
209
OTOOL = @OTOOL@
 
210
OTOOL64 = @OTOOL64@
 
211
PACKAGE = @PACKAGE@
 
212
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
213
PACKAGE_NAME = @PACKAGE_NAME@
 
214
PACKAGE_STRING = @PACKAGE_STRING@
 
215
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
216
PACKAGE_URL = @PACKAGE_URL@
 
217
PACKAGE_VERSION = @PACKAGE_VERSION@
 
218
PATH_SEPARATOR = @PATH_SEPARATOR@
 
219
PKG_CONFIG = @PKG_CONFIG@
 
220
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
221
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
222
POFILES = @POFILES@
 
223
POSUB = @POSUB@
 
224
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
225
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
226
RANLIB = @RANLIB@
 
227
SED = @SED@
 
228
SET_MAKE = @SET_MAKE@
 
229
SHELL = @SHELL@
 
230
STRIP = @STRIP@
 
231
USE_NLS = @USE_NLS@
 
232
VERSION = @VERSION@
 
233
XGETTEXT = @XGETTEXT@
 
234
abs_builddir = @abs_builddir@
 
235
abs_srcdir = @abs_srcdir@
 
236
abs_top_builddir = @abs_top_builddir@
 
237
abs_top_srcdir = @abs_top_srcdir@
 
238
ac_ct_CC = @ac_ct_CC@
 
239
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
240
am__include = @am__include@
 
241
am__leading_dot = @am__leading_dot@
 
242
am__quote = @am__quote@
 
243
am__tar = @am__tar@
 
244
am__untar = @am__untar@
 
245
bindir = @bindir@
 
246
build = @build@
 
247
build_alias = @build_alias@
 
248
build_cpu = @build_cpu@
 
249
build_os = @build_os@
 
250
build_vendor = @build_vendor@
 
251
builddir = @builddir@
 
252
datadir = @datadir@
 
253
datarootdir = @datarootdir@
 
254
docdir = @docdir@
 
255
dvidir = @dvidir@
 
256
exec_prefix = @exec_prefix@
 
257
host = @host@
 
258
host_alias = @host_alias@
 
259
host_cpu = @host_cpu@
 
260
host_os = @host_os@
 
261
host_vendor = @host_vendor@
 
262
htmldir = @htmldir@
 
263
includedir = @includedir@
 
264
infodir = @infodir@
 
265
install_sh = @install_sh@
 
266
libdir = @libdir@
 
267
libexecdir = @libexecdir@
 
268
localedir = @localedir@
 
269
localstatedir = @localstatedir@
 
270
lt_ECHO = @lt_ECHO@
 
271
mandir = @mandir@
 
272
mkdir_p = @mkdir_p@
 
273
oldincludedir = @oldincludedir@
 
274
pdfdir = @pdfdir@
 
275
prefix = @prefix@
 
276
program_transform_name = @program_transform_name@
 
277
psdir = @psdir@
 
278
sbindir = @sbindir@
 
279
sharedstatedir = @sharedstatedir@
 
280
srcdir = @srcdir@
 
281
sysconfdir = @sysconfdir@
 
282
target_alias = @target_alias@
 
283
top_build_prefix = @top_build_prefix@
 
284
top_builddir = @top_builddir@
 
285
top_srcdir = @top_srcdir@
 
286
INCLUDES = -I$(top_srcdir)/engines/support \
 
287
           $(GTK_CFLAGS) $(DEVELOPMENT_CFLAGS)
 
288
 
 
289
enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines
 
290
engine_LTLIBRARIES = libhcengine.la
 
291
EXTRA_DIST = \
 
292
        ./AUTHORS
 
293
 
 
294
libhcengine_la_SOURCES = \
 
295
        ./src/hc_gtk2_engine.c  \
 
296
        ./src/hc_gtk2_engine.h  \
 
297
        ./src/hc_gtk2_support.c  \
 
298
        ./src/hc_gtk2_support.h  \
 
299
        ./src/hc_gtk2_drawing.h  \
 
300
        ./src/hc-style.c
 
301
 
 
302
libhcengine_la_LDFLAGS = -module -avoid-version -no-undefined -export-symbols $(top_srcdir)/engines/engine.symbols
 
303
libhcengine_la_LIBADD = $(top_builddir)/engines/support/libsupport.la $(GTK_LIBS)
 
304
all: all-am
 
305
 
 
306
.SUFFIXES:
 
307
.SUFFIXES: .c .lo .o .obj
 
308
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
309
        @for dep in $?; do \
 
310
          case '$(am__configure_deps)' in \
 
311
            *$$dep*) \
 
312
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
313
                && { if test -f $@; then exit 0; else break; fi; }; \
 
314
              exit 1;; \
 
315
          esac; \
 
316
        done; \
 
317
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu engines/hc/Makefile'; \
 
318
        $(am__cd) $(top_srcdir) && \
 
319
          $(AUTOMAKE) --gnu engines/hc/Makefile
 
320
.PRECIOUS: Makefile
 
321
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
322
        @case '$?' in \
 
323
          *config.status*) \
 
324
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
325
          *) \
 
326
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
327
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
328
        esac;
 
329
 
 
330
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
331
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
332
 
 
333
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
334
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
335
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
336
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
337
$(am__aclocal_m4_deps):
 
338
install-engineLTLIBRARIES: $(engine_LTLIBRARIES)
 
339
        @$(NORMAL_INSTALL)
 
340
        test -z "$(enginedir)" || $(MKDIR_P) "$(DESTDIR)$(enginedir)"
 
341
        @list='$(engine_LTLIBRARIES)'; test -n "$(enginedir)" || list=; \
 
342
        list2=; for p in $$list; do \
 
343
          if test -f $$p; then \
 
344
            list2="$$list2 $$p"; \
 
345
          else :; fi; \
 
346
        done; \
 
347
        test -z "$$list2" || { \
 
348
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(enginedir)'"; \
 
349
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(enginedir)"; \
 
350
        }
 
351
 
 
352
uninstall-engineLTLIBRARIES:
 
353
        @$(NORMAL_UNINSTALL)
 
354
        @list='$(engine_LTLIBRARIES)'; test -n "$(enginedir)" || list=; \
 
355
        for p in $$list; do \
 
356
          $(am__strip_dir) \
 
357
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(enginedir)/$$f'"; \
 
358
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(enginedir)/$$f"; \
 
359
        done
 
360
 
 
361
clean-engineLTLIBRARIES:
 
362
        -test -z "$(engine_LTLIBRARIES)" || rm -f $(engine_LTLIBRARIES)
 
363
        @list='$(engine_LTLIBRARIES)'; for p in $$list; do \
 
364
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
365
          test "$$dir" != "$$p" || dir=.; \
 
366
          echo "rm -f \"$${dir}/so_locations\""; \
 
367
          rm -f "$${dir}/so_locations"; \
 
368
        done
 
369
libhcengine.la: $(libhcengine_la_OBJECTS) $(libhcengine_la_DEPENDENCIES) 
 
370
        $(AM_V_CCLD)$(libhcengine_la_LINK) -rpath $(enginedir) $(libhcengine_la_OBJECTS) $(libhcengine_la_LIBADD) $(LIBS)
 
371
 
 
372
mostlyclean-compile:
 
373
        -rm -f *.$(OBJEXT)
 
374
 
 
375
distclean-compile:
 
376
        -rm -f *.tab.c
 
377
 
 
378
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hc-style.Plo@am__quote@
 
379
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hc_gtk2_engine.Plo@am__quote@
 
380
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hc_gtk2_support.Plo@am__quote@
 
381
 
 
382
.c.o:
 
383
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
384
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
385
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
386
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
387
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
388
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
389
 
 
390
.c.obj:
 
391
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
392
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
393
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
394
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
395
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
396
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
397
 
 
398
.c.lo:
 
399
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
400
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
401
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
402
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
403
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
404
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
405
 
 
406
hc_gtk2_engine.lo: ./src/hc_gtk2_engine.c
 
407
@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 hc_gtk2_engine.lo -MD -MP -MF $(DEPDIR)/hc_gtk2_engine.Tpo -c -o hc_gtk2_engine.lo `test -f './src/hc_gtk2_engine.c' || echo '$(srcdir)/'`./src/hc_gtk2_engine.c
 
408
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/hc_gtk2_engine.Tpo $(DEPDIR)/hc_gtk2_engine.Plo
 
409
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
410
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='./src/hc_gtk2_engine.c' object='hc_gtk2_engine.lo' libtool=yes @AMDEPBACKSLASH@
 
411
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
412
@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 hc_gtk2_engine.lo `test -f './src/hc_gtk2_engine.c' || echo '$(srcdir)/'`./src/hc_gtk2_engine.c
 
413
 
 
414
hc_gtk2_support.lo: ./src/hc_gtk2_support.c
 
415
@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 hc_gtk2_support.lo -MD -MP -MF $(DEPDIR)/hc_gtk2_support.Tpo -c -o hc_gtk2_support.lo `test -f './src/hc_gtk2_support.c' || echo '$(srcdir)/'`./src/hc_gtk2_support.c
 
416
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/hc_gtk2_support.Tpo $(DEPDIR)/hc_gtk2_support.Plo
 
417
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
418
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='./src/hc_gtk2_support.c' object='hc_gtk2_support.lo' libtool=yes @AMDEPBACKSLASH@
 
419
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
420
@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 hc_gtk2_support.lo `test -f './src/hc_gtk2_support.c' || echo '$(srcdir)/'`./src/hc_gtk2_support.c
 
421
 
 
422
hc-style.lo: ./src/hc-style.c
 
423
@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 hc-style.lo -MD -MP -MF $(DEPDIR)/hc-style.Tpo -c -o hc-style.lo `test -f './src/hc-style.c' || echo '$(srcdir)/'`./src/hc-style.c
 
424
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/hc-style.Tpo $(DEPDIR)/hc-style.Plo
 
425
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
426
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='./src/hc-style.c' object='hc-style.lo' libtool=yes @AMDEPBACKSLASH@
 
427
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
428
@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 hc-style.lo `test -f './src/hc-style.c' || echo '$(srcdir)/'`./src/hc-style.c
 
429
 
 
430
mostlyclean-libtool:
 
431
        -rm -f *.lo
 
432
 
 
433
clean-libtool:
 
434
        -rm -rf .libs _libs
 
435
 
 
436
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
437
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
438
        unique=`for i in $$list; do \
 
439
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
440
          done | \
 
441
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
442
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
443
        mkid -fID $$unique
 
444
tags: TAGS
 
445
 
 
446
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
447
                $(TAGS_FILES) $(LISP)
 
448
        set x; \
 
449
        here=`pwd`; \
 
450
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
451
        unique=`for i in $$list; do \
 
452
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
453
          done | \
 
454
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
455
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
456
        shift; \
 
457
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
458
          test -n "$$unique" || unique=$$empty_fix; \
 
459
          if test $$# -gt 0; then \
 
460
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
461
              "$$@" $$unique; \
 
462
          else \
 
463
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
464
              $$unique; \
 
465
          fi; \
 
466
        fi
 
467
ctags: CTAGS
 
468
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
469
                $(TAGS_FILES) $(LISP)
 
470
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
471
        unique=`for i in $$list; do \
 
472
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
473
          done | \
 
474
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
475
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
476
        test -z "$(CTAGS_ARGS)$$unique" \
 
477
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
478
             $$unique
 
479
 
 
480
GTAGS:
 
481
        here=`$(am__cd) $(top_builddir) && pwd` \
 
482
          && $(am__cd) $(top_srcdir) \
 
483
          && gtags -i $(GTAGS_ARGS) "$$here"
 
484
 
 
485
distclean-tags:
 
486
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
487
 
 
488
distdir: $(DISTFILES)
 
489
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
490
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
491
        list='$(DISTFILES)'; \
 
492
          dist_files=`for file in $$list; do echo $$file; done | \
 
493
          sed -e "s|^$$srcdirstrip/||;t" \
 
494
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
495
        case $$dist_files in \
 
496
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
497
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
498
                           sort -u` ;; \
 
499
        esac; \
 
500
        for file in $$dist_files; do \
 
501
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
502
          if test -d $$d/$$file; then \
 
503
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
504
            if test -d "$(distdir)/$$file"; then \
 
505
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
506
            fi; \
 
507
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
508
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
509
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
510
            fi; \
 
511
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
512
          else \
 
513
            test -f "$(distdir)/$$file" \
 
514
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
515
            || exit 1; \
 
516
          fi; \
 
517
        done
 
518
check-am: all-am
 
519
check: check-am
 
520
all-am: Makefile $(LTLIBRARIES)
 
521
installdirs:
 
522
        for dir in "$(DESTDIR)$(enginedir)"; do \
 
523
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
524
        done
 
525
install: install-am
 
526
install-exec: install-exec-am
 
527
install-data: install-data-am
 
528
uninstall: uninstall-am
 
529
 
 
530
install-am: all-am
 
531
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
532
 
 
533
installcheck: installcheck-am
 
534
install-strip:
 
535
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
536
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
537
          `test -z '$(STRIP)' || \
 
538
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
539
mostlyclean-generic:
 
540
 
 
541
clean-generic:
 
542
 
 
543
distclean-generic:
 
544
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
545
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
546
 
 
547
maintainer-clean-generic:
 
548
        @echo "This command is intended for maintainers to use"
 
549
        @echo "it deletes files that may require special tools to rebuild."
 
550
clean: clean-am
 
551
 
 
552
clean-am: clean-engineLTLIBRARIES clean-generic clean-libtool \
 
553
        mostlyclean-am
 
554
 
 
555
distclean: distclean-am
 
556
        -rm -rf ./$(DEPDIR)
 
557
        -rm -f Makefile
 
558
distclean-am: clean-am distclean-compile distclean-generic \
 
559
        distclean-tags
 
560
 
 
561
dvi: dvi-am
 
562
 
 
563
dvi-am:
 
564
 
 
565
html: html-am
 
566
 
 
567
html-am:
 
568
 
 
569
info: info-am
 
570
 
 
571
info-am:
 
572
 
 
573
install-data-am: install-engineLTLIBRARIES
 
574
 
 
575
install-dvi: install-dvi-am
 
576
 
 
577
install-dvi-am:
 
578
 
 
579
install-exec-am:
 
580
 
 
581
install-html: install-html-am
 
582
 
 
583
install-html-am:
 
584
 
 
585
install-info: install-info-am
 
586
 
 
587
install-info-am:
 
588
 
 
589
install-man:
 
590
 
 
591
install-pdf: install-pdf-am
 
592
 
 
593
install-pdf-am:
 
594
 
 
595
install-ps: install-ps-am
 
596
 
 
597
install-ps-am:
 
598
 
 
599
installcheck-am:
 
600
 
 
601
maintainer-clean: maintainer-clean-am
 
602
        -rm -rf ./$(DEPDIR)
 
603
        -rm -f Makefile
 
604
maintainer-clean-am: distclean-am maintainer-clean-generic
 
605
 
 
606
mostlyclean: mostlyclean-am
 
607
 
 
608
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
609
        mostlyclean-libtool
 
610
 
 
611
pdf: pdf-am
 
612
 
 
613
pdf-am:
 
614
 
 
615
ps: ps-am
 
616
 
 
617
ps-am:
 
618
 
 
619
uninstall-am: uninstall-engineLTLIBRARIES
 
620
 
 
621
.MAKE: install-am install-strip
 
622
 
 
623
.PHONY: CTAGS GTAGS all all-am check check-am clean \
 
624
        clean-engineLTLIBRARIES clean-generic clean-libtool ctags \
 
625
        distclean distclean-compile distclean-generic \
 
626
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
627
        html-am info info-am install install-am install-data \
 
628
        install-data-am install-dvi install-dvi-am \
 
629
        install-engineLTLIBRARIES install-exec install-exec-am \
 
630
        install-html install-html-am install-info install-info-am \
 
631
        install-man install-pdf install-pdf-am install-ps \
 
632
        install-ps-am install-strip installcheck installcheck-am \
 
633
        installdirs maintainer-clean maintainer-clean-generic \
 
634
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
635
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
636
        uninstall-am uninstall-engineLTLIBRARIES
 
637
 
 
638
 
 
639
-include $(top_srcdir)/git.mk
 
640
 
 
641
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
642
# Otherwise a system limit (for SysV at least) may be exceeded.
 
643
.NOEXPORT: