home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / Remoting / makefile next >
Encoding:
Makefile  |  2000-06-23  |  981 b   |  88 lines

  1. all: RemTools HelloService MyHello HomeMedia MyMedia Trader MyStock ObjectZone MyObject COMZone MyCom NewsZone MyNews MyPage Contexts CallContext asyncdelegate
  2.  
  3. RemTools::
  4.     cd $*
  5.     ..\..\nmake all
  6.     cd ..
  7.  
  8. HelloService::
  9.     cd $*
  10.     ..\..\nmake all
  11.     cd ..
  12.  
  13. MyHello::
  14.     cd $*
  15.     ..\..\nmake all
  16.     cd ..
  17.  
  18.  
  19. HomeMedia::
  20.     cd $*
  21.     ..\..\nmake all
  22.     cd ..
  23.  
  24. MyMedia::
  25.     cd $*
  26.     ..\..\nmake all
  27.     cd ..
  28.  
  29. Trader::
  30.     cd $*
  31.     ..\..\nmake all
  32.     cd ..
  33.  
  34. MyStock::
  35.     cd $*
  36.     ..\..\nmake all
  37.     cd ..
  38.  
  39. ObjectZone::
  40.     cd $*
  41.     ..\..\nmake all
  42.     cd ..
  43.  
  44. MyObject::
  45.     cd $*
  46.     ..\..\nmake all
  47.     cd ..
  48.  
  49. COMZone::
  50.     cd $*
  51.     ..\..\nmake all
  52.     cd ..
  53.  
  54. MyCOM::
  55.     cd $*
  56.     ..\..\nmake all
  57.     cd ..
  58.  
  59. NewsZone::
  60.     cd $*
  61.     ..\..\nmake all
  62.     cd ..
  63.  
  64. MyNews::
  65.     cd $*
  66.     ..\..\nmake all
  67.     cd ..
  68.  
  69. MyPage::
  70.     cd $*
  71.     ..\..\nmake all
  72.     cd ..
  73.  
  74. Contexts::
  75.     cd $*
  76.     ..\..\nmake all
  77.     cd ..
  78.  
  79. CallContext::
  80.     cd $*
  81.     ..\..\nmake all
  82.     cd ..
  83.  
  84. asyncdelegate::
  85.     cd $*
  86.     ..\..\nmake all
  87.     cd ..
  88.