Home » Archimedes archive » Archimedes World » AW-1996-07.adf » !AcornAns_AcornAns » Sound/Makefile

Sound/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 » Archimedes World » AW-1996-07.adf » !AcornAns_AcornAns
Filename: Sound/Makefile
Read OK:
File size: 044B bytes
Load address: 0000
Exec address: 0000
File contents
# Project:   Chaos


# Toolflags:
CCflags = -c -depend !Depend -throwback -IC:
Linkflags = -o $@
ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
CMHGflags = 
LibFileflags = -c -o $@
Squeezeflags = -o $@
AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From


# Final targets:
@.Demo3:   @.^.^.^.^.Clib.o.Stubs @.^.^.^.^.RISC_OSLib.o.RISC_OSlib @.o.main \
        @.o.main_asse 
        Link $(Linkflags) @.^.^.^.^.Clib.o.Stubs \
        @.^.^.^.^.RISC_OSLib.o.RISC_OSlib @.o.main @.o.main_asse 


# User-editable dependencies:

# Static dependencies:
@.o.main:   @.c.main
        cc $(ccflags) -o @.o.main @.c.main 
@.o.main_asse:   @.s.main_asse
        objasm $(objasmflags) -from @.s.main_asse -to @.o.main_asse


# Dynamic dependencies:
@.o.main_asse: h.RegNames
@.o.main_asse: h.SWInames
@.o.main_asse: s.macros1
@.o.main_asse: s.subrouts1
@.o.main_asse: s.generatorc
@.o.main_asse: s.sound
o.main:	c.main
o.main:	C:h.trace
o.main:	C:h.wimpt
o.main:	C:h.wimp
o.main:	C:h.os
o.main:	C:h.sprite
o.main:	C:h.werr
o.main:	C:h.bbc
o.main:	C:h.os
o.main:	C:h.akbd
o.main:	h.swis
00000000  23 20 50 72 6f 6a 65 63  74 3a 20 20 20 43 68 61  |# Project:   Cha|
00000010  6f 73 0a 0a 0a 23 20 54  6f 6f 6c 66 6c 61 67 73  |os...# 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  74 68 72 6f 77 62 61 63  6b 20 2d 49 43 3a 0a 4c  |throwback -IC:.L|
00000050  69 6e 6b 66 6c 61 67 73  20 3d 20 2d 6f 20 24 40  |inkflags = -o $@|
00000060  0a 4f 62 6a 41 73 6d 66  6c 61 67 73 20 3d 20 2d  |.ObjAsmflags = -|
00000070  64 65 70 65 6e 64 20 21  44 65 70 65 6e 64 20 2d  |depend !Depend -|
00000080  54 68 72 6f 77 42 61 63  6b 20 2d 53 74 61 6d 70  |ThrowBack -Stamp|
00000090  20 2d 71 75 69 74 20 2d  43 6c 6f 73 65 45 78 65  | -quit -CloseExe|
000000a0  63 0a 43 4d 48 47 66 6c  61 67 73 20 3d 20 0a 4c  |c.CMHGflags = .L|
000000b0  69 62 46 69 6c 65 66 6c  61 67 73 20 3d 20 2d 63  |ibFileflags = -c|
000000c0  20 2d 6f 20 24 40 0a 53  71 75 65 65 7a 65 66 6c  | -o $@.Squeezefl|
000000d0  61 67 73 20 3d 20 2d 6f  20 24 40 0a 41 41 73 6d  |ags = -o $@.AAsm|
000000e0  66 6c 61 67 73 20 3d 20  2d 64 65 70 65 6e 64 20  |flags = -depend |
000000f0  21 44 65 70 65 6e 64 20  2d 71 75 69 74 20 2d 43  |!Depend -quit -C|
00000100  6c 6f 73 65 45 78 65 63  20 2d 54 6f 20 24 40 20  |loseExec -To $@ |
00000110  2d 46 72 6f 6d 0a 0a 0a  23 20 46 69 6e 61 6c 20  |-From...# Final |
00000120  74 61 72 67 65 74 73 3a  0a 40 2e 44 65 6d 6f 33  |targets:.@.Demo3|
00000130  3a 20 20 20 40 2e 5e 2e  5e 2e 5e 2e 5e 2e 43 6c  |:   @.^.^.^.^.Cl|
00000140  69 62 2e 6f 2e 53 74 75  62 73 20 40 2e 5e 2e 5e  |ib.o.Stubs @.^.^|
00000150  2e 5e 2e 5e 2e 52 49 53  43 5f 4f 53 4c 69 62 2e  |.^.^.RISC_OSLib.|
00000160  6f 2e 52 49 53 43 5f 4f  53 6c 69 62 20 40 2e 6f  |o.RISC_OSlib @.o|
00000170  2e 6d 61 69 6e 20 5c 0a  20 20 20 20 20 20 20 20  |.main \.        |
00000180  40 2e 6f 2e 6d 61 69 6e  5f 61 73 73 65 20 0a 20  |@.o.main_asse . |
00000190  20 20 20 20 20 20 20 4c  69 6e 6b 20 24 28 4c 69  |       Link $(Li|
000001a0  6e 6b 66 6c 61 67 73 29  20 40 2e 5e 2e 5e 2e 5e  |nkflags) @.^.^.^|
000001b0  2e 5e 2e 43 6c 69 62 2e  6f 2e 53 74 75 62 73 20  |.^.Clib.o.Stubs |
000001c0  5c 0a 20 20 20 20 20 20  20 20 40 2e 5e 2e 5e 2e  |\.        @.^.^.|
000001d0  5e 2e 5e 2e 52 49 53 43  5f 4f 53 4c 69 62 2e 6f  |^.^.RISC_OSLib.o|
000001e0  2e 52 49 53 43 5f 4f 53  6c 69 62 20 40 2e 6f 2e  |.RISC_OSlib @.o.|
000001f0  6d 61 69 6e 20 40 2e 6f  2e 6d 61 69 6e 5f 61 73  |main @.o.main_as|
00000200  73 65 20 0a 0a 0a 23 20  55 73 65 72 2d 65 64 69  |se ...# User-edi|
00000210  74 61 62 6c 65 20 64 65  70 65 6e 64 65 6e 63 69  |table dependenci|
00000220  65 73 3a 0a 0a 23 20 53  74 61 74 69 63 20 64 65  |es:..# Static de|
00000230  70 65 6e 64 65 6e 63 69  65 73 3a 0a 40 2e 6f 2e  |pendencies:.@.o.|
00000240  6d 61 69 6e 3a 20 20 20  40 2e 63 2e 6d 61 69 6e  |main:   @.c.main|
00000250  0a 20 20 20 20 20 20 20  20 63 63 20 24 28 63 63  |.        cc $(cc|
00000260  66 6c 61 67 73 29 20 2d  6f 20 40 2e 6f 2e 6d 61  |flags) -o @.o.ma|
00000270  69 6e 20 40 2e 63 2e 6d  61 69 6e 20 0a 40 2e 6f  |in @.c.main .@.o|
00000280  2e 6d 61 69 6e 5f 61 73  73 65 3a 20 20 20 40 2e  |.main_asse:   @.|
00000290  73 2e 6d 61 69 6e 5f 61  73 73 65 0a 20 20 20 20  |s.main_asse.    |
000002a0  20 20 20 20 6f 62 6a 61  73 6d 20 24 28 6f 62 6a  |    objasm $(obj|
000002b0  61 73 6d 66 6c 61 67 73  29 20 2d 66 72 6f 6d 20  |asmflags) -from |
000002c0  40 2e 73 2e 6d 61 69 6e  5f 61 73 73 65 20 2d 74  |@.s.main_asse -t|
000002d0  6f 20 40 2e 6f 2e 6d 61  69 6e 5f 61 73 73 65 0a  |o @.o.main_asse.|
000002e0  0a 0a 23 20 44 79 6e 61  6d 69 63 20 64 65 70 65  |..# Dynamic depe|
000002f0  6e 64 65 6e 63 69 65 73  3a 0a 40 2e 6f 2e 6d 61  |ndencies:.@.o.ma|
00000300  69 6e 5f 61 73 73 65 3a  20 68 2e 52 65 67 4e 61  |in_asse: h.RegNa|
00000310  6d 65 73 0a 40 2e 6f 2e  6d 61 69 6e 5f 61 73 73  |mes.@.o.main_ass|
00000320  65 3a 20 68 2e 53 57 49  6e 61 6d 65 73 0a 40 2e  |e: h.SWInames.@.|
00000330  6f 2e 6d 61 69 6e 5f 61  73 73 65 3a 20 73 2e 6d  |o.main_asse: s.m|
00000340  61 63 72 6f 73 31 0a 40  2e 6f 2e 6d 61 69 6e 5f  |acros1.@.o.main_|
00000350  61 73 73 65 3a 20 73 2e  73 75 62 72 6f 75 74 73  |asse: s.subrouts|
00000360  31 0a 40 2e 6f 2e 6d 61  69 6e 5f 61 73 73 65 3a  |1.@.o.main_asse:|
00000370  20 73 2e 67 65 6e 65 72  61 74 6f 72 63 0a 40 2e  | s.generatorc.@.|
00000380  6f 2e 6d 61 69 6e 5f 61  73 73 65 3a 20 73 2e 73  |o.main_asse: s.s|
00000390  6f 75 6e 64 0a 6f 2e 6d  61 69 6e 3a 09 63 2e 6d  |ound.o.main:.c.m|
000003a0  61 69 6e 0a 6f 2e 6d 61  69 6e 3a 09 43 3a 68 2e  |ain.o.main:.C:h.|
000003b0  74 72 61 63 65 0a 6f 2e  6d 61 69 6e 3a 09 43 3a  |trace.o.main:.C:|
000003c0  68 2e 77 69 6d 70 74 0a  6f 2e 6d 61 69 6e 3a 09  |h.wimpt.o.main:.|
000003d0  43 3a 68 2e 77 69 6d 70  0a 6f 2e 6d 61 69 6e 3a  |C:h.wimp.o.main:|
000003e0  09 43 3a 68 2e 6f 73 0a  6f 2e 6d 61 69 6e 3a 09  |.C:h.os.o.main:.|
000003f0  43 3a 68 2e 73 70 72 69  74 65 0a 6f 2e 6d 61 69  |C:h.sprite.o.mai|
00000400  6e 3a 09 43 3a 68 2e 77  65 72 72 0a 6f 2e 6d 61  |n:.C:h.werr.o.ma|
00000410  69 6e 3a 09 43 3a 68 2e  62 62 63 0a 6f 2e 6d 61  |in:.C:h.bbc.o.ma|
00000420  69 6e 3a 09 43 3a 68 2e  6f 73 0a 6f 2e 6d 61 69  |in:.C:h.os.o.mai|
00000430  6e 3a 09 43 3a 68 2e 61  6b 62 64 0a 6f 2e 6d 61  |n:.C:h.akbd.o.ma|
00000440  69 6e 3a 09 68 2e 73 77  69 73 0a                 |in:.h.swis.|
0000044b