LOCAL_LIBRARIES = $(XLIB)
 SYS_LIBRARIES = -lm
   FILE = window
   SRCS =$(FILE).c
   OBJS =$(FILE).o

 ComplexProgramTarget($(FILE))

