Subversion Repositories tendra.SVN

Rev

Rev 25 | Rev 66 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25 Rev 46
Line 1... Line 1...
1
include Makefile.inc
1
include ../../defs.mk
2
 
2
 
3
SUBDIRS= sid lexi calculus make_err make_tdf
3
SUBDIRS= sid lexi calculus make_err make_tdf
4
 
-
 
5
 
4
 
6
all:
5
all:
7
	for f in $(SUBDIRS) ; do \
6
	for f in $(SUBDIRS) ; do \
8
		cd $$f && $(MAKE) && cd .. || exit 1; \
7
		cd $$f && $(MAKE) && cd .. || exit 1; \
9
	done
8
	done