/*
 * Imakefile for decor tester
 */

# uncomment for gcc
CC=gcc 

# add -DDEBUG to get rxvt to self-check for internal screen corruption
# add -DDEBUG_MALLOC to self check on out of bound memory usage.
CCOPTIONS = -O2 
CDEBUGFLAGS = 


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

SRCS = decor_tester.c
 
OBJS = decor_tester.o

ComplexProgramTarget(decor_tester)



