~mterry/ubuntu/natty/libofx/libofx.new-upstream-benoit-sru

« back to all changes in this revision

Viewing changes to lib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Saïvann Carignan
  • Date: 2008-02-06 17:25:16 UTC
  • mto: (3.1.2 lenny)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20080206172516-bnzxb29igye8um9h
Tags: upstream-0.9.0
Import upstream version 0.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
host_triplet = @host@
40
40
subdir = lib
41
41
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
42
 
        $(srcdir)/Makefile.in $(srcdir)/gnugetopt.h getopt.c getopt1.c
 
42
        $(srcdir)/Makefile.in $(srcdir)/gnugetopt.h
43
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
 
am__aclocal_m4_deps = $(top_srcdir)/libcurl.m4 \
 
44
am__aclocal_m4_deps = $(top_srcdir)/m4/os.m4 $(top_srcdir)/libcurl.m4 \
45
45
        $(top_srcdir)/configure.in
46
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47
47
        $(ACLOCAL_M4)
58
58
libLTLIBRARIES_INSTALL = $(INSTALL)
59
59
LTLIBRARIES = $(lib_LTLIBRARIES)
60
60
am__DEPENDENCIES_1 =
61
 
libofx_la_DEPENDENCIES = @LIBOBJS@ $(am__DEPENDENCIES_1)
 
61
libofx_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
62
62
am_libofx_la_OBJECTS = messages.lo ofx_utilities.lo file_preproc.lo \
63
63
        context.lo ofx_preproc.lo ofx_container_generic.lo \
64
64
        ofx_container_main.lo ofx_container_security.lo \
65
65
        ofx_container_statement.lo ofx_container_account.lo \
66
66
        ofx_container_transaction.lo ofx_containers_misc.lo \
67
67
        ofx_request.lo ofx_request_accountinfo.lo \
68
 
        ofx_request_statement.lo ofx_sgml.lo ofc_sgml.lo
 
68
        ofx_request_statement.lo ofx_sgml.lo ofc_sgml.lo win32.lo
69
69
libofx_la_OBJECTS = $(am_libofx_la_OBJECTS)
70
70
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
71
71
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
72
72
am__depfiles_maybe = depfiles
73
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
74
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
75
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
76
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
77
 
        $(AM_CFLAGS) $(CFLAGS)
78
 
CCLD = $(CC)
79
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
80
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
81
73
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
82
74
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
83
75
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
97
89
AMDEP_TRUE = @AMDEP_TRUE@
98
90
AMTAR = @AMTAR@
99
91
AR = @AR@
 
92
AS = @AS@
100
93
AUTOCONF = @AUTOCONF@
101
94
AUTOHEADER = @AUTOHEADER@
102
95
AUTOMAKE = @AUTOMAKE@
115
108
CYGPATH_W = @CYGPATH_W@
116
109
DEFS = @DEFS@
117
110
DEPDIR = @DEPDIR@
 
111
DLLTOOL = @DLLTOOL@
118
112
DOC_FALSE = @DOC_FALSE@
119
113
DOC_TRUE = @DOC_TRUE@
120
114
DOT = @DOT@
129
123
EXEEXT = @EXEEXT@
130
124
F77 = @F77@
131
125
FFLAGS = @FFLAGS@
 
126
GREP = @GREP@
 
127
ICONV_LIBS = @ICONV_LIBS@
132
128
INSTALL_DATA = @INSTALL_DATA@
 
129
INSTALL_DLL_TARGET = @INSTALL_DLL_TARGET@
133
130
INSTALL_PROGRAM = @INSTALL_PROGRAM@
134
131
INSTALL_SCRIPT = @INSTALL_SCRIPT@
135
132
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
137
134
LIBCURL = @LIBCURL@
138
135
LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
139
136
LIBOBJS = @LIBOBJS@
 
137
LIBOFX_BUILD_VERSION = @LIBOFX_BUILD_VERSION@
140
138
LIBOFX_DTD_DIR = @LIBOFX_DTD_DIR@
141
139
LIBOFX_MAJOR_VERSION = @LIBOFX_MAJOR_VERSION@
142
140
LIBOFX_MICRO_VERSION = @LIBOFX_MICRO_VERSION@
145
143
LIBOFX_SO_CURRENT = @LIBOFX_SO_CURRENT@
146
144
LIBOFX_SO_REVISION = @LIBOFX_SO_REVISION@
147
145
LIBOFX_VERSION = @LIBOFX_VERSION@
 
146
LIBOFX_VERSION_RELEASE_STRING = @LIBOFX_VERSION_RELEASE_STRING@
148
147
LIBS = @LIBS@
149
148
LIBTOOL = @LIBTOOL@
150
149
LIBXMLPP_CFLAGS = @LIBXMLPP_CFLAGS@
155
154
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
156
155
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
157
156
MAKEINFO = @MAKEINFO@
 
157
MAKE_DLL_TARGET = @MAKE_DLL_TARGET@
158
158
NO_GETOPTLONG_FALSE = @NO_GETOPTLONG_FALSE@
159
159
NO_GETOPTLONG_TRUE = @NO_GETOPTLONG_TRUE@
 
160
OBJDUMP = @OBJDUMP@
160
161
OBJEXT = @OBJEXT@
161
162
OPENSPINCLUDES = @OPENSPINCLUDES@
162
163
OPENSPLIBS = @OPENSPLIBS@
 
164
OSYSTEM = @OSYSTEM@
 
165
OS_TYPE = @OS_TYPE@
163
166
PACKAGE = @PACKAGE@
164
167
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
165
168
PACKAGE_NAME = @PACKAGE_NAME@
170
173
PKG_CONFIG = @PKG_CONFIG@
171
174
QT_CFLAGS = @QT_CFLAGS@
172
175
RANLIB = @RANLIB@
 
176
RC = @RC@
 
177
SED = @SED@
173
178
SET_MAKE = @SET_MAKE@
174
179
SHELL = @SHELL@
175
180
STRIP = @STRIP@
176
181
USE_GENGETOPT_FALSE = @USE_GENGETOPT_FALSE@
177
182
USE_GENGETOPT_TRUE = @USE_GENGETOPT_TRUE@
178
183
VERSION = @VERSION@
 
184
WITH_ICONV = @WITH_ICONV@
179
185
_libcurl_config = @_libcurl_config@
180
 
ac_ct_AR = @ac_ct_AR@
181
186
ac_ct_CC = @ac_ct_CC@
182
187
ac_ct_CXX = @ac_ct_CXX@
183
188
ac_ct_F77 = @ac_ct_F77@
184
 
ac_ct_RANLIB = @ac_ct_RANLIB@
185
 
ac_ct_STRIP = @ac_ct_STRIP@
186
 
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
187
189
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
188
190
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
189
191
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
200
202
build_os = @build_os@
201
203
build_vendor = @build_vendor@
202
204
datadir = @datadir@
 
205
datarootdir = @datarootdir@
 
206
docdir = @docdir@
 
207
dvidir = @dvidir@
203
208
enable_dot = @enable_dot@
204
209
enable_html_docs = @enable_html_docs@
205
210
enable_latex_docs = @enable_latex_docs@
210
215
host_cpu = @host_cpu@
211
216
host_os = @host_os@
212
217
host_vendor = @host_vendor@
 
218
htmldir = @htmldir@
213
219
includedir = @includedir@
214
220
infodir = @infodir@
215
221
install_sh = @install_sh@
216
222
libdir = @libdir@
217
223
libexecdir = @libexecdir@
 
224
localedir = @localedir@
218
225
localstatedir = @localstatedir@
219
226
mandir = @mandir@
220
227
mkdir_p = @mkdir_p@
221
228
ofxconnect = @ofxconnect@
222
229
oldincludedir = @oldincludedir@
 
230
pdfdir = @pdfdir@
223
231
prefix = @prefix@
224
232
program_transform_name = @program_transform_name@
 
233
psdir = @psdir@
225
234
sbindir = @sbindir@
226
235
sharedstatedir = @sharedstatedir@
227
236
sysconfdir = @sysconfdir@
244
253
                ofx_request_accountinfo.cpp \
245
254
                ofx_request_statement.cpp \
246
255
                ofx_sgml.cpp \
247
 
                ofc_sgml.cpp
 
256
                ofc_sgml.cpp \
 
257
                win32.cpp
248
258
 
249
259
noinst_HEADERS = ${top_srcdir}/inc/libofx.h \
250
260
                messages.hh \
260
270
                ofx_request_accountinfo.hh \
261
271
                ofx_request_statement.hh \
262
272
                ofx_utilities.hh \
263
 
                tree.hh
 
273
                tree.hh \
 
274
                win32.hh
264
275
 
265
276
AM_CPPFLAGS = \
266
277
        -I. \
268
279
        -I${OPENSPINCLUDES} \
269
280
        -DMAKEFILE_DTD_PATH=\"${LIBOFX_DTD_DIR}/\"
270
281
 
271
 
libofx_la_LIBADD = @LIBOBJS@ ${OPENSPLIBS} -lstdc++
272
 
libofx_la_LDFLAGS = -version-info @LIBOFX_SO_CURRENT@:@LIBOFX_SO_REVISION@:@LIBOFX_SO_AGE@
 
282
 
 
283
#libofx_la_LIBADD = @LIBOBJS@ ${OPENSPLIBS} -lstdc++
 
284
libofx_la_LIBADD = $(OPENSPLIBS) $(ICONV_LIBS) -lstdc++
 
285
libofx_la_LDFLAGS = -no-undefined -version-info @LIBOFX_SO_CURRENT@:@LIBOFX_SO_REVISION@:@LIBOFX_SO_AGE@
273
286
all: all-am
274
287
 
275
288
.SUFFIXES:
276
 
.SUFFIXES: .c .cpp .lo .o .obj
 
289
.SUFFIXES: .cpp .lo .o .obj
277
290
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
278
291
        @for dep in $?; do \
279
292
          case '$(am__configure_deps)' in \
339
352
distclean-compile:
340
353
        -rm -f *.tab.c
341
354
 
342
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt.Po@am__quote@
343
 
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt1.Po@am__quote@
344
355
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/context.Plo@am__quote@
345
356
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file_preproc.Plo@am__quote@
346
357
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/messages.Plo@am__quote@
358
369
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ofx_request_statement.Plo@am__quote@
359
370
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ofx_sgml.Plo@am__quote@
360
371
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ofx_utilities.Plo@am__quote@
361
 
 
362
 
.c.o:
363
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
364
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
365
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
366
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
367
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
368
 
 
369
 
.c.obj:
370
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
371
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
372
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
373
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
374
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
375
 
 
376
 
.c.lo:
377
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
378
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
379
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
380
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
381
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
372
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/win32.Plo@am__quote@
382
373
 
383
374
.cpp.o:
384
375
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
524
515
        mostlyclean-am
525
516
 
526
517
distclean: distclean-am
527
 
        -rm -rf $(DEPDIR) ./$(DEPDIR)
 
518
        -rm -rf ./$(DEPDIR)
528
519
        -rm -f Makefile
529
520
distclean-am: clean-am distclean-compile distclean-generic \
530
521
        distclean-libtool distclean-tags
550
541
installcheck-am:
551
542
 
552
543
maintainer-clean: maintainer-clean-am
553
 
        -rm -rf $(DEPDIR) ./$(DEPDIR)
 
544
        -rm -rf ./$(DEPDIR)
554
545
        -rm -f Makefile
555
546
maintainer-clean-am: distclean-am maintainer-clean-generic
556
547