LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)

OBJS = spacers.o base.o widget.o main.o vaders.o shot.o score.o

SRCS = spacers.c base.c widget.c main.c vaders.c shot.c score.c

INCLUDES = -I$(TOP) -I$(TOP)/X11

ComplexProgramTarget(xinvaders)
