diff Imakefile @ 0:ab8a496afb67

initial hg commit of my version of keynav
author paulo@thepaulopc
date Tue, 08 Sep 2009 22:45:57 -0700
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/Imakefile	Tue Sep 08 22:45:57 2009 -0700
     1.3 @@ -0,0 +1,10 @@
     1.4 +DEPLIBS = $(DEPXTESTLIB) $(DEPEXTENSIONLIB) $(DEPXLIB)
     1.5 +LOCAL_LIBRARIES = $(XTESTLIB) $(EXTENSIONLIB) $(XLIB)
     1.6 +
     1.7 +SRCS = keynav.c
     1.8 +OBJS = keynav.o
     1.9 +
    1.10 +CC = gcc
    1.11 +
    1.12 +ComplexProgramTarget(keynav)
    1.13 +