warzone2100/lib/gamelib/makefile.win32

18 lines
261 B
Plaintext
Raw Normal View History

top_srcdir=../..
top_builddir=$(top_srcdir)
include $(top_srcdir)/makerules/common.mk
SRC=anim.c \
animobj.c \
audp_parser.tab.c \
audp_lexer.lex.c \
gtime.c \
hashtabl.c
LIB=gamelib
CLEANFILES=audp_parser.tab.h
include $(top_srcdir)/makerules/lib.mk