home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / GCC / GERLIB_DEV08B.LHA / gerlib / makeall < prev    next >
Encoding:
Text File  |  1993-12-12  |  369 b   |  30 lines

  1. ; makeall
  2. ; goes in every important directory and calls make
  3. ;
  4. ; does not make libamiga.a or libbamiga.a, this can't be
  5. ; done without a user.
  6.  
  7.     cd examples/add/normal/
  8.     dmake
  9.     cd ///
  10.  
  11.     cd examples/add/baserel/
  12.     dmake
  13.     cd ///
  14.  
  15.     cd examples
  16.     dmake
  17.     cd /
  18.  
  19.     cd examples/test
  20.     execute make
  21.     cd //
  22.  
  23.     execute makelibrary
  24.  
  25.     cd "libg++"
  26.     execute makegpp
  27.     cd /
  28.  
  29.     echo "Ready !"
  30.