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

Arcade/!Gush/Makefile2

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/Makefile2
Read OK:
File size: 041C bytes
Load address: 0000
Exec address: 0000
File contents
# Project:   Gush2


# 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.gush2 @.^.!Popcorn.o.Popcorn \
        @.^.^.^.Useful.AcornC/C++.Libraries.DeskLib.!DeskLib.o.DeskLib @.^.^.^.Useful.AcornC/C++.Libraries.clib.o.Stubs 
        link $(linkflags) @.o.gush2 @.^.!Popcorn.o.Popcorn \
        @.^.^.^.Useful.AcornC/C++.Libraries.DeskLib.!DeskLib.o.DeskLib @.^.^.^.Useful.AcornC/C++.Libraries.clib.o.Stubs 


# User-editable dependencies:


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


# Dynamic dependencies:
o.gush2:	c.gush2
o.gush2:	DeskLib:h.Error
o.gush2:	DeskLib:h.Core
o.gush2:	DeskLib:h.File
o.gush2:	DeskLib:h.SWI
o.gush2:	DeskLib:h.Gfx
o.gush2:	DeskLib:h.Kbd
o.gush2:	DeskLib:h.SWI
o.gush2:	Popcorn:h.Popcorn
o.gush2:	DeskLib:h.Core
00000000  23 20 50 72 6f 6a 65 63  74 3a 20 20 20 47 75 73  |# Project:   Gus|
00000010  68 32 0a 0a 0a 23 20 54  6f 6f 6c 66 6c 61 67 73  |h2...# 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  49 43 3a 20 2d 74 68 72  6f 77 62 61 63 6b 0a 43  |IC: -throwback.C|
00000050  2b 2b 66 6c 61 67 73 20  3d 20 2d 63 20 2d 64 65  |++flags = -c -de|
00000060  70 65 6e 64 20 21 44 65  70 65 6e 64 20 2d 49 43  |pend !Depend -IC|
00000070  3a 20 2d 74 68 72 6f 77  62 61 63 6b 0a 4c 69 6e  |: -throwback.Lin|
00000080  6b 66 6c 61 67 73 20 3d  20 2d 61 69 66 20 2d 63  |kflags = -aif -c|
00000090  2b 2b 20 2d 73 79 6d 62  6f 6c 73 20 3c 47 75 73  |++ -symbols <Gus|
000000a0  68 24 44 69 72 3e 2e 44  61 74 61 2e 53 79 6d 62  |h$Dir>.Data.Symb|
000000b0  6f 6c 73 20 2d 6f 20 24  40 20 0a 4f 62 6a 41 73  |ols -o $@ .ObjAs|
000000c0  6d 66 6c 61 67 73 20 3d  20 2d 74 68 72 6f 77 62  |mflags = -throwb|
000000d0  61 63 6b 20 2d 4e 6f 43  61 63 68 65 20 2d 64 65  |ack -NoCache -de|
000000e0  70 65 6e 64 20 21 44 65  70 65 6e 64 0a 43 4d 48  |pend !Depend.CMH|
000000f0  47 66 6c 61 67 73 20 3d  20 0a 4c 69 62 46 69 6c  |Gflags = .LibFil|
00000100  65 66 6c 61 67 73 20 3d  20 2d 63 20 2d 6f 20 24  |eflags = -c -o $|
00000110  40 0a 53 71 75 65 65 7a  65 66 6c 61 67 73 20 3d  |@.Squeezeflags =|
00000120  20 2d 6f 20 24 40 0a 0a  0a 23 20 46 69 6e 61 6c  | -o $@...# Final|
00000130  20 74 61 72 67 65 74 73  3a 0a 40 2e 21 52 75 6e  | targets:.@.!Run|
00000140  69 6d 61 67 65 3a 20 20  20 40 2e 6f 2e 67 75 73  |image:   @.o.gus|
00000150  68 32 20 40 2e 5e 2e 21  50 6f 70 63 6f 72 6e 2e  |h2 @.^.!Popcorn.|
00000160  6f 2e 50 6f 70 63 6f 72  6e 20 5c 0a 20 20 20 20  |o.Popcorn \.    |
00000170  20 20 20 20 40 2e 5e 2e  5e 2e 5e 2e 55 73 65 66  |    @.^.^.^.Usef|
00000180  75 6c 2e 41 63 6f 72 6e  43 2f 43 2b 2b 2e 4c 69  |ul.AcornC/C++.Li|
00000190  62 72 61 72 69 65 73 2e  44 65 73 6b 4c 69 62 2e  |braries.DeskLib.|
000001a0  21 44 65 73 6b 4c 69 62  2e 6f 2e 44 65 73 6b 4c  |!DeskLib.o.DeskL|
000001b0  69 62 20 40 2e 5e 2e 5e  2e 5e 2e 55 73 65 66 75  |ib @.^.^.^.Usefu|
000001c0  6c 2e 41 63 6f 72 6e 43  2f 43 2b 2b 2e 4c 69 62  |l.AcornC/C++.Lib|
000001d0  72 61 72 69 65 73 2e 63  6c 69 62 2e 6f 2e 53 74  |raries.clib.o.St|
000001e0  75 62 73 20 0a 20 20 20  20 20 20 20 20 6c 69 6e  |ubs .        lin|
000001f0  6b 20 24 28 6c 69 6e 6b  66 6c 61 67 73 29 20 40  |k $(linkflags) @|
00000200  2e 6f 2e 67 75 73 68 32  20 40 2e 5e 2e 21 50 6f  |.o.gush2 @.^.!Po|
00000210  70 63 6f 72 6e 2e 6f 2e  50 6f 70 63 6f 72 6e 20  |pcorn.o.Popcorn |
00000220  5c 0a 20 20 20 20 20 20  20 20 40 2e 5e 2e 5e 2e  |\.        @.^.^.|
00000230  5e 2e 55 73 65 66 75 6c  2e 41 63 6f 72 6e 43 2f  |^.Useful.AcornC/|
00000240  43 2b 2b 2e 4c 69 62 72  61 72 69 65 73 2e 44 65  |C++.Libraries.De|
00000250  73 6b 4c 69 62 2e 21 44  65 73 6b 4c 69 62 2e 6f  |skLib.!DeskLib.o|
00000260  2e 44 65 73 6b 4c 69 62  20 40 2e 5e 2e 5e 2e 5e  |.DeskLib @.^.^.^|
00000270  2e 55 73 65 66 75 6c 2e  41 63 6f 72 6e 43 2f 43  |.Useful.AcornC/C|
00000280  2b 2b 2e 4c 69 62 72 61  72 69 65 73 2e 63 6c 69  |++.Libraries.cli|
00000290  62 2e 6f 2e 53 74 75 62  73 20 0a 0a 0a 23 20 55  |b.o.Stubs ...# U|
000002a0  73 65 72 2d 65 64 69 74  61 62 6c 65 20 64 65 70  |ser-editable dep|
000002b0  65 6e 64 65 6e 63 69 65  73 3a 0a 0a 0a 23 20 53  |endencies:...# S|
000002c0  74 61 74 69 63 20 64 65  70 65 6e 64 65 6e 63 69  |tatic dependenci|
000002d0  65 73 3a 0a 40 2e 6f 2e  67 75 73 68 32 3a 20 20  |es:.@.o.gush2:  |
000002e0  20 40 2e 63 2e 67 75 73  68 32 0a 20 20 20 20 20  | @.c.gush2.     |
000002f0  20 20 20 63 63 20 24 28  63 63 66 6c 61 67 73 29  |   cc $(ccflags)|
00000300  20 2d 6f 20 40 2e 6f 2e  67 75 73 68 32 20 40 2e  | -o @.o.gush2 @.|
00000310  63 2e 67 75 73 68 32 20  0a 0a 0a 23 20 44 79 6e  |c.gush2 ...# Dyn|
00000320  61 6d 69 63 20 64 65 70  65 6e 64 65 6e 63 69 65  |amic dependencie|
00000330  73 3a 0a 6f 2e 67 75 73  68 32 3a 09 63 2e 67 75  |s:.o.gush2:.c.gu|
00000340  73 68 32 0a 6f 2e 67 75  73 68 32 3a 09 44 65 73  |sh2.o.gush2:.Des|
00000350  6b 4c 69 62 3a 68 2e 45  72 72 6f 72 0a 6f 2e 67  |kLib:h.Error.o.g|
00000360  75 73 68 32 3a 09 44 65  73 6b 4c 69 62 3a 68 2e  |ush2:.DeskLib:h.|
00000370  43 6f 72 65 0a 6f 2e 67  75 73 68 32 3a 09 44 65  |Core.o.gush2:.De|
00000380  73 6b 4c 69 62 3a 68 2e  46 69 6c 65 0a 6f 2e 67  |skLib:h.File.o.g|
00000390  75 73 68 32 3a 09 44 65  73 6b 4c 69 62 3a 68 2e  |ush2:.DeskLib:h.|
000003a0  53 57 49 0a 6f 2e 67 75  73 68 32 3a 09 44 65 73  |SWI.o.gush2:.Des|
000003b0  6b 4c 69 62 3a 68 2e 47  66 78 0a 6f 2e 67 75 73  |kLib:h.Gfx.o.gus|
000003c0  68 32 3a 09 44 65 73 6b  4c 69 62 3a 68 2e 4b 62  |h2:.DeskLib:h.Kb|
000003d0  64 0a 6f 2e 67 75 73 68  32 3a 09 44 65 73 6b 4c  |d.o.gush2:.DeskL|
000003e0  69 62 3a 68 2e 53 57 49  0a 6f 2e 67 75 73 68 32  |ib:h.SWI.o.gush2|
000003f0  3a 09 50 6f 70 63 6f 72  6e 3a 68 2e 50 6f 70 63  |:.Popcorn:h.Popc|
00000400  6f 72 6e 0a 6f 2e 67 75  73 68 32 3a 09 44 65 73  |orn.o.gush2:.Des|
00000410  6b 4c 69 62 3a 68 2e 43  6f 72 65 0a              |kLib:h.Core.|
0000041c