home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / clients / xedit / Imakefile < prev    next >
Encoding:
Makefile  |  1991-07-16  |  300 b   |  10 lines

  1. XCOMM $XConsortium: Imakefile,v 1.16 91/07/17 00:47:05 gildea Exp $
  2.         DEPLIBS = XawClientDepLibs
  3. LOCAL_LIBRARIES = XawClientLibs
  4.   SYS_LIBRARIES = -lm
  5.            SRCS = xedit.c commands.c util.c
  6.            OBJS = xedit.o commands.o util.o
  7.  
  8. ComplexProgramTarget(xedit)
  9. InstallAppDefaults(Xedit)
  10.