File: Makefile.am

package info (click to toggle)
liborcus 0.21.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 16,892 kB
  • sloc: xml: 78,842; cpp: 75,565; sh: 4,626; makefile: 2,840; python: 2,614
file content (32 lines) | stat: -rw-r--r-- 655 bytes parent folder | download | duplicates (3)
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

liborcusdir = $(includedir)/liborcus-@ORCUS_API_VERSION@/orcus/spreadsheet
liborcus_HEADERS = \
	types.hpp \
	view_types.hpp \
	export_interface.hpp \
	import_interface.hpp \
	import_interface_auto_filter.hpp \
	import_interface_pivot.hpp \
	import_interface_pivot_table_def.hpp \
	import_interface_strikethrough.hpp \
	import_interface_styles.hpp \
	import_interface_underline.hpp \
	import_interface_view.hpp

if BUILD_SPREADSHEET_MODEL

liborcus_HEADERS += \
	auto_filter.hpp \
	config.hpp \
	document.hpp \
	document_types.hpp \
	factory.hpp \
	pivot.hpp \
	shared_strings.hpp \
	sheet.hpp \
	styles.hpp \
	table.hpp \
	tables.hpp \
	view.hpp

endif