[csdoc-patches] csdoc/src/mcsdoc makefile,NONE,1.1
Status: Planning
Brought to you by:
mastergaurav
From: <mas...@us...> - 2004-10-29 14:21:28
|
Update of /cvsroot/csdoc/csdoc/src/mcsdoc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24888 Added Files: makefile Log Message: 2004-10-28 Gaurav Vaish * **/* : Getting the latest sync from mono repository. Will resume work pretty soon. Moving final work from csdoc to mcsdoc. --- NEW FILE: makefile --- DIRS=jay mcs INSTALL= /usr/bin/install all: default default: for i in $(DIRS); do \ (cd $$i; make) || exit 1; \ done clean: for i in $(DIRS); do \ (cd $$i; make clean) \ done |