# @@ COPY_RIGHT_HERE
# @@ ROADMAP :: The Makefile for the Shell File Extensions package

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:

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

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


!endif # NTMAKEENV
