home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / grafik / cbgi111 / src / makefile < prev   
Encoding:
Makefile  |  1990-07-01  |  294 b   |  25 lines

  1. #
  2. #    This MAKEFILE is used to build all the BGI files and the required
  3. #    support library.
  4. #
  5.  
  6. !include "defines.mak"
  7.  
  8. all:
  9.     cd lib
  10.     make -I..\ 
  11.     cd ..
  12.     cd ati
  13.     make -I..\ 
  14.     cd ..
  15.     cd tecmar
  16.     make -I..\ 
  17.     cd ..
  18.     cd revn9
  19.     make -I..\ 
  20.     cd ..
  21.     cd dt2851
  22.     make -I..\ 
  23.     cd ..
  24.  
  25.