- Intermediate.

This commit is contained in:
ccremers
2004-05-21 13:52:49 +00:00
parent f71f4e7ce8
commit 6608a376cc
6 changed files with 0 additions and 0 deletions

17
Makefile.am Normal file
View File

@@ -0,0 +1,17 @@
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@