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

Windows编程

开发平台:

Visual C++

  1. DIRS = 
  2.     Cluster~   
  3.     Debug~   
  4.     Fibers~   
  5.     IO~   
  6.     IPC~   
  7.     memory~   
  8.     Registry~   
  9.     Scard~   
  10.     Security~   
  11.     WinNT~   
  12. SDKPROJ =WinBase
  13. #
  14. # This is a Platform SDK non-leaf-node makefile.  It is used to allow NMAKE, 
  15. #  or a similar tool, to recursively build all of the samples in a directory 
  16. #  tree.  To add or remove a directory from the build process, modify the 
  17. #  DIRS list above.  
  18. #
  19. # The SDKPROJ macro (above) is defined solely for the purpose of echoing
  20. #  the current directory location to the screen.  
  21. #
  22. # Do not modify this makefile except for the DIRS and SDKPROJ macros above.
  23. #
  24. #
  25. # Include sdkpropbld.mak in order to get standard build options, environment
  26. #  variables, and macros.  The sdkpropbld.mak file is installed with the SDK 
  27. #  in the include directory.
  28. !include <sdkpropbld.mak>
  29. # In order to build "all," process each of the entries in the DIRS list.
  30. #
  31. all: $(DIRS)
  32. #
  33. # In order to build each of the entries in the DIRS list, change dir into the
  34. #  directory in question, echo the current location, run nmake recursively, 
  35. #  and change dir back to the original directory level.  This four step process 
  36. #  is encapsulated in sdkbld.mak which is installed with the SDK in the include
  37. #  directory.
  38. #
  39. $(DIRS):
  40. !include <sdkbld.mak>