Home » Archimedes archive » Archimedes World » AW-1996-06-Disc 1.adf » !AcornAns_AcornAns » !Scape2/Makefile
!Scape2/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-06-Disc 1.adf » !AcornAns_AcornAns |
Filename: | !Scape2/Makefile |
Read OK: | ✔ |
File size: | 044F bytes |
Load address: | 0000 |
Exec address: | 0000 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Archimedes archive » Archimedes World » AW-1996-04-Disc2.adf » !AcornAns_AcornAns » !Scape2/Makefile
- Archimedes archive » Archimedes World » AW-1996-06-Disc 1.adf » !AcornAns_AcornAns » !Scape2/Makefile
File contents
# Project: Scape2 # 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 @.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_asse: h.RegNames @.o.main_asse: h.SWInames @.o.main_asse: s.macros1 @.o.main_asse: s.subrouts1 @.o.main_asse: s.dith 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.flex o.main: C:h.sprite o.main: C:h.akbd o.main: C:h.swis
00000000 23 20 50 72 6f 6a 65 63 74 3a 20 20 20 53 63 61 |# Project: Sca| 00000010 70 65 32 0a 0a 0a 23 20 54 6f 6f 6c 66 6c 61 67 |pe2...# Toolflag| 00000020 73 3a 0a 43 43 66 6c 61 67 73 20 3d 20 2d 63 20 |s:.CCflags = -c | 00000030 2d 64 65 70 65 6e 64 20 21 44 65 70 65 6e 64 20 |-depend !Depend | 00000040 2d 74 68 72 6f 77 62 61 63 6b 20 2d 49 43 3a 0a |-throwback -IC:.| 00000050 4c 69 6e 6b 66 6c 61 67 73 20 3d 20 2d 6f 20 24 |Linkflags = -o $| 00000060 40 0a 4f 62 6a 41 73 6d 66 6c 61 67 73 20 3d 20 |@.ObjAsmflags = | 00000070 2d 64 65 70 65 6e 64 20 21 44 65 70 65 6e 64 20 |-depend !Depend | 00000080 2d 54 68 72 6f 77 42 61 63 6b 20 2d 53 74 61 6d |-ThrowBack -Stam| 00000090 70 20 2d 71 75 69 74 20 2d 43 6c 6f 73 65 45 78 |p -quit -CloseEx| 000000a0 65 63 0a 43 4d 48 47 66 6c 61 67 73 20 3d 20 0a |ec.CMHGflags = .| 000000b0 4c 69 62 46 69 6c 65 66 6c 61 67 73 20 3d 20 2d |LibFileflags = -| 000000c0 63 20 2d 6f 20 24 40 0a 53 71 75 65 65 7a 65 66 |c -o $@.Squeezef| 000000d0 6c 61 67 73 20 3d 20 2d 6f 20 24 40 0a 41 41 73 |lags = -o $@.AAs| 000000e0 6d 66 6c 61 67 73 20 3d 20 2d 64 65 70 65 6e 64 |mflags = -depend| 000000f0 20 21 44 65 70 65 6e 64 20 2d 71 75 69 74 20 2d | !Depend -quit -| 00000100 43 6c 6f 73 65 45 78 65 63 20 2d 54 6f 20 24 40 |CloseExec -To $@| 00000110 20 2d 46 72 6f 6d 0a 0a 0a 23 20 46 69 6e 61 6c | -From...# Final| 00000120 20 74 61 72 67 65 74 73 3a 0a 40 2e 21 52 75 6e | targets:.@.!Run| 00000130 49 6d 61 67 65 3a 20 20 20 40 2e 5e 2e 5e 2e 5e |Image: @.^.^.^| 00000140 2e 5e 2e 5e 2e 43 6c 69 62 2e 6f 2e 53 74 75 62 |.^.^.Clib.o.Stub| 00000150 73 20 40 2e 5e 2e 5e 2e 5e 2e 5e 2e 5e 2e 52 49 |s @.^.^.^.^.^.RI| 00000160 53 43 5f 4f 53 4c 69 62 2e 6f 2e 52 49 53 43 5f |SC_OSLib.o.RISC_| 00000170 4f 53 6c 69 62 20 5c 0a 20 20 20 20 20 20 20 20 |OSlib \. | 00000180 40 2e 6f 2e 6d 61 69 6e 20 40 2e 6f 2e 6d 61 69 |@.o.main @.o.mai| 00000190 6e 5f 61 73 73 65 20 0a 20 20 20 20 20 20 20 20 |n_asse . | 000001a0 4c 69 6e 6b 20 24 28 4c 69 6e 6b 66 6c 61 67 73 |Link $(Linkflags| 000001b0 29 20 40 2e 5e 2e 5e 2e 5e 2e 5e 2e 5e 2e 43 6c |) @.^.^.^.^.^.Cl| 000001c0 69 62 2e 6f 2e 53 74 75 62 73 20 5c 0a 20 20 20 |ib.o.Stubs \. | 000001d0 20 20 20 20 20 40 2e 5e 2e 5e 2e 5e 2e 5e 2e 5e | @.^.^.^.^.^| 000001e0 2e 52 49 53 43 5f 4f 53 4c 69 62 2e 6f 2e 52 49 |.RISC_OSLib.o.RI| 000001f0 53 43 5f 4f 53 6c 69 62 20 40 2e 6f 2e 6d 61 69 |SC_OSlib @.o.mai| 00000200 6e 20 40 2e 6f 2e 6d 61 69 6e 5f 61 73 73 65 20 |n @.o.main_asse | 00000210 0a 0a 0a 23 20 55 73 65 72 2d 65 64 69 74 61 62 |...# User-editab| 00000220 6c 65 20 64 65 70 65 6e 64 65 6e 63 69 65 73 3a |le dependencies:| 00000230 0a 0a 23 20 53 74 61 74 69 63 20 64 65 70 65 6e |..# Static depen| 00000240 64 65 6e 63 69 65 73 3a 0a 40 2e 6f 2e 6d 61 69 |dencies:.@.o.mai| 00000250 6e 3a 20 20 20 40 2e 63 2e 6d 61 69 6e 0a 20 20 |n: @.c.main. | 00000260 20 20 20 20 20 20 63 63 20 24 28 63 63 66 6c 61 | cc $(ccfla| 00000270 67 73 29 20 2d 6f 20 40 2e 6f 2e 6d 61 69 6e 20 |gs) -o @.o.main | 00000280 40 2e 63 2e 6d 61 69 6e 20 0a 40 2e 6f 2e 6d 61 |@.c.main .@.o.ma| 00000290 69 6e 5f 61 73 73 65 3a 20 20 20 40 2e 73 2e 6d |in_asse: @.s.m| 000002a0 61 69 6e 5f 61 73 73 65 0a 20 20 20 20 20 20 20 |ain_asse. | 000002b0 20 6f 62 6a 61 73 6d 20 24 28 6f 62 6a 61 73 6d | objasm $(objasm| 000002c0 66 6c 61 67 73 29 20 2d 66 72 6f 6d 20 40 2e 73 |flags) -from @.s| 000002d0 2e 6d 61 69 6e 5f 61 73 73 65 20 2d 74 6f 20 40 |.main_asse -to @| 000002e0 2e 6f 2e 6d 61 69 6e 5f 61 73 73 65 0a 0a 0a 23 |.o.main_asse...#| 000002f0 20 44 79 6e 61 6d 69 63 20 64 65 70 65 6e 64 65 | Dynamic depende| 00000300 6e 63 69 65 73 3a 0a 40 2e 6f 2e 6d 61 69 6e 5f |ncies:.@.o.main_| 00000310 61 73 73 65 3a 20 68 2e 52 65 67 4e 61 6d 65 73 |asse: h.RegNames| 00000320 0a 40 2e 6f 2e 6d 61 69 6e 5f 61 73 73 65 3a 20 |.@.o.main_asse: | 00000330 68 2e 53 57 49 6e 61 6d 65 73 0a 40 2e 6f 2e 6d |h.SWInames.@.o.m| 00000340 61 69 6e 5f 61 73 73 65 3a 20 73 2e 6d 61 63 72 |ain_asse: s.macr| 00000350 6f 73 31 0a 40 2e 6f 2e 6d 61 69 6e 5f 61 73 73 |os1.@.o.main_ass| 00000360 65 3a 20 73 2e 73 75 62 72 6f 75 74 73 31 0a 40 |e: s.subrouts1.@| 00000370 2e 6f 2e 6d 61 69 6e 5f 61 73 73 65 3a 20 73 2e |.o.main_asse: s.| 00000380 64 69 74 68 0a 6f 2e 6d 61 69 6e 3a 09 63 2e 6d |dith.o.main:.c.m| 00000390 61 69 6e 0a 6f 2e 6d 61 69 6e 3a 09 43 3a 68 2e |ain.o.main:.C:h.| 000003a0 77 69 6d 70 74 0a 6f 2e 6d 61 69 6e 3a 09 43 3a |wimpt.o.main:.C:| 000003b0 68 2e 77 69 6d 70 0a 6f 2e 6d 61 69 6e 3a 09 43 |h.wimp.o.main:.C| 000003c0 3a 68 2e 6f 73 0a 6f 2e 6d 61 69 6e 3a 09 43 3a |:h.os.o.main:.C:| 000003d0 68 2e 73 70 72 69 74 65 0a 6f 2e 6d 61 69 6e 3a |h.sprite.o.main:| 000003e0 09 43 3a 68 2e 77 65 72 72 0a 6f 2e 6d 61 69 6e |.C:h.werr.o.main| 000003f0 3a 09 43 3a 68 2e 62 62 63 0a 6f 2e 6d 61 69 6e |:.C:h.bbc.o.main| 00000400 3a 09 43 3a 68 2e 6f 73 0a 6f 2e 6d 61 69 6e 3a |:.C:h.os.o.main:| 00000410 09 43 3a 68 2e 66 6c 65 78 0a 6f 2e 6d 61 69 6e |.C:h.flex.o.main| 00000420 3a 09 43 3a 68 2e 73 70 72 69 74 65 0a 6f 2e 6d |:.C:h.sprite.o.m| 00000430 61 69 6e 3a 09 43 3a 68 2e 61 6b 62 64 0a 6f 2e |ain:.C:h.akbd.o.| 00000440 6d 61 69 6e 3a 09 43 3a 68 2e 73 77 69 73 0a |main:.C:h.swis.| 0000044f