home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-03-12 | 409 b | 21 lines |
- #
- # makefile for directory user-contributed/lbl/xview
- #
-
- # Subdirectories that get made
-
- DIRS = lib guidexv libxcolor man genial xhist segal hview
-
- # default action just makes src dirs
-
- all: install
-
- clean clean-all install pristine man doc: doit
- @for d in $(DIRS) ; do \
- ( cd $$d ; echo make $@ on $(HERE)$$d ; make $(MFLAGS) $@ ) ; \
- done
- @if [ "$@" = "clean-all" ]; then \
- rm -f Makefile; fi
-
- doit:
-