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

  1. XCOMM $XConsortium: Imakefile,v 1.8 91/07/17 00:47:46 gildea Exp $
  2.           SRCS1 = xclipboard.c
  3.           OBJS1 = xclipboard.o
  4.           SRCS2 = xcutsel.c
  5.           OBJS2 = xcutsel.o
  6.        PROGRAMS = xclipboard xcutsel
  7.         DEPLIBS = XawClientDepLibs
  8. LOCAL_LIBRARIES = XawClientLibs
  9.  
  10. ComplexProgramTarget_1(xclipboard,$(LOCAL_LIBRARIES),NullParameter)
  11. ComplexProgramTarget_2(xcutsel,$(LOCAL_LIBRARIES),NullParameter)
  12.  
  13. InstallAppDefaults(XClipboard)
  14.