summaryrefslogtreecommitdiff
path: root/src/smt_util
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2018-10-19 14:45:42 -0700
committerGitHub <noreply@github.com>2018-10-19 14:45:42 -0700
commitce8c429281fd1f7e4ac4d2b7133152c1d370df0c (patch)
tree407400e728621cc9a5262e7112a93bd6acd0835a /src/smt_util
parent7de0540252b62080ee9f98617f5718cb1ae08579 (diff)
Remove autotools build system. (#2639)
Diffstat (limited to 'src/smt_util')
-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