23 lines
353 B
Plaintext
23 lines
353 B
Plaintext
top_srcdir=../..
|
|
top_builddir=$(top_srcdir)
|
|
|
|
include $(top_srcdir)/makerules/common.mk
|
|
|
|
SRC=codeprint.c \
|
|
event.c \
|
|
evntsave.c \
|
|
interp.c \
|
|
script.c \
|
|
chat_parser.tab.c \
|
|
chat_lexer.lex.c \
|
|
script_parser.tab.c \
|
|
script_lexer.lex.c \
|
|
stack.c
|
|
|
|
LIB=script
|
|
|
|
CLEANFILES=chat_parser.tab.h script_parser.tab.h
|
|
|
|
include $(top_srcdir)/makerules/lib.mk
|
|
|