Changeset 229 for trunk/archive/pslib/Makefile
- Timestamp:
- Mar 12, 2004, 3:17:57 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/Makefile
r204 r229 1 # $Id: Makefile,v 1. 4 2004-03-10 19:30:03 eugeneExp $1 # $Id: Makefile,v 1.5 2004-03-13 01:17:57 rhl Exp $ 2 2 SHELL = /bin/sh 3 DIRS = include3 DIRS = src include 4 4 5 all: tags 6 5 .PHONY : all 6 all : 7 @for f in $(DIRS); do \ 8 if [ ! -d $$f ]; then \ 9 echo No such directory: $$f >&2; \ 10 else \ 11 echo RHL $$f; \ 12 (cd $$f; $(MAKE)); \ 13 fi \ 14 done 7 15 8 16 .PHONY : tags
Note:
See TracChangeset
for help on using the changeset viewer.
