# $Id: makefile,v 1.1.1.1 2003/10/04 08:27:54 prokushev Exp $

ROOT=..\..

!include $(ROOT)\makefile.inc

PARTS=freepm newview

all
 for %%i in ($(PARTS)) do cd %%i&$(MAKE) $(MAKEFLAGS)&cd ..
