Home » Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199609.adf » Regulars » StarInfo/Lurcock/!SpiroLat/Makefile

StarInfo/Lurcock/!SpiroLat/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_AcornUser_199609.adf » Regulars
Filename: StarInfo/Lurcock/!SpiroLat/Makefile
Read OK:
File size: 0626 bytes
Load address: 0000
Exec address: 0000
File contents
# Project:   SpiroLat


# Toolflags:
CCflags = -c -depend !Depend -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:
@.!RunImage:   @.^.^.^.AcornC_C++.Libraries.clib.o.Stubs \
        @.^.^.^.AcornC_C++.Libraries.OSLib.o.OSLib @.^.^.^.AcornC_C++.Libraries.tboxlibs.o.eventlib @.o.main @.o.spiro 
        Link $(Linkflags) @.^.^.^.AcornC_C++.Libraries.clib.o.Stubs \
        @.^.^.^.AcornC_C++.Libraries.OSLib.o.OSLib @.^.^.^.AcornC_C++.Libraries.tboxlibs.o.eventlib @.o.main @.o.spiro 


# User-editable dependencies:

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


# Dynamic dependencies:
o.spiro:	c.spiro
o.spiro:	OS:h.draw
o.spiro:	OS:h.types
o.spiro:	OS:h.os
o.spiro:	OS:h.drawfile
o.spiro:	OS:h.osspriteop
o.spiro:	OS:h.font
o.spiro:	OS:h.wimp
o.spiro:	OS:h.jpeg
o.spiro:	h.main
o.spiro:	OS:h.messagetrans
o.spiro:	OS:h.toolbox
o.spiro:	h.spiro
o.main:	c.main
o.main:	OS:h.toolbox
o.main:	OS:h.types
o.main:	OS:h.os
o.main:	OS:h.wimp
o.main:	OS:h.osspriteop
o.main:	OS:h.font
o.main:	OS:h.messagetrans
o.main:	OS:h.messagetrans
o.main:	OS:h.window
o.main:	OS:h.keyboardshortcut
o.main:	OS:h.gadget
o.main:	OS:h.saveas
o.main:	OS:h.numberrange
o.main:	OS:h.writablefield
o.main:	OS:h.drawfile
o.main:	OS:h.draw
o.main:	OS:h.jpeg
o.main:	OS:h.event
o.main:	h.events
o.main:	h.spiro
o.main:	h.main
00000000  23 20 50 72 6f 6a 65 63  74 3a 20 20 20 53 70 69  |# Project:   Spi|
00000010  72 6f 4c 61 74 0a 0a 0a  23 20 54 6f 6f 6c 66 6c  |roLat...# Toolfl|
00000020  61 67 73 3a 0a 43 43 66  6c 61 67 73 20 3d 20 2d  |ags:.CCflags = -|
00000030  63 20 2d 64 65 70 65 6e  64 20 21 44 65 70 65 6e  |c -depend !Depen|
00000040  64 20 2d 74 68 72 6f 77  62 61 63 6b 20 0a 43 2b  |d -throwback .C+|
00000050  2b 66 6c 61 67 73 20 3d  20 2d 63 20 2d 64 65 70  |+flags = -c -dep|
00000060  65 6e 64 20 21 44 65 70  65 6e 64 20 2d 49 43 3a  |end !Depend -IC:|
00000070  20 2d 74 68 72 6f 77 62  61 63 6b 0a 4c 69 6e 6b  | -throwback.Link|
00000080  66 6c 61 67 73 20 3d 20  2d 61 69 66 20 2d 63 2b  |flags = -aif -c+|
00000090  2b 20 2d 6f 20 24 40 0a  4f 62 6a 41 73 6d 66 6c  |+ -o $@.ObjAsmfl|
000000a0  61 67 73 20 3d 20 2d 74  68 72 6f 77 62 61 63 6b  |ags = -throwback|
000000b0  20 2d 4e 6f 43 61 63 68  65 20 2d 64 65 70 65 6e  | -NoCache -depen|
000000c0  64 20 21 44 65 70 65 6e  64 0a 43 4d 48 47 66 6c  |d !Depend.CMHGfl|
000000d0  61 67 73 20 3d 20 0a 4c  69 62 46 69 6c 65 66 6c  |ags = .LibFilefl|
000000e0  61 67 73 20 3d 20 2d 63  20 2d 6f 20 24 40 0a 53  |ags = -c -o $@.S|
000000f0  71 75 65 65 7a 65 66 6c  61 67 73 20 3d 20 2d 6f  |queezeflags = -o|
00000100  20 24 40 0a 0a 0a 23 20  46 69 6e 61 6c 20 74 61  | $@...# Final ta|
00000110  72 67 65 74 73 3a 0a 40  2e 21 52 75 6e 49 6d 61  |rgets:.@.!RunIma|
00000120  67 65 3a 20 20 20 40 2e  5e 2e 5e 2e 5e 2e 41 63  |ge:   @.^.^.^.Ac|
00000130  6f 72 6e 43 5f 43 2b 2b  2e 4c 69 62 72 61 72 69  |ornC_C++.Librari|
00000140  65 73 2e 63 6c 69 62 2e  6f 2e 53 74 75 62 73 20  |es.clib.o.Stubs |
00000150  5c 0a 20 20 20 20 20 20  20 20 40 2e 5e 2e 5e 2e  |\.        @.^.^.|
00000160  5e 2e 41 63 6f 72 6e 43  5f 43 2b 2b 2e 4c 69 62  |^.AcornC_C++.Lib|
00000170  72 61 72 69 65 73 2e 4f  53 4c 69 62 2e 6f 2e 4f  |raries.OSLib.o.O|
00000180  53 4c 69 62 20 40 2e 5e  2e 5e 2e 5e 2e 41 63 6f  |SLib @.^.^.^.Aco|
00000190  72 6e 43 5f 43 2b 2b 2e  4c 69 62 72 61 72 69 65  |rnC_C++.Librarie|
000001a0  73 2e 74 62 6f 78 6c 69  62 73 2e 6f 2e 65 76 65  |s.tboxlibs.o.eve|
000001b0  6e 74 6c 69 62 20 40 2e  6f 2e 6d 61 69 6e 20 40  |ntlib @.o.main @|
000001c0  2e 6f 2e 73 70 69 72 6f  20 0a 20 20 20 20 20 20  |.o.spiro .      |
000001d0  20 20 4c 69 6e 6b 20 24  28 4c 69 6e 6b 66 6c 61  |  Link $(Linkfla|
000001e0  67 73 29 20 40 2e 5e 2e  5e 2e 5e 2e 41 63 6f 72  |gs) @.^.^.^.Acor|
000001f0  6e 43 5f 43 2b 2b 2e 4c  69 62 72 61 72 69 65 73  |nC_C++.Libraries|
00000200  2e 63 6c 69 62 2e 6f 2e  53 74 75 62 73 20 5c 0a  |.clib.o.Stubs \.|
00000210  20 20 20 20 20 20 20 20  40 2e 5e 2e 5e 2e 5e 2e  |        @.^.^.^.|
00000220  41 63 6f 72 6e 43 5f 43  2b 2b 2e 4c 69 62 72 61  |AcornC_C++.Libra|
00000230  72 69 65 73 2e 4f 53 4c  69 62 2e 6f 2e 4f 53 4c  |ries.OSLib.o.OSL|
00000240  69 62 20 40 2e 5e 2e 5e  2e 5e 2e 41 63 6f 72 6e  |ib @.^.^.^.Acorn|
00000250  43 5f 43 2b 2b 2e 4c 69  62 72 61 72 69 65 73 2e  |C_C++.Libraries.|
00000260  74 62 6f 78 6c 69 62 73  2e 6f 2e 65 76 65 6e 74  |tboxlibs.o.event|
00000270  6c 69 62 20 40 2e 6f 2e  6d 61 69 6e 20 40 2e 6f  |lib @.o.main @.o|
00000280  2e 73 70 69 72 6f 20 0a  0a 0a 23 20 55 73 65 72  |.spiro ...# User|
00000290  2d 65 64 69 74 61 62 6c  65 20 64 65 70 65 6e 64  |-editable depend|
000002a0  65 6e 63 69 65 73 3a 0a  0a 23 20 53 74 61 74 69  |encies:..# Stati|
000002b0  63 20 64 65 70 65 6e 64  65 6e 63 69 65 73 3a 0a  |c dependencies:.|
000002c0  40 2e 6f 2e 6d 61 69 6e  3a 20 20 20 40 2e 63 2e  |@.o.main:   @.c.|
000002d0  6d 61 69 6e 0a 20 20 20  20 20 20 20 20 63 63 20  |main.        cc |
000002e0  24 28 63 63 66 6c 61 67  73 29 20 2d 6f 20 40 2e  |$(ccflags) -o @.|
000002f0  6f 2e 6d 61 69 6e 20 40  2e 63 2e 6d 61 69 6e 20  |o.main @.c.main |
00000300  0a 40 2e 6f 2e 73 70 69  72 6f 3a 20 20 20 40 2e  |.@.o.spiro:   @.|
00000310  63 2e 73 70 69 72 6f 0a  20 20 20 20 20 20 20 20  |c.spiro.        |
00000320  63 63 20 24 28 63 63 66  6c 61 67 73 29 20 2d 6f  |cc $(ccflags) -o|
00000330  20 40 2e 6f 2e 73 70 69  72 6f 20 40 2e 63 2e 73  | @.o.spiro @.c.s|
00000340  70 69 72 6f 20 0a 0a 0a  23 20 44 79 6e 61 6d 69  |piro ...# Dynami|
00000350  63 20 64 65 70 65 6e 64  65 6e 63 69 65 73 3a 0a  |c dependencies:.|
00000360  6f 2e 73 70 69 72 6f 3a  09 63 2e 73 70 69 72 6f  |o.spiro:.c.spiro|
00000370  0a 6f 2e 73 70 69 72 6f  3a 09 4f 53 3a 68 2e 64  |.o.spiro:.OS:h.d|
00000380  72 61 77 0a 6f 2e 73 70  69 72 6f 3a 09 4f 53 3a  |raw.o.spiro:.OS:|
00000390  68 2e 74 79 70 65 73 0a  6f 2e 73 70 69 72 6f 3a  |h.types.o.spiro:|
000003a0  09 4f 53 3a 68 2e 6f 73  0a 6f 2e 73 70 69 72 6f  |.OS:h.os.o.spiro|
000003b0  3a 09 4f 53 3a 68 2e 64  72 61 77 66 69 6c 65 0a  |:.OS:h.drawfile.|
000003c0  6f 2e 73 70 69 72 6f 3a  09 4f 53 3a 68 2e 6f 73  |o.spiro:.OS:h.os|
000003d0  73 70 72 69 74 65 6f 70  0a 6f 2e 73 70 69 72 6f  |spriteop.o.spiro|
000003e0  3a 09 4f 53 3a 68 2e 66  6f 6e 74 0a 6f 2e 73 70  |:.OS:h.font.o.sp|
000003f0  69 72 6f 3a 09 4f 53 3a  68 2e 77 69 6d 70 0a 6f  |iro:.OS:h.wimp.o|
00000400  2e 73 70 69 72 6f 3a 09  4f 53 3a 68 2e 6a 70 65  |.spiro:.OS:h.jpe|
00000410  67 0a 6f 2e 73 70 69 72  6f 3a 09 68 2e 6d 61 69  |g.o.spiro:.h.mai|
00000420  6e 0a 6f 2e 73 70 69 72  6f 3a 09 4f 53 3a 68 2e  |n.o.spiro:.OS:h.|
00000430  6d 65 73 73 61 67 65 74  72 61 6e 73 0a 6f 2e 73  |messagetrans.o.s|
00000440  70 69 72 6f 3a 09 4f 53  3a 68 2e 74 6f 6f 6c 62  |piro:.OS:h.toolb|
00000450  6f 78 0a 6f 2e 73 70 69  72 6f 3a 09 68 2e 73 70  |ox.o.spiro:.h.sp|
00000460  69 72 6f 0a 6f 2e 6d 61  69 6e 3a 09 63 2e 6d 61  |iro.o.main:.c.ma|
00000470  69 6e 0a 6f 2e 6d 61 69  6e 3a 09 4f 53 3a 68 2e  |in.o.main:.OS:h.|
00000480  74 6f 6f 6c 62 6f 78 0a  6f 2e 6d 61 69 6e 3a 09  |toolbox.o.main:.|
00000490  4f 53 3a 68 2e 74 79 70  65 73 0a 6f 2e 6d 61 69  |OS:h.types.o.mai|
000004a0  6e 3a 09 4f 53 3a 68 2e  6f 73 0a 6f 2e 6d 61 69  |n:.OS:h.os.o.mai|
000004b0  6e 3a 09 4f 53 3a 68 2e  77 69 6d 70 0a 6f 2e 6d  |n:.OS:h.wimp.o.m|
000004c0  61 69 6e 3a 09 4f 53 3a  68 2e 6f 73 73 70 72 69  |ain:.OS:h.osspri|
000004d0  74 65 6f 70 0a 6f 2e 6d  61 69 6e 3a 09 4f 53 3a  |teop.o.main:.OS:|
000004e0  68 2e 66 6f 6e 74 0a 6f  2e 6d 61 69 6e 3a 09 4f  |h.font.o.main:.O|
000004f0  53 3a 68 2e 6d 65 73 73  61 67 65 74 72 61 6e 73  |S:h.messagetrans|
00000500  0a 6f 2e 6d 61 69 6e 3a  09 4f 53 3a 68 2e 6d 65  |.o.main:.OS:h.me|
00000510  73 73 61 67 65 74 72 61  6e 73 0a 6f 2e 6d 61 69  |ssagetrans.o.mai|
00000520  6e 3a 09 4f 53 3a 68 2e  77 69 6e 64 6f 77 0a 6f  |n:.OS:h.window.o|
00000530  2e 6d 61 69 6e 3a 09 4f  53 3a 68 2e 6b 65 79 62  |.main:.OS:h.keyb|
00000540  6f 61 72 64 73 68 6f 72  74 63 75 74 0a 6f 2e 6d  |oardshortcut.o.m|
00000550  61 69 6e 3a 09 4f 53 3a  68 2e 67 61 64 67 65 74  |ain:.OS:h.gadget|
00000560  0a 6f 2e 6d 61 69 6e 3a  09 4f 53 3a 68 2e 73 61  |.o.main:.OS:h.sa|
00000570  76 65 61 73 0a 6f 2e 6d  61 69 6e 3a 09 4f 53 3a  |veas.o.main:.OS:|
00000580  68 2e 6e 75 6d 62 65 72  72 61 6e 67 65 0a 6f 2e  |h.numberrange.o.|
00000590  6d 61 69 6e 3a 09 4f 53  3a 68 2e 77 72 69 74 61  |main:.OS:h.writa|
000005a0  62 6c 65 66 69 65 6c 64  0a 6f 2e 6d 61 69 6e 3a  |blefield.o.main:|
000005b0  09 4f 53 3a 68 2e 64 72  61 77 66 69 6c 65 0a 6f  |.OS:h.drawfile.o|
000005c0  2e 6d 61 69 6e 3a 09 4f  53 3a 68 2e 64 72 61 77  |.main:.OS:h.draw|
000005d0  0a 6f 2e 6d 61 69 6e 3a  09 4f 53 3a 68 2e 6a 70  |.o.main:.OS:h.jp|
000005e0  65 67 0a 6f 2e 6d 61 69  6e 3a 09 4f 53 3a 68 2e  |eg.o.main:.OS:h.|
000005f0  65 76 65 6e 74 0a 6f 2e  6d 61 69 6e 3a 09 68 2e  |event.o.main:.h.|
00000600  65 76 65 6e 74 73 0a 6f  2e 6d 61 69 6e 3a 09 68  |events.o.main:.h|
00000610  2e 73 70 69 72 6f 0a 6f  2e 6d 61 69 6e 3a 09 68  |.spiro.o.main:.h|
00000620  2e 6d 61 69 6e 0a                                 |.main.|
00000626