summaryrefslogtreecommitdiff
path: root/src/theory/rewriterules/Makefile.am
blob: a9eddb81229a029773def2faf2665a7f4026cc0c (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
AM_CPPFLAGS = \
	-D__BUILDING_CVC4LIB \
	-I@srcdir@/../../include -I@srcdir@/../.. -I@builddir@/../..
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

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