home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume18 / xsplinefun / part01 / Imakefile next >
Encoding:
Makefile  |  1992-07-14  |  547 b   |  16 lines

  1. # Copyright (C) 1992 by Jef Poskanzer
  2. #
  3. # Permission to use, copy, modify, and distribute this software and its
  4. # documentation for any purpose and without fee is hereby granted, provided
  5. # that the above copyright notice appear in all copies and that both that
  6. # copyright notice and this permission notice appear in supporting
  7. # documentation.  This software is provided "as is" without express or
  8. # implied warranty.
  9.  
  10. LOCAL_LIBRARIES =    $(XLIB)
  11. DEPLIBS =        $(DEPXLIB)
  12. SRCS =            xsplinefun.c
  13. OBJS =            xsplinefun.o
  14.  
  15. ComplexProgramTarget(xsplinefun)
  16.