- This version seems to compile.

This commit is contained in:
ccremers
2004-05-21 17:52:06 +00:00
parent 4c3450697a
commit ef32b1e0e5
7 changed files with 27 additions and 105 deletions

View File

@@ -1,17 +0,0 @@
CC = @CC@
VERSION = @VERSION@
AM_CFLAGS = @CFLAGS@
bin_PROGRAMS = scyther
scyther_SOURCES = main.c \
memory.c terms.c termlists.c symbols.c \
knowledge.c runs.c modelchecker.c \
report.c debug.c mgu.c substitutions.c \
match_basic.c match_clp.c constraints.c \
output.c latex.c varbuf.c tracebuf.c \
attackminimize.c tac.c \
compiler.c \
scanner.l parser.y
scyther_LDADD = @LEXLIB@