home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 2003 April
/
VPR0304.ISO
/
AIBO
/
HttpTest
/
Makefile
Wrap
Makefile
|
2003-01-28
|
227b
|
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