LOCAL_LIBRARIES = -lXpm -lXext -lX11 -lm
SRCS = xeji.c
OBJS = xeji.o
CC = gcc     
CFLAGS = -O2 -DXPM
CDEBUGFLAGS =
ComplexProgramTarget(xeji)
