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.

73 lines
1.2 KiB

  1. !IFDEF NTMAKEENV
  2. all:
  3. !IF "$(BUILDMSG)" != ""
  4. @ech ; $(BUILDMSG) ;
  5. !ENDIF
  6. clean: all
  7. !ELSE
  8. # -----------------------------------------------------------------------------
  9. # STAXPT\src\makefile
  10. #
  11. # Copyright (C) 1997 Microsoft Corporation
  12. # -----------------------------------------------------------------------------
  13. # -----------------------------------------------------------------------------
  14. #
  15. # Define directories to iterate over
  16. #
  17. !INCLUDE $(EXDEV)\globenv.mak
  18. !IF $(NT)
  19. DIR= trace \
  20. randfail \
  21. simssl \
  22. simssl2 \
  23. timebomb \
  24. rw \
  25. rwnh \
  26. rwex \
  27. hashmap \
  28. shuttle \
  29. mboxapi \
  30. simauth2 \
  31. crchash \
  32. cache \
  33. cachex \
  34. fcache \
  35. thrdpool \
  36. thrdpl2 \
  37. iruuid \
  38. cstream \
  39. ifilter \
  40. seo \
  41. smtpaddr \
  42. iis \
  43. adminui \
  44. imalcspy \
  45. setup \
  46. setup_c \
  47. setup_nc \
  48. setup_ex \
  49. setup_rk \
  50. setupp \
  51. setup_pt \
  52. admin \
  53. imsg \
  54. nntpfilt \
  55. vroot \
  56. asynccon \
  57. fhashex \
  58. pscript \
  59. fdlhash \
  60. cache2 \
  61. fcache2 \
  62. gethost
  63. # ketadata
  64. !ENDIF
  65. !INCLUDE $(EXDEV)\nonleaf.mak
  66. !endif