home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11tl.lha / lbl / xview / makefile.src
Encoding:
Makefile  |  1993-03-12  |  409 b   |  21 lines

  1. #
  2. # makefile for directory user-contributed/lbl/xview
  3. #
  4.  
  5. # Subdirectories that get made
  6.  
  7. DIRS = lib guidexv libxcolor man genial xhist segal hview
  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;    fi
  19.  
  20. doit:
  21.