home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11tl.lha / lbl / x11 / jpeg / makefile.src < prev   
Encoding:
Makefile  |  1993-08-19  |  379 b   |  22 lines

  1. #
  2. # makefile for directory user-contributed/lbl/jpeg
  3. #
  4.  
  5. # Subdirectories that get made
  6.  
  7. DIRS = lib sources
  8.  
  9. # default action just makes src dirs
  10.  
  11. all: install
  12.  
  13. clean clean-all install pristine man doc: doit
  14.     @for d in $(DIRS) ; do \
  15.         ( cd $$d ; echo make $@ on $(HERE)$$d ; make $(MFLAGS) $@ ) ; \
  16.     done
  17.     @if [ "$@" = "clean-all" ];    then    \
  18.         rm -f Makefile ansi2knr;    fi
  19.  
  20. doit:
  21.  
  22.