DEPLIBS = XawClientDepLibs

#ifndef Lynx 
LOCAL_LIBRARIES1 = XawClientLibs -L/usr/local/lib 
LOCAL_LIBRARIES2 = -L/usr/local/lib 
#else
LOCAL_LIBRARIES1 = XawClientLibs 
LOCAL_LIBRARIES2 = 
#endif
INSTALLFLAGS = $(INSTINCFLAGS)
          SRCS1 = graphics.c main.c maze.c sprite.c \
		  block.c expl.c score.c intro.c \
		  setup.c
          OBJS1 = graphics.o main.o maze.o sprite.o \
		  block.o expl.o  score.o intro.o \
		  setup.o
       PROGRAMS = xblast

#if defined(hpux) || defined(HPUX) || defined(__hpux)
ComplexProgramTarget_1(xblast,$(LOCAL_LIBRARIES1),-lm -lBSD)
#else
ComplexProgramTarget_1(xblast,$(LOCAL_LIBRARIES1),-lm)
#endif
