summaryrefslogtreecommitdiffstats
path: root/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Imakefile')
-rw-r--r--Imakefile20
1 files changed, 20 insertions, 0 deletions
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)