summaryrefslogtreecommitdiff
path: root/src/expr/Makefile.am
blob: 0462817024817f012930f17361685d3f90cdbb23 (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
AM_CPPFLAGS = \
	-D__BUILDING_CVC4LIB \
	-I@srcdir@/../include -I@srcdir@/..
AM_CXXFLAGS = -Wall -fvisibility=hidden

noinst_LTLIBRARIES = libexpr.la

libexpr_la_SOURCES = \
	attr_type.h \
	attr_var_name.h \
	node.h \
	node_builder.h \
	expr.h \
	node_value.h \
	node_manager.h \
	expr_manager.h \
	node_attribute.h \
	kind.h \
	node.cpp \
	node_builder.cpp \
	node_manager.cpp \
	expr_manager.cpp \
	node_value.cpp \
	expr.cpp

generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback