/* Imakefile for xtic 1.12 Tue Jun 18 1995  */

/* You should need to do much in here, except maybe add libraries       */

#include <../configure.h>

COMPILER

XPMLIB = XPMLIBRARY

#ifdef AlphaArchitecture
LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) $(XTOOLLIB) $(XAWLIB) $(XMULIB) -ldnet_stub
#else 
#ifdef HPArchitecture
LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) $(XTOOLLIB) $(XAWLIB) $(XMULIB) -lV3
#else
LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) $(XTOOLLIB) $(XAWLIB) $(XMULIB)
#endif /* HPArchitecture */
#endif /* AlphaArchitecture */

XTIC_BIN_DIR 

LINTLIBS = $(LINTXLIB)

SRCS = addpiece.c endgame.c think.c xtic.c
 
OBJS = addpiece.o endgame.o think.o xtic.o
 
ComplexProgramTarget(xtic)


