~kkubasik/mono/libgdiplus_1.2.5_gutsy_pkg

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Kevin Kubasik
  • Date: 2007-09-06 07:35:29 UTC
  • Revision ID: kevin@kubasik.net-20070906073529-exfb0b1v3ripmhyq
inital import, Debian package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  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
srcdir = @srcdir@
 
18
top_srcdir = @top_srcdir@
 
19
VPATH = @srcdir@
 
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
 
23
top_builddir = ..
 
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
25
INSTALL = @INSTALL@
 
26
install_sh_DATA = $(install_sh) -c -m 644
 
27
install_sh_PROGRAM = $(install_sh) -c
 
28
install_sh_SCRIPT = $(install_sh) -c
 
29
INSTALL_HEADER = $(INSTALL_DATA)
 
30
transform = $(program_transform_name)
 
31
NORMAL_INSTALL = :
 
32
PRE_INSTALL = :
 
33
POST_INSTALL = :
 
34
NORMAL_UNINSTALL = :
 
35
PRE_UNINSTALL = :
 
36
POST_UNINSTALL = :
 
37
build_triplet = @build@
 
38
host_triplet = @host@
 
39
target_triplet = @target@
 
40
subdir = src
 
41
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
 
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
43
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
45
        $(ACLOCAL_M4)
 
46
mkinstalldirs = $(install_sh) -d
 
47
CONFIG_HEADER = $(top_builddir)/config.h
 
48
CONFIG_CLEAN_FILES =
 
49
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
50
am__vpath_adj = case $$p in \
 
51
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
52
    *) f=$$p;; \
 
53
  esac;
 
54
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
55
am__installdirs = "$(DESTDIR)$(libdir)"
 
56
libLTLIBRARIES_INSTALL = $(INSTALL)
 
57
LTLIBRARIES = $(lib_LTLIBRARIES)
 
58
am__DEPENDENCIES_1 =
 
59
libgdiplus_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
 
60
am_libgdiplus_la_OBJECTS = adjustablearrowcap.lo bitmap.lo brush.lo \
 
61
        customlinecap.lo dstream.lo font.lo general.lo graphics.lo \
 
62
        graphics-cairo.lo graphics-metafile.lo graphics-path.lo \
 
63
        graphics-pathiterator.lo hatchbrush.lo icocodec.lo image.lo \
 
64
        imageattributes.lo lineargradientbrush.lo matrix.lo \
 
65
        metafile.lo pathgradientbrush.lo pen.lo print.lo region.lo \
 
66
        region-bitmap.lo region-path-tree.lo solidbrush.lo \
 
67
        stringformat.lo text.lo text-cairo.lo text-metafile.lo \
 
68
        texturebrush.lo bmpcodec.lo emfcodec.lo emfplus.lo gifcodec.lo \
 
69
        jpegcodec.lo pngcodec.lo tiffcodec.lo wmfcodec.lo
 
70
libgdiplus_la_OBJECTS = $(am_libgdiplus_la_OBJECTS)
 
71
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
72
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
73
am__depfiles_maybe = depfiles
 
74
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
75
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
76
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
77
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
78
        $(AM_CFLAGS) $(CFLAGS)
 
79
CCLD = $(CC)
 
80
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
81
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
82
SOURCES = $(libgdiplus_la_SOURCES)
 
83
DIST_SOURCES = $(libgdiplus_la_SOURCES)
 
84
ETAGS = etags
 
85
CTAGS = ctags
 
86
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
87
ACLOCAL = @ACLOCAL@
 
88
AMDEP_FALSE = @AMDEP_FALSE@
 
89
AMDEP_TRUE = @AMDEP_TRUE@
 
90
AMTAR = @AMTAR@
 
91
AR = @AR@
 
92
AUTOCONF = @AUTOCONF@
 
93
AUTOHEADER = @AUTOHEADER@
 
94
AUTOMAKE = @AUTOMAKE@
 
95
AWK = @AWK@
 
96
BASE_DEPENDENCIES_CFLAGS = @BASE_DEPENDENCIES_CFLAGS@
 
97
BASE_DEPENDENCIES_LIBS = @BASE_DEPENDENCIES_LIBS@
 
98
CC = @CC@
 
99
CCDEPMODE = @CCDEPMODE@
 
100
CFLAGS = @CFLAGS@
 
101
CPP = @CPP@
 
102
CPPFLAGS = @CPPFLAGS@
 
103
CXX = @CXX@
 
104
CXXCPP = @CXXCPP@
 
105
CXXDEPMODE = @CXXDEPMODE@
 
106
CXXFLAGS = @CXXFLAGS@
 
107
CYGPATH_W = @CYGPATH_W@
 
108
DEFS = @DEFS@
 
109
DEPDIR = @DEPDIR@
 
110
ECHO = @ECHO@
 
111
ECHO_C = @ECHO_C@
 
112
ECHO_N = @ECHO_N@
 
113
ECHO_T = @ECHO_T@
 
114
EGREP = @EGREP@
 
115
EXEEXT = @EXEEXT@
 
116
F77 = @F77@
 
117
FFLAGS = @FFLAGS@
 
118
FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
 
119
FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
 
120
FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@
 
121
FREETYPE2_LIBS = @FREETYPE2_LIBS@
 
122
GDIPLUS_CFLAGS = @GDIPLUS_CFLAGS@
 
123
GDIPLUS_LIBS = @GDIPLUS_LIBS@
 
124
GDIPLUS_PKG_CFLAGS = @GDIPLUS_PKG_CFLAGS@
 
125
GDIPLUS_PKG_LIBS = @GDIPLUS_PKG_LIBS@
 
126
GREP = @GREP@
 
127
HAVE_LIBEXIF_FALSE = @HAVE_LIBEXIF_FALSE@
 
128
HAVE_LIBEXIF_TRUE = @HAVE_LIBEXIF_TRUE@
 
129
INSTALL_DATA = @INSTALL_DATA@
 
130
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
131
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
132
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
133
LDFLAGS = @LDFLAGS@
 
134
LIBEXIF_CFLAGS = @LIBEXIF_CFLAGS@
 
135
LIBEXIF_LIBS = @LIBEXIF_LIBS@
 
136
LIBOBJS = @LIBOBJS@
 
137
LIBS = @LIBS@
 
138
LIBTOOL = @LIBTOOL@
 
139
LN_S = @LN_S@
 
140
LTLIBOBJS = @LTLIBOBJS@
 
141
MAINT = @MAINT@
 
142
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
 
143
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
 
144
MAKEINFO = @MAKEINFO@
 
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
RANLIB = @RANLIB@
 
155
SET_MAKE = @SET_MAKE@
 
156
SHELL = @SHELL@
 
157
STRIP = @STRIP@
 
158
VERSION = @VERSION@
 
159
ac_ct_CC = @ac_ct_CC@
 
160
ac_ct_CXX = @ac_ct_CXX@
 
161
ac_ct_F77 = @ac_ct_F77@
 
162
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
163
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
164
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
165
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
166
am__include = @am__include@
 
167
am__leading_dot = @am__leading_dot@
 
168
am__quote = @am__quote@
 
169
am__tar = @am__tar@
 
170
am__untar = @am__untar@
 
171
bindir = @bindir@
 
172
build = @build@
 
173
build_alias = @build_alias@
 
174
build_cpu = @build_cpu@
 
175
build_os = @build_os@
 
176
build_vendor = @build_vendor@
 
177
datadir = @datadir@
 
178
datarootdir = @datarootdir@
 
179
docdir = @docdir@
 
180
dvidir = @dvidir@
 
181
exec_prefix = @exec_prefix@
 
182
host = @host@
 
183
host_alias = @host_alias@
 
184
host_cpu = @host_cpu@
 
185
host_os = @host_os@
 
186
host_vendor = @host_vendor@
 
187
htmldir = @htmldir@
 
188
includedir = @includedir@
 
189
infodir = @infodir@
 
190
install_sh = @install_sh@
 
191
libdir = @libdir@
 
192
libexecdir = @libexecdir@
 
193
localedir = @localedir@
 
194
localstatedir = @localstatedir@
 
195
mandir = @mandir@
 
196
mkdir_p = @mkdir_p@
 
197
oldincludedir = @oldincludedir@
 
198
pdfdir = @pdfdir@
 
199
prefix = @prefix@
 
200
program_transform_name = @program_transform_name@
 
201
psdir = @psdir@
 
202
sbindir = @sbindir@
 
203
sharedstatedir = @sharedstatedir@
 
204
subdirs = @subdirs@
 
205
sysconfdir = @sysconfdir@
 
206
target = @target@
 
207
target_alias = @target_alias@
 
208
target_cpu = @target_cpu@
 
209
target_os = @target_os@
 
210
target_vendor = @target_vendor@
 
211
lib_LTLIBRARIES = libgdiplus.la
 
212
libgdiplus_la_SOURCES = \
 
213
        adjustablearrowcap.c            \
 
214
        adjustablearrowcap.h            \
 
215
        adjustablearrowcap-private.h    \
 
216
        alpha-premul-table.inc          \
 
217
        bitmap.c                        \
 
218
        bitmap.h                        \
 
219
        bitmap-private.h                \
 
220
        brush.c                         \
 
221
        brush.h                         \
 
222
        brush-private.h                 \
 
223
        cairo-embed.h                   \
 
224
        codecs.h                        \
 
225
        codecs-private.h                \
 
226
        customlinecap.c                 \
 
227
        customlinecap.h                 \
 
228
        customlinecap-private.h         \
 
229
        dstream.c                       \
 
230
        dstream.h                       \
 
231
        font.c                          \
 
232
        font.h                          \
 
233
        font-private.h                  \
 
234
        fontcollection.h                \
 
235
        fontcollection-private.h        \
 
236
        fontfamily.h                    \
 
237
        fontfamily-private.h            \
 
238
        GdiPlusFlat.h                   \
 
239
        gdiplus-private.h               \
 
240
        gdip.h                          \
 
241
        gdipenums.h                     \
 
242
        gdipstructs.h                   \
 
243
        general.c                       \
 
244
        general.h                       \
 
245
        general-private.h               \
 
246
        graphics.c                      \
 
247
        graphics.h                      \
 
248
        graphics-cairo.c                \
 
249
        graphics-cairo-private.h        \
 
250
        graphics-metafile.c             \
 
251
        graphics-metafile-private.h     \
 
252
        graphics-private.h              \
 
253
        graphics-path.c                 \
 
254
        graphics-path.h                 \
 
255
        graphics-path-private.h         \
 
256
        graphics-pathiterator.c         \
 
257
        graphics-pathiterator.h         \
 
258
        graphics-pathiterator-private.h \
 
259
        hatchbrush.c                    \
 
260
        hatchbrush.h                    \
 
261
        hatchbrush-private.h            \
 
262
        icocodec.c                      \
 
263
        icocodec.h                      \
 
264
        image.c                         \
 
265
        image.h                         \
 
266
        image-private.h                 \
 
267
        imageattributes.c               \
 
268
        imageattributes.h               \
 
269
        imageattributes-private.h       \
 
270
        lineargradientbrush.c           \
 
271
        lineargradientbrush.h           \
 
272
        lineargradientbrush-private.h   \
 
273
        matrix.c                        \
 
274
        matrix.h                        \
 
275
        matrix-private.h                \
 
276
        metafile.c                      \
 
277
        metafile.h                      \
 
278
        metafile-private.h              \
 
279
        pathgradientbrush.c             \
 
280
        pathgradientbrush.h             \
 
281
        pathgradientbrush-private.h     \
 
282
        pen.c                           \
 
283
        pen.h                           \
 
284
        pen-private.h                   \
 
285
        print.c                         \
 
286
        region.c                        \
 
287
        region.h                        \
 
288
        region-private.h                \
 
289
        region-bitmap.c                 \
 
290
        region-bitmap.h                 \
 
291
        region-path-tree.c              \
 
292
        region-path-tree.h              \
 
293
        solidbrush.c                    \
 
294
        solidbrush.h                    \
 
295
        solidbrush-private.h            \
 
296
        stringformat.c                  \
 
297
        stringformat.h                  \
 
298
        stringformat-private.h          \
 
299
        text.c                          \
 
300
        text.h                          \
 
301
        text-cairo.c                    \
 
302
        text-cairo-private.h            \
 
303
        text-metafile.c                 \
 
304
        text-metafile-private.h         \
 
305
        texturebrush.c                  \
 
306
        texturebrush.h                  \
 
307
        texturebrush-private.h          \
 
308
        win32structs.h                  \
 
309
        bmpcodec.h                      \
 
310
        bmpcodec.c                      \
 
311
        emfcodec.c                      \
 
312
        emfcodec.h                      \
 
313
        emfplus.c                       \
 
314
        emfplus.h                       \
 
315
        gifcodec.h                      \
 
316
        gifcodec.c                      \
 
317
        jpegcodec.h                     \
 
318
        jpegcodec.c                     \
 
319
        pngcodec.h                      \
 
320
        pngcodec.c                      \
 
321
        tiffcodec.h                     \
 
322
        tiffcodec.c                     \
 
323
        wmfcodec.c                      \
 
324
        wmfcodec.h
 
325
 
 
326
libgdiplus_la_LIBADD = $(GDIPLUS_LIBS)
 
327
INCLUDES = $(GDIPLUS_CFLAGS) -Wall -Wno-unused -Wno-format
 
328
all: all-am
 
329
 
 
330
.SUFFIXES:
 
331
.SUFFIXES: .c .lo .o .obj
 
332
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
333
        @for dep in $?; do \
 
334
          case '$(am__configure_deps)' in \
 
335
            *$$dep*) \
 
336
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
337
                && exit 0; \
 
338
              exit 1;; \
 
339
          esac; \
 
340
        done; \
 
341
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
 
342
        cd $(top_srcdir) && \
 
343
          $(AUTOMAKE) --gnu  src/Makefile
 
344
.PRECIOUS: Makefile
 
345
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
346
        @case '$?' in \
 
347
          *config.status*) \
 
348
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
349
          *) \
 
350
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
351
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
352
        esac;
 
353
 
 
354
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
355
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
356
 
 
357
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
358
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
359
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
360
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
361
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
362
        @$(NORMAL_INSTALL)
 
363
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
 
364
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
365
          if test -f $$p; then \
 
366
            f=$(am__strip_dir) \
 
367
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
368
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
369
          else :; fi; \
 
370
        done
 
371
 
 
372
uninstall-libLTLIBRARIES:
 
373
        @$(NORMAL_UNINSTALL)
 
374
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
375
          p=$(am__strip_dir) \
 
376
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
377
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
378
        done
 
379
 
 
380
clean-libLTLIBRARIES:
 
381
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
382
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
383
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
384
          test "$$dir" != "$$p" || dir=.; \
 
385
          echo "rm -f \"$${dir}/so_locations\""; \
 
386
          rm -f "$${dir}/so_locations"; \
 
387
        done
 
388
libgdiplus.la: $(libgdiplus_la_OBJECTS) $(libgdiplus_la_DEPENDENCIES) 
 
389
        $(LINK) -rpath $(libdir) $(libgdiplus_la_LDFLAGS) $(libgdiplus_la_OBJECTS) $(libgdiplus_la_LIBADD) $(LIBS)
 
390
 
 
391
mostlyclean-compile:
 
392
        -rm -f *.$(OBJEXT)
 
393
 
 
394
distclean-compile:
 
395
        -rm -f *.tab.c
 
396
 
 
397
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adjustablearrowcap.Plo@am__quote@
 
398
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitmap.Plo@am__quote@
 
399
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bmpcodec.Plo@am__quote@
 
400
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brush.Plo@am__quote@
 
401
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/customlinecap.Plo@am__quote@
 
402
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dstream.Plo@am__quote@
 
403
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emfcodec.Plo@am__quote@
 
404
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emfplus.Plo@am__quote@
 
405
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/font.Plo@am__quote@
 
406
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/general.Plo@am__quote@
 
407
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gifcodec.Plo@am__quote@
 
408
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/graphics-cairo.Plo@am__quote@
 
409
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/graphics-metafile.Plo@am__quote@
 
410
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/graphics-path.Plo@am__quote@
 
411
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/graphics-pathiterator.Plo@am__quote@
 
412
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/graphics.Plo@am__quote@
 
413
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hatchbrush.Plo@am__quote@
 
414
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icocodec.Plo@am__quote@
 
415
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image.Plo@am__quote@
 
416
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/imageattributes.Plo@am__quote@
 
417
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jpegcodec.Plo@am__quote@
 
418
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lineargradientbrush.Plo@am__quote@
 
419
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/matrix.Plo@am__quote@
 
420
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/metafile.Plo@am__quote@
 
421
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pathgradientbrush.Plo@am__quote@
 
422
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pen.Plo@am__quote@
 
423
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pngcodec.Plo@am__quote@
 
424
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Plo@am__quote@
 
425
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/region-bitmap.Plo@am__quote@
 
426
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/region-path-tree.Plo@am__quote@
 
427
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/region.Plo@am__quote@
 
428
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/solidbrush.Plo@am__quote@
 
429
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stringformat.Plo@am__quote@
 
430
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text-cairo.Plo@am__quote@
 
431
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text-metafile.Plo@am__quote@
 
432
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text.Plo@am__quote@
 
433
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/texturebrush.Plo@am__quote@
 
434
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tiffcodec.Plo@am__quote@
 
435
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wmfcodec.Plo@am__quote@
 
436
 
 
437
.c.o:
 
438
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
439
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
440
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
441
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
442
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
443
 
 
444
.c.obj:
 
445
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
446
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
447
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
448
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
449
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
450
 
 
451
.c.lo:
 
452
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
453
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
454
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
455
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
456
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
457
 
 
458
mostlyclean-libtool:
 
459
        -rm -f *.lo
 
460
 
 
461
clean-libtool:
 
462
        -rm -rf .libs _libs
 
463
 
 
464
distclean-libtool:
 
465
        -rm -f libtool
 
466
uninstall-info-am:
 
467
 
 
468
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
469
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
470
        unique=`for i in $$list; do \
 
471
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
472
          done | \
 
473
          $(AWK) '    { files[$$0] = 1; } \
 
474
               END { for (i in files) print i; }'`; \
 
475
        mkid -fID $$unique
 
476
tags: TAGS
 
477
 
 
478
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
479
                $(TAGS_FILES) $(LISP)
 
480
        tags=; \
 
481
        here=`pwd`; \
 
482
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
483
        unique=`for i in $$list; do \
 
484
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
485
          done | \
 
486
          $(AWK) '    { files[$$0] = 1; } \
 
487
               END { for (i in files) print i; }'`; \
 
488
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
489
          test -n "$$unique" || unique=$$empty_fix; \
 
490
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
491
            $$tags $$unique; \
 
492
        fi
 
493
ctags: CTAGS
 
494
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
495
                $(TAGS_FILES) $(LISP)
 
496
        tags=; \
 
497
        here=`pwd`; \
 
498
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
499
        unique=`for i in $$list; do \
 
500
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
501
          done | \
 
502
          $(AWK) '    { files[$$0] = 1; } \
 
503
               END { for (i in files) print i; }'`; \
 
504
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
505
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
506
             $$tags $$unique
 
507
 
 
508
GTAGS:
 
509
        here=`$(am__cd) $(top_builddir) && pwd` \
 
510
          && cd $(top_srcdir) \
 
511
          && gtags -i $(GTAGS_ARGS) $$here
 
512
 
 
513
distclean-tags:
 
514
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
515
 
 
516
distdir: $(DISTFILES)
 
517
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
518
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
519
        list='$(DISTFILES)'; for file in $$list; do \
 
520
          case $$file in \
 
521
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
522
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
523
          esac; \
 
524
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
525
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
526
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
527
            dir="/$$dir"; \
 
528
            $(mkdir_p) "$(distdir)$$dir"; \
 
529
          else \
 
530
            dir=''; \
 
531
          fi; \
 
532
          if test -d $$d/$$file; then \
 
533
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
534
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
535
            fi; \
 
536
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
537
          else \
 
538
            test -f $(distdir)/$$file \
 
539
            || cp -p $$d/$$file $(distdir)/$$file \
 
540
            || exit 1; \
 
541
          fi; \
 
542
        done
 
543
check-am: all-am
 
544
check: check-am
 
545
all-am: Makefile $(LTLIBRARIES)
 
546
installdirs:
 
547
        for dir in "$(DESTDIR)$(libdir)"; do \
 
548
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
549
        done
 
550
install: install-am
 
551
install-exec: install-exec-am
 
552
install-data: install-data-am
 
553
uninstall: uninstall-am
 
554
 
 
555
install-am: all-am
 
556
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
557
 
 
558
installcheck: installcheck-am
 
559
install-strip:
 
560
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
561
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
562
          `test -z '$(STRIP)' || \
 
563
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
564
mostlyclean-generic:
 
565
 
 
566
clean-generic:
 
567
 
 
568
distclean-generic:
 
569
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
570
 
 
571
maintainer-clean-generic:
 
572
        @echo "This command is intended for maintainers to use"
 
573
        @echo "it deletes files that may require special tools to rebuild."
 
574
clean: clean-am
 
575
 
 
576
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
 
577
        mostlyclean-am
 
578
 
 
579
distclean: distclean-am
 
580
        -rm -rf ./$(DEPDIR)
 
581
        -rm -f Makefile
 
582
distclean-am: clean-am distclean-compile distclean-generic \
 
583
        distclean-libtool distclean-tags
 
584
 
 
585
dvi: dvi-am
 
586
 
 
587
dvi-am:
 
588
 
 
589
html: html-am
 
590
 
 
591
info: info-am
 
592
 
 
593
info-am:
 
594
 
 
595
install-data-am:
 
596
 
 
597
install-exec-am: install-libLTLIBRARIES
 
598
 
 
599
install-info: install-info-am
 
600
 
 
601
install-man:
 
602
 
 
603
installcheck-am:
 
604
 
 
605
maintainer-clean: maintainer-clean-am
 
606
        -rm -rf ./$(DEPDIR)
 
607
        -rm -f Makefile
 
608
maintainer-clean-am: distclean-am maintainer-clean-generic
 
609
 
 
610
mostlyclean: mostlyclean-am
 
611
 
 
612
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
613
        mostlyclean-libtool
 
614
 
 
615
pdf: pdf-am
 
616
 
 
617
pdf-am:
 
618
 
 
619
ps: ps-am
 
620
 
 
621
ps-am:
 
622
 
 
623
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
 
624
 
 
625
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
626
        clean-libLTLIBRARIES clean-libtool ctags distclean \
 
627
        distclean-compile distclean-generic distclean-libtool \
 
628
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
629
        install install-am install-data install-data-am install-exec \
 
630
        install-exec-am install-info install-info-am \
 
631
        install-libLTLIBRARIES install-man install-strip installcheck \
 
632
        installcheck-am installdirs maintainer-clean \
 
633
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
634
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
635
        tags uninstall uninstall-am uninstall-info-am \
 
636
        uninstall-libLTLIBRARIES
 
637
 
 
638
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
639
# Otherwise a system limit (for SysV at least) may be exceeded.
 
640
.NOEXPORT: