summaryrefslogtreecommitdiff
path: root/src/theory/uf/Makefile.am
blob: 50c50809276c26cc7606fca2e88a791259fe023c (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@builddir@/../.. -I@srcdir@/../../include -I@srcdir@/../..
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_strong_solver.h \
	theory_uf_strong_solver.cpp \
	theory_uf_model.h \
	theory_uf_model.cpp 

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