From 8907955471eb1e6507b3e1a7a2ca2ce0849b7766 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 25 May 2015 17:59:50 +0100 Subject: fish --- Imakefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Imakefile (limited to 'Imakefile') diff --git a/Imakefile b/Imakefile new file mode 100644 index 0000000..6730ba8 --- /dev/null +++ b/Imakefile @@ -0,0 +1,20 @@ +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) -- cgit v1.2.3