home *** CD-ROM | disk | FTP | other *** search
- # TechnoJock's Turbo Toolkit
- #
- # Make file for the all the Toolkit units.
- #
- # Edit the following implicit rules and insert the path of the TPC compiler
- # and the TASM or MASM compiler
- #
- # For example modify the next four lines to:
- #
- # .pas.tpu:
- # c:\turbo\tpc $<
- # .asm.obj:
- # c:\tasm\tasm $*
- #
- # if your turbo programs are in the C:\TURBO directory, and the assembler
- # is in the C:\TASM directory
-
- .pas.tpu:
- tpc $<
- .asm.obj:
- tasm $*
-
-
-
-
- TheWorks: fastttt5.tpu keyttt5.tpu strnttt5.tpu winttt5.tpu readttt5.tpu\
- dirttt5.tpu miscttt5.tpu pullttt5.tpu iottt5.tpu\
- listttt5.tpu menuttt5.tpu nestttt5.tpu
-
-
- fastttt5.obj: fastttt5.asm
- winttt5.obj: winttt5.asm
- fastttt5.tpu: fastttt5.pas fastttt5.obj
- strnttt5.tpu: strnttt5.pas
- keyttt5.tpu: keyttt5.pas
- winttt5.tpu: winttt5.pas winttt5.obj
- readttt5.tpu: readttt5.pas fastttt5.tpu winttt5.tpu strnttt5.tpu keyttt5.tpu
- dirttt5.tpu: dirttt5.pas fastttt5.tpu winttt5.tpu strnttt5.tpu keyttt5.tpu\
- readttt5.tpu
- miscttt5.tpu: miscttt5.pas fastttt5.tpu strnttt5.tpu
- pullttt5.tpu: pullttt5.pas fastttt5.tpu winttt5.tpu keyttt5.tpu
- iottt5.tpu: iottt5.pas fastttt5.tpu winttt5.tpu keyttt5.tpu strnttt5.tpu\
- miscttt5.tpu
- listttt5.tpu: listttt5.pas fastttt5.tpu winttt5.tpu keyttt5.tpu strnttt5.tpu
- menuttt5.tpu: menuttt5.pas fastttt5.tpu winttt5.tpu keyttt5.tpu strnttt5.tpu
- nestttt5.tpu: nestttt5.pas fastttt5.tpu winttt5.tpu keyttt5.tpu strnttt5.tpu
-