![]()
Parent Directory
|
Revision Log
big reorg merge: merge -r 1807:1841 branches/reorg branch->trunk
# # $Id: Makefile 1813 2007-03-27 19:17:10Z jastr $ # include Makeconf all: subdirs .PHONY: all subdirs install clean subdirs: @for dir in $(SUBDIRS); \ do $(MAKE) -wC $$dir || exit; \ done install: @for dir in $(SUBDIRS); \ do $(MAKE) -wC $$dir install || exit; \ done clean: @for dir in $(SUBDIRS); \ do $(MAKE) -wC $$dir clean || exit; \ done distclean: clean rm -rf config.cache Makeconf $(MAKE) -wC yam distclean
| Maintained by PDOS | ViewVC Help |
| Powered by ViewVC 1.0.3 |