OpenSceneGraph/Make/makedirrules

7 lines
182 B
Plaintext
Raw Normal View History

2002-03-27 05:26:27 +08:00
default : $(DIRS)
@for f in $(DIRS); do cd $$f; $(MAKE) $@ || exit 1; cd ..; done
$(RECURSIVE_TARGETS) : $(DIRS)
2002-03-27 05:26:27 +08:00
@for f in $(DIRS); do cd $$f; $(MAKE) $@ || exit 1; cd ..; done