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

ROOT=..\..\..
!include $(ROOT)\makefile.inc

# Add other targets here upon their maturity
PARTS=shared cmd help keystack shralias option2 # vdm2os2 jpos2dll

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

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

