# @(#)Makefile	1.2	ULTRIX	6/29/84
#
# mille bourne game Imakefile
#
# @(#)Makefile	1.7 (Berkeley) 8/14/83
#

#define IHaveSubdirs
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
SUBDIRS =cards

MYTOP=..
INCLUDES = -I$(MYTOP)
XKW=$(MYTOP)/Xkw
XKWLIB=$(XKW)/libXkw.a

SRCS=	comp.c end.c extern.c init.c mille.c misc.c move.c print.c \
	roll.c save.c types.c varpush.c uiXt.c drawcard.c animate.c

OBJS=	comp.o end.o extern.o init.o mille.o misc.o move.o print.o \
	roll.o save.o types.o varpush.o uiXt.o drawcard.o animate.o

        DEPLIBS = $(XKWLIB) XawClientDepLibs
LOCAL_LIBRARIES = $(XKWLIB) XawClientLibs
  SYS_LIBRARIES = cards/libcardlib.a -lm

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
InstallAppDefaults(Mille)

ComplexProgramTarget(xmille)
