summaryrefslogtreecommitdiff
path: root/src/theory/strings/Makefile.am
blob: 15bd04b8827927dfa876f3319d86ef0d8a0c5162 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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

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