Home » Archimedes archive » Archimedes World » AW-1996-03-Disc 2.adf » !AcornAns_AcornAns » MathFns/Makefile
MathFns/Makefile
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Archimedes World » AW-1996-03-Disc 2.adf » !AcornAns_AcornAns |
Filename: | MathFns/Makefile |
Read OK: | ✔ |
File size: | 03FB bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
# Project: MathFnDemo # Toolflags: CCflags = -c -depend !Depend -throwback -IC: Linkflags = -o $@ ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec CMHGflags = LibFileflags = -c -o $@ Squeezeflags = -o $@ AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From # Final targets: @.Demo: @.^.^.^.^.Clib.o.Stubs @.^.^.^.^.RISC_OSLib.o.RISC_OSlib @.o.main \ @.o.main_asse Link $(Linkflags) @.^.^.^.^.Clib.o.Stubs \ @.^.^.^.^.RISC_OSLib.o.RISC_OSlib @.o.main @.o.main_asse # User-editable dependencies: # Static dependencies: @.o.main: @.c.main cc $(ccflags) -o @.o.main @.c.main @.o.main_asse: @.s.main_asse objasm $(objasmflags) -from @.s.main_asse -to @.o.main_asse # Dynamic dependencies: o.main: c.main o.main: C:h.wimpt o.main: C:h.wimp o.main: C:h.os o.main: C:h.sprite o.main: C:h.werr o.main: C:h.bbc o.main: C:h.os o.main: C:h.swis @.o.main_asse: h.RegNames @.o.main_asse: h.SWInames @.o.main_asse: s.macros1 @.o.main_asse: s.subrouts1
00000000 23 20 50 72 6f 6a 65 63 74 3a 20 20 20 4d 61 74 |# Project: Mat| 00000010 68 46 6e 44 65 6d 6f 0a 0a 0a 23 20 54 6f 6f 6c |hFnDemo...# Tool| 00000020 66 6c 61 67 73 3a 0a 43 43 66 6c 61 67 73 20 3d |flags:.CCflags =| 00000030 20 2d 63 20 2d 64 65 70 65 6e 64 20 21 44 65 70 | -c -depend !Dep| 00000040 65 6e 64 20 2d 74 68 72 6f 77 62 61 63 6b 20 2d |end -throwback -| 00000050 49 43 3a 0a 4c 69 6e 6b 66 6c 61 67 73 20 3d 20 |IC:.Linkflags = | 00000060 2d 6f 20 24 40 0a 4f 62 6a 41 73 6d 66 6c 61 67 |-o $@.ObjAsmflag| 00000070 73 20 3d 20 2d 64 65 70 65 6e 64 20 21 44 65 70 |s = -depend !Dep| 00000080 65 6e 64 20 2d 54 68 72 6f 77 42 61 63 6b 20 2d |end -ThrowBack -| 00000090 53 74 61 6d 70 20 2d 71 75 69 74 20 2d 43 6c 6f |Stamp -quit -Clo| 000000a0 73 65 45 78 65 63 0a 43 4d 48 47 66 6c 61 67 73 |seExec.CMHGflags| 000000b0 20 3d 20 0a 4c 69 62 46 69 6c 65 66 6c 61 67 73 | = .LibFileflags| 000000c0 20 3d 20 2d 63 20 2d 6f 20 24 40 0a 53 71 75 65 | = -c -o $@.Sque| 000000d0 65 7a 65 66 6c 61 67 73 20 3d 20 2d 6f 20 24 40 |ezeflags = -o $@| 000000e0 0a 41 41 73 6d 66 6c 61 67 73 20 3d 20 2d 64 65 |.AAsmflags = -de| 000000f0 70 65 6e 64 20 21 44 65 70 65 6e 64 20 2d 71 75 |pend !Depend -qu| 00000100 69 74 20 2d 43 6c 6f 73 65 45 78 65 63 20 2d 54 |it -CloseExec -T| 00000110 6f 20 24 40 20 2d 46 72 6f 6d 0a 0a 0a 23 20 46 |o $@ -From...# F| 00000120 69 6e 61 6c 20 74 61 72 67 65 74 73 3a 0a 40 2e |inal targets:.@.| 00000130 44 65 6d 6f 3a 20 20 20 40 2e 5e 2e 5e 2e 5e 2e |Demo: @.^.^.^.| 00000140 5e 2e 43 6c 69 62 2e 6f 2e 53 74 75 62 73 20 40 |^.Clib.o.Stubs @| 00000150 2e 5e 2e 5e 2e 5e 2e 5e 2e 52 49 53 43 5f 4f 53 |.^.^.^.^.RISC_OS| 00000160 4c 69 62 2e 6f 2e 52 49 53 43 5f 4f 53 6c 69 62 |Lib.o.RISC_OSlib| 00000170 20 40 2e 6f 2e 6d 61 69 6e 20 5c 0a 20 20 20 20 | @.o.main \. | 00000180 20 20 20 20 40 2e 6f 2e 6d 61 69 6e 5f 61 73 73 | @.o.main_ass| 00000190 65 20 0a 20 20 20 20 20 20 20 20 4c 69 6e 6b 20 |e . Link | 000001a0 24 28 4c 69 6e 6b 66 6c 61 67 73 29 20 40 2e 5e |$(Linkflags) @.^| 000001b0 2e 5e 2e 5e 2e 5e 2e 43 6c 69 62 2e 6f 2e 53 74 |.^.^.^.Clib.o.St| 000001c0 75 62 73 20 5c 0a 20 20 20 20 20 20 20 20 40 2e |ubs \. @.| 000001d0 5e 2e 5e 2e 5e 2e 5e 2e 52 49 53 43 5f 4f 53 4c |^.^.^.^.RISC_OSL| 000001e0 69 62 2e 6f 2e 52 49 53 43 5f 4f 53 6c 69 62 20 |ib.o.RISC_OSlib | 000001f0 40 2e 6f 2e 6d 61 69 6e 20 40 2e 6f 2e 6d 61 69 |@.o.main @.o.mai| 00000200 6e 5f 61 73 73 65 20 0a 0a 0a 23 20 55 73 65 72 |n_asse ...# User| 00000210 2d 65 64 69 74 61 62 6c 65 20 64 65 70 65 6e 64 |-editable depend| 00000220 65 6e 63 69 65 73 3a 0a 0a 23 20 53 74 61 74 69 |encies:..# Stati| 00000230 63 20 64 65 70 65 6e 64 65 6e 63 69 65 73 3a 0a |c dependencies:.| 00000240 40 2e 6f 2e 6d 61 69 6e 3a 20 20 20 40 2e 63 2e |@.o.main: @.c.| 00000250 6d 61 69 6e 0a 20 20 20 20 20 20 20 20 63 63 20 |main. cc | 00000260 24 28 63 63 66 6c 61 67 73 29 20 2d 6f 20 40 2e |$(ccflags) -o @.| 00000270 6f 2e 6d 61 69 6e 20 40 2e 63 2e 6d 61 69 6e 20 |o.main @.c.main | 00000280 0a 40 2e 6f 2e 6d 61 69 6e 5f 61 73 73 65 3a 20 |.@.o.main_asse: | 00000290 20 20 40 2e 73 2e 6d 61 69 6e 5f 61 73 73 65 0a | @.s.main_asse.| 000002a0 20 20 20 20 20 20 20 20 6f 62 6a 61 73 6d 20 24 | objasm $| 000002b0 28 6f 62 6a 61 73 6d 66 6c 61 67 73 29 20 2d 66 |(objasmflags) -f| 000002c0 72 6f 6d 20 40 2e 73 2e 6d 61 69 6e 5f 61 73 73 |rom @.s.main_ass| 000002d0 65 20 2d 74 6f 20 40 2e 6f 2e 6d 61 69 6e 5f 61 |e -to @.o.main_a| 000002e0 73 73 65 0a 0a 0a 23 20 44 79 6e 61 6d 69 63 20 |sse...# Dynamic | 000002f0 64 65 70 65 6e 64 65 6e 63 69 65 73 3a 0a 6f 2e |dependencies:.o.| 00000300 6d 61 69 6e 3a 09 63 2e 6d 61 69 6e 0a 6f 2e 6d |main:.c.main.o.m| 00000310 61 69 6e 3a 09 43 3a 68 2e 77 69 6d 70 74 0a 6f |ain:.C:h.wimpt.o| 00000320 2e 6d 61 69 6e 3a 09 43 3a 68 2e 77 69 6d 70 0a |.main:.C:h.wimp.| 00000330 6f 2e 6d 61 69 6e 3a 09 43 3a 68 2e 6f 73 0a 6f |o.main:.C:h.os.o| 00000340 2e 6d 61 69 6e 3a 09 43 3a 68 2e 73 70 72 69 74 |.main:.C:h.sprit| 00000350 65 0a 6f 2e 6d 61 69 6e 3a 09 43 3a 68 2e 77 65 |e.o.main:.C:h.we| 00000360 72 72 0a 6f 2e 6d 61 69 6e 3a 09 43 3a 68 2e 62 |rr.o.main:.C:h.b| 00000370 62 63 0a 6f 2e 6d 61 69 6e 3a 09 43 3a 68 2e 6f |bc.o.main:.C:h.o| 00000380 73 0a 6f 2e 6d 61 69 6e 3a 09 43 3a 68 2e 73 77 |s.o.main:.C:h.sw| 00000390 69 73 0a 40 2e 6f 2e 6d 61 69 6e 5f 61 73 73 65 |is.@.o.main_asse| 000003a0 3a 20 68 2e 52 65 67 4e 61 6d 65 73 0a 40 2e 6f |: h.RegNames.@.o| 000003b0 2e 6d 61 69 6e 5f 61 73 73 65 3a 20 68 2e 53 57 |.main_asse: h.SW| 000003c0 49 6e 61 6d 65 73 0a 40 2e 6f 2e 6d 61 69 6e 5f |Inames.@.o.main_| 000003d0 61 73 73 65 3a 20 73 2e 6d 61 63 72 6f 73 31 0a |asse: s.macros1.| 000003e0 40 2e 6f 2e 6d 61 69 6e 5f 61 73 73 65 3a 20 73 |@.o.main_asse: s| 000003f0 2e 73 75 62 72 6f 75 74 73 31 0a |.subrouts1.| 000003fb