home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c100 / 1.ddi / OOPWLD.ZIP / DIRECT / MAKEFILE < prev    next >
Encoding:
Text File  |  1990-05-11  |  289 b   |  13 lines

  1. .CPP.OBJ:
  2.     tcc -c $*
  3.  
  4. .CPP.EXE :
  5.     tcc $*.cpp    
  6.  
  7. all: EXMPL1.exe DIRTEST.exe DIRTEST2.exe TREETEST.exe
  8.  
  9. EXMPL1.exe : EXMPL1.CPP
  10. DIRTEST.exe : direct.hpp DIRTEST.CPP
  11. DIRTEST2.exe : direct2.hpp direct.hpp DIRTEST2.CPP
  12. TREETEST.exe : dirtree.hpp direct2.hpp direct.hpp TREETEST.CPP
  13.