home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / demos / xeyes / Imakefile < prev    next >
Encoding:
Makefile  |  1991-08-26  |  327 b   |  11 lines

  1. XCOMM $XConsortium: Imakefile,v 1.15 91/08/23 12:25:20 gildea Exp $
  2.  
  3. SYS_LIBRARIES = -lm
  4.         DEPLIBS = $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPEXTENSIONLIB) $(DEPXLIB)
  5. LOCAL_LIBRARIES = $(XMULIB) $(XTOOLLIB) $(EXTENSIONLIB) $(XLIB)
  6.  
  7. SRCS = xeyes.c Eyes.c transform.c
  8. OBJS = xeyes.o Eyes.o transform.o
  9.  
  10. ComplexProgramTarget(xeyes)
  11.