WindowsXP-SP1/admin/netui/profext/makefile
2020-09-30 16:53:49 +02:00

40 lines
563 B
Makefile

# @@ COPY_RIGHT_HERE
# @@ ROADMAP :: Makefile for LM 3.0 User Manager
UI=..
!include rules.mk
!ifdef NTMAKEENV
!include $(NTMAKEENV)\makefile.def
!else # NTMAKEENV
all:: win
win: $(WIN_OBJS)
clean:
-del $(WIN_OBJS)
-del $(CXX_INTERMED)
clobber: clean
@rem not really needed
tree:
@echo Nothing here yet!
################## Utility targets ######################
DEPEND_WIN = TRUE
!include $(UI)\common\src\uidepend.mk
# DO NOT DELETE THE FOLLOWING LINE
!include depend.mk
!endif # NTMAKEENV