home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xcu16.zip / clients / xlayout / Imakefile < prev    next >
Makefile  |  1991-10-03  |  183b  |  10 lines

  1. INCLUDES = $(XCUINCFLAG)
  2.  
  3.            SRCS = xlayout.c
  4.            OBJS = xlayout.o
  5.  
  6. LOCAL_LIBRARIES = $(XCULIB) $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)
  7.  
  8. ComplexProgramTarget(xlayout)
  9.  
  10.