warzone2100/lib/script/makefile.win32

25 lines
363 B
Plaintext
Raw Normal View History

top_srcdir=../..
top_builddir=$(top_srcdir)
include $(top_srcdir)/makerules/common.mk
SRC= \
chat_lexer.lex.c \
chat_parser.tab.c \
codeprint.c \
event.c \
evntsave.c \
interp.c \
script.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