home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / devtools / os2tk21j / c / samples / samples.ma_ / samples.mak
Encoding:
Makefile  |  1993-03-29  |  1.7 KB  |  134 lines

  1. all: hanoi template vmm eas sort hello graphic style \
  2.      dialog clipbrd semaph image clock npipe dllapi \
  3.      queues dragdrop animals tp ipf worms wpcar jigsaw print \
  4.      palette
  5.  
  6. animals:
  7.     cd animals
  8.     nmake -f animals.mak
  9.     cd ..
  10.  
  11. ipf:
  12.     cd ipf
  13.     nmake -f ipf.mak
  14.     cd ..
  15.  
  16. worms:
  17.     cd worms
  18.     nmake -f worms.mak
  19.     cd ..
  20.  
  21. dllapi:
  22.     cd dllapi
  23.     nmake -f dllapi.mak
  24.     cd ..
  25.  
  26. npipe:
  27.     cd npipe
  28.     nmake -f npipe.mak
  29.     cd ..
  30.  
  31. tp:
  32.     cd tp
  33.     nmake -f tp.mak
  34.     cd ..
  35.  
  36. vmm:
  37.     cd vmm
  38.     nmake -f vmm.mak
  39.     cd ..
  40.  
  41. queues:
  42.     cd queues
  43.     nmake -f queues.mak
  44.     cd ..
  45.  
  46. dragdrop:
  47.     cd dragdrop
  48.     nmake -f dragdrop.mak
  49.     cd ..
  50.  
  51. style:
  52.     cd style
  53.     nmake -f style.mak
  54.     cd ..
  55.  
  56. clock:
  57.     cd clock
  58.     nmake -f tkclock.mak
  59.     cd ..
  60.  
  61. template:
  62.     cd template
  63.     nmake -f template.mak
  64.     cd ..
  65.  
  66. hanoi:
  67.     cd hanoi
  68.     nmake -f hanoi.mak
  69.     cd ..
  70.  
  71. eas:
  72.     cd eas
  73.     nmake -f eas.mak
  74.     cd ..
  75.  
  76. sort:
  77.     cd sort
  78.     nmake -f sort.mak
  79.     cd ..
  80.  
  81. hello:
  82.     cd hello
  83.     nmake -f hello.mak
  84.     cd ..
  85.  
  86. graphic:
  87.     cd graphic
  88.     nmake -f graphic.mak
  89.     cd ..
  90.  
  91. dialog:
  92.     cd dialog
  93.     nmake -f dialog.mak
  94.     cd ..
  95.  
  96. clipbrd:
  97.     cd clipbrd
  98.     nmake -f clipbrd.mak
  99.     cd ..
  100.  
  101. semaph:
  102.     cd semaph
  103.     nmake -f semaph.mak
  104.     cd ..
  105.  
  106. image:
  107.     cd image
  108.     nmake -f image32.mak
  109.     cd ..
  110.  
  111.  
  112. wpcar:
  113.     cd wpcar
  114.     nmake -f car.mak
  115.     cd ..
  116.  
  117.  
  118. jigsaw:
  119.     cd jigsaw
  120.     nmake -f jigsaw.mak
  121.     cd ..
  122.  
  123.  
  124. print:
  125.      cd print
  126.      nmake -f prtsamp.mak
  127.      cd ..
  128.  
  129.  
  130. palette:
  131.      cd palette
  132.      nmake -f palette.mak
  133.      cd ..
  134.