home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / yacl-012.zip / uidemo / makefile.bc < prev    next >
Makefile  |  1995-04-09  |  2KB  |  192 lines

  1.  
  2.  
  3. !include ../control\bcmak.ctl
  4.  
  5.  
  6. !if $(YACLPLATFORM) == windows
  7. DOALSO = dialog1 print
  8. !elif $(YACLPLATFORM) == os2
  9. DOALSO = print
  10. !endif
  11.  
  12. demos: animate bigstrvw calc calendar clock color combobox cursor dialog2 \
  13.   dyndlg environ font graphic1 graphic2 hello1 hello2 hello3 hit_test \
  14.    menu0 menu_dbl popmenu scroll stddlg textedit track wait window $(DOALSO)
  15.  
  16. animate:
  17.    cd $*
  18.    make -fmakefile.bc
  19.    cd ..
  20.    
  21.  
  22. bigstrvw:
  23.    cd $*
  24.    make -fmakefile.bc
  25.    cd ..
  26.    
  27.  
  28. calc:
  29.   cd $*
  30.   make -fmakefile.bc
  31.   cd ..
  32.   
  33.  
  34. calendar:
  35.   cd $*
  36.   make -fmakefile.bc
  37.   cd ..
  38.   
  39.  
  40. clock:
  41.   cd $*
  42.   make -fmakefile.bc
  43.   cd ..
  44.   
  45.  
  46. color:
  47.   cd $*
  48.   make -fmakefile.bc
  49.   cd ..
  50.   
  51. combobox:
  52.   cd $*
  53.   make -fmakefile.bc
  54.   cd ..
  55.   
  56.  
  57. cursor:
  58.    cd $*
  59.    make -fmakefile.bc
  60.    cd ..
  61.    
  62.  
  63. dialog1:
  64.   cd $*
  65.   make -fmakefile.bc
  66.   cd ..
  67.   
  68.  
  69. dialog2:
  70.   cd $*
  71.   make -fmakefile.bc
  72.   cd ..
  73.   
  74.  
  75. dyndlg:
  76.   cd $*
  77.   make -fmakefile.bc
  78.   cd ..
  79.   
  80.  
  81. environ:
  82.   cd $*
  83.   make -fmakefile.bc
  84.   cd ..
  85.   
  86.  
  87. font:
  88.   cd $*
  89.   make -fmakefile.bc
  90.   cd ..
  91.   
  92.  
  93. graphic1:
  94.   cd $*
  95.   make -fmakefile.bc
  96.   cd ..
  97.   
  98.  
  99. graphic2:
  100.   cd $*
  101.   make -fmakefile.bc
  102.   cd ..
  103.   
  104.  
  105. hello1:
  106.   cd $*
  107.   make -fmakefile.bc
  108.   cd ..
  109.   
  110.  
  111. hello2:
  112.   cd $*
  113.   make -fmakefile.bc
  114.   cd ..
  115.  
  116.  
  117. hello3:
  118.   cd $*
  119.   make -fmakefile.bc
  120.   cd ..
  121.  
  122.  
  123. hit_test:
  124.   cd $*
  125.   make -fmakefile.bc
  126.   cd ..
  127.   
  128.  
  129. menu0:
  130.    cd $*
  131.    make -fmakefile.bc
  132.    cd ..
  133.    
  134.  
  135. menu_dbl:
  136.   cd $*
  137.   make -fmakefile.bc
  138.   cd ..
  139.   
  140.  
  141. popmenu:
  142.   cd $*
  143.   make -fmakefile.bc
  144.   cd ..
  145.   
  146.  
  147. print:
  148.   cd $*
  149.   make -fmakefile.bc
  150.   cd ..
  151.   
  152.  
  153. scroll:
  154.   cd $*
  155.   make -fmakefile.bc
  156.   cd ..
  157.   
  158.  
  159. stddlg:
  160.   cd $*
  161.   make -fmakefile.bc
  162.   cd ..
  163.   
  164.  
  165. textedit:
  166.   cd $*
  167.   make -fmakefile.bc
  168.   cd ..
  169.   
  170.  
  171. track:
  172.   cd $*
  173.   make -fmakefile.bc
  174.   cd ..
  175.   
  176.  
  177. wait:
  178.   cd $*
  179.   make -fmakefile.bc
  180.   cd ..
  181.   
  182.  
  183. window:
  184.   cd $*
  185.   make -fmakefile.bc
  186.   cd ..
  187.   
  188.  
  189.  
  190. clean:
  191.     rm */*.obj */*.exe */*.map
  192.