[go: up one dir, main page]

Menu

[5cdb4d]: / src / lib / Makefile.am  Maximize  Restore  History

Download this file

114 lines (105 with data), 2.8 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
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)
libwps_@WPS_MAJOR_VERSION@_@WPS_MINOR_VERSION@_includedir = $(includedir)/libwps-@WPS_MAJOR_VERSION@.@WPS_MINOR_VERSION@/libwps
libwps_@WPS_MAJOR_VERSION@_@WPS_MINOR_VERSION@_include_HEADERS = \
$(top_srcdir)/inc/libwps/libwps.h \
$(top_srcdir)/inc/libwps/WPSDocument.h
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 \
Lotus.cpp \
Lotus.h \
LotusGraph.cpp \
LotusGraph.h \
LotusSpreadsheet.cpp \
LotusSpreadsheet.h \
LotusStyleManager.cpp \
LotusStyleManager.h \
Quattro.cpp \
Quattro.h \
QuattroSpreadsheet.cpp \
QuattroSpreadsheet.h \
WKS4.cpp \
WKS4.h \
WKS4Spreadsheet.cpp \
WKS4Spreadsheet.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 \
WPSOLEParser.cpp \
WPSOLEParser.h \
WPSPageSpan.cpp \
WPSPageSpan.h \
WPSParagraph.cpp \
WPSParagraph.h \
WPSParser.cpp \
WPSParser.h \
WPSPosition.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