# **********************************************************************
#
#
# **********************************************************************

top_srcdir	= c:\tove

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

all:: local

local:
   cd tove
   cd common
   $(MAKE)
   cd ..
   cd dcf
   $(MAKE)
   cd ..
   cd CorbaTc
   $(MAKE)
   cd ..
   cd ingw
   $(MAKE)
   cd ..
   cd in
   $(MAKE)
   cd ..
   cd scp
   $(MAKE)
   cd ..
   cd ..

gui::
   $(JAVA) -classpath $(TOVECLASSES);$(JDKCLASSES);$(SWINGCLASSES);$(ORBCLASSES) tove.dcf.swinggui.Gui



