view Imakefile @ 1:0d5dc7c29c78

fix tabbing
author paulo@thepaulopc
date Thu, 17 Jun 2010 00:50:35 -0700
parents
children
line source
1 DEPLIBS = $(DEPXTESTLIB) $(DEPEXTENSIONLIB) $(DEPXLIB)
2 LOCAL_LIBRARIES = $(XTESTLIB) $(EXTENSIONLIB) $(XLIB)
4 SRCS = keynav.c
5 OBJS = keynav.o
7 CC = gcc
9 ComplexProgramTarget(keynav)