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

noinst_LTLIBRARIES = librewriterules.la

librewriterules_la_SOURCES = \
	theory_rewriterules_rules.h \
	theory_rewriterules_rules.cpp \
	theory_rewriterules.h \
	theory_rewriterules.cpp \
	theory_rewriterules_rewriter.h \
	theory_rewriterules_type_rules.h \
	theory_rewriterules_preprocess.h \
	theory_rewriterules_params.h \
	rr_inst_match.h \
	rr_inst_match_impl.h \
	rr_inst_match.cpp \
	rr_trigger.h \
	rr_trigger.cpp \
	rr_candidate_generator.h \
	rr_candidate_generator.cpp \
	efficient_e_matching.h \
	efficient_e_matching.cpp

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