Home » Archimedes archive » Acorn User » AU 1996-12 B.adf » Features » Arcade/MakeSpot

Arcade/MakeSpot

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 » Acorn User » AU 1996-12 B.adf » Features
Filename: Arcade/MakeSpot
Read OK:
File size: 0352 bytes
Load address: 0000
Exec address: 0000
File contents
# Project:   Spotlights


# Toolflags:
CCflags = -c -depend !Depend -IC: -throwback
C++flags = -c -depend !Depend -IC: -throwback
Linkflags = -aif -c++ -o $@
ObjAsmflags = -throwback -NoCache -depend !Depend
CMHGflags = 
LibFileflags = -c -o $@
Squeezeflags = -o $@


# Final targets:
@.Spotlights:   @.o.spotlights @.!Popcorn.o.Popcorn \
        DeskLib:o.DeskLib C:o.Stubs 
        link $(linkflags) @.o.spotlights @.!Popcorn.o.Popcorn \
        DeskLib:o.DeskLib C:o.Stubs 


# User-editable dependencies:


# Static dependencies:
@.o.spotlights:   @.c.spotlights
        cc $(ccflags) -o @.o.spotlights @.c.spotlights 


# Dynamic dependencies:
o.spotlights:	c.spotlights
o.spotlights:	DeskLib:h.Kbd
o.spotlights:	DeskLib:h.core
o.spotlights:	DeskLib:h.GFX
o.spotlights:	DeskLib:h.SWI
o.spotlights:	Popcorn:h.Popcorn
o.spotlights:	DeskLib:h.Core
00000000  23 20 50 72 6f 6a 65 63  74 3a 20 20 20 53 70 6f  |# Project:   Spo|
00000010  74 6c 69 67 68 74 73 0a  0a 0a 23 20 54 6f 6f 6c  |tlights...# 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 49 43 3a  20 2d 74 68 72 6f 77 62  |end -IC: -throwb|
00000050  61 63 6b 0a 43 2b 2b 66  6c 61 67 73 20 3d 20 2d  |ack.C++flags = -|
00000060  63 20 2d 64 65 70 65 6e  64 20 21 44 65 70 65 6e  |c -depend !Depen|
00000070  64 20 2d 49 43 3a 20 2d  74 68 72 6f 77 62 61 63  |d -IC: -throwbac|
00000080  6b 0a 4c 69 6e 6b 66 6c  61 67 73 20 3d 20 2d 61  |k.Linkflags = -a|
00000090  69 66 20 2d 63 2b 2b 20  2d 6f 20 24 40 0a 4f 62  |if -c++ -o $@.Ob|
000000a0  6a 41 73 6d 66 6c 61 67  73 20 3d 20 2d 74 68 72  |jAsmflags = -thr|
000000b0  6f 77 62 61 63 6b 20 2d  4e 6f 43 61 63 68 65 20  |owback -NoCache |
000000c0  2d 64 65 70 65 6e 64 20  21 44 65 70 65 6e 64 0a  |-depend !Depend.|
000000d0  43 4d 48 47 66 6c 61 67  73 20 3d 20 0a 4c 69 62  |CMHGflags = .Lib|
000000e0  46 69 6c 65 66 6c 61 67  73 20 3d 20 2d 63 20 2d  |Fileflags = -c -|
000000f0  6f 20 24 40 0a 53 71 75  65 65 7a 65 66 6c 61 67  |o $@.Squeezeflag|
00000100  73 20 3d 20 2d 6f 20 24  40 0a 0a 0a 23 20 46 69  |s = -o $@...# Fi|
00000110  6e 61 6c 20 74 61 72 67  65 74 73 3a 0a 40 2e 53  |nal targets:.@.S|
00000120  70 6f 74 6c 69 67 68 74  73 3a 20 20 20 40 2e 6f  |potlights:   @.o|
00000130  2e 73 70 6f 74 6c 69 67  68 74 73 20 40 2e 21 50  |.spotlights @.!P|
00000140  6f 70 63 6f 72 6e 2e 6f  2e 50 6f 70 63 6f 72 6e  |opcorn.o.Popcorn|
00000150  20 5c 0a 20 20 20 20 20  20 20 20 44 65 73 6b 4c  | \.        DeskL|
00000160  69 62 3a 6f 2e 44 65 73  6b 4c 69 62 20 43 3a 6f  |ib:o.DeskLib C:o|
00000170  2e 53 74 75 62 73 20 0a  20 20 20 20 20 20 20 20  |.Stubs .        |
00000180  6c 69 6e 6b 20 24 28 6c  69 6e 6b 66 6c 61 67 73  |link $(linkflags|
00000190  29 20 40 2e 6f 2e 73 70  6f 74 6c 69 67 68 74 73  |) @.o.spotlights|
000001a0  20 40 2e 21 50 6f 70 63  6f 72 6e 2e 6f 2e 50 6f  | @.!Popcorn.o.Po|
000001b0  70 63 6f 72 6e 20 5c 0a  20 20 20 20 20 20 20 20  |pcorn \.        |
000001c0  44 65 73 6b 4c 69 62 3a  6f 2e 44 65 73 6b 4c 69  |DeskLib:o.DeskLi|
000001d0  62 20 43 3a 6f 2e 53 74  75 62 73 20 0a 0a 0a 23  |b C:o.Stubs ...#|
000001e0  20 55 73 65 72 2d 65 64  69 74 61 62 6c 65 20 64  | User-editable d|
000001f0  65 70 65 6e 64 65 6e 63  69 65 73 3a 0a 0a 0a 23  |ependencies:...#|
00000200  20 53 74 61 74 69 63 20  64 65 70 65 6e 64 65 6e  | Static dependen|
00000210  63 69 65 73 3a 0a 40 2e  6f 2e 73 70 6f 74 6c 69  |cies:.@.o.spotli|
00000220  67 68 74 73 3a 20 20 20  40 2e 63 2e 73 70 6f 74  |ghts:   @.c.spot|
00000230  6c 69 67 68 74 73 0a 20  20 20 20 20 20 20 20 63  |lights.        c|
00000240  63 20 24 28 63 63 66 6c  61 67 73 29 20 2d 6f 20  |c $(ccflags) -o |
00000250  40 2e 6f 2e 73 70 6f 74  6c 69 67 68 74 73 20 40  |@.o.spotlights @|
00000260  2e 63 2e 73 70 6f 74 6c  69 67 68 74 73 20 0a 0a  |.c.spotlights ..|
00000270  0a 23 20 44 79 6e 61 6d  69 63 20 64 65 70 65 6e  |.# Dynamic depen|
00000280  64 65 6e 63 69 65 73 3a  0a 6f 2e 73 70 6f 74 6c  |dencies:.o.spotl|
00000290  69 67 68 74 73 3a 09 63  2e 73 70 6f 74 6c 69 67  |ights:.c.spotlig|
000002a0  68 74 73 0a 6f 2e 73 70  6f 74 6c 69 67 68 74 73  |hts.o.spotlights|
000002b0  3a 09 44 65 73 6b 4c 69  62 3a 68 2e 4b 62 64 0a  |:.DeskLib:h.Kbd.|
000002c0  6f 2e 73 70 6f 74 6c 69  67 68 74 73 3a 09 44 65  |o.spotlights:.De|
000002d0  73 6b 4c 69 62 3a 68 2e  63 6f 72 65 0a 6f 2e 73  |skLib:h.core.o.s|
000002e0  70 6f 74 6c 69 67 68 74  73 3a 09 44 65 73 6b 4c  |potlights:.DeskL|
000002f0  69 62 3a 68 2e 47 46 58  0a 6f 2e 73 70 6f 74 6c  |ib:h.GFX.o.spotl|
00000300  69 67 68 74 73 3a 09 44  65 73 6b 4c 69 62 3a 68  |ights:.DeskLib:h|
00000310  2e 53 57 49 0a 6f 2e 73  70 6f 74 6c 69 67 68 74  |.SWI.o.spotlight|
00000320  73 3a 09 50 6f 70 63 6f  72 6e 3a 68 2e 50 6f 70  |s:.Popcorn:h.Pop|
00000330  63 6f 72 6e 0a 6f 2e 73  70 6f 74 6c 69 67 68 74  |corn.o.spotlight|
00000340  73 3a 09 44 65 73 6b 4c  69 62 3a 68 2e 43 6f 72  |s:.DeskLib:h.Cor|
00000350  65 0a                                             |e.|
00000352