home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / progmisc / tttsrc51.zip / TTT.MAK < prev    next >
Text File  |  1993-01-19  |  2KB  |  48 lines

  1. #                     TechnoJock's Turbo Toolkit
  2. #
  3. #                     Make file for the all the Toolkit units.
  4. #
  5. # Edit the following implicit rules and insert the path of the TPC compiler
  6. # and the TASM or MASM compiler
  7. #
  8. # For example modify the next four lines to:
  9. #
  10. #         .pas.tpu:
  11. #             c:\turbo\tpc $<
  12. #         .asm.obj:
  13. #             c:\tasm\tasm $*
  14. #
  15. # if your turbo programs are in the C:\TURBO directory, and the assembler
  16. # is in the C:\TASM directory
  17.  
  18. .pas.tpu:
  19.     tpc $<
  20. .asm.obj:
  21.     tasm $*
  22.  
  23.  
  24.  
  25.  
  26. TheWorks: fastttt5.tpu keyttt5.tpu strnttt5.tpu winttt5.tpu readttt5.tpu\
  27.           dirttt5.tpu miscttt5.tpu pullttt5.tpu iottt5.tpu\
  28.           listttt5.tpu menuttt5.tpu nestttt5.tpu
  29.  
  30.  
  31. fastttt5.obj: fastttt5.asm
  32. winttt5.obj: winttt5.asm
  33. fastttt5.tpu: fastttt5.pas fastttt5.obj
  34. strnttt5.tpu: strnttt5.pas
  35. keyttt5.tpu: keyttt5.pas
  36. winttt5.tpu: winttt5.pas winttt5.obj
  37. readttt5.tpu: readttt5.pas fastttt5.tpu winttt5.tpu strnttt5.tpu keyttt5.tpu
  38. dirttt5.tpu: dirttt5.pas fastttt5.tpu winttt5.tpu strnttt5.tpu keyttt5.tpu\
  39.              readttt5.tpu
  40. miscttt5.tpu: miscttt5.pas fastttt5.tpu strnttt5.tpu
  41. pullttt5.tpu: pullttt5.pas fastttt5.tpu winttt5.tpu keyttt5.tpu
  42. iottt5.tpu: iottt5.pas fastttt5.tpu winttt5.tpu keyttt5.tpu strnttt5.tpu\
  43.             miscttt5.tpu
  44. listttt5.tpu: listttt5.pas fastttt5.tpu winttt5.tpu keyttt5.tpu strnttt5.tpu
  45. menuttt5.tpu: menuttt5.pas fastttt5.tpu winttt5.tpu keyttt5.tpu strnttt5.tpu
  46. nestttt5.tpu: nestttt5.pas fastttt5.tpu winttt5.tpu keyttt5.tpu strnttt5.tpu
  47.  
  48.