home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-07-30 | 428 b | 20 lines |
- # Example makefile for DigiTape Module
- # last change: 1.7.93
-
- OBJECTS = hall.r HALL.D
-
- xyz.x : $(OBJECTS)
- $(RM) xyz.x
-
- # build hall.r from hall.rsc
- hall.r : hall.rsc
- \dt_modul\rsc_to_c.ttp $*.rsc
-
- # build from DSP56000 Assembler Source File C-Source File
- # HALL.D and Define File HALL.DH
- HALL.D : HALL.CLN
- \dt_modul\cln_to_d.ttp $*
- HALL.CLN : HALL.ASM
- \dt_modul\asm56000.ttp -b \dt_modul\example\$*.ASM
-
-