    DPS_INCLUDES = ../../include
  EXTRA_INCLUDES = -I$(DPS_INCLUDES)
         DPS_LIB = ../../lib/dps/libdps.a
 LOCAL_LIBRARIES = $(XTOOLLIB) $(DPS_LIB) $(XLIB)
   SYS_LIBRARIES = -lm
          PSWRAP = ../../clients/pswrap/pswrap

SRCS = twraps.psw texteroids.c

OBJS = twraps.o texteroids.o

DERIVED_FILES = twraps.h twraps.c

.SUFFIXES: .psw

.psw.o :
	$(PSWRAP) -o $*.c -h $*.h $<
	$(CC) -c $(CFLAGS) $*.c
	$(RM) $*.c

ComplexProgramTarget(texteroids)

clean ::
	$(RM) $(DERIVED_FILES)
