XCOMM  Imakefile for xcruise
XCOMM  by Yusuke Shinyama (euske@cl.cs.titech.ac.jp)
XCOMM

SRCS = main.c task.c draw.c zone.c
OBJS = main.o task.o draw.o zone.o

XCOMM  If your imake doesn't support MathLibrary,
XCOMM  try "SYS_LIBRARIES = -lm".
XCOMM
SYS_LIBRARIES = MathLibrary
LOCAL_LIBRARIES = $(XLIB)

CDEBUGFLAGS = -g

ComplexProgramTarget(xcruise)

distclean:: clean
	$(RM) Makefile *.bak *.orig
