PDOS

[uia] / trunk / uia / Makefile  

View of /trunk/uia/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1845 - (download) (annotate)
Fri Mar 30 16:03:49 2007 UTC (2 years, 7 months ago) by jastr
File size: 436 byte(s)
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