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