LOCAL_LIBRARIES = $(XLIB)
DEPLIBS = $(DEPXLIB)

OBJS = \
        xcmap.o

SRCS = \
        xcmap.c

ComplexProgramTarget(xcmap)

