CC= cc
CFLAGS= -g

LOCAL_LIBRARIES= $(XLIB)
EXTRA_LOAD_FLAGS=
LDLIBS=
LDOPTIONS=

RM_CMD= $(RM) *.o
SRCS= main.c cursor.c
OBJS= main.o cursor.o


ComplexProgramTarget (xacursor)

