Changeset 229
- Timestamp:
- Mar 12, 2004, 3:17:57 PM (22 years ago)
- Location:
- trunk/archive/pslib
- Files:
-
- 3 edited
-
Makefile (modified) (1 diff)
-
include/Makefile (modified) (1 diff)
-
src/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 -
trunk/archive/pslib/include/Makefile
r159 r229 1 # $Id: Makefile,v 1.1 2004-03-10 00:04:29 price Exp $ 1 # $Id: Makefile,v 1.2 2004-03-13 01:17:57 rhl Exp $ 2 3 .PHONY: all 4 all :; 2 5 3 6 clean: -
trunk/archive/pslib/src/Makefile
r228 r229 7 7 DIRS = Utils Metadata 8 8 9 .PHONY : init10 init:9 .PHONY : all 10 all : 11 11 @for d in $(DIRS); do \ 12 12 echo "cd $$d; $(MAKE)"; \
Note:
See TracChangeset
for help on using the changeset viewer.
