home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / EFFO / forum23.lzh / f23b / SOFTWARE / PDRAW / Imakefile < prev    next >
Makefile  |  1992-01-15  |  971b  |  28 lines

  1. # @(#)Imakefile 8/29/90 
  2. # Imakefile - pdraw
  3. #
  4. # Permission to use, copy, modify, and distribute this software and its
  5. # documentation for any purpose and without fee is hereby granted,
  6. # provided that the above copyright notice appear in all copies and that
  7. # both that copyright notice and this permission notice appear in
  8. # supporting documentation.
  9. #
  10. # This file is provided AS IS with no warranties of any kind.  The author
  11. # shall have no liability with respect to the infringement of copyrights,
  12. # trade secrets or any patents by this file or any part thereof.  In no
  13. # event will the author be liable for any lost revenue or profits or
  14. # other special, indirect and consequential damages.
  15. #
  16. #
  17.        INCLUDES = 
  18. LOCAL_LIBRARIES = $(XLIB)
  19.   SYS_LIBRARIES = -lm
  20.        SRCS = main.c IOread.c parser.c list.c time.c sort.c pif.c \
  21.         plotps.c plotX11.c
  22.        OBJS = main.o IOread.o parser.o list.o time.o sort.o pif.o \
  23.         plotps.o plotX11.o
  24.  
  25.  
  26.  
  27. ComplexProgramTarget(pdraw)
  28.