diff options
author | root <root@lamia.panaceas.james.local> | 2015-05-25 17:59:50 +0100 |
---|---|---|
committer | root <root@lamia.panaceas.james.local> | 2015-05-25 17:59:50 +0100 |
commit | 8907955471eb1e6507b3e1a7a2ca2ce0849b7766 (patch) | |
tree | d576b2b5522f6307767de6d6039a893013fe6714 /Imakefile | |
download | x2usb-8907955471eb1e6507b3e1a7a2ca2ce0849b7766.tar.gz x2usb-8907955471eb1e6507b3e1a7a2ca2ce0849b7766.tar.bz2 x2usb-8907955471eb1e6507b3e1a7a2ca2ce0849b7766.zip |
fish
Diffstat (limited to 'Imakefile')
-rw-r--r-- | Imakefile | 20 |
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) |