summaryrefslogtreecommitdiff
path: root/src/smt_util/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt_util/Makefile.am')
-rw-r--r--src/smt_util/Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/smt_util/Makefile.am b/src/smt_util/Makefile.am
deleted file mode 100644
index 46f6493a9..000000000
--- a/src/smt_util/Makefile.am
+++ /dev/null
@@ -1,20 +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 = libsmtutil.la
-
-libsmtutil_la_SOURCES = \
- Makefile.am \
- Makefile.in \
- boolean_simplification.cpp \
- boolean_simplification.h \
- lemma_channels.cpp \
- lemma_channels.h \
- lemma_input_channel.h \
- lemma_output_channel.h \
- nary_builder.cpp \
- nary_builder.h \
- node_visitor.h
-
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback