supermario/bin/MPW-3.2.3/Tools/Make

1 line
893 B
Plaintext
Raw Normal View History

2019-06-29 14:03:22 +00:00
######################### Default Rules ######################### # These default rules can be overriden in your makefile. The # # variable definitions for {Asm}, {C}, {Pascal}, {CPlus}, # # {AOptions}, {COptions}, {POptions}, and {CPlusOptions} can be # # overriden in your makefile, on the command line, or by an # # exported shell variable. # ################################################################# .a.o <09> .a {Asm} {depDir}{default}.a -o {targDir}{default}.a.o {AOptions} .c.o <09> .c {C} {depDir}{default}.c -o {targDir}{default}.c.o {COptions} .p.o <09> .p {Pascal} {depDir}{default}.p -o {targDir}{default}.p.o {POptions} .cp.o <09> .cp {CPlus} {depDir}{default}.cp -o {targDir}{default}.cp.o {CPlusOptions} Asm = Asm C = C Pascal = Pascal CPlus = CPlus AOptions = COptions = POptions = CPlusOptions =