summaryrefslogtreecommitdiff
path: root/src/parser/Makefile.antlr_tracing
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/parser/Makefile.antlr_tracing
parent7de0540252b62080ee9f98617f5718cb1ae08579 (diff)
Remove autotools build system. (#2639)
Diffstat (limited to 'src/parser/Makefile.antlr_tracing')
-rw-r--r--src/parser/Makefile.antlr_tracing22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/parser/Makefile.antlr_tracing b/src/parser/Makefile.antlr_tracing
deleted file mode 100644
index fa79337b4..000000000
--- a/src/parser/Makefile.antlr_tracing
+++ /dev/null
@@ -1,22 +0,0 @@
-# -*-makefile-*-
-#
-# This makefile is included from parser directories in order to
-# do antlr tracing. THIS IS VERY MUCH A HACK, and is only enabled
-# if CVC4_TRACE_ANTLR is defined (and not 0). In ANTLR 3.2, we
-# have to #define "println" and "System," etc., because the
-# generator erroneously puts Java in C output!
-#
-
-ifeq ($(CVC4_TRACE_ANTLR),)
-else
-
-ifeq ($(CVC4_TRACE_ANTLR),0)
-else
-
-AM_CPPFLAGS += -DCVC4_TRACE_ANTLR
-ANTLR_OPTS += -trace
-
-endif
-
-endif
-
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback