        DEPLIBS = $(DEPXLIB)
LOCAL_LIBRARIES = $(XLIB)
  SYS_LIBRARIES = -lm
	   SRCS = xlander.c globals.c initialize.c functions.c \
		  instrument.c game.c resource.c
	   OBJS = xlander.o globals.o initialize.o functions.o \
		  instrument.o game.o resource.o

ComplexProgramTarget(xlander)
