summaryrefslogtreecommitdiffstats
path: root/include/ixion/Makefile.am
blob: 364bd6a7915c16a9decd7aab99399bcc4a36c3cb (plain)
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
SUBDIRS = interface

libixiondir = $(includedir)/libixion-@IXION_API_VERSION@/ixion
libixion_HEADERS = \
	address.hpp \
	address_iterator.hpp \
	cell.hpp \
	cell_access.hpp \
	compute_engine.hpp \
	config.hpp \
	dirty_cell_tracker.hpp \
	document.hpp \
	env.hpp \
	exceptions.hpp \
	formula_function_opcode.hpp \
	formula.hpp \
	formula_name_resolver.hpp \
	formula_opcode.hpp \
	formula_result.hpp \
	formula_tokens.hpp \
	formula_tokens_fwd.hpp \
	global.hpp \
	info.hpp \
	macros.hpp \
	matrix.hpp \
	model_context.hpp \
	model_iterator.hpp \
	module.hpp \
	named_expressions_iterator.hpp \
	table.hpp \
	types.hpp