home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional Developers Kit 1992 November / Disc01 / Disc01.mdf / os2tk20 / rexx / samples / samples.ma_ / SAMPLES.MAK
Encoding:
Makefile  |  1992-07-15  |  398 b   |  28 lines

  1. all: callrexx devinfo pmrexx rexxutil rxmacdll
  2.  
  3. callrexx:
  4.     cd callrexx
  5.     nmake -f callrexx.mak
  6.     cd..
  7.  
  8. devinfo:
  9.     cd devinfo
  10.     nmake -f devinfo.mak
  11.     cd..
  12.  
  13. pmrexx:
  14.     cd pmrexx
  15.     nmake -f pmrexx.mak
  16.     cd..
  17.  
  18. rexxutil:
  19.     cd rexxutil
  20.     nmake -f rexxutil.mak
  21.     cd..
  22.  
  23. rxmacdll:
  24.     cd rxmacdll
  25.     nmake -f macro.mak
  26.     nmake -f rxnlsinf.mak
  27.     cd..
  28.