# @@ COPY_RIGHT_HERE
# @@ ROADMAP :: The Makefile for adminapp

UI=..\..\..\..\..

!include rules.mk

!ifdef NTMAKEENV

!include $(NTMAKEENV)\makefile.def

!else # NTMAKEENV


all:: win

win:   $(WIN_OBJS)

clean:
    -del $(CXX_INTERMED)
    -del $(WIN_OBJS)
    -del depend.old

clobber:	clean

tree:
    @echo Not yet implemented

DEPEND_WIN = TRUE
!include $(UI)\common\src\uidepend.mk

# DO NOT DELETE THE FOLLOWING LINE
!include depend.mk


!endif # NTMAKEENV
