home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / ImageMagick-4.0.6.tar.gz / ImageMagick-4.0.6.tar / ImageMagick-4.0.6 / xtp / Makefile.am < prev    next >
Makefile  |  1998-04-05  |  2KB  |  48 lines

  1. #  Generic makefile for display, animate, montage, and import for
  2. #  computers that do not have xmkmf.
  3. #
  4. #  Copyright 1998 E. I. du Pont de Nemours and Company
  5. #
  6. #  Permission is hereby granted, free of charge, to any person obtaining a
  7. #  copy of this software and associated documentation files ("ImageMagick"),
  8. #  to deal in ImageMagick without restriction, including without limitation 
  9. #  the rights to use, copy, modify, merge, publish, distribute, sublicense, 
  10. #  and/or sell copies of ImageMagick, and to permit persons to whom the 
  11. #  ImageMagick is furnished to do so, subject to the following conditions:
  12. #   
  13. #  The above copyright notice and this permission notice shall be included in 
  14. #  all copies or substantial portions of ImageMagick. 
  15. #   
  16. #  The software is provided "as is", without warranty of any kind, express or 
  17. #  implied, including but not limited to the warranties of merchantability, 
  18. #  fitness for a particular purpose and noninfringement.In no event shall 
  19. #  E. I. du Pont de Nemours and Company be liable for any claim, damages or 
  20. #  other liability, whether in an action of contract, tort or otherwise,
  21. #  arising from, out of or in connection with ImageMagick or the use or other 
  22. #  dealings in ImageMagick. 
  23. #   
  24. #  Except as contained in this notice, the name of the E. I. du Pont de 
  25. #  Nemours and Company shall not be used in advertising or otherwise to 
  26. #  promote the sale, use or other dealings in ImageMagick without prior 
  27. #  written authorization from the E. I. du Pont de Nemours and Company. 
  28. #
  29. #
  30.  
  31. # Don't require all the GNU mandated files
  32. # Remove comment from no-dependencies for distributions compatable with
  33. # traditional 'make'
  34. AUTOMAKE_OPTIONS = 1.2 foreign # no-dependencies
  35.  
  36. LIBS = @XTP_LIBS@
  37. DEFS = @XTP_DEFS@
  38.  
  39. # Executables to build
  40. bin_PROGRAMS = xtp
  41.  
  42. xtp_SOURCES = xtp.c network.c regular.c regular.h xtp.h
  43.  
  44. man_MANS = xtp.1
  45.  
  46. # Additional files to distribute
  47. EXTRA_DIST = Imakefile xtp.1
  48.