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

Windows编程

开发平台:

Visual C++

  1. DIRS =       callback~        
  2.                         cluuid~          
  3.                         data~            
  4.                         dict~            
  5.                         doctor~          
  6.                         dynept~          
  7.                         dynout~          
  8.                         handles~         
  9.                         hello~           
  10.                         interop~     
  11.                         mandel~          
  12.                         ns~                      
  13.                         object~          
  14.                         pickle~          
  15.                         pipes~           
  16.                         rpcssm~          
  17.                         rpcsvc~          
  18.                         strout~          
  19.                         wintyp~          
  20.                         whello~          
  21.                         yield~
  22. SDKPROJ =NetDSRPC
  23. #
  24. # This is a Platform SDK non-leaf-node makefile.  It is used to allow NMAKE, 
  25. #  or a similar tool, to recursively build all of the samples in a directory 
  26. #  tree.  To add or remove a directory from the build process, modify the 
  27. #  DIRS list above.  
  28. #
  29. # The SDKPROJ macro (above) is defined solely for the purpose of echoing
  30. #  the current directory location to the screen.  
  31. #
  32. # Do not modify this makefile except for the DIRS and SDKPROJ macros above.
  33. #
  34. #
  35. # Include sdkpropbld.mak in order to get standard build options, environment
  36. #  variables, and macros.  The sdkpropbld.mak file is installed with the SDK 
  37. #  in the include directory.
  38. !include <sdkpropbld.mak>
  39. # In order to build "all," process each of the entries in the DIRS list.
  40. #
  41. all: $(DIRS)
  42. #
  43. # In order to build each of the entries in the DIRS list, change dir into the
  44. #  directory in question, echo the current location, run nmake recursively, 
  45. #  and change dir back to the original directory level.  This four step process 
  46. #  is encapsulated in sdkbld.mak which is installed with the SDK in the include
  47. #  directory.
  48. #
  49. $(DIRS):
  50. !include <sdkbld.mak>