Skip to content

Commit

Permalink
Update CASE macro, update makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaowenHu96 committed Sep 24, 2020
1 parent a27ec32 commit e63d7fd
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 122 deletions.
6 changes: 2 additions & 4 deletions src/Makefile.am
Expand Up @@ -4,7 +4,7 @@
# - https://opensource.org/licenses/UPL
# - <souffle root>/licenses/SOUFFLE-UPL.txt

SUBDIRS = . tests ast/tests ram/tests interpreter/tests
SUBDIRS = . tests ast/tests ram/tests

SUFFIXES = .cpp .h .yy .ll .cc .hh .h

Expand Down Expand Up @@ -195,15 +195,13 @@ souffle_sources = \
interpreter/InterpreterBrieIndex.cpp \
interpreter/InterpreterBTreeIndex.cpp \
interpreter/InterpreterEqrelIndex.cpp \
interpreter/InterpreterIndirectIndex.cpp \
interpreter/InterpreterProvenanceIndex.cpp \
interpreter/InterpreterIndex.cpp \
interpreter/InterpreterIndex.h \
interpreter/InterpreterNode.h \
interpreter/InterpreterViewContext.h \
interpreter/InterpreterProgInterface.h \
interpreter/InterpreterRelation.cpp \
interpreter/InterpreterRelation.h \
interpreter/InterpreterUtil.h \
parser/ParserDriver.cpp \
parser/ParserDriver.h \
parser/ParserUtils.cpp \
Expand Down

0 comments on commit e63d7fd

Please sign in to comment.