home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 2003 April
/
VPR0304.ISO
/
AIBO
/
AiboBiff2
/
Makefile
Wrap
Makefile
|
2002-12-20
|
296b
|
11 lines
COMPONENTS=AiboBiff MailChecker ../MoNet/MoNet ../MoNet/MotionAgents ../MoNet/SoundAgent ../PowerMonitor/PowerMonitor
INSTALLDIR=$(shell pwd)/MS
TARGETS=all install clean
.PHONY: $(TARGETS)
$(TARGETS):
for dir in $(COMPONENTS); do \
(cd $$dir && $(MAKE) INSTALLDIR=$(INSTALLDIR) $@) \
done