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

Windows编程

开发平台:

Visual C++

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