blob: 3c69fb88799ba7b2dede3ecc62e65239fed466f9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
XCOMM $XConsortium: Imakefile,v 1.16 92/11/20 13:25:55 rws Exp $
SYS_LIBRARIES = MathLibrary
DEPLIBS = $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(XMULIB) $(XTOOLLIB) $(XLIB)
SRCS = xeyes.c Eyes.c transform.c
OBJS = xeyes.o Eyes.o transform.o
ComplexProgramTarget(xeyes)
|