summaryrefslogtreecommitdiff
path: root/src/theory/uf/Makefile.am
blob: 61330bbde350dce71c9687223a1332d4d1332366 (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
AM_CPPFLAGS = \
	-D__BUILDING_CVC4LIB \
	-I@srcdir@/../../include -I@srcdir@/../.. -I@builddir@/../..
AM_CXXFLAGS = -Wall -Wno-unknown-pragmas $(FLAG_VISIBILITY_HIDDEN)

noinst_LTLIBRARIES = libuf.la

libuf_la_SOURCES = \
	theory_uf.h \
	theory_uf.cpp \
	theory_uf_type_rules.h \
	theory_uf_rewriter.h \
	equality_engine.h \
	equality_engine_types.h \
	equality_engine.cpp \
	symmetry_breaker.h \
	symmetry_breaker.cpp \
	theory_uf_instantiator.h \
	theory_uf_instantiator.cpp \
	theory_uf_strong_solver.h \
	theory_uf_strong_solver.cpp \
	inst_strategy.h \
	inst_strategy.cpp \
	theory_uf_model.h \
	theory_uf_model.cpp 

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