File: Makefile.am

package info (click to toggle)
liborcus 0.19.2-6
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 15,916 kB
  • sloc: xml: 68,559; cpp: 65,205; sh: 4,607; makefile: 2,639; python: 2,223; ansic: 4
file content (26 lines) | stat: -rw-r--r-- 480 bytes parent folder | download
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

liborcusdir = $(includedir)/liborcus-@ORCUS_API_VERSION@/orcus/spreadsheet
liborcus_HEADERS = \
	types.hpp \
	view_types.hpp \
	export_interface.hpp \
	import_interface.hpp \
	import_interface_pivot.hpp \
	import_interface_styles.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 \
	view.hpp

endif