summaryrefslogtreecommitdiff
path: root/src/theory/rewriterules
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/rewriterules')
-rw-r--r--src/theory/rewriterules/Makefile4
-rw-r--r--src/theory/rewriterules/Makefile.am28
2 files changed, 0 insertions, 32 deletions
diff --git a/src/theory/rewriterules/Makefile b/src/theory/rewriterules/Makefile
deleted file mode 100644
index 4b1d4fc55..000000000
--- a/src/theory/rewriterules/Makefile
+++ /dev/null
@@ -1,4 +0,0 @@
-topdir = ../../..
-srcdir = src/theory/rewriterules
-
-include $(topdir)/Makefile.subdir
diff --git a/src/theory/rewriterules/Makefile.am b/src/theory/rewriterules/Makefile.am
deleted file mode 100644
index a1e5771b9..000000000
--- a/src/theory/rewriterules/Makefile.am
+++ /dev/null
@@ -1,28 +0,0 @@
-AM_CPPFLAGS = \
- -D__BUILDING_CVC4LIB \
- -I@builddir@/../.. -I@srcdir@/../../include -I@srcdir@/../..
-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 \
- efficient_e_matching.h \
- efficient_e_matching.cpp
-
-EXTRA_DIST = \
- kinds
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback