[go: up one dir, main page]

Menu

[23fa7c]: / src / lib / Makefile.am  Maximize  Restore  History

Download this file

142 lines (133 with data), 3.3 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
if OS_WIN32
version_info = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -avoid-version
else
version_info = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
endif
lib_LTLIBRARIES = libwps-@WPS_MAJOR_VERSION@.@WPS_MINOR_VERSION@.la $(target_libwps_stream)
AM_CXXFLAGS = -I$(top_srcdir)/inc $(REVENGE_CFLAGS) $(DEBUG_CXXFLAGS) -DBUILD_WPS=1
libwps_@WPS_MAJOR_VERSION@_@WPS_MINOR_VERSION@_la_LIBADD = $(REVENGE_LIBS) @LIBWPS_WIN32_RESOURCE@
libwps_@WPS_MAJOR_VERSION@_@WPS_MINOR_VERSION@_la_DEPENDENCIES = @LIBWPS_WIN32_RESOURCE@
libwps_@WPS_MAJOR_VERSION@_@WPS_MINOR_VERSION@_la_LDFLAGS = $(version_info) -export-dynamic -no-undefined
libwps_@WPS_MAJOR_VERSION@_@WPS_MINOR_VERSION@_la_SOURCES = \
libwps_internal.cpp \
libwps_tools_win.h \
libwps_tools_win.cpp \
libwps_internal.h \
DosWord.cpp \
DosWord.h \
Lotus.cpp \
Lotus.h \
LotusChart.cpp \
LotusChart.h \
LotusGraph.cpp \
LotusGraph.h \
LotusSpreadsheet.cpp \
LotusSpreadsheet.h \
LotusStyleManager.cpp \
LotusStyleManager.h \
MSWrite.cpp \
MSWrite.h \
Multiplan.cpp \
Multiplan.h \
Quattro.cpp \
Quattro.h \
QuattroGraph.cpp \
QuattroGraph.h \
QuattroSpreadsheet.cpp \
QuattroSpreadsheet.h \
QuattroDos.cpp \
QuattroDos.h \
QuattroDosChart.cpp \
QuattroDosChart.h \
QuattroDosSpreadsheet.cpp \
QuattroDosSpreadsheet.h \
WKS4.cpp \
WKS4.h \
WKS4Chart.cpp \
WKS4Chart.h \
WKS4Format.cpp \
WKS4Format.h \
WKS4Spreadsheet.cpp \
WKS4Spreadsheet.h \
WKSChart.cpp \
WKSChart.h \
WKSContentListener.cpp \
WKSContentListener.h \
WKSParser.cpp \
WKSParser.h \
WKSSubDocument.cpp \
WKSSubDocument.h \
WPS4.cpp \
WPS4.h \
WPS4Graph.cpp \
WPS4Graph.h \
WPS4Text.cpp \
WPS4Text.h \
WPS8.cpp \
WPS8.h \
WPS8Graph.cpp \
WPS8Graph.h \
WPS8Struct.cpp \
WPS8Struct.h \
WPS8Table.cpp \
WPS8Table.h \
WPS8Text.cpp \
WPS8Text.h \
WPS8TextStyle.cpp \
WPS8TextStyle.h \
WPSCell.cpp \
WPSCell.h \
WPSContentListener.cpp \
WPSContentListener.h \
WPSDebug.cpp \
WPSDebug.h \
WPSDocument.cpp \
WPSEntry.h \
WPSFont.cpp \
WPSFont.h \
WPSGraphicShape.cpp \
WPSGraphicShape.h \
WPSGraphicStyle.cpp \
WPSGraphicStyle.h \
WPSHeader.cpp \
WPSHeader.h \
WPSList.cpp \
WPSList.h \
WPSListener.h \
WPSOLE1Parser.cpp \
WPSOLE1Parser.h \
WPSOLEObject.cpp \
WPSOLEObject.h \
WPSOLEParser.cpp \
WPSOLEParser.h \
WPSOLEStream.cpp \
WPSOLEStream.h \
WPSPageSpan.cpp \
WPSPageSpan.h \
WPSParagraph.cpp \
WPSParagraph.h \
WPSParser.cpp \
WPSParser.h \
WPSPosition.h \
WPSStream.cpp \
WPSStream.h \
WPSStringStream.cpp \
WPSStringStream.h \
WPSSubDocument.cpp \
WPSSubDocument.h \
WPSTable.cpp \
WPSTable.h \
WPSTextParser.h \
WPSTextParser.cpp \
WPSTextSubDocument.cpp \
WPSTextSubDocument.h
if OS_WIN32
@LIBWPS_WIN32_RESOURCE@ : libwps.rc $(libwps_@WPS_MAJOR_VERSION@_@WPS_MINOR_VERSION@_la_OBJECTS)
chmod +x $(top_srcdir)/build/win32/*compile-resource
WINDRES=@WINDRES@ $(top_srcdir)/build/win32/lt-compile-resource libwps.rc @LIBWPS_WIN32_RESOURCE@
endif
EXTRA_DIST = \
libwps.rc.in
# These may be in the builddir too
BUILD_EXTRA_DIST = \
libwps.rc