MAKEFILE
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

  1. DIRS = 
  2.     aclapi~   
  3.     audit~   
  4.     check_sd~   
  5.     disptrus~   
  6.     domtrust~   
  7.     gina~   
  8.     ginastub~   
  9.     httpauth~   
  10.     Include~   
  11.     lsaprivs~   
  12.     lsasamp~   
  13.     machacct~   
  14.     rcmd~   
  15.     SampSSP~   
  16.     sd_flppy~   
  17.     secfile~   
  18.     secperf~   
  19.     sidcln~   
  20.     SockAuth~   
  21.     subauth~   
  22.     takeown~   
  23.     textsid~   
  24. SDKPROJ =WinBaseSecurityWinNT
  25. #
  26. # This is a Platform SDK non-leaf-node makefile.  It is used to allow NMAKE, 
  27. #  or a similar tool, to recursively build all of the samples in a directory 
  28. #  tree.  To add or remove a directory from the build process, modify the 
  29. #  DIRS list above.  
  30. #
  31. # The SDKPROJ macro (above) is defined solely for the purpose of echoing
  32. #  the current directory location to the screen.  
  33. #
  34. # Do not modify this makefile except for the DIRS and SDKPROJ macros above.
  35. #
  36. #
  37. # Include sdkpropbld.mak in order to get standard build options, environment
  38. #  variables, and macros.  The sdkpropbld.mak file is installed with the SDK 
  39. #  in the include directory.
  40. !include <sdkpropbld.mak>
  41. # In order to build "all," process each of the entries in the DIRS list.
  42. #
  43. all: $(DIRS)
  44. #
  45. # In order to build each of the entries in the DIRS list, change dir into the
  46. #  directory in question, echo the current location, run nmake recursively, 
  47. #  and change dir back to the original directory level.  This four step process 
  48. #  is encapsulated in sdkbld.mak which is installed with the SDK in the include
  49. #  directory.
  50. #
  51. $(DIRS):
  52. !include <sdkbld.mak>