home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1391 / Imakefile < prev    next >
Makefile  |  1990-12-28  |  143b  |  9 lines

  1. PROGRAMS= XtoPS 
  2. SYS_LIBRARIES= $(XLIB) -lm
  3. SRCS= XtoPS.c encode.c
  4. OBJS= XtoPS.o encode.o
  5.  
  6. AllTarget($(PROGRAMS))
  7.  
  8. ComplexProgramTarget(XtoPS)
  9.