=================================================================== Modification le : Mon May 21 12:17:41 MEST 2001 Par : czo =================================================================== Update of /users/outil/alliance/cvsroot/alliance/sources In directory fox.lip6.fr:/users/soft5/newlabo/dev/alliance/sources Modified Files: Makefile Log Message: ctags =================================================================== Index: Makefile =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/Makefile,v retrieving revision 1.19 retrieving revision 1.20 diff -r1.19 -r1.20 45,46c45,46 < @for FILE in $(ALL_DIRS) ;\ < do echo %%%%%%%%% building $$FILE ; $(MAKE) -C $$FILE ;\ --- > @for DIR in $(ALL_DIRS) ;\ > do echo %%%%%%%%% building $$DIR ; $(MAKE) -C $$DIR ;\ 58,59c58,59 < @for FILE in $(ALL_DIRS) ;\ < do echo %%%%%%%%% building $$FILE ; finger $$FILE | grep ^Login ;\ --- > @for DIR in $(ALL_DIRS) ;\ > do echo %%%%%%%%% building $$DIR ; finger $$DIR | grep ^Login ;\ 66c66 < @for FILE in $(shell find . -type d -a \! -iname CVS) ;\ --- > @for DIR in $(shell find . -type d -a \! -iname CVS) ;\ 68,70c68,70 < echo %%%%%%%%%% $$FILE ; \ < cd $$FILE ; \ < ctags *.c *.h ; \ --- > echo %%%%%%%%%% $$DIR ;\ > cd $$DIR ;\ > ctags -R . ;\ 76d75 < find -type f -name "*.c" -o -name "*.h" | xargs ctags -a 79c78 < @for FILE in $(shell find . -type d -a \! -iname CVS) ;\ --- > @for DIR in $(shell find . -type d -a \! -iname CVS) ;\ 81,83c80,82 < echo %%%%%%%%%% $$FILE ; \ < cd $$FILE ; \ < ctags -e *.c *.h ;\ --- > echo %%%%%%%%%% $$DIR ;\ > cd $$DIR ;\ > ctags -e -R . ;\ 89d87 < find -type f -name "*.c" -o -name "*.h" | xargs ctags -a -e 96,97c94,95 < @for FILE in $(ALL_DIRS) ;\ < do $(MAKE) -C $$FILE $@ ;\ --- =================================================================== Ce message est envoyé au personnes abonnées à alliance-programmers Pour plus d'information sur cette mailling-list, visitez : http://asim.lip6.fr/alliance/mailing-lists/