# $Id: makefile,v 1.4 2001/07/18 22:42:13 root Exp $
#
# Common makefile which hooks both the "contrib" and source code

DIRS = src contrib

all:
	for %%i in ($(DIRS)) do cd %%i & $(MAKE) -$(MAKEFLAGS) & cd ..

package:
	-for %%i in ($(DIRS)) do call %%i\packager.cmd
	packager.cmd

clean:
	-del *.arj
	-del *.dll
	-del *.exe
