home *** CD-ROM | disk | FTP | other *** search
Makefile | 2003-01-28 | 227 b | 11 lines |
- COMPONENTS=HttpTest ../PowerMonitor/PowerMonitor
- INSTALLDIR=$(shell pwd)/MS
- TARGETS=all install clean
-
- .PHONY: $(TARGETS)
-
- $(TARGETS):
- for dir in $(COMPONENTS); do \
- (cd $$dir && $(MAKE) INSTALLDIR=$(INSTALLDIR) $@) \
- done
-