Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
524 B

  1. # @@ COPY_RIGHT_HERE
  2. # @@ ROADMAP :: Makefile for LM 3.0 User Manager
  3. UI=..
  4. !include rules.mk
  5. !ifdef NTMAKEENV
  6. !include $(NTMAKEENV)\makefile.def
  7. !else # NTMAKEENV
  8. all:: win
  9. win: $(WIN_OBJS)
  10. clean:
  11. -del $(WIN_OBJS)
  12. -del $(CXX_INTERMED)
  13. clobber: clean
  14. @rem not really needed
  15. tree:
  16. @echo Nothing here yet!
  17. ################## Utility targets ######################
  18. DEPEND_WIN = TRUE
  19. !include $(UI)\common\src\uidepend.mk
  20. # DO NOT DELETE THE FOLLOWING LINE
  21. !include depend.mk
  22. !endif # NTMAKEENV