~ubuntu-branches/ubuntu/karmic/libwpd/karmic

« back to all changes in this revision

Viewing changes to src/conv/html/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2007-06-15 13:28:41 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070615132841-00nybwftc708w96n
Tags: 0.8.10-1
* New upstream release
* bump shlibs for libwpd-stream8c2a 

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
am__installdirs = "$(DESTDIR)$(bindir)"
52
52
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
53
53
PROGRAMS = $(bin_PROGRAMS)
54
 
am_wpd2html_OBJECTS = HtmlListenerImpl.$(OBJEXT) main.$(OBJEXT)
 
54
am_wpd2html_OBJECTS = HtmlListenerImpl.$(OBJEXT) wpd2html.$(OBJEXT)
55
55
wpd2html_OBJECTS = $(am_wpd2html_OBJECTS)
56
56
am__DEPENDENCIES_1 =
57
57
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
111
111
EXEEXT = @EXEEXT@
112
112
F77 = @F77@
113
113
FFLAGS = @FFLAGS@
 
114
GREP = @GREP@
114
115
INSTALL_DATA = @INSTALL_DATA@
115
116
INSTALL_PROGRAM = @INSTALL_PROGRAM@
116
117
INSTALL_SCRIPT = @INSTALL_SCRIPT@
163
164
WPD_MICRO_VERSION = @WPD_MICRO_VERSION@
164
165
WPD_MINOR_VERSION = @WPD_MINOR_VERSION@
165
166
WPD_VERSION = @WPD_VERSION@
166
 
ac_ct_AR = @ac_ct_AR@
167
 
ac_ct_AS = @ac_ct_AS@
168
167
ac_ct_CC = @ac_ct_CC@
169
168
ac_ct_CXX = @ac_ct_CXX@
170
 
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
171
 
ac_ct_DOXYGEN = @ac_ct_DOXYGEN@
172
169
ac_ct_F77 = @ac_ct_F77@
173
 
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
174
 
ac_ct_RANLIB = @ac_ct_RANLIB@
175
 
ac_ct_STRIP = @ac_ct_STRIP@
176
 
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
177
170
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
178
171
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
179
172
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
190
183
build_os = @build_os@
191
184
build_vendor = @build_vendor@
192
185
datadir = @datadir@
 
186
datarootdir = @datarootdir@
 
187
docdir = @docdir@
 
188
dvidir = @dvidir@
193
189
exec_prefix = @exec_prefix@
194
190
host = @host@
195
191
host_alias = @host_alias@
196
192
host_cpu = @host_cpu@
197
193
host_os = @host_os@
198
194
host_vendor = @host_vendor@
 
195
htmldir = @htmldir@
199
196
includedir = @includedir@
200
197
infodir = @infodir@
201
198
install_sh = @install_sh@
202
199
libdir = @libdir@
203
200
libexecdir = @libexecdir@
 
201
localedir = @localedir@
204
202
localstatedir = @localstatedir@
205
203
mandir = @mandir@
206
204
mkdir_p = @mkdir_p@
207
205
oldincludedir = @oldincludedir@
 
206
pdfdir = @pdfdir@
208
207
prefix = @prefix@
209
208
program_transform_name = @program_transform_name@
 
209
psdir = @psdir@
210
210
sbindir = @sbindir@
211
211
sharedstatedir = @sharedstatedir@
212
212
sysconfdir = @sysconfdir@
213
213
target_alias = @target_alias@
214
214
@WITH_LIBWPD_STREAM_FALSE@target_wpd2html = 
215
215
@WITH_LIBWPD_STREAM_TRUE@target_wpd2html = wpd2html
216
 
AM_CXXFLAGS = $(LIBWPD_CXXFLAGS) $(DEBUG_CXXFLAGS) -I$(top_srcdir)/src/lib/
217
 
wpd2html_LDFLAGS = -L../../lib/
 
216
AM_CXXFLAGS = $(LIBWPD_CXXFLAGS) $(DEBUG_CXXFLAGS) -I$(top_srcdir)/src/lib
 
217
wpd2html_LDFLAGS = -L../../lib
218
218
wpd2html_DEPENDENCIES = @WPD2HTML_WIN32_RESOURCE@
219
219
wpd2html_LDADD = -lwpd-0.8 -lwpd-stream-0.8 $(LIBWPD_LIBS) @WPD2HTML_WIN32_RESOURCE@
220
220
wpd2html_SOURCES = \
221
221
        HtmlListenerImpl.cpp    \
222
222
        HtmlListenerImpl.h      \
223
 
        main.cpp
 
223
        wpd2html.cpp
224
224
 
225
225
 
226
226
# Include the wpd2html_SOURCES in case we build a tarball without stream
307
307
        -rm -f *.tab.c
308
308
 
309
309
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HtmlListenerImpl.Po@am__quote@
310
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
 
310
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wpd2html.Po@am__quote@
311
311
 
312
312
.cpp.o:
313
313
@am__fastdepCXX_TRUE@   if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \