home *** CD-ROM | disk | FTP | other *** search
/ ftp.ee.lbl.gov / 2014.05.ftp.ee.lbl.gov.tar / ftp.ee.lbl.gov / xsplinefun_02may92.tar.Z / xsplinefun_02may92.tar / xsplinefun / Imakefile next >
Makefile  |  1992-05-02  |  547b  |  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.