# **********************************************************************
# Project:
#
# **********************************************************************

top_srcdir	= c:\tove

!include $(top_srcdir)\config\Make.rules.mak

all:: local

local:
   cd ASN1
   $(MAKE)
   cd ..
   cd CosLifeCycle
   $(MAKE)
   cd ..
   cd CorbaTc
   $(MAKE)
   cd ..
   cd inap
   $(MAKE)
   cd ..

clean::
   $(DELDIRCOMMAND) $(TOVECLASSES)\org





    
