Files
modules/tcl/Makefile
2004-01-16 15:26:46 +00:00

17 lines
318 B
Makefile

all: initdir
distclean: clean
initdir:
make -C init all
clean:
rm -f *.log *.sum
make -C init clean
test:
MODULEVERSION=3.1.1; export MODULEVERSION; \
OBJDIR=`pwd`; export OBJDIR; \
TESTSUITEDIR=`cd ../testsuite;pwd`; export TESTSUITEDIR; \
runtest --srcdir $$TESTSUITEDIR --objdir $$OBJDIR --tool modules