~ubuntu-branches/ubuntu/trusty/libwpd/trusty

« back to all changes in this revision

Viewing changes to src/lib/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2006-06-11 23:56:17 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060611235617-ce504k38fuqe8twa
Tags: 0.8.5-2
* dpatch'ize 
* add patch from upstream fixing WP5 font handling regression

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
libwpd_0_8_la_LIBADD  = @LIBWPD_WIN32_RESOURCE@
42
42
libwpd_0_8_la_DEPENDENCIES = @LIBWPD_WIN32_RESOURCE@
43
43
libwpd_0_8_la_LDFLAGS = $(version_info) -export-dynamic $(no_undefined)
44
 
libwpd_0_8_la_SOURCES =                         \
45
 
        libwpd_internal.cpp                     \
46
 
        libwpd_math.cpp                         \
47
 
        WP3AttributeGroup.cpp                   \
48
 
        WP3DefinitionGroup.cpp                  \
49
 
        WP3DisplayGroup.cpp                     \
50
 
        WP3EndOfLinePageGroup.cpp               \
51
 
        WP3ExtendedCharacterGroup.cpp           \
52
 
        WP3FileStructure.cpp                    \
53
 
        WP3FixedLengthGroup.cpp                 \
54
 
        WP3FontGroup.cpp                        \
55
 
        WP3FootnoteEndnoteGroup.cpp             \
56
 
        WP3Header.cpp                           \
57
 
        WP3Listener.cpp                         \
58
 
        WP3MiscellaneousGroup.cpp               \
59
 
        WP3PageFormatGroup.cpp                  \
60
 
        WP3Parser.cpp                           \
61
 
        WP3Part.cpp                             \
62
 
        WP3SingleByteFunction.cpp               \
63
 
        WP3StylesListener.cpp                   \
64
 
        WP3SubDocument.cpp                      \
65
 
        WP3TablesGroup.cpp                      \
66
 
        WP3UndoGroup.cpp                        \
67
 
        WP3UnsupportedFixedLengthGroup.cpp      \
68
 
        WP3UnsupportedVariableLengthGroup.cpp   \
69
 
        WP3VariableLengthGroup.cpp              \
70
 
        WP42FileStructure.cpp                   \
71
 
        WP42Heuristics.cpp                      \
72
 
        WP42Listener.cpp                        \
73
 
        WP42Parser.cpp                          \
74
 
        WP42Part.cpp                            \
75
 
        WP42StylesListener.cpp                  \
76
 
        WP42UnsupportedVariableLengthGroup.cpp  \
77
 
        WP42VariableLengthGroup.cpp             \
78
 
        WP5AttributeGroup.cpp                   \
79
 
        WP5DefinitionGroup.cpp                  \
80
 
        WP5ExtendedCharacterGroup.cpp           \
81
 
        WP5FileStructure.cpp                    \
82
 
        WP5FixedLengthGroup.cpp                 \
83
 
        WP5FormatGroup.cpp                      \
84
 
        WP5Header.cpp                           \
85
 
        WP5Listener.cpp                         \
86
 
        WP5PageFormatGroup.cpp                  \
87
 
        WP5Parser.cpp                           \
88
 
        WP5Part.cpp                             \
89
 
        WP5SingleByteFunction.cpp               \
90
 
        WP5StylesListener.cpp                   \
91
 
        WP5TableEOLGroup.cpp                    \
92
 
        WP5TableEOPGroup.cpp                    \
93
 
        WP5UnsupportedFixedLengthGroup.cpp      \
94
 
        WP5UnsupportedVariableLengthGroup.cpp   \
95
 
        WP5VariableLengthGroup.cpp              \
96
 
        WP6AttributeGroup.cpp                   \
97
 
        WP6CharacterGroup.cpp                   \
98
 
        WP6ColumnGroup.cpp                      \
99
 
        WP6ContentListener.cpp                  \
100
 
        WP6DefaultInitialFontPacket.cpp         \
101
 
        WP6DisplayNumberReferenceGroup.cpp      \
102
 
        WP6EOLGroup.cpp                         \
103
 
        WP6ExtendedCharacterGroup.cpp           \
104
 
        WP6ExtendedDocumentSummaryPacket.cpp    \
105
 
        WP6FileStructure.cpp                    \
106
 
        WP6FillStylePacket.cpp                  \
107
 
        WP6FixedLengthGroup.cpp                 \
108
 
        WP6FontDescriptorPacket.cpp             \
109
 
        WP6FootnoteEndnoteGroup.cpp             \
110
 
        WP6GeneralTextPacket.cpp                \
111
 
        WP6Header.cpp                           \
112
 
        WP60Header.cpp                          \
113
 
        WP61Header.cpp                          \
114
 
        WP6HeaderFooterGroup.cpp                \
115
 
        WP6HighlightGroup.cpp                   \
116
 
        WP6Listener.cpp                         \
117
 
        WP6Parser.cpp                           \
118
 
        WP6OutlineStylePacket.cpp               \
119
 
        WP6PageGroup.cpp                        \
120
 
        WP6ParagraphGroup.cpp                   \
121
 
        WP6Part.cpp                             \
122
 
        WP6PrefixData.cpp                       \
123
 
        WP6PrefixIndice.cpp                     \
124
 
        WP6PrefixDataPacket.cpp                 \
125
 
        WP6SingleByteFunction.cpp               \
126
 
        WP6StyleGroup.cpp                       \
127
 
        WP6StylesListener.cpp                   \
128
 
        WP6SubDocument.cpp                      \
129
 
        WP6TabGroup.cpp                         \
130
 
        WP6UndoGroup.cpp                        \
131
 
        WP6UnsupportedFixedLengthGroup.cpp      \
132
 
        WP6UnsupportedVariableLengthGroup.cpp   \
133
 
        WP6VariableLengthGroup.cpp              \
134
 
        WPXPageSpan.cpp                         \
135
 
        WPXHeader.cpp                           \
136
 
        WPXListener.cpp                         \
137
 
        WPXMemoryStream.cpp                     \
138
 
        WPXTable.cpp                            \
139
 
        WPXParser.cpp                           \
140
 
        WPXPart.cpp                             \
141
 
        WPXProperty.cpp                         \
142
 
        WPXPropertyList.cpp                     \
143
 
        WPXString.cpp                           \
144
 
        WPXSubDocument.cpp                      \
145
 
        WPXPropertyListVector.cpp               \
146
 
        WPDocument.cpp                          \
147
 
        libwpd.h                                \
148
 
        libwpd_internal.h                       \
149
 
        libwpd_math.h                           \
150
 
        libwpd_types.h                          \
151
 
        WP3AttributeGroup.h                     \
152
 
        WP3DefinitionGroup.h                    \
153
 
        WP3DisplayGroup.h                       \
154
 
        WP3EndOfLinePageGroup.h                 \
155
 
        WP3ExtendedCharacterGroup.h             \
156
 
        WP3FileStructure.h                      \
157
 
        WP3FixedLengthGroup.h                   \
158
 
        WP3FontGroup.h                          \
159
 
        WP3FootnoteEndnoteGroup.h               \
160
 
        WP3Header.h                             \
161
 
        WP3Listener.h                           \
162
 
        WP3MiscellaneousGroup.h                 \
163
 
        WP3PageFormatGroup.h                    \
164
 
        WP3Parser.h                             \
165
 
        WP3Part.h                               \
166
 
        WP3SingleByteFunction.h                 \
167
 
        WP3StylesListener.h                     \
168
 
        WP3SubDocument.h                        \
169
 
        WP3TablesGroup.h                        \
170
 
        WP3UndoGroup.h                          \
171
 
        WP3UnsupportedFixedLengthGroup.h        \
172
 
        WP3UnsupportedVariableLengthGroup.h     \
173
 
        WP3VariableLengthGroup.h                \
174
 
        WP42FileStructure.h                     \
175
 
        WP42Heuristics.h                        \
176
 
        WP42Listener.h                          \
177
 
        WP42Part.h                              \
178
 
        WP42Parser.h                            \
179
 
        WP42StylesListener.h                    \
180
 
        WP42UnsupportedVariableLengthGroup.h    \
181
 
        WP42VariableLengthGroup.h               \
182
 
        WP5AttributeGroup.h                     \
183
 
        WP5DefinitionGroup.h                    \
184
 
        WP5ExtendedCharacterGroup.h             \
185
 
        WP5FileStructure.h                      \
186
 
        WP5FixedLengthGroup.h                   \
187
 
        WP5FormatGroup.h                        \
188
 
        WP5Header.h                             \
189
 
        WP5Listener.h                           \
190
 
        WP5PageFormatGroup.h                    \
191
 
        WP5Part.h                               \
192
 
        WP5Parser.h                             \
193
 
        WP5SingleByteFunction.h                 \
194
 
        WP5StylesListener.h                     \
195
 
        WP5TableEOLGroup.h                      \
196
 
        WP5TableEOPGroup.h                      \
197
 
        WP5UnsupportedFixedLengthGroup.h        \
198
 
        WP5UnsupportedVariableLengthGroup.h     \
199
 
        WP5VariableLengthGroup.h                \
200
 
        WP6FileStructure.h                      \
201
 
        WP6AttributeGroup.h                     \
202
 
        WP6CharacterGroup.h                     \
203
 
        WP6ColumnGroup.h                        \
204
 
        WP6ContentListener.h                    \
205
 
        WP6DefaultInitialFontPacket.h           \
206
 
        WP6DisplayNumberReferenceGroup.h        \
207
 
        WP6EOLGroup.h                           \
208
 
        WP6ExtendedCharacterGroup.h             \
209
 
        WP6ExtendedDocumentSummaryPacket.h      \
210
 
        WP6FillStylePacket.h                    \
211
 
        WP6FixedLengthGroup.h                   \
212
 
        WP6FontDescriptorPacket.h               \
213
 
        WP6FootnoteEndnoteGroup.h               \
214
 
        WP6GeneralTextPacket.h                  \
215
 
        WP6Header.h                             \
216
 
        WP60Header.h                            \
217
 
        WP61Header.h                            \
218
 
        WP6HeaderFooterGroup.h                  \
219
 
        WP6HighlightGroup.h                     \
220
 
        WP6Listener.h                           \
221
 
        WP6OutlineStylePacket.h                 \
222
 
        WP6PageGroup.h                          \
223
 
        WP6ParagraphGroup.h                     \
224
 
        WP6Parser.h                             \
225
 
        WP6Part.h                               \
226
 
        WP6PrefixData.h                         \
227
 
        WP6PrefixIndice.h                       \
228
 
        WP6PrefixDataPacket.h                   \
229
 
        WP6SingleByteFunction.h                 \
230
 
        WP6StyleGroup.h                         \
231
 
        WP6StylesListener.h                     \
232
 
        WP6SubDocument.h                        \
233
 
        WP6TabGroup.h                           \
234
 
        WP6TibetanMap.h                         \
235
 
        WP6UndoGroup.h                          \
236
 
        WP6UnsupportedFixedLengthGroup.h        \
237
 
        WP6UnsupportedVariableLengthGroup.h     \
238
 
        WP6VariableLengthGroup.h                \
239
 
        WPXHeader.h                             \
240
 
        WPDocument.h                            \
241
 
        WPXFileStructure.h                      \
242
 
        WPXHLListenerImpl.h                     \
243
 
        WPXListener.h                           \
244
 
        WPXMemoryStream.h                       \
245
 
        WPXPageSpan.h                           \
246
 
        WPXParser.h                             \
247
 
        WPXPart.h                               \
248
 
        WPXProperty.h                           \
249
 
        WPXPropertyList.h                       \
250
 
        WPXString.h                             \
251
 
        WPXSubDocument.h                        \
252
 
        WPXTable.h                              \
253
 
        WPXPropertyListVector.h
 
44
libwpd_0_8_la_SOURCES = \
 
45
        libwpd_internal.cpp \
 
46
        libwpd_math.cpp \
 
47
        WP3AttributeGroup.cpp \
 
48
        WP3ContentListener.cpp \
 
49
        WP3DefinitionGroup.cpp \
 
50
        WP3DisplayGroup.cpp \
 
51
        WP3EndOfLinePageGroup.cpp \
 
52
        WP3ExtendedCharacterGroup.cpp \
 
53
        WP3FileStructure.cpp \
 
54
        WP3FixedLengthGroup.cpp \
 
55
        WP3FontGroup.cpp \
 
56
        WP3FootnoteEndnoteGroup.cpp \
 
57
        WP3Header.cpp \
 
58
        WP3HeaderFooterGroup.cpp \
 
59
        WP3Listener.cpp \
 
60
        WP3MiscellaneousGroup.cpp \
 
61
        WP3PageFormatGroup.cpp \
 
62
        WP3Parser.cpp \
 
63
        WP3Part.cpp \
 
64
        WP3SingleByteFunction.cpp \
 
65
        WP3StylesListener.cpp \
 
66
        WP3SubDocument.cpp \
 
67
        WP3TablesGroup.cpp \
 
68
        WP3UndoGroup.cpp \
 
69
        WP3UnsupportedFixedLengthGroup.cpp \
 
70
        WP3UnsupportedVariableLengthGroup.cpp \
 
71
        WP3VariableLengthGroup.cpp \
 
72
        WP42ContentListener.cpp \
 
73
        WP42FileStructure.cpp \
 
74
        WP42Heuristics.cpp \
 
75
        WP42Listener.cpp \
 
76
        WP42Parser.cpp \
 
77
        WP42Part.cpp \
 
78
        WP42StylesListener.cpp \
 
79
        WP42UnsupportedVariableLengthGroup.cpp \
 
80
        WP42VariableLengthGroup.cpp \
 
81
        WP5AttributeGroup.cpp \
 
82
        WP5ContentListener.cpp \
 
83
        WP5DefinitionGroup.cpp \
 
84
        WP5ExtendedCharacterGroup.cpp \
 
85
        WP5FileStructure.cpp \
 
86
        WP5FixedLengthGroup.cpp \
 
87
        WP5FontGroup.cpp \
 
88
        WP5FontNameStringPoolPacket.cpp \
 
89
        WP5FootnoteEndnoteGroup.cpp \
 
90
        WP5GeneralPacketData.cpp \
 
91
        WP5GeneralPacketIndex.cpp \
 
92
        WP5Header.cpp \
 
93
        WP5HeaderFooterGroup.cpp \
 
94
        WP5Listener.cpp \
 
95
        WP5ListFontsUsedPacket.cpp \
 
96
        WP5PageFormatGroup.cpp \
 
97
        WP5Parser.cpp \
 
98
        WP5Part.cpp \
 
99
        WP5PrefixData.cpp \
 
100
        WP5SingleByteFunction.cpp \
 
101
        WP5SpecialHeaderIndex.cpp \
 
102
        WP5StylesListener.cpp \
 
103
        WP5SubDocument.cpp \
 
104
        WP5TableEOLGroup.cpp \
 
105
        WP5TableEOPGroup.cpp \
 
106
        WP5UnsupportedFixedLengthGroup.cpp \
 
107
        WP5UnsupportedVariableLengthGroup.cpp \
 
108
        WP5VariableLengthGroup.cpp \
 
109
        WP6AttributeGroup.cpp \
 
110
        WP6CharacterGroup.cpp \
 
111
        WP6ColumnGroup.cpp \
 
112
        WP6ContentListener.cpp \
 
113
        WP6DefaultInitialFontPacket.cpp \
 
114
        WP6DisplayNumberReferenceGroup.cpp \
 
115
        WP6EOLGroup.cpp \
 
116
        WP6ExtendedCharacterGroup.cpp \
 
117
        WP6ExtendedDocumentSummaryPacket.cpp \
 
118
        WP6FileStructure.cpp \
 
119
        WP6FillStylePacket.cpp \
 
120
        WP6FixedLengthGroup.cpp \
 
121
        WP6FontDescriptorPacket.cpp \
 
122
        WP6FootnoteEndnoteGroup.cpp \
 
123
        WP6GeneralTextPacket.cpp \
 
124
        WP6Header.cpp \
 
125
        WP60Header.cpp \
 
126
        WP61Header.cpp \
 
127
        WP6HeaderFooterGroup.cpp \
 
128
        WP6HighlightGroup.cpp \
 
129
        WP6Listener.cpp \
 
130
        WP6Parser.cpp \
 
131
        WP6OutlineStylePacket.cpp \
 
132
        WP6PageGroup.cpp \
 
133
        WP6ParagraphGroup.cpp \
 
134
        WP6Part.cpp \
 
135
        WP6PrefixData.cpp \
 
136
        WP6PrefixIndice.cpp \
 
137
        WP6PrefixDataPacket.cpp \
 
138
        WP6SingleByteFunction.cpp \
 
139
        WP6StyleGroup.cpp \
 
140
        WP6StylesListener.cpp \
 
141
        WP6SubDocument.cpp \
 
142
        WP6TabGroup.cpp \
 
143
        WP6UndoGroup.cpp \
 
144
        WP6UnsupportedFixedLengthGroup.cpp \
 
145
        WP6UnsupportedVariableLengthGroup.cpp \
 
146
        WP6VariableLengthGroup.cpp \
 
147
        WPDocument.cpp \
 
148
        WPXContentListener.cpp \
 
149
        WPXHeader.cpp \
 
150
        WPXListener.cpp \
 
151
        WPXMemoryStream.cpp \
 
152
        WPXPageSpan.cpp \
 
153
        WPXParser.cpp \
 
154
        WPXPart.cpp \
 
155
        WPXProperty.cpp \
 
156
        WPXPropertyList.cpp \
 
157
        WPXPropertyListVector.cpp \
 
158
        WPXString.cpp \
 
159
        WPXStylesListener.cpp \
 
160
        WPXSubDocument.cpp \
 
161
        WPXTable.cpp \
 
162
        libwpd.h \
 
163
        libwpd_internal.h \
 
164
        libwpd_math.h \
 
165
        libwpd_types.h \
 
166
        WP3AttributeGroup.h \
 
167
        WP3ContentListener.h \
 
168
        WP3DefinitionGroup.h \
 
169
        WP3DisplayGroup.h \
 
170
        WP3EndOfLinePageGroup.h \
 
171
        WP3ExtendedCharacterGroup.h \
 
172
        WP3FileStructure.h \
 
173
        WP3FixedLengthGroup.h \
 
174
        WP3FontGroup.h \
 
175
        WP3FootnoteEndnoteGroup.h \
 
176
        WP3Header.h \
 
177
        WP3HeaderFooterGroup.h \
 
178
        WP3Listener.h \
 
179
        WP3MiscellaneousGroup.h \
 
180
        WP3PageFormatGroup.h \
 
181
        WP3Parser.h \
 
182
        WP3Part.h \
 
183
        WP3SingleByteFunction.h \
 
184
        WP3StylesListener.h \
 
185
        WP3SubDocument.h \
 
186
        WP3TablesGroup.h \
 
187
        WP3UndoGroup.h \
 
188
        WP3UnsupportedFixedLengthGroup.h \
 
189
        WP3UnsupportedVariableLengthGroup.h \
 
190
        WP3VariableLengthGroup.h \
 
191
        WP42ContentListener.h \
 
192
        WP42FileStructure.h \
 
193
        WP42Heuristics.h \
 
194
        WP42Listener.h \
 
195
        WP42Part.h \
 
196
        WP42Parser.h \
 
197
        WP42StylesListener.h \
 
198
        WP42UnsupportedVariableLengthGroup.h \
 
199
        WP42VariableLengthGroup.h \
 
200
        WP5AttributeGroup.h \
 
201
        WP5ContentListener.h \
 
202
        WP5DefinitionGroup.h \
 
203
        WP5ExtendedCharacterGroup.h \
 
204
        WP5FileStructure.h \
 
205
        WP5FixedLengthGroup.h \
 
206
        WP5FontGroup.h \
 
207
        WP5FontNameStringPoolPacket.h \
 
208
        WP5FootnoteEndnoteGroup.h \
 
209
        WP5GeneralPacketData.h \
 
210
        WP5GeneralPacketIndex.h \
 
211
        WP5Header.h \
 
212
        WP5HeaderFooterGroup.h \
 
213
        WP5Listener.h \
 
214
        WP5ListFontsUsedPacket.h \
 
215
        WP5PageFormatGroup.h \
 
216
        WP5Part.h \
 
217
        WP5Parser.h \
 
218
        WP5PrefixData.h \
 
219
        WP5SingleByteFunction.h \
 
220
        WP5SpecialHeaderIndex.h \
 
221
        WP5StylesListener.h \
 
222
        WP5SubDocument.h \
 
223
        WP5TableEOLGroup.h \
 
224
        WP5TableEOPGroup.h \
 
225
        WP5UnsupportedFixedLengthGroup.h \
 
226
        WP5UnsupportedVariableLengthGroup.h \
 
227
        WP5VariableLengthGroup.h \
 
228
        WP6FileStructure.h \
 
229
        WP6AttributeGroup.h \
 
230
        WP6CharacterGroup.h \
 
231
        WP6ColumnGroup.h \
 
232
        WP6ContentListener.h \
 
233
        WP6DefaultInitialFontPacket.h \
 
234
        WP6DisplayNumberReferenceGroup.h \
 
235
        WP6EOLGroup.h \
 
236
        WP6ExtendedCharacterGroup.h \
 
237
        WP6ExtendedDocumentSummaryPacket.h \
 
238
        WP6FillStylePacket.h \
 
239
        WP6FixedLengthGroup.h \
 
240
        WP6FontDescriptorPacket.h \
 
241
        WP6FootnoteEndnoteGroup.h \
 
242
        WP6GeneralTextPacket.h \
 
243
        WP6Header.h \
 
244
        WP60Header.h \
 
245
        WP61Header.h \
 
246
        WP6HeaderFooterGroup.h \
 
247
        WP6HighlightGroup.h \
 
248
        WP6Listener.h \
 
249
        WP6OutlineStylePacket.h \
 
250
        WP6PageGroup.h \
 
251
        WP6ParagraphGroup.h \
 
252
        WP6Parser.h \
 
253
        WP6Part.h \
 
254
        WP6PrefixData.h  \
 
255
        WP6PrefixIndice.h \
 
256
        WP6PrefixDataPacket.h \
 
257
        WP6SingleByteFunction.h \
 
258
        WP6StyleGroup.h \
 
259
        WP6StylesListener.h \
 
260
        WP6SubDocument.h \
 
261
        WP6TabGroup.h    \
 
262
        WP6TibetanMap.h \
 
263
        WP6UndoGroup.h \
 
264
        WP6UnsupportedFixedLengthGroup.h \
 
265
        WP6UnsupportedVariableLengthGroup.h \
 
266
        WP6VariableLengthGroup.h \
 
267
        WPDocument.h \
 
268
        WPXContentListener.h \
 
269
        WPXHeader.h \
 
270
        WPXFileStructure.h \
 
271
        WPXHLListenerImpl.h \
 
272
        WPXListener.h \
 
273
        WPXMemoryStream.h \
 
274
        WPXPageSpan.h \
 
275
        WPXParser.h \
 
276
        WPXPart.h \
 
277
        WPXProperty.h \
 
278
        WPXPropertyList.h \
 
279
        WPXPropertyListVector.h \
 
280
        WPXString.h \
 
281
        WPXStylesListener.h \
 
282
        WPXSubDocument.h \
 
283
        WPXTable.h
254
284
 
255
285
libwpd_stream_headers = GSFStream.h
256
286
libwpd_stream_sources = GSFStream.cpp
283
313
 
284
314
# Include the GSFStream.* in case we build a tarball without stream
285
315
EXTRA_DIST = \
286
 
        $(libwpd_stream_sources)        \
287
 
        $(libwpd_stream_headers)        \
288
 
        makefile.mk                     \
289
 
        libwpd.rc.in                    \
 
316
        $(libwpd_stream_sources) \
 
317
        $(libwpd_stream_headers) \
 
318
        makefile.mk \
 
319
        libwpd.rc.in \
290
320
        libwpd-stream.rc.in
291
321
 
292
322
# These may be in the builddir too
293
 
BUILD_EXTRA_DIST =              \
294
 
        libwpd.rc               \
 
323
BUILD_EXTRA_DIST = \
 
324
        libwpd.rc \
295
325
        libwpd-stream.rc