/*
 *
 *
 * This software comes with NO warranty whatsoever. I therefore take no
 * responsibility for any damages, losses or problems caused through use
 * or misuse of this program.
 *
 * I hereby grant permission for this program to be freely copied and
 * distributed by any means, provided no charge is made for it.
 *
 * Matt Chapman, matt@belgarath.demon.co.uk
 *    June 1995.
 */

/* main Imakefile */

   SETUP_SRCS = setup.c xutils.c
   SETUP_OBJS = setup.o xutils.o

         SRCS = init.c xinit.c misc.c moves.c cmove.c main.c xutils.c mess.c \
	 	popup.c widgets.c display.c user.c CircPerc.c

         OBJS = init.o xinit.o misc.o moves.o cmove.o main.o xutils.o mess.o \
	 	popup.o widgets.o display.o user.o CircPerc.o

   LOCAL_LIBS = XawClientLibs 
      DEPLIBS = XawClientDepLibs
     PROGRAMS = xscrab xscrabble
        SLIBS = 

     INCLUDES = -I.. -I/home/mchapman/include
SYS_LIBRARIES = -lXpm -L../Xc -lXc -L/home/mchapman/lib

    CCOPTIONS = 

AllTarget($(PROGRAMS))

NormalProgramTarget(xscrab,$(OBJS),$(DEPLIBS),$(LOCAL_LIBS),$(SLIBS))
NormalProgramTarget(xscrabble,$(SETUP_OBJS),$(DEPLIBS),$(LOCAL_LIBS),$(SLIBS))

DependTarget()

