home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11.lha / ccs-lib / tools / x11 / makefile.src < prev    next >
Encoding:
Makefile  |  1993-08-20  |  309 b   |  19 lines

  1. #
  2. # makefile for directory user-contributed/lbl/x11
  3. #
  4.  
  5. # Subdirectories that get made
  6.  
  7. DIRS = lib tuner
  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.  
  18. doit:
  19.