Home » Archimedes archive » Acorn User » AU 1997-05 B.adf » Regulars » StarInfo/clouds/Brown/Makefile

StarInfo/clouds/Brown/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 1997-05 B.adf » Regulars
Filename: StarInfo/clouds/Brown/Makefile
Read OK:
File size: 040B bytes
Load address: 0000
Exec address: 0000
File contents
# Project:   Clouds


# 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:
@.!RunImage:   @.o.inter @.o.sat @.o.satcode @.^.^.Libraries.clib.o.Stubs \
        @.o.mapfn 
        Link $(Linkflags) @.o.inter @.o.sat @.o.satcode \
        @.^.^.Libraries.clib.o.Stubs @.o.mapfn 


# User-editable dependencies:

# Static dependencies:
@.o.inter:   @.c.inter
        cc $(ccflags) -o @.o.inter @.c.inter 
@.o.sat:   @.c.sat
        cc $(ccflags) -o @.o.sat @.c.sat 
@.o.satcode:   @.s.satcode
        objasm $(objasmflags) -from @.s.satcode -to @.o.satcode
@.o.mapfn:   @.s.mapfn
        objasm $(objasmflags) -from @.s.mapfn -to @.o.mapfn


# Dynamic dependencies:
o.sat:	c.sat
o.sat:	C:h.kernel
o.sat:	C:h.swis
o.sat:	h.sat
o.satcode: s.satcode
o.inter:	c.inter
o.inter:	C:h.kernel
o.inter:	h.sat
o.inter:	h.mapfn
o.mapfn: s.mapfn
00000000  23 20 50 72 6f 6a 65 63  74 3a 20 20 20 43 6c 6f  |# Project:   Clo|
00000010  75 64 73 0a 0a 0a 23 20  54 6f 6f 6c 66 6c 61 67  |uds...# 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 49 43 3a 20 2d 74 68  72 6f 77 62 61 63 6b 0a  |-IC: -throwback.|
00000050  43 2b 2b 66 6c 61 67 73  20 3d 20 2d 63 20 2d 64  |C++flags = -c -d|
00000060  65 70 65 6e 64 20 21 44  65 70 65 6e 64 20 2d 49  |epend !Depend -I|
00000070  43 3a 20 2d 74 68 72 6f  77 62 61 63 6b 0a 4c 69  |C: -throwback.Li|
00000080  6e 6b 66 6c 61 67 73 20  3d 20 2d 61 69 66 20 2d  |nkflags = -aif -|
00000090  63 2b 2b 20 2d 6f 20 24  40 0a 4f 62 6a 41 73 6d  |c++ -o $@.ObjAsm|
000000a0  66 6c 61 67 73 20 3d 20  2d 74 68 72 6f 77 62 61  |flags = -throwba|
000000b0  63 6b 20 2d 4e 6f 43 61  63 68 65 20 2d 64 65 70  |ck -NoCache -dep|
000000c0  65 6e 64 20 21 44 65 70  65 6e 64 0a 43 4d 48 47  |end !Depend.CMHG|
000000d0  66 6c 61 67 73 20 3d 20  0a 4c 69 62 46 69 6c 65  |flags = .LibFile|
000000e0  66 6c 61 67 73 20 3d 20  2d 63 20 2d 6f 20 24 40  |flags = -c -o $@|
000000f0  0a 53 71 75 65 65 7a 65  66 6c 61 67 73 20 3d 20  |.Squeezeflags = |
00000100  2d 6f 20 24 40 0a 0a 0a  23 20 46 69 6e 61 6c 20  |-o $@...# Final |
00000110  74 61 72 67 65 74 73 3a  0a 40 2e 21 52 75 6e 49  |targets:.@.!RunI|
00000120  6d 61 67 65 3a 20 20 20  40 2e 6f 2e 69 6e 74 65  |mage:   @.o.inte|
00000130  72 20 40 2e 6f 2e 73 61  74 20 40 2e 6f 2e 73 61  |r @.o.sat @.o.sa|
00000140  74 63 6f 64 65 20 40 2e  5e 2e 5e 2e 4c 69 62 72  |tcode @.^.^.Libr|
00000150  61 72 69 65 73 2e 63 6c  69 62 2e 6f 2e 53 74 75  |aries.clib.o.Stu|
00000160  62 73 20 5c 0a 20 20 20  20 20 20 20 20 40 2e 6f  |bs \.        @.o|
00000170  2e 6d 61 70 66 6e 20 0a  20 20 20 20 20 20 20 20  |.mapfn .        |
00000180  4c 69 6e 6b 20 24 28 4c  69 6e 6b 66 6c 61 67 73  |Link $(Linkflags|
00000190  29 20 40 2e 6f 2e 69 6e  74 65 72 20 40 2e 6f 2e  |) @.o.inter @.o.|
000001a0  73 61 74 20 40 2e 6f 2e  73 61 74 63 6f 64 65 20  |sat @.o.satcode |
000001b0  5c 0a 20 20 20 20 20 20  20 20 40 2e 5e 2e 5e 2e  |\.        @.^.^.|
000001c0  4c 69 62 72 61 72 69 65  73 2e 63 6c 69 62 2e 6f  |Libraries.clib.o|
000001d0  2e 53 74 75 62 73 20 40  2e 6f 2e 6d 61 70 66 6e  |.Stubs @.o.mapfn|
000001e0  20 0a 0a 0a 23 20 55 73  65 72 2d 65 64 69 74 61  | ...# User-edita|
000001f0  62 6c 65 20 64 65 70 65  6e 64 65 6e 63 69 65 73  |ble dependencies|
00000200  3a 0a 0a 23 20 53 74 61  74 69 63 20 64 65 70 65  |:..# Static depe|
00000210  6e 64 65 6e 63 69 65 73  3a 0a 40 2e 6f 2e 69 6e  |ndencies:.@.o.in|
00000220  74 65 72 3a 20 20 20 40  2e 63 2e 69 6e 74 65 72  |ter:   @.c.inter|
00000230  0a 20 20 20 20 20 20 20  20 63 63 20 24 28 63 63  |.        cc $(cc|
00000240  66 6c 61 67 73 29 20 2d  6f 20 40 2e 6f 2e 69 6e  |flags) -o @.o.in|
00000250  74 65 72 20 40 2e 63 2e  69 6e 74 65 72 20 0a 40  |ter @.c.inter .@|
00000260  2e 6f 2e 73 61 74 3a 20  20 20 40 2e 63 2e 73 61  |.o.sat:   @.c.sa|
00000270  74 0a 20 20 20 20 20 20  20 20 63 63 20 24 28 63  |t.        cc $(c|
00000280  63 66 6c 61 67 73 29 20  2d 6f 20 40 2e 6f 2e 73  |cflags) -o @.o.s|
00000290  61 74 20 40 2e 63 2e 73  61 74 20 0a 40 2e 6f 2e  |at @.c.sat .@.o.|
000002a0  73 61 74 63 6f 64 65 3a  20 20 20 40 2e 73 2e 73  |satcode:   @.s.s|
000002b0  61 74 63 6f 64 65 0a 20  20 20 20 20 20 20 20 6f  |atcode.        o|
000002c0  62 6a 61 73 6d 20 24 28  6f 62 6a 61 73 6d 66 6c  |bjasm $(objasmfl|
000002d0  61 67 73 29 20 2d 66 72  6f 6d 20 40 2e 73 2e 73  |ags) -from @.s.s|
000002e0  61 74 63 6f 64 65 20 2d  74 6f 20 40 2e 6f 2e 73  |atcode -to @.o.s|
000002f0  61 74 63 6f 64 65 0a 40  2e 6f 2e 6d 61 70 66 6e  |atcode.@.o.mapfn|
00000300  3a 20 20 20 40 2e 73 2e  6d 61 70 66 6e 0a 20 20  |:   @.s.mapfn.  |
00000310  20 20 20 20 20 20 6f 62  6a 61 73 6d 20 24 28 6f  |      objasm $(o|
00000320  62 6a 61 73 6d 66 6c 61  67 73 29 20 2d 66 72 6f  |bjasmflags) -fro|
00000330  6d 20 40 2e 73 2e 6d 61  70 66 6e 20 2d 74 6f 20  |m @.s.mapfn -to |
00000340  40 2e 6f 2e 6d 61 70 66  6e 0a 0a 0a 23 20 44 79  |@.o.mapfn...# Dy|
00000350  6e 61 6d 69 63 20 64 65  70 65 6e 64 65 6e 63 69  |namic dependenci|
00000360  65 73 3a 0a 6f 2e 73 61  74 3a 09 63 2e 73 61 74  |es:.o.sat:.c.sat|
00000370  0a 6f 2e 73 61 74 3a 09  43 3a 68 2e 6b 65 72 6e  |.o.sat:.C:h.kern|
00000380  65 6c 0a 6f 2e 73 61 74  3a 09 43 3a 68 2e 73 77  |el.o.sat:.C:h.sw|
00000390  69 73 0a 6f 2e 73 61 74  3a 09 68 2e 73 61 74 0a  |is.o.sat:.h.sat.|
000003a0  6f 2e 73 61 74 63 6f 64  65 3a 20 73 2e 73 61 74  |o.satcode: s.sat|
000003b0  63 6f 64 65 0a 6f 2e 69  6e 74 65 72 3a 09 63 2e  |code.o.inter:.c.|
000003c0  69 6e 74 65 72 0a 6f 2e  69 6e 74 65 72 3a 09 43  |inter.o.inter:.C|
000003d0  3a 68 2e 6b 65 72 6e 65  6c 0a 6f 2e 69 6e 74 65  |:h.kernel.o.inte|
000003e0  72 3a 09 68 2e 73 61 74  0a 6f 2e 69 6e 74 65 72  |r:.h.sat.o.inter|
000003f0  3a 09 68 2e 6d 61 70 66  6e 0a 6f 2e 6d 61 70 66  |:.h.mapfn.o.mapf|
00000400  6e 3a 20 73 2e 6d 61 70  66 6e 0a                 |n: s.mapfn.|
0000040b