File: Makefile.am

package info (click to toggle)
liborcus 0.20.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,872 kB
  • sloc: xml: 78,842; cpp: 75,171; sh: 4,626; makefile: 2,838; python: 2,614
file content (88 lines) | stat: -rw-r--r-- 1,575 bytes parent folder | download | duplicates (4)
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
SUBDIRS = detail spreadsheet

liborcusdir = $(includedir)/liborcus-@ORCUS_API_VERSION@/orcus
liborcus_HEADERS = \
	base64.hpp \
	cell_buffer.hpp	\
	config.hpp \
	css_document_tree.hpp \
	css_parser.hpp \
	css_parser_base.hpp \
	css_selector.hpp \
	css_types.hpp \
	csv_parser.hpp \
	csv_parser_base.hpp \
	dom_tree.hpp \
	env.hpp \
	exception.hpp \
	format_detection.hpp \
	info.hpp \
	interface.hpp \
	json_document_tree.hpp \
	json_global.hpp \
	json_parser.hpp \
	json_parser_base.hpp \
	json_parser_thread.hpp \
	json_structure_tree.hpp \
	measurement.hpp \
	orcus_csv.hpp \
	orcus_json.hpp \
	orcus_xml.hpp \
	parser_base.hpp \
	parser_global.hpp \
	sax_parser.hpp \
	sax_parser_base.hpp \
	sax_ns_parser.hpp \
	sax_token_parser.hpp \
	sax_token_parser_thread.hpp \
	stream.hpp \
	string_pool.hpp \
	threaded_json_parser.hpp \
	threaded_sax_token_parser.hpp \
	tokens.hpp \
	types.hpp \
	xml_namespace.hpp \
	xml_structure_tree.hpp \
	xml_writer.hpp \
	yaml_document_tree.hpp \
	yaml_parser.hpp \
	yaml_parser_base.hpp \
	zip_archive.hpp \
	zip_archive_stream.hpp

if WITH_ODS_FILTER

liborcus_HEADERS += \
	orcus_ods.hpp \
	orcus_import_ods.hpp

endif # WITH_ODS_FILTER

if WITH_XLSX_FILTER

liborcus_HEADERS += \
	orcus_xlsx.hpp \
	orcus_import_xlsx.hpp

endif # WITH_XLSX_FILTER

if WITH_XLS_XML_FILTER

liborcus_HEADERS += \
	orcus_xls_xml.hpp

endif # WITH_XLS_XML_FILTER

if WITH_GNUMERIC_FILTER

liborcus_HEADERS += \
	orcus_gnumeric.hpp

endif # WITH_GNUMERIC_FILTER

if WITH_PARQUET_FILTER

liborcus_HEADERS += \
	orcus_parquet.hpp

endif # WITH_PARQUET_FILTER