Home » Recent acquisitions » Acorn ADFS disks » adfs_ArchimedesWorld_199510.adf » AW1095_1 » Freeware/InTheMag/AcornAns/!Lorna/Makefile
Freeware/InTheMag/AcornAns/!Lorna/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 » Recent acquisitions » Acorn ADFS disks » adfs_ArchimedesWorld_199510.adf » AW1095_1 |
Filename: | Freeware/InTheMag/AcornAns/!Lorna/Makefile |
Read OK: | ✔ |
File size: | 0374 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
# Project: Lorna # 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: @.!RunImage: @.^.^.^.^.^.Clib.o.Stubs @.^.^.^.^.^.RISC_OSLib.o.RISC_OSlib \ @.o.main Link $(Linkflags) @.^.^.^.^.^.Clib.o.Stubs \ @.^.^.^.^.^.RISC_OSLib.o.RISC_OSlib @.o.main # User-editable dependencies: # Static dependencies: @.o.main: @.c.main cc $(ccflags) -o @.o.main @.c.main # 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.wimp o.main: C:h.win o.main: C:h.werr o.main: C:h.event o.main: C:h.menu o.main: C:h.res o.main: C:h.template o.main: C:h.bbc o.main: C:h.os
00000000 23 20 50 72 6f 6a 65 63 74 3a 20 20 20 4c 6f 72 |# Project: Lor| 00000010 6e 61 0a 0a 0a 23 20 54 6f 6f 6c 66 6c 61 67 73 |na...# Toolflags| 00000020 3a 0a 43 43 66 6c 61 67 73 20 3d 20 2d 63 20 2d |:.CCflags = -c -| 00000030 64 65 70 65 6e 64 20 21 44 65 70 65 6e 64 20 2d |depend !Depend -| 00000040 74 68 72 6f 77 62 61 63 6b 20 2d 49 43 3a 0a 4c |throwback -IC:.L| 00000050 69 6e 6b 66 6c 61 67 73 20 3d 20 2d 6f 20 24 40 |inkflags = -o $@| 00000060 0a 4f 62 6a 41 73 6d 66 6c 61 67 73 20 3d 20 2d |.ObjAsmflags = -| 00000070 64 65 70 65 6e 64 20 21 44 65 70 65 6e 64 20 2d |depend !Depend -| 00000080 54 68 72 6f 77 42 61 63 6b 20 2d 53 74 61 6d 70 |ThrowBack -Stamp| 00000090 20 2d 71 75 69 74 20 2d 43 6c 6f 73 65 45 78 65 | -quit -CloseExe| 000000a0 63 0a 43 4d 48 47 66 6c 61 67 73 20 3d 20 0a 4c |c.CMHGflags = .L| 000000b0 69 62 46 69 6c 65 66 6c 61 67 73 20 3d 20 2d 63 |ibFileflags = -c| 000000c0 20 2d 6f 20 24 40 0a 53 71 75 65 65 7a 65 66 6c | -o $@.Squeezefl| 000000d0 61 67 73 20 3d 20 2d 6f 20 24 40 0a 41 41 73 6d |ags = -o $@.AAsm| 000000e0 66 6c 61 67 73 20 3d 20 2d 64 65 70 65 6e 64 20 |flags = -depend | 000000f0 21 44 65 70 65 6e 64 20 2d 71 75 69 74 20 2d 43 |!Depend -quit -C| 00000100 6c 6f 73 65 45 78 65 63 20 2d 54 6f 20 24 40 20 |loseExec -To $@ | 00000110 2d 46 72 6f 6d 0a 0a 0a 23 20 46 69 6e 61 6c 20 |-From...# Final | 00000120 74 61 72 67 65 74 73 3a 0a 40 2e 21 52 75 6e 49 |targets:.@.!RunI| 00000130 6d 61 67 65 3a 20 20 20 40 2e 5e 2e 5e 2e 5e 2e |mage: @.^.^.^.| 00000140 5e 2e 5e 2e 43 6c 69 62 2e 6f 2e 53 74 75 62 73 |^.^.Clib.o.Stubs| 00000150 20 40 2e 5e 2e 5e 2e 5e 2e 5e 2e 5e 2e 52 49 53 | @.^.^.^.^.^.RIS| 00000160 43 5f 4f 53 4c 69 62 2e 6f 2e 52 49 53 43 5f 4f |C_OSLib.o.RISC_O| 00000170 53 6c 69 62 20 5c 0a 20 20 20 20 20 20 20 20 40 |Slib \. @| 00000180 2e 6f 2e 6d 61 69 6e 20 0a 20 20 20 20 20 20 20 |.o.main . | 00000190 20 4c 69 6e 6b 20 24 28 4c 69 6e 6b 66 6c 61 67 | Link $(Linkflag| 000001a0 73 29 20 40 2e 5e 2e 5e 2e 5e 2e 5e 2e 5e 2e 43 |s) @.^.^.^.^.^.C| 000001b0 6c 69 62 2e 6f 2e 53 74 75 62 73 20 5c 0a 20 20 |lib.o.Stubs \. | 000001c0 20 20 20 20 20 20 40 2e 5e 2e 5e 2e 5e 2e 5e 2e | @.^.^.^.^.| 000001d0 5e 2e 52 49 53 43 5f 4f 53 4c 69 62 2e 6f 2e 52 |^.RISC_OSLib.o.R| 000001e0 49 53 43 5f 4f 53 6c 69 62 20 40 2e 6f 2e 6d 61 |ISC_OSlib @.o.ma| 000001f0 69 6e 20 0a 0a 0a 23 20 55 73 65 72 2d 65 64 69 |in ...# User-edi| 00000200 74 61 62 6c 65 20 64 65 70 65 6e 64 65 6e 63 69 |table dependenci| 00000210 65 73 3a 0a 0a 23 20 53 74 61 74 69 63 20 64 65 |es:..# Static de| 00000220 70 65 6e 64 65 6e 63 69 65 73 3a 0a 40 2e 6f 2e |pendencies:.@.o.| 00000230 6d 61 69 6e 3a 20 20 20 40 2e 63 2e 6d 61 69 6e |main: @.c.main| 00000240 0a 20 20 20 20 20 20 20 20 63 63 20 24 28 63 63 |. cc $(cc| 00000250 66 6c 61 67 73 29 20 2d 6f 20 40 2e 6f 2e 6d 61 |flags) -o @.o.ma| 00000260 69 6e 20 40 2e 63 2e 6d 61 69 6e 20 0a 0a 0a 23 |in @.c.main ...#| 00000270 20 44 79 6e 61 6d 69 63 20 64 65 70 65 6e 64 65 | Dynamic depende| 00000280 6e 63 69 65 73 3a 0a 6f 2e 6d 61 69 6e 3a 09 63 |ncies:.o.main:.c| 00000290 2e 6d 61 69 6e 0a 6f 2e 6d 61 69 6e 3a 09 43 3a |.main.o.main:.C:| 000002a0 68 2e 77 69 6d 70 74 0a 6f 2e 6d 61 69 6e 3a 09 |h.wimpt.o.main:.| 000002b0 43 3a 68 2e 77 69 6d 70 0a 6f 2e 6d 61 69 6e 3a |C:h.wimp.o.main:| 000002c0 09 43 3a 68 2e 6f 73 0a 6f 2e 6d 61 69 6e 3a 09 |.C:h.os.o.main:.| 000002d0 43 3a 68 2e 73 70 72 69 74 65 0a 6f 2e 6d 61 69 |C:h.sprite.o.mai| 000002e0 6e 3a 09 43 3a 68 2e 77 69 6d 70 0a 6f 2e 6d 61 |n:.C:h.wimp.o.ma| 000002f0 69 6e 3a 09 43 3a 68 2e 77 69 6e 0a 6f 2e 6d 61 |in:.C:h.win.o.ma| 00000300 69 6e 3a 09 43 3a 68 2e 77 65 72 72 0a 6f 2e 6d |in:.C:h.werr.o.m| 00000310 61 69 6e 3a 09 43 3a 68 2e 65 76 65 6e 74 0a 6f |ain:.C:h.event.o| 00000320 2e 6d 61 69 6e 3a 09 43 3a 68 2e 6d 65 6e 75 0a |.main:.C:h.menu.| 00000330 6f 2e 6d 61 69 6e 3a 09 43 3a 68 2e 72 65 73 0a |o.main:.C:h.res.| 00000340 6f 2e 6d 61 69 6e 3a 09 43 3a 68 2e 74 65 6d 70 |o.main:.C:h.temp| 00000350 6c 61 74 65 0a 6f 2e 6d 61 69 6e 3a 09 43 3a 68 |late.o.main:.C:h| 00000360 2e 62 62 63 0a 6f 2e 6d 61 69 6e 3a 09 43 3a 68 |.bbc.o.main:.C:h| 00000370 2e 6f 73 0a |.os.| 00000374