~ubuntu-branches/ubuntu/trusty/graphicsmagick/trusty-proposed

« back to all changes in this revision

Viewing changes to ltdl/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2009-05-07 20:09:28 UTC
  • mfrom: (5.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090507200928-5rb3jyvrsi9x3zfl
Tags: 1.3.5-5
* debian/control: Update Conflicts/Replaces of -dev-compat package to
  follow libmagick-dev package split. Closes: #526482
* magick/GraphicsMagick-config.{in,1}: Do not expose compiler options
  used to build the library itself via GraphicsMagick-config. Only
  provide options that are actually useful to depending applications.
  Adjust documentation accordingly. Closes: #523596

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
2
 
# @configure_input@
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  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
 
#  Makefile for building ImageMagick library
18
 
#
19
 
# Copyright (C) 2002 ImageMagick Studio, a non-profit organization dedicated
20
 
# to making software imaging solutions freely available.
21
 
#
22
 
# Permission is hereby granted, free of charge, to any person obtaining a
23
 
# copy of this software and associated documentation files ("ImageMagick"),
24
 
# to deal in ImageMagick without restriction, including without limitation
25
 
# the rights to use, copy, modify, merge, publish, distribute, sublicense
26
 
# and/or sell copies of ImageMagick, and to permit persons to whom the
27
 
# ImageMagick is furnished to do so, subject to the following conditions:
28
 
#
29
 
# The above copyright notice and this permission notice shall be included in
30
 
# all copies or substantial portions of ImageMagick.
31
 
#
32
 
# The software is provided "as is", without warranty of any kind, express or
33
 
# implied, including but not limited to the warranties of merchantability,
34
 
# fitness for a particular purpose and noninfringement.  In no event shall
35
 
# ImageMagick Studio be liable for any claim, damages or other liability,
36
 
# whether in an action of contract, tort or otherwise, arising from, out of
37
 
# or in connection with ImageMagick or the use or other dealings in
38
 
# ImageMagick.
39
 
#
40
 
# Except as contained in this notice, the name of the ImageMagick Studio
41
 
# shall not be used in advertising or otherwise to promote the sale, use or
42
 
# other dealings in ImageMagick without prior written authorization from the
43
 
# ImageMagick Studio.
44
 
#
45
 
 
46
 
 
47
 
VPATH = @srcdir@
48
 
pkgdatadir = $(datadir)/@PACKAGE@
49
 
pkglibdir = $(libdir)/@PACKAGE@
50
 
pkgincludedir = $(includedir)/@PACKAGE@
51
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
52
 
install_sh_DATA = $(install_sh) -c -m 644
53
 
install_sh_PROGRAM = $(install_sh) -c
54
 
install_sh_SCRIPT = $(install_sh) -c
55
 
INSTALL_HEADER = $(INSTALL_DATA)
56
 
transform = $(program_transform_name)
57
 
NORMAL_INSTALL = :
58
 
PRE_INSTALL = :
59
 
POST_INSTALL = :
60
 
NORMAL_UNINSTALL = :
61
 
PRE_UNINSTALL = :
62
 
POST_UNINSTALL = :
63
 
build_triplet = @build@
64
 
host_triplet = @host@
65
 
target_triplet = @target@
66
 
subdir = ltdl
67
 
DIST_COMMON = README $(am__include_HEADERS_DIST) \
68
 
        $(am__noinst_HEADERS_DIST) $(srcdir)/Makefile.am \
69
 
        $(srcdir)/Makefile.in COPYING.LIB
70
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
71
 
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_func_fseeko.m4 \
72
 
        $(top_srcdir)/m4/acx_pthread.m4 $(top_srcdir)/acinclude.m4 \
73
 
        $(top_srcdir)/configure.ac
74
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
75
 
        $(ACLOCAL_M4)
76
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
77
 
CONFIG_HEADER = $(top_builddir)/magick/magick_config.h \
78
 
        $(top_builddir)/magick/magick_config_api.h
79
 
CONFIG_CLEAN_FILES =
80
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
81
 
am__vpath_adj = case $$p in \
82
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
83
 
    *) f=$$p;; \
84
 
  esac;
85
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
86
 
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
87
 
libLTLIBRARIES_INSTALL = $(INSTALL)
88
 
LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
89
 
am__DEPENDENCIES_1 =
90
 
libltdl_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
91
 
am_libltdl_la_OBJECTS = ltdl.lo
92
 
libltdl_la_OBJECTS = $(am_libltdl_la_OBJECTS)
93
 
libltdl_la_LINK = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
94
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
95
 
        $(libltdl_la_LDFLAGS) $(LDFLAGS) -o $@
96
 
@INSTALL_LTDL_TRUE@@WITH_LTDL_TRUE@am_libltdl_la_rpath = -rpath \
97
 
@INSTALL_LTDL_TRUE@@WITH_LTDL_TRUE@     $(libdir)
98
 
libltdlc_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
99
 
am_libltdlc_la_OBJECTS = ltdl.lo
100
 
libltdlc_la_OBJECTS = $(am_libltdlc_la_OBJECTS)
101
 
@CONVENIENCE_LTDL_TRUE@@WITH_LTDL_TRUE@am_libltdlc_la_rpath =
102
 
DEFAULT_INCLUDES = 
103
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
104
 
am__depfiles_maybe = depfiles
105
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
106
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
107
 
LTCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
108
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
109
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
110
 
CCLD = $(CC)
111
 
LINK = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
112
 
        $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
113
 
SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES)
114
 
DIST_SOURCES = $(libltdl_la_SOURCES) $(libltdlc_la_SOURCES)
115
 
am__include_HEADERS_DIST = ltdl.h
116
 
includeHEADERS_INSTALL = $(INSTALL_HEADER)
117
 
am__noinst_HEADERS_DIST = ltdl.h
118
 
HEADERS = $(include_HEADERS) $(noinst_HEADERS)
119
 
ETAGS = etags
120
 
CTAGS = ctags
121
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
122
 
ACLOCAL = @ACLOCAL@
123
 
AMTAR = @AMTAR@
124
 
AR = @AR@
125
 
AS = @AS@
126
 
AUTOCONF = @AUTOCONF@
127
 
AUTOHEADER = @AUTOHEADER@
128
 
AUTOMAKE = @AUTOMAKE@
129
 
AWK = @AWK@
130
 
AutotraceDecodeDelegate = @AutotraceDecodeDelegate@
131
 
BIN_DIR = @BIN_DIR@
132
 
BZIPDelegate = @BZIPDelegate@
133
 
BrowseDelegate = @BrowseDelegate@
134
 
CC = @CC@
135
 
CCDEPMODE = @CCDEPMODE@
136
 
CCMALLOCDelegate = @CCMALLOCDelegate@
137
 
CFLAGS = @CFLAGS@
138
 
CGMDecodeDelegate = @CGMDecodeDelegate@
139
 
CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
140
 
CPP = @CPP@
141
 
CPPFLAGS = @CPPFLAGS@
142
 
CVS_BRANCH_TAG = @CVS_BRANCH_TAG@
143
 
CXX = @CXX@
144
 
CXXCPP = @CXXCPP@
145
 
CXXDEPMODE = @CXXDEPMODE@
146
 
CXXFLAGS = @CXXFLAGS@
147
 
CYGPATH_W = @CYGPATH_W@
148
 
CatDelegate = @CatDelegate@
149
 
ConvertDelegate = @ConvertDelegate@
150
 
DATA_DIR = @DATA_DIR@
151
 
DCRAWDecodeDelegate = @DCRAWDecodeDelegate@
152
 
DEFS = @DEFS@
153
 
DELEGATES = @DELEGATES@
154
 
DEPDIR = @DEPDIR@
155
 
DISTCHECK_CONFIG_FLAGS = @DISTCHECK_CONFIG_FLAGS@
156
 
DLLDFLAGS = @DLLDFLAGS@
157
 
DLLTOOL = @DLLTOOL@
158
 
DOTDecodeDelegate = @DOTDecodeDelegate@
159
 
DVIDecodeDelegate = @DVIDecodeDelegate@
160
 
ECHO = @ECHO@
161
 
ECHO_C = @ECHO_C@
162
 
ECHO_N = @ECHO_N@
163
 
ECHO_T = @ECHO_T@
164
 
EGREP = @EGREP@
165
 
EXEC_PREFIX_DIR = @EXEC_PREFIX_DIR@
166
 
EXEEXT = @EXEEXT@
167
 
EchoDelegate = @EchoDelegate@
168
 
EditorDelegate = @EditorDelegate@
169
 
FIGDecodeDelegate = @FIGDecodeDelegate@
170
 
GMDelegate = @GMDelegate@
171
 
GREP = @GREP@
172
 
GSColorDevice = @GSColorDevice@
173
 
GSEPSDevice = @GSEPSDevice@
174
 
GSMonoDevice = @GSMonoDevice@
175
 
GSPDFDevice = @GSPDFDevice@
176
 
GSPSDevice = @GSPSDevice@
177
 
GSVersion = @GSVersion@
178
 
GnuplotDecodeDelegate = @GnuplotDecodeDelegate@
179
 
HPGLDecodeDelegate = @HPGLDecodeDelegate@
180
 
HTMLDecodeDelegate = @HTMLDecodeDelegate@
181
 
ILBMDecodeDelegate = @ILBMDecodeDelegate@
182
 
ILBMEncodeDelegate = @ILBMEncodeDelegate@
183
 
INCLTDL = @INCLTDL@
184
 
INCLUDE_DIR = @INCLUDE_DIR@
185
 
INFO_DIR = @INFO_DIR@
186
 
INSTALL = @INSTALL@
187
 
INSTALL_DATA = @INSTALL_DATA@
188
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
189
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
190
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
191
 
INT16_T = @INT16_T@
192
 
INT32_T = @INT32_T@
193
 
INT64_T = @INT64_T@
194
 
INT8_T = @INT8_T@
195
 
LD = @LD@
196
 
LDFLAGS = @LDFLAGS@
197
 
LFS_CPPFLAGS = @LFS_CPPFLAGS@
198
 
LIBADD_DL = @LIBADD_DL@
199
 
LIBEXEC_DIR = @LIBEXEC_DIR@
200
 
LIBLTDL = @LIBLTDL@
201
 
LIBOBJS = @LIBOBJS@
202
 
LIBRARY_EXTRA_CPPFLAGS = @LIBRARY_EXTRA_CPPFLAGS@
203
 
LIBS = @LIBS@
204
 
LIBSTDCLDFLAGS = @LIBSTDCLDFLAGS@
205
 
LIBTOOL = @LIBTOOL@
206
 
LIBTOOL_DEPS = @LIBTOOL_DEPS@
207
 
LIB_BZLIB = @LIB_BZLIB@
208
 
LIB_DIR = @LIB_DIR@
209
 
LIB_DL = @LIB_DL@
210
 
LIB_DPS = @LIB_DPS@
211
 
LIB_FPX = @LIB_FPX@
212
 
LIB_GDI32 = @LIB_GDI32@
213
 
LIB_GS = @LIB_GS@
214
 
LIB_JBIG = @LIB_JBIG@
215
 
LIB_JP2 = @LIB_JP2@
216
 
LIB_JPEG = @LIB_JPEG@
217
 
LIB_LCMS = @LIB_LCMS@
218
 
LIB_MATH = @LIB_MATH@
219
 
LIB_PNG = @LIB_PNG@
220
 
LIB_THREAD = @LIB_THREAD@
221
 
LIB_TIFF = @LIB_TIFF@
222
 
LIB_TRIO = @LIB_TRIO@
223
 
LIB_TTF = @LIB_TTF@
224
 
LIB_WMF = @LIB_WMF@
225
 
LIB_WMF_DEPS = @LIB_WMF_DEPS@
226
 
LIB_X11 = @LIB_X11@
227
 
LIB_XEXT = @LIB_XEXT@
228
 
LIB_XML = @LIB_XML@
229
 
LIB_ZLIB = @LIB_ZLIB@
230
 
LN_S = @LN_S@
231
 
LOCALSTATE_DIR = @LOCALSTATE_DIR@
232
 
LPDelegate = @LPDelegate@
233
 
LPRDelegate = @LPRDelegate@
234
 
LTCXXLIBOPTS = @LTCXXLIBOPTS@
235
 
LTLIBOBJS = @LTLIBOBJS@
236
 
LZWDecodeDelegate = @LZWDecodeDelegate@
237
 
LZWEncodeDelegate = @LZWEncodeDelegate@
238
 
LaunchDelegate = @LaunchDelegate@
239
 
MAGICKLIB = @MAGICKLIB@
240
 
MAGICKLIBDIR = @MAGICKLIBDIR@
241
 
MAGICK_API_CFLAGS = @MAGICK_API_CFLAGS@
242
 
MAGICK_API_CPPFLAGS = @MAGICK_API_CPPFLAGS@
243
 
MAGICK_API_LDFLAGS = @MAGICK_API_LDFLAGS@
244
 
MAGICK_API_LIBS = @MAGICK_API_LIBS@
245
 
MAGICK_API_PC_CPPFLAGS = @MAGICK_API_PC_CPPFLAGS@
246
 
MAGICK_DEP_LIBS = @MAGICK_DEP_LIBS@
247
 
MAGICK_LIBRARY_AGE = @MAGICK_LIBRARY_AGE@
248
 
MAGICK_LIBRARY_CURRENT = @MAGICK_LIBRARY_CURRENT@
249
 
MAGICK_LIBRARY_REVISION = @MAGICK_LIBRARY_REVISION@
250
 
MAGICK_LIB_VERSION = @MAGICK_LIB_VERSION@
251
 
MAGICK_LIB_VERSION_NUMBER = @MAGICK_LIB_VERSION_NUMBER@
252
 
MAGICK_LIB_VERSION_TEXT = @MAGICK_LIB_VERSION_TEXT@
253
 
MAGICK_PLUS_PLUS_LIBRARY_AGE = @MAGICK_PLUS_PLUS_LIBRARY_AGE@
254
 
MAGICK_PLUS_PLUS_LIBRARY_CURRENT = @MAGICK_PLUS_PLUS_LIBRARY_CURRENT@
255
 
MAGICK_PLUS_PLUS_LIBRARY_REVISION = @MAGICK_PLUS_PLUS_LIBRARY_REVISION@
256
 
MAGICK_WAND_LIBRARY_AGE = @MAGICK_WAND_LIBRARY_AGE@
257
 
MAGICK_WAND_LIBRARY_CURRENT = @MAGICK_WAND_LIBRARY_CURRENT@
258
 
MAGICK_WAND_LIBRARY_REVISION = @MAGICK_WAND_LIBRARY_REVISION@
259
 
MAINT = @MAINT@
260
 
MAKEINFO = @MAKEINFO@
261
 
MANDelegate = @MANDelegate@
262
 
MAN_DIR = @MAN_DIR@
263
 
MKDIR_P = @MKDIR_P@
264
 
MODULE_EXTRA_CPPFLAGS = @MODULE_EXTRA_CPPFLAGS@
265
 
MPEGDecodeDelegate = @MPEGDecodeDelegate@
266
 
MPEGEncodeDelegate = @MPEGEncodeDelegate@
267
 
MVDelegate = @MVDelegate@
268
 
MagickBinPath = @MagickBinPath@
269
 
MagickCoderModulesPath = @MagickCoderModulesPath@
270
 
MagickFilterModulesPath = @MagickFilterModulesPath@
271
 
MagickLibConfigPath = @MagickLibConfigPath@
272
 
MagickLibPath = @MagickLibPath@
273
 
MagickShareConfigPath = @MagickShareConfigPath@
274
 
MagickSharePath = @MagickSharePath@
275
 
MogrifyDelegate = @MogrifyDelegate@
276
 
NM = @NM@
277
 
OBJDUMP = @OBJDUMP@
278
 
OBJEXT = @OBJEXT@
279
 
OLDINCLUDE_DIR = @OLDINCLUDE_DIR@
280
 
PACKAGE = @PACKAGE@
281
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
282
 
PACKAGE_CHANGE_DATE = @PACKAGE_CHANGE_DATE@
283
 
PACKAGE_NAME = @PACKAGE_NAME@
284
 
PACKAGE_RELEASE_DATE = @PACKAGE_RELEASE_DATE@
285
 
PACKAGE_STRING = @PACKAGE_STRING@
286
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
287
 
PACKAGE_VERSION = @PACKAGE_VERSION@
288
 
PACKAGE_VERSION_ADDENDUM = @PACKAGE_VERSION_ADDENDUM@
289
 
PATH_SEPARATOR = @PATH_SEPARATOR@
290
 
PERL = @PERL@
291
 
PERLMAINCC = @PERLMAINCC@
292
 
PERL_MAKE_OPTIONS = @PERL_MAKE_OPTIONS@
293
 
PERL_SUPPORTS_DESTDIR = @PERL_SUPPORTS_DESTDIR@
294
 
PGPDecodeDelegate = @PGPDecodeDelegate@
295
 
POVDelegate = @POVDelegate@
296
 
PREFIX_DIR = @PREFIX_DIR@
297
 
PSDelegate = @PSDelegate@
298
 
PTHREAD_CC = @PTHREAD_CC@
299
 
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
300
 
PTHREAD_CXX = @PTHREAD_CXX@
301
 
PTHREAD_LIBS = @PTHREAD_LIBS@
302
 
PrintDelegate = @PrintDelegate@
303
 
QuantumDepth = @QuantumDepth@
304
 
RADDecodeDelegate = @RADDecodeDelegate@
305
 
RANLIB = @RANLIB@
306
 
RLEEncodeDelegate = @RLEEncodeDelegate@
307
 
RMDelegate = @RMDelegate@
308
 
RPM = @RPM@
309
 
SBIN_DIR = @SBIN_DIR@
310
 
SCANDecodeDelegate = @SCANDecodeDelegate@
311
 
SED = @SED@
312
 
SET_MAKE = @SET_MAKE@
313
 
SHAREDSTATE_DIR = @SHAREDSTATE_DIR@
314
 
SHELL = @SHELL@
315
 
STRIP = @STRIP@
316
 
SYSCONF_DIR = @SYSCONF_DIR@
317
 
ShowImageDelegate = @ShowImageDelegate@
318
 
SysCtlDelegate = @SysCtlDelegate@
319
 
TXT2HTML = @TXT2HTML@
320
 
TXTDelegate = @TXTDelegate@
321
 
UINT16_T = @UINT16_T@
322
 
UINT32_T = @UINT32_T@
323
 
UINT64_T = @UINT64_T@
324
 
UINT8_T = @UINT8_T@
325
 
VERSION = @VERSION@
326
 
WMFDecodeDelegate = @WMFDecodeDelegate@
327
 
WWWDecodeDelegate = @WWWDecodeDelegate@
328
 
WinPathScript = @WinPathScript@
329
 
XMKMF = @XMKMF@
330
 
X_CFLAGS = @X_CFLAGS@
331
 
X_EXTRA_LIBS = @X_EXTRA_LIBS@
332
 
X_LIBS = @X_LIBS@
333
 
X_PRE_LIBS = @X_PRE_LIBS@
334
 
ZipDelegate = @ZipDelegate@
335
 
abs_builddir = @abs_builddir@
336
 
abs_srcdir = @abs_srcdir@
337
 
abs_top_builddir = @abs_top_builddir@
338
 
abs_top_srcdir = @abs_top_srcdir@
339
 
ac_ct_CC = @ac_ct_CC@
340
 
ac_ct_CXX = @ac_ct_CXX@
341
 
acx_pthread_config = @acx_pthread_config@
342
 
am__include = @am__include@
343
 
am__leading_dot = @am__leading_dot@
344
 
am__quote = @am__quote@
345
 
am__tar = @am__tar@
346
 
am__untar = @am__untar@
347
 
bindir = @bindir@
348
 
build = @build@
349
 
build_alias = @build_alias@
350
 
build_cpu = @build_cpu@
351
 
build_os = @build_os@
352
 
build_vendor = @build_vendor@
353
 
builddir = @builddir@
354
 
datadir = @datadir@
355
 
datarootdir = @datarootdir@
356
 
docdir = @docdir@
357
 
dvidir = @dvidir@
358
 
exec_prefix = @exec_prefix@
359
 
freetype_config = @freetype_config@
360
 
ghostscript_font_dir = @ghostscript_font_dir@
361
 
host = @host@
362
 
host_alias = @host_alias@
363
 
host_cpu = @host_cpu@
364
 
host_os = @host_os@
365
 
host_vendor = @host_vendor@
366
 
htmldir = @htmldir@
367
 
includedir = @includedir@
368
 
infodir = @infodir@
369
 
install_sh = @install_sh@
370
 
libdir = @libdir@
371
 
libexecdir = @libexecdir@
372
 
localedir = @localedir@
373
 
localstatedir = @localstatedir@
374
 
mandir = @mandir@
375
 
mkdir_p = @mkdir_p@
376
 
oldincludedir = @oldincludedir@
377
 
pdfdir = @pdfdir@
378
 
prefix = @prefix@
379
 
program_transform_name = @program_transform_name@
380
 
psdir = @psdir@
381
 
sbindir = @sbindir@
382
 
sharedstatedir = @sharedstatedir@
383
 
srcdir = @srcdir@
384
 
sysconfdir = @sysconfdir@
385
 
target = @target@
386
 
target_alias = @target_alias@
387
 
target_cpu = @target_cpu@
388
 
target_os = @target_os@
389
 
target_vendor = @target_vendor@
390
 
top_builddir = @top_builddir@
391
 
top_srcdir = @top_srcdir@
392
 
type_include_files = @type_include_files@
393
 
windows_font_dir = @windows_font_dir@
394
 
xml2_config = @xml2_config@
395
 
AUTOMAKE_OPTIONS = 1.8 foreign nostdinc
396
 
@INSTALL_LTDL_TRUE@@WITH_LTDL_TRUE@include_HEADERS = ltdl.h
397
 
@INSTALL_LTDL_TRUE@@WITH_LTDL_TRUE@lib_LTLIBRARIES = libltdl.la
398
 
@INSTALL_LTDL_FALSE@@WITH_LTDL_TRUE@noinst_HEADERS = ltdl.h
399
 
@CONVENIENCE_LTDL_TRUE@@WITH_LTDL_TRUE@noinst_LTLIBRARIES = libltdlc.la
400
 
EXTRA_DIST = ltdl.h
401
 
INCLUDES = -I. -I$(top_builddir)
402
 
CLEANFILES = libltdl.la libltdlc.la
403
 
libltdl_la_SOURCES = ltdl.c
404
 
libltdl_la_LDFLAGS = -no-undefined -version-info 4:0:1
405
 
libltdl_la_LIBADD = $(LIBADD_DL)
406
 
libltdlc_la_SOURCES = ltdl.c
407
 
libltdlc_la_LIBADD = $(LIBADD_DL)
408
 
all: all-am
409
 
 
410
 
.SUFFIXES:
411
 
.SUFFIXES: .c .lo .o .obj
412
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
413
 
        @for dep in $?; do \
414
 
          case '$(am__configure_deps)' in \
415
 
            *$$dep*) \
416
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
417
 
                && exit 0; \
418
 
              exit 1;; \
419
 
          esac; \
420
 
        done; \
421
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  ltdl/Makefile'; \
422
 
        cd $(top_srcdir) && \
423
 
          $(AUTOMAKE) --foreign  ltdl/Makefile
424
 
.PRECIOUS: Makefile
425
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
426
 
        @case '$?' in \
427
 
          *config.status*) \
428
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
429
 
          *) \
430
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
431
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
432
 
        esac;
433
 
 
434
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
435
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
436
 
 
437
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
438
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
439
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
440
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
441
 
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
442
 
        @$(NORMAL_INSTALL)
443
 
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
444
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
445
 
          if test -f $$p; then \
446
 
            f=$(am__strip_dir) \
447
 
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
448
 
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
449
 
          else :; fi; \
450
 
        done
451
 
 
452
 
uninstall-libLTLIBRARIES:
453
 
        @$(NORMAL_UNINSTALL)
454
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
455
 
          p=$(am__strip_dir) \
456
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
457
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
458
 
        done
459
 
 
460
 
clean-libLTLIBRARIES:
461
 
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
462
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
463
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
464
 
          test "$$dir" != "$$p" || dir=.; \
465
 
          echo "rm -f \"$${dir}/so_locations\""; \
466
 
          rm -f "$${dir}/so_locations"; \
467
 
        done
468
 
 
469
 
clean-noinstLTLIBRARIES:
470
 
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
471
 
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
472
 
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
473
 
          test "$$dir" != "$$p" || dir=.; \
474
 
          echo "rm -f \"$${dir}/so_locations\""; \
475
 
          rm -f "$${dir}/so_locations"; \
476
 
        done
477
 
libltdl.la: $(libltdl_la_OBJECTS) $(libltdl_la_DEPENDENCIES) 
478
 
        $(libltdl_la_LINK) $(am_libltdl_la_rpath) $(libltdl_la_OBJECTS) $(libltdl_la_LIBADD) $(LIBS)
479
 
libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES) 
480
 
        $(LINK) $(am_libltdlc_la_rpath) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS)
481
 
 
482
 
mostlyclean-compile:
483
 
        -rm -f *.$(OBJEXT)
484
 
 
485
 
distclean-compile:
486
 
        -rm -f *.tab.c
487
 
 
488
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ltdl.Plo@am__quote@
489
 
 
490
 
.c.o:
491
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
492
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
493
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
494
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
495
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
496
 
 
497
 
.c.obj:
498
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
499
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
500
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
501
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
502
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
503
 
 
504
 
.c.lo:
505
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
506
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
507
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
508
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
509
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
510
 
 
511
 
mostlyclean-libtool:
512
 
        -rm -f *.lo
513
 
 
514
 
clean-libtool:
515
 
        -rm -rf .libs _libs
516
 
install-includeHEADERS: $(include_HEADERS)
517
 
        @$(NORMAL_INSTALL)
518
 
        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
519
 
        @list='$(include_HEADERS)'; for p in $$list; do \
520
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
521
 
          f=$(am__strip_dir) \
522
 
          echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
523
 
          $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
524
 
        done
525
 
 
526
 
uninstall-includeHEADERS:
527
 
        @$(NORMAL_UNINSTALL)
528
 
        @list='$(include_HEADERS)'; for p in $$list; do \
529
 
          f=$(am__strip_dir) \
530
 
          echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
531
 
          rm -f "$(DESTDIR)$(includedir)/$$f"; \
532
 
        done
533
 
 
534
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
535
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
536
 
        unique=`for i in $$list; do \
537
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
538
 
          done | \
539
 
          $(AWK) '    { files[$$0] = 1; } \
540
 
               END { for (i in files) print i; }'`; \
541
 
        mkid -fID $$unique
542
 
tags: TAGS
543
 
 
544
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
545
 
                $(TAGS_FILES) $(LISP)
546
 
        tags=; \
547
 
        here=`pwd`; \
548
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
549
 
        unique=`for i in $$list; do \
550
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
551
 
          done | \
552
 
          $(AWK) '    { files[$$0] = 1; } \
553
 
               END { for (i in files) print i; }'`; \
554
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
555
 
          test -n "$$unique" || unique=$$empty_fix; \
556
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
557
 
            $$tags $$unique; \
558
 
        fi
559
 
ctags: CTAGS
560
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
561
 
                $(TAGS_FILES) $(LISP)
562
 
        tags=; \
563
 
        here=`pwd`; \
564
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
565
 
        unique=`for i in $$list; do \
566
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
567
 
          done | \
568
 
          $(AWK) '    { files[$$0] = 1; } \
569
 
               END { for (i in files) print i; }'`; \
570
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
571
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
572
 
             $$tags $$unique
573
 
 
574
 
GTAGS:
575
 
        here=`$(am__cd) $(top_builddir) && pwd` \
576
 
          && cd $(top_srcdir) \
577
 
          && gtags -i $(GTAGS_ARGS) $$here
578
 
 
579
 
distclean-tags:
580
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
581
 
 
582
 
distdir: $(DISTFILES)
583
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
584
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
585
 
        list='$(DISTFILES)'; \
586
 
          dist_files=`for file in $$list; do echo $$file; done | \
587
 
          sed -e "s|^$$srcdirstrip/||;t" \
588
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
589
 
        case $$dist_files in \
590
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
591
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
592
 
                           sort -u` ;; \
593
 
        esac; \
594
 
        for file in $$dist_files; do \
595
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
596
 
          if test -d $$d/$$file; then \
597
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
598
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
599
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
600
 
            fi; \
601
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
602
 
          else \
603
 
            test -f $(distdir)/$$file \
604
 
            || cp -p $$d/$$file $(distdir)/$$file \
605
 
            || exit 1; \
606
 
          fi; \
607
 
        done
608
 
check-am: all-am
609
 
check: check-am
610
 
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
611
 
installdirs:
612
 
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
613
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
614
 
        done
615
 
install: install-am
616
 
install-exec: install-exec-am
617
 
install-data: install-data-am
618
 
uninstall: uninstall-am
619
 
 
620
 
install-am: all-am
621
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
622
 
 
623
 
installcheck: installcheck-am
624
 
install-strip:
625
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
626
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
627
 
          `test -z '$(STRIP)' || \
628
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
629
 
mostlyclean-generic:
630
 
 
631
 
clean-generic:
632
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
633
 
 
634
 
distclean-generic:
635
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
636
 
 
637
 
maintainer-clean-generic:
638
 
        @echo "This command is intended for maintainers to use"
639
 
        @echo "it deletes files that may require special tools to rebuild."
640
 
clean: clean-am
641
 
 
642
 
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
643
 
        clean-noinstLTLIBRARIES mostlyclean-am
644
 
 
645
 
distclean: distclean-am
646
 
        -rm -rf ./$(DEPDIR)
647
 
        -rm -f Makefile
648
 
distclean-am: clean-am distclean-compile distclean-generic \
649
 
        distclean-tags
650
 
 
651
 
dvi: dvi-am
652
 
 
653
 
dvi-am:
654
 
 
655
 
html: html-am
656
 
 
657
 
info: info-am
658
 
 
659
 
info-am:
660
 
 
661
 
install-data-am: install-includeHEADERS
662
 
 
663
 
install-dvi: install-dvi-am
664
 
 
665
 
install-exec-am: install-libLTLIBRARIES
666
 
 
667
 
install-html: install-html-am
668
 
 
669
 
install-info: install-info-am
670
 
 
671
 
install-man:
672
 
 
673
 
install-pdf: install-pdf-am
674
 
 
675
 
install-ps: install-ps-am
676
 
 
677
 
installcheck-am:
678
 
 
679
 
maintainer-clean: maintainer-clean-am
680
 
        -rm -rf ./$(DEPDIR)
681
 
        -rm -f Makefile
682
 
maintainer-clean-am: distclean-am maintainer-clean-generic
683
 
 
684
 
mostlyclean: mostlyclean-am
685
 
 
686
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
687
 
        mostlyclean-libtool
688
 
 
689
 
pdf: pdf-am
690
 
 
691
 
pdf-am:
692
 
 
693
 
ps: ps-am
694
 
 
695
 
ps-am:
696
 
 
697
 
uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
698
 
 
699
 
.MAKE: install-am install-strip
700
 
 
701
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
702
 
        clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
703
 
        ctags distclean distclean-compile distclean-generic \
704
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
705
 
        html-am info info-am install install-am install-data \
706
 
        install-data-am install-dvi install-dvi-am install-exec \
707
 
        install-exec-am install-html install-html-am \
708
 
        install-includeHEADERS install-info install-info-am \
709
 
        install-libLTLIBRARIES install-man install-pdf install-pdf-am \
710
 
        install-ps install-ps-am install-strip installcheck \
711
 
        installcheck-am installdirs maintainer-clean \
712
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
713
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
714
 
        tags uninstall uninstall-am uninstall-includeHEADERS \
715
 
        uninstall-libLTLIBRARIES
716
 
 
717
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
718
 
# Otherwise a system limit (for SysV at least) may be exceeded.
719
 
.NOEXPORT: