summaryrefslogtreecommitdiff
path: root/src/theory/strings/Makefile.am
blob: f7a6fa0a2d93a22ddd0486236c291f24f57c884e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
AM_CPPFLAGS = \
	-D__BUILDING_CVC4LIB \
	-I@srcdir@/../../include -I@srcdir@/../.. -I@builddir@/../..
AM_CXXFLAGS = -Wall $(FLAG_VISIBILITY_HIDDEN)

noinst_LTLIBRARIES = libstrings.la

libstrings_la_SOURCES = \
	theory_strings.h \
	theory_strings.cpp \
	theory_strings_rewriter.h \
	theory_strings_rewriter.cpp \
	theory_strings_type_rules.h \
	type_enumerator.h \
	theory_strings_preprocess.h \
	theory_strings_preprocess.cpp \
	regexp_operation.cpp

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