   DPS_INCLUDES = ../../include
 EXTRA_INCLUDES = -I$(DPS_INCLUDES)
        DPS_LIB = ../../lib/dps/libdps.a
      DPSTK_LIB = ../../lib/dpstk/libdpstk.a
  SYS_LIBRARIES = -lm
LOCAL_LIBRARIES = $(DPSTK_LIB) $(DPS_LIB) $(XTOOLLIB) $(XLIB)

SRCS = xepsf.c

OBJS = xepsf.o

ComplexProgramTarget(xepsf)
