summaryrefslogtreecommitdiff
path: root/src/theory/strings/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/strings/Makefile.am')
-rw-r--r--src/theory/strings/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/theory/strings/Makefile.am b/src/theory/strings/Makefile.am
deleted file mode 100644
index d5e5d1a23..000000000
--- a/src/theory/strings/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-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.h \
- regexp_operation.cpp
-
-EXTRA_DIST = \
- kinds
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback