~ubuntu-branches/ubuntu/breezy/libwpd/breezy

« back to all changes in this revision

Viewing changes to build/win32/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Masayuki Hatta (mhatta)
  • Date: 2004-08-10 00:37:47 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040810003747-5i7g92h2v88z70zo
Tags: 0.7.2-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.8 from Makefile.am.
 
1
# Makefile.in generated by automake 1.6.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5
5
# Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
13
13
# PARTICULAR PURPOSE.
14
14
 
15
15
@SET_MAKE@
 
16
SHELL = @SHELL@
16
17
 
17
18
srcdir = @srcdir@
18
19
top_srcdir = @top_srcdir@
19
20
VPATH = @srcdir@
 
21
prefix = @prefix@
 
22
exec_prefix = @exec_prefix@
 
23
 
 
24
bindir = @bindir@
 
25
sbindir = @sbindir@
 
26
libexecdir = @libexecdir@
 
27
datadir = @datadir@
 
28
sysconfdir = @sysconfdir@
 
29
sharedstatedir = @sharedstatedir@
 
30
localstatedir = @localstatedir@
 
31
libdir = @libdir@
 
32
infodir = @infodir@
 
33
mandir = @mandir@
 
34
includedir = @includedir@
 
35
oldincludedir = /usr/include
20
36
pkgdatadir = $(datadir)/@PACKAGE@
21
37
pkglibdir = $(libdir)/@PACKAGE@
22
38
pkgincludedir = $(includedir)/@PACKAGE@
23
39
top_builddir = ../..
24
40
 
 
41
ACLOCAL = @ACLOCAL@
 
42
AUTOCONF = @AUTOCONF@
 
43
AUTOMAKE = @AUTOMAKE@
 
44
AUTOHEADER = @AUTOHEADER@
 
45
 
25
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
47
INSTALL = @INSTALL@
 
48
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
49
INSTALL_DATA = @INSTALL_DATA@
27
50
install_sh_DATA = $(install_sh) -c -m 644
28
51
install_sh_PROGRAM = $(install_sh) -c
29
52
install_sh_SCRIPT = $(install_sh) -c
 
53
INSTALL_SCRIPT = @INSTALL_SCRIPT@
30
54
INSTALL_HEADER = $(INSTALL_DATA)
31
 
transform = $(program_transform_name)
 
55
transform = @program_transform_name@
32
56
NORMAL_INSTALL = :
33
57
PRE_INSTALL = :
34
58
POST_INSTALL = :
35
59
NORMAL_UNINSTALL = :
36
60
PRE_UNINSTALL = :
37
61
POST_UNINSTALL = :
 
62
host_alias = @host_alias@
38
63
host_triplet = @host@
39
 
ACLOCAL = @ACLOCAL@
40
 
AMDEP_FALSE = @AMDEP_FALSE@
41
 
AMDEP_TRUE = @AMDEP_TRUE@
 
64
 
 
65
EXEEXT = @EXEEXT@
 
66
OBJEXT = @OBJEXT@
 
67
PATH_SEPARATOR = @PATH_SEPARATOR@
42
68
AMTAR = @AMTAR@
43
 
AR = @AR@
44
69
AS = @AS@
45
 
AUTOCONF = @AUTOCONF@
46
 
AUTOHEADER = @AUTOHEADER@
47
 
AUTOMAKE = @AUTOMAKE@
48
70
AWK = @AWK@
49
71
CC = @CC@
50
 
CCDEPMODE = @CCDEPMODE@
51
 
CFLAGS = @CFLAGS@
52
 
CPP = @CPP@
53
 
CPPFLAGS = @CPPFLAGS@
54
72
CXX = @CXX@
55
 
CXXCPP = @CXXCPP@
56
 
CXXDEPMODE = @CXXDEPMODE@
57
 
CXXFLAGS = @CXXFLAGS@
58
 
CYGPATH_W = @CYGPATH_W@
59
73
DEBUG_CXXFLAGS = @DEBUG_CXXFLAGS@
60
 
DEFS = @DEFS@
61
74
DEPDIR = @DEPDIR@
62
75
DLLTOOL = @DLLTOOL@
63
76
ECHO = @ECHO@
64
 
ECHO_C = @ECHO_C@
65
 
ECHO_N = @ECHO_N@
66
 
ECHO_T = @ECHO_T@
67
 
EGREP = @EGREP@
68
 
EXEEXT = @EXEEXT@
69
 
F77 = @F77@
70
 
FFLAGS = @FFLAGS@
71
 
INSTALL_DATA = @INSTALL_DATA@
72
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
73
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
74
77
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
75
 
LDFLAGS = @LDFLAGS@
76
 
LIBOBJS = @LIBOBJS@
77
 
LIBS = @LIBS@
78
78
LIBTOOL = @LIBTOOL@
79
 
LIBWPD_CFLAGS = @LIBWPD_CFLAGS@
80
79
LIBWPD_CXXFLAGS = @LIBWPD_CXXFLAGS@
81
80
LIBWPD_LIBS = @LIBWPD_LIBS@
82
81
LIBWPD_WIN32_RESOURCE = @LIBWPD_WIN32_RESOURCE@
83
82
LN_S = @LN_S@
84
 
LTLIBOBJS = @LTLIBOBJS@
85
83
LT_AGE = @LT_AGE@
86
84
LT_CURRENT = @LT_CURRENT@
87
85
LT_REVISION = @LT_REVISION@
88
 
MAKEINFO = @MAKEINFO@
89
86
OBJDUMP = @OBJDUMP@
90
 
OBJEXT = @OBJEXT@
91
 
OS_WIN32_FALSE = @OS_WIN32_FALSE@
92
 
OS_WIN32_TRUE = @OS_WIN32_TRUE@
93
87
PACKAGE = @PACKAGE@
94
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
95
 
PACKAGE_NAME = @PACKAGE_NAME@
96
 
PACKAGE_STRING = @PACKAGE_STRING@
97
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
98
 
PACKAGE_VERSION = @PACKAGE_VERSION@
99
 
PATH_SEPARATOR = @PATH_SEPARATOR@
100
88
PKG_CONFIG = @PKG_CONFIG@
101
 
PLATFORM_WIN32_FALSE = @PLATFORM_WIN32_FALSE@
102
 
PLATFORM_WIN32_TRUE = @PLATFORM_WIN32_TRUE@
103
89
RANLIB = @RANLIB@
104
 
SET_MAKE = @SET_MAKE@
105
 
SHELL = @SHELL@
106
90
STRIP = @STRIP@
107
91
VERSION = @VERSION@
108
92
WPD2HTML_WIN32_RESOURCE = @WPD2HTML_WIN32_RESOURCE@
112
96
WPD_MICRO_VERSION = @WPD_MICRO_VERSION@
113
97
WPD_MINOR_VERSION = @WPD_MINOR_VERSION@
114
98
WPD_VERSION = @WPD_VERSION@
115
 
ac_ct_AR = @ac_ct_AR@
116
 
ac_ct_AS = @ac_ct_AS@
117
 
ac_ct_CC = @ac_ct_CC@
118
 
ac_ct_CXX = @ac_ct_CXX@
119
 
ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
120
 
ac_ct_F77 = @ac_ct_F77@
121
 
ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
122
 
ac_ct_RANLIB = @ac_ct_RANLIB@
123
 
ac_ct_STRIP = @ac_ct_STRIP@
124
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
125
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
126
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
127
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
128
99
am__include = @am__include@
129
 
am__leading_dot = @am__leading_dot@
130
100
am__quote = @am__quote@
131
 
bindir = @bindir@
132
 
build = @build@
133
 
build_alias = @build_alias@
134
 
build_cpu = @build_cpu@
135
 
build_os = @build_os@
136
 
build_vendor = @build_vendor@
137
 
datadir = @datadir@
138
 
exec_prefix = @exec_prefix@
139
 
host = @host@
140
 
host_alias = @host_alias@
141
 
host_cpu = @host_cpu@
142
 
host_os = @host_os@
143
 
host_vendor = @host_vendor@
144
 
includedir = @includedir@
145
 
infodir = @infodir@
146
101
install_sh = @install_sh@
147
 
libdir = @libdir@
148
 
libexecdir = @libexecdir@
149
 
localstatedir = @localstatedir@
150
 
mandir = @mandir@
151
 
oldincludedir = @oldincludedir@
152
 
prefix = @prefix@
153
 
program_transform_name = @program_transform_name@
154
 
sbindir = @sbindir@
155
 
sharedstatedir = @sharedstatedir@
156
 
sysconfdir = @sysconfdir@
157
 
target_alias = @target_alias@
158
102
EXTRA_DIST = \
159
103
        compile-resource \
160
 
        lt-compile-resource
 
104
        lt-compile-resource \
 
105
        libwpd.dsp \
 
106
        libwpd.dsw
161
107
 
162
108
subdir = build/win32
163
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
164
109
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
165
110
CONFIG_HEADER = $(top_builddir)/config.h
166
111
CONFIG_CLEAN_FILES =
167
112
DIST_SOURCES =
168
 
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
 
113
DIST_COMMON = Makefile.am Makefile.in
169
114
all: all-am
170
115
 
171
116
.SUFFIXES:
187
132
tags: TAGS
188
133
TAGS:
189
134
 
190
 
ctags: CTAGS
191
 
CTAGS:
192
 
 
193
135
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
194
136
 
195
137
top_distdir = ../..
196
138
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
197
139
 
198
140
distdir: $(DISTFILES)
199
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
200
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
201
 
        list='$(DISTFILES)'; for file in $$list; do \
202
 
          case $$file in \
203
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
204
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
205
 
          esac; \
 
141
        @list='$(DISTFILES)'; for file in $$list; do \
206
142
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
207
143
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
208
144
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
227
163
all-am: Makefile
228
164
 
229
165
installdirs:
 
166
 
230
167
install: install-am
231
168
install-exec: install-exec-am
232
169
install-data: install-data-am
246
183
clean-generic:
247
184
 
248
185
distclean-generic:
249
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
186
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
250
187
 
251
188
maintainer-clean-generic:
252
189
        @echo "This command is intended for maintainers to use"
256
193
clean-am: clean-generic clean-libtool mostlyclean-am
257
194
 
258
195
distclean: distclean-am
259
 
        -rm -f Makefile
 
196
 
260
197
distclean-am: clean-am distclean-generic distclean-libtool
261
198
 
262
199
dvi: dvi-am
278
215
installcheck-am:
279
216
 
280
217
maintainer-clean: maintainer-clean-am
281
 
        -rm -f Makefile
 
218
 
282
219
maintainer-clean-am: distclean-am maintainer-clean-generic
283
220
 
284
221
mostlyclean: mostlyclean-am
285
222
 
286
223
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
287
224
 
288
 
pdf: pdf-am
289
 
 
290
 
pdf-am:
291
 
 
292
 
ps: ps-am
293
 
 
294
 
ps-am:
295
 
 
296
225
uninstall-am: uninstall-info-am
297
226
 
298
227
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
302
231
        install-info-am install-man install-strip installcheck \
303
232
        installcheck-am installdirs maintainer-clean \
304
233
        maintainer-clean-generic mostlyclean mostlyclean-generic \
305
 
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
306
 
        uninstall-info-am
 
234
        mostlyclean-libtool uninstall uninstall-am uninstall-info-am
307
235
 
308
236
# Tell versions [3.59,3.63) of GNU make to not export all variables.
309
237
# Otherwise a system limit (for SysV at least) may be exceeded.