Subversion Repositories tendra.SVN

Rev

Rev 66 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 66 Rev 84
Line 2... Line 2...
2
 
2
 
3
SUBDIRS= sid lexi calculus make_err make_tdf
3
SUBDIRS= sid lexi calculus make_err make_tdf
4
 
4
 
5
all:
5
all:
6
	for f in $(SUBDIRS) ; do \
6
	for f in $(SUBDIRS) ; do \
-
 
7
		echo Building $$f; \
7
		cd $$f && $(MAKE) && cd .. || exit 1; \
8
		cd $$f && $(MAKE) && cd .. || exit 1; \
8
	done
9
	done
9
 
10
 
10
install:
11
install:
11
	for f in $(SUBDIRS) ; do \
12
	for f in $(SUBDIRS) ; do \