home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilsm / netpbmsca / Makefile next >
Encoding:
Makefile  |  1994-02-22  |  817 b   |  27 lines

  1. # Makefile for pbmplus tools.
  2. #
  3. # Copyright (C) 1989, 1991 by Jef Poskanzer.
  4. #
  5. # Permission to use, copy, modify, and distribute this software and its
  6. # documentation for any purpose and without fee is hereby granted, provided
  7. # that the above copyright notice appear in all copies and that both that
  8. # copyright notice and this permission notice appear in supporting
  9. # documentation.  This software is provided "as is" without express or
  10. # implied warranty.
  11.  
  12. all:        merge
  13.  
  14. # Unfortunately a bug in make for the Arc stops you setting global defaults
  15. # here, so you have to do them by hand in the other files.
  16. merge:
  17.     @echo ---- libtiff ----
  18.     make -c libtiff
  19.     @echo ---- pbm ----
  20.     make -c pbm merge
  21.     @echo ---- pgm ----
  22.     make -c pgm merge
  23.     @echo ---- ppm ----
  24.     make -c ppm merge
  25.     @echo ---- pnm ----
  26.     make -c pnm merge
  27.