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

Windows编程

开发平台:

Visual C++

  1. DIRS = 
  2.     appletalk~   
  3.     bcast~   
  4.     dt_dll~   
  5.     globchat~   
  6.     iocomplt~   
  7.     ipxchat~   
  8.     layered~   
  9.     nullprov~   
  10.     nwlink~   
  11.     overlap~   
  12.     ping~   
  13.     qoschat~   
  14.     rnr~   
  15.     simple~   
  16.     sockspx~   
  17.     tp4~   
  18.     ws2chat~   
  19.     wsock~   
  20. SDKPROJ =NetDSwinsock
  21. #
  22. # This is a Platform SDK non-leaf-node makefile.  It is used to allow NMAKE, 
  23. #  or a similar tool, to recursively build all of the samples in a directory 
  24. #  tree.  To add or remove a directory from the build process, modify the 
  25. #  DIRS list above.  
  26. #
  27. # The SDKPROJ macro (above) is defined solely for the purpose of echoing
  28. #  the current directory location to the screen.  
  29. #
  30. # Do not modify this makefile except for the DIRS and SDKPROJ macros above.
  31. #
  32. #
  33. # Include sdkpropbld.mak in order to get standard build options, environment
  34. #  variables, and macros.  The sdkpropbld.mak file is installed with the SDK 
  35. #  in the include directory.
  36. !include <sdkpropbld.mak>
  37. # In order to build "all," process each of the entries in the DIRS list.
  38. #
  39. all: $(DIRS)
  40. #
  41. # In order to build each of the entries in the DIRS list, change dir into the
  42. #  directory in question, echo the current location, run nmake recursively, 
  43. #  and change dir back to the original directory level.  This four step process 
  44. #  is encapsulated in sdkbld.mak which is installed with the SDK in the include
  45. #  directory.
  46. #
  47. $(DIRS):
  48. !include <sdkbld.mak>