home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xcolored.zip / xcoloredit / Imakefile < prev    next >
Makefile  |  1991-06-18  |  230b  |  8 lines

  1.        INCLUDES = -I$(TOP)
  2.         DEPLIBS = XawClientDepLibs
  3. LOCAL_LIBRARIES = XawClientLibs
  4.            SRCS = xcoloredit.c color.c utilities.c
  5.            OBJS = xcoloredit.o color.o utilities.o
  6.  
  7. ComplexProgramTarget(xcoloredit)
  8.