XCOMM $XConsortium: Imakefile,v 1.5 91/07/17 16:07:10 gildea Exp $ DEPLIBS = $(DEPXTESTLIB) $(DEPEXTENSIONLIB) $(DEPXLIB) LOCAL_LIBRARIES = $(XTESTLIB) $(EXTENSIONLIB) $(XLIB) SRCS = lawyerese.c x2x.c format.c usb.c OBJS = lawyerese.o x2x.o format.o usb.o PROTO_DEFINES = CC = gcc XCOMM Add XCOMM -DDEBUG for debugging printfs XCOMM -DDEBUGCHATTY for printfs of every Windows message XCOMM -DDEBUGMOUSE for printfs of every Windows mouse coordinates CDEBUGFLAGS = -O LOCAL_LIBRARIES = -lX11 -lusb ComplexProgramTarget(x2usb)