theory/datatypes/theory_datatypes.h \
theory/datatypes/datatypes_rewriter.h \
theory/datatypes/theory_datatypes.cpp \
- theory/sets/theory_sets.h \
+ theory/sets/expr_patterns.h \
+ theory/sets/options_handlers.h \
+ theory/sets/term_info.h \
theory/sets/theory_sets.cpp \
- theory/sets/theory_sets_private.h \
+ theory/sets/theory_sets.h \
theory/sets/theory_sets_private.cpp \
- theory/sets/theory_sets_rewriter.h \
+ theory/sets/theory_sets_private.h \
theory/sets/theory_sets_rewriter.cpp \
+ theory/sets/theory_sets_rewriter.h \
+ theory/sets/theory_sets_type_enumerator.h \
theory/sets/theory_sets_type_rules.h \
theory/strings/theory_strings.h \
theory/strings/theory_strings.cpp \
+++ /dev/null
-AM_CPPFLAGS = \
- -D__BUILDING_CVC4LIB \
- -I@builddir@/../.. -I@srcdir@/../../include -I@srcdir@/../..
-AM_CXXFLAGS = -Wall -Wno-unknown-pragmas $(FLAG_VISIBILITY_HIDDEN)
-
-noinst_LTLIBRARIES = libsets.la
-
-libsets_la_SOURCES = \
- theory_sets.h \
- theory_sets.cpp \
- theory_sets_private.h \
- theory_sets_private.cpp \
- theory_sets_rewriter.h \
- theory_sets_rewriter.cpp \
- theory_sets_type_rules.h \
- theory_set_type_enumerator.h
-
-EXTRA_DIST = \
- kinds \
- options_handlers.h