Home » Archimedes archive » Acorn User » AU 1996-Xmas.adf » Features » Arcade/!Gush/Makefile

Arcade/!Gush/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 » Acorn User » AU 1996-Xmas.adf » Features
Filename: Arcade/!Gush/Makefile
Read OK:
File size: 03F1 bytes
Load address: 0000
Exec address: 0000
File contents
# Project:   Gush


# Toolflags:
CCflags = -c -depend !Depend -IC: -throwback
C++flags = -c -depend !Depend -IC: -throwback
Linkflags = -aif -c++ -symbols <Gush$Dir>.Data.Symbols -o $@ 
ObjAsmflags = -throwback -NoCache -depend !Depend
CMHGflags = 
LibFileflags = -c -o $@
Squeezeflags = -o $@


# Final targets:
@.!Runimage:   @.o.gush \
        @.^.^.^.Useful.AcornC/C++.Libraries.DeskLib.!DeskLib.o.DeskLib @.^.!Popcorn.o.Popcorn @.^.^.^.Useful.AcornC/C++.Libraries.clib.o.Stubs 
        link $(linkflags) @.o.gush \
        @.^.^.^.Useful.AcornC/C++.Libraries.DeskLib.!DeskLib.o.DeskLib @.^.!Popcorn.o.Popcorn @.^.^.^.Useful.AcornC/C++.Libraries.clib.o.Stubs 


# User-editable dependencies:

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


# Dynamic dependencies:
o.gush:	c.gush
o.gush:	DeskLib:h.File
o.gush:	DeskLib:h.Core
o.gush:	DeskLib:h.SWI
o.gush:	DeskLib:h.Gfx
o.gush:	DeskLib:h.Kbd
o.gush:	DeskLib:h.SWI
o.gush:	Popcorn:h.Popcorn
o.gush:	DeskLib:h.Core
00000000  23 20 50 72 6f 6a 65 63  74 3a 20 20 20 47 75 73  |# Project:   Gus|
00000010  68 0a 0a 0a 23 20 54 6f  6f 6c 66 6c 61 67 73 3a  |h...# Toolflags:|
00000020  0a 43 43 66 6c 61 67 73  20 3d 20 2d 63 20 2d 64  |.CCflags = -c -d|
00000030  65 70 65 6e 64 20 21 44  65 70 65 6e 64 20 2d 49  |epend !Depend -I|
00000040  43 3a 20 2d 74 68 72 6f  77 62 61 63 6b 0a 43 2b  |C: -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 73 79 6d 62 6f  6c 73 20 3c 47 75 73 68  |+ -symbols <Gush|
000000a0  24 44 69 72 3e 2e 44 61  74 61 2e 53 79 6d 62 6f  |$Dir>.Data.Symbo|
000000b0  6c 73 20 2d 6f 20 24 40  20 0a 4f 62 6a 41 73 6d  |ls -o $@ .ObjAsm|
000000c0  66 6c 61 67 73 20 3d 20  2d 74 68 72 6f 77 62 61  |flags = -throwba|
000000d0  63 6b 20 2d 4e 6f 43 61  63 68 65 20 2d 64 65 70  |ck -NoCache -dep|
000000e0  65 6e 64 20 21 44 65 70  65 6e 64 0a 43 4d 48 47  |end !Depend.CMHG|
000000f0  66 6c 61 67 73 20 3d 20  0a 4c 69 62 46 69 6c 65  |flags = .LibFile|
00000100  66 6c 61 67 73 20 3d 20  2d 63 20 2d 6f 20 24 40  |flags = -c -o $@|
00000110  0a 53 71 75 65 65 7a 65  66 6c 61 67 73 20 3d 20  |.Squeezeflags = |
00000120  2d 6f 20 24 40 0a 0a 0a  23 20 46 69 6e 61 6c 20  |-o $@...# Final |
00000130  74 61 72 67 65 74 73 3a  0a 40 2e 21 52 75 6e 69  |targets:.@.!Runi|
00000140  6d 61 67 65 3a 20 20 20  40 2e 6f 2e 67 75 73 68  |mage:   @.o.gush|
00000150  20 5c 0a 20 20 20 20 20  20 20 20 40 2e 5e 2e 5e  | \.        @.^.^|
00000160  2e 5e 2e 55 73 65 66 75  6c 2e 41 63 6f 72 6e 43  |.^.Useful.AcornC|
00000170  2f 43 2b 2b 2e 4c 69 62  72 61 72 69 65 73 2e 44  |/C++.Libraries.D|
00000180  65 73 6b 4c 69 62 2e 21  44 65 73 6b 4c 69 62 2e  |eskLib.!DeskLib.|
00000190  6f 2e 44 65 73 6b 4c 69  62 20 40 2e 5e 2e 21 50  |o.DeskLib @.^.!P|
000001a0  6f 70 63 6f 72 6e 2e 6f  2e 50 6f 70 63 6f 72 6e  |opcorn.o.Popcorn|
000001b0  20 40 2e 5e 2e 5e 2e 5e  2e 55 73 65 66 75 6c 2e  | @.^.^.^.Useful.|
000001c0  41 63 6f 72 6e 43 2f 43  2b 2b 2e 4c 69 62 72 61  |AcornC/C++.Libra|
000001d0  72 69 65 73 2e 63 6c 69  62 2e 6f 2e 53 74 75 62  |ries.clib.o.Stub|
000001e0  73 20 0a 20 20 20 20 20  20 20 20 6c 69 6e 6b 20  |s .        link |
000001f0  24 28 6c 69 6e 6b 66 6c  61 67 73 29 20 40 2e 6f  |$(linkflags) @.o|
00000200  2e 67 75 73 68 20 5c 0a  20 20 20 20 20 20 20 20  |.gush \.        |
00000210  40 2e 5e 2e 5e 2e 5e 2e  55 73 65 66 75 6c 2e 41  |@.^.^.^.Useful.A|
00000220  63 6f 72 6e 43 2f 43 2b  2b 2e 4c 69 62 72 61 72  |cornC/C++.Librar|
00000230  69 65 73 2e 44 65 73 6b  4c 69 62 2e 21 44 65 73  |ies.DeskLib.!Des|
00000240  6b 4c 69 62 2e 6f 2e 44  65 73 6b 4c 69 62 20 40  |kLib.o.DeskLib @|
00000250  2e 5e 2e 21 50 6f 70 63  6f 72 6e 2e 6f 2e 50 6f  |.^.!Popcorn.o.Po|
00000260  70 63 6f 72 6e 20 40 2e  5e 2e 5e 2e 5e 2e 55 73  |pcorn @.^.^.^.Us|
00000270  65 66 75 6c 2e 41 63 6f  72 6e 43 2f 43 2b 2b 2e  |eful.AcornC/C++.|
00000280  4c 69 62 72 61 72 69 65  73 2e 63 6c 69 62 2e 6f  |Libraries.clib.o|
00000290  2e 53 74 75 62 73 20 0a  0a 0a 23 20 55 73 65 72  |.Stubs ...# User|
000002a0  2d 65 64 69 74 61 62 6c  65 20 64 65 70 65 6e 64  |-editable depend|
000002b0  65 6e 63 69 65 73 3a 0a  0a 23 20 53 74 61 74 69  |encies:..# Stati|
000002c0  63 20 64 65 70 65 6e 64  65 6e 63 69 65 73 3a 0a  |c dependencies:.|
000002d0  40 2e 6f 2e 67 75 73 68  3a 20 20 20 40 2e 63 2e  |@.o.gush:   @.c.|
000002e0  67 75 73 68 0a 20 20 20  20 20 20 20 20 63 63 20  |gush.        cc |
000002f0  24 28 63 63 66 6c 61 67  73 29 20 2d 6f 20 40 2e  |$(ccflags) -o @.|
00000300  6f 2e 67 75 73 68 20 40  2e 63 2e 67 75 73 68 20  |o.gush @.c.gush |
00000310  0a 0a 0a 23 20 44 79 6e  61 6d 69 63 20 64 65 70  |...# Dynamic dep|
00000320  65 6e 64 65 6e 63 69 65  73 3a 0a 6f 2e 67 75 73  |endencies:.o.gus|
00000330  68 3a 09 63 2e 67 75 73  68 0a 6f 2e 67 75 73 68  |h:.c.gush.o.gush|
00000340  3a 09 44 65 73 6b 4c 69  62 3a 68 2e 46 69 6c 65  |:.DeskLib:h.File|
00000350  0a 6f 2e 67 75 73 68 3a  09 44 65 73 6b 4c 69 62  |.o.gush:.DeskLib|
00000360  3a 68 2e 43 6f 72 65 0a  6f 2e 67 75 73 68 3a 09  |:h.Core.o.gush:.|
00000370  44 65 73 6b 4c 69 62 3a  68 2e 53 57 49 0a 6f 2e  |DeskLib:h.SWI.o.|
00000380  67 75 73 68 3a 09 44 65  73 6b 4c 69 62 3a 68 2e  |gush:.DeskLib:h.|
00000390  47 66 78 0a 6f 2e 67 75  73 68 3a 09 44 65 73 6b  |Gfx.o.gush:.Desk|
000003a0  4c 69 62 3a 68 2e 4b 62  64 0a 6f 2e 67 75 73 68  |Lib:h.Kbd.o.gush|
000003b0  3a 09 44 65 73 6b 4c 69  62 3a 68 2e 53 57 49 0a  |:.DeskLib:h.SWI.|
000003c0  6f 2e 67 75 73 68 3a 09  50 6f 70 63 6f 72 6e 3a  |o.gush:.Popcorn:|
000003d0  68 2e 50 6f 70 63 6f 72  6e 0a 6f 2e 67 75 73 68  |h.Popcorn.o.gush|
000003e0  3a 09 44 65 73 6b 4c 69  62 3a 68 2e 43 6f 72 65  |:.DeskLib:h.Core|
000003f0  0a                                                |.|
000003f1