
SRCS = xpadtrans.c xwindow.c list.c
OBJS = $(SRCS:.c=.o)
CCOPTIONS = -Wall -g #-DDEBUG
#CDEBUGFLAGS =  -pg
LOCAL_LIBRARIES = $(XLIB)

ComplexProgramTarget(xpadtrans)

