Leaked source code of windows server 2003
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.

38 lines
680 B

  1. # @@ COPY_RIGHT_HERE
  2. # @@ ROADMAP :: The Makefile for the Main Winnet package
  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. -del depend.old
  14. clobber: clean
  15. echo No clobber just clean
  16. tree:
  17. # these are done in \shell\bin not here! - LMC
  18. # $(CP) $(BINARIES_WIN)\lanman.drv $(DIST)\lm.enh\netprog
  19. # $(CP) $(BINARIES_WIN)\lanman.hlp $(DIST)\lm.enh\netprog
  20. DEPEND_WIN = TRUE
  21. !include $(UI)\common\src\uidepend.mk
  22. # DO NOT DELETE THE FOLLOWING LINE
  23. !include depend.mk
  24. !endif # NTMAKEENV