Home » Archimedes archive » Archimedes World » AW-1995-06_Disc2.adf » June95_2 » InTheMag/AcornAns/DeepDeep/QuikDith/!QuikDith/Makefile

InTheMag/AcornAns/DeepDeep/QuikDith/!QuikDith/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-1995-06_Disc2.adf » June95_2
Filename: InTheMag/AcornAns/DeepDeep/QuikDith/!QuikDith/Makefile
Read OK:
File size: 03F9 bytes
Load address: 0000
Exec address: 0000
File contents
# Project:   QuikDith


# 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:
@.!RunImage:   @.o.main @.o.ass @.^.^.^.^.Clib.o.Stubs \
        @.^.^.^.^.RISC_OSLib.o.RISC_OSlib 
        Link $(Linkflags) @.o.main @.o.ass @.^.^.^.^.Clib.o.Stubs \
        @.^.^.^.^.RISC_OSLib.o.RISC_OSlib 


# User-editable dependencies:

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


# Dynamic dependencies:
o.main:	c.main
o.main:	C:h.trace
o.main:	C:h.kernel
o.main:	C:h.sprite
o.main:	C:h.os
o.main:	C:h.werr
o.main:	C:h.wimpt
o.main:	C:h.wimp
o.main:	C:h.wimp
o.main:	C:h.bbc
o.main:	C:h.flex
o.main:	C:h.colourtran
o.main:	C:h.font
o.main:	C:h.drawmod
o.main:	C:h.os
o.main:	C:h.visdelay
00000000  23 20 50 72 6f 6a 65 63  74 3a 20 20 20 51 75 69  |# Project:   Qui|
00000010  6b 44 69 74 68 0a 0a 0a  23 20 54 6f 6f 6c 66 6c  |kDith...# 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 2d 49 43  |d -throwback -IC|
00000050  3a 0a 4c 69 6e 6b 66 6c  61 67 73 20 3d 20 2d 6f  |:.Linkflags = -o|
00000060  20 24 40 0a 4f 62 6a 41  73 6d 66 6c 61 67 73 20  | $@.ObjAsmflags |
00000070  3d 20 2d 64 65 70 65 6e  64 20 21 44 65 70 65 6e  |= -depend !Depen|
00000080  64 20 2d 54 68 72 6f 77  42 61 63 6b 20 2d 53 74  |d -ThrowBack -St|
00000090  61 6d 70 20 2d 71 75 69  74 20 2d 43 6c 6f 73 65  |amp -quit -Close|
000000a0  45 78 65 63 0a 43 4d 48  47 66 6c 61 67 73 20 3d  |Exec.CMHGflags =|
000000b0  20 0a 4c 69 62 46 69 6c  65 66 6c 61 67 73 20 3d  | .LibFileflags =|
000000c0  20 2d 63 20 2d 6f 20 24  40 0a 53 71 75 65 65 7a  | -c -o $@.Squeez|
000000d0  65 66 6c 61 67 73 20 3d  20 2d 6f 20 24 40 0a 41  |eflags = -o $@.A|
000000e0  41 73 6d 66 6c 61 67 73  20 3d 20 2d 64 65 70 65  |Asmflags = -depe|
000000f0  6e 64 20 21 44 65 70 65  6e 64 20 2d 71 75 69 74  |nd !Depend -quit|
00000100  20 2d 43 6c 6f 73 65 45  78 65 63 20 2d 54 6f 20  | -CloseExec -To |
00000110  24 40 20 2d 46 72 6f 6d  0a 0a 0a 23 20 46 69 6e  |$@ -From...# Fin|
00000120  61 6c 20 74 61 72 67 65  74 73 3a 0a 40 2e 21 52  |al targets:.@.!R|
00000130  75 6e 49 6d 61 67 65 3a  20 20 20 40 2e 6f 2e 6d  |unImage:   @.o.m|
00000140  61 69 6e 20 40 2e 6f 2e  61 73 73 20 40 2e 5e 2e  |ain @.o.ass @.^.|
00000150  5e 2e 5e 2e 5e 2e 43 6c  69 62 2e 6f 2e 53 74 75  |^.^.^.Clib.o.Stu|
00000160  62 73 20 5c 0a 20 20 20  20 20 20 20 20 40 2e 5e  |bs \.        @.^|
00000170  2e 5e 2e 5e 2e 5e 2e 52  49 53 43 5f 4f 53 4c 69  |.^.^.^.RISC_OSLi|
00000180  62 2e 6f 2e 52 49 53 43  5f 4f 53 6c 69 62 20 0a  |b.o.RISC_OSlib .|
00000190  20 20 20 20 20 20 20 20  4c 69 6e 6b 20 24 28 4c  |        Link $(L|
000001a0  69 6e 6b 66 6c 61 67 73  29 20 40 2e 6f 2e 6d 61  |inkflags) @.o.ma|
000001b0  69 6e 20 40 2e 6f 2e 61  73 73 20 40 2e 5e 2e 5e  |in @.o.ass @.^.^|
000001c0  2e 5e 2e 5e 2e 43 6c 69  62 2e 6f 2e 53 74 75 62  |.^.^.Clib.o.Stub|
000001d0  73 20 5c 0a 20 20 20 20  20 20 20 20 40 2e 5e 2e  |s \.        @.^.|
000001e0  5e 2e 5e 2e 5e 2e 52 49  53 43 5f 4f 53 4c 69 62  |^.^.^.RISC_OSLib|
000001f0  2e 6f 2e 52 49 53 43 5f  4f 53 6c 69 62 20 0a 0a  |.o.RISC_OSlib ..|
00000200  0a 23 20 55 73 65 72 2d  65 64 69 74 61 62 6c 65  |.# User-editable|
00000210  20 64 65 70 65 6e 64 65  6e 63 69 65 73 3a 0a 0a  | dependencies:..|
00000220  23 20 53 74 61 74 69 63  20 64 65 70 65 6e 64 65  |# Static depende|
00000230  6e 63 69 65 73 3a 0a 40  2e 6f 2e 6d 61 69 6e 3a  |ncies:.@.o.main:|
00000240  20 20 20 40 2e 63 2e 6d  61 69 6e 0a 20 20 20 20  |   @.c.main.    |
00000250  20 20 20 20 63 63 20 24  28 63 63 66 6c 61 67 73  |    cc $(ccflags|
00000260  29 20 2d 6f 20 40 2e 6f  2e 6d 61 69 6e 20 40 2e  |) -o @.o.main @.|
00000270  63 2e 6d 61 69 6e 20 0a  40 2e 6f 2e 61 73 73 3a  |c.main .@.o.ass:|
00000280  20 20 20 40 2e 73 2e 61  73 73 0a 20 20 20 20 20  |   @.s.ass.     |
00000290  20 20 20 6f 62 6a 61 73  6d 20 24 28 6f 62 6a 61  |   objasm $(obja|
000002a0  73 6d 66 6c 61 67 73 29  20 2d 66 72 6f 6d 20 40  |smflags) -from @|
000002b0  2e 73 2e 61 73 73 20 2d  74 6f 20 40 2e 6f 2e 61  |.s.ass -to @.o.a|
000002c0  73 73 0a 0a 0a 23 20 44  79 6e 61 6d 69 63 20 64  |ss...# Dynamic d|
000002d0  65 70 65 6e 64 65 6e 63  69 65 73 3a 0a 6f 2e 6d  |ependencies:.o.m|
000002e0  61 69 6e 3a 09 63 2e 6d  61 69 6e 0a 6f 2e 6d 61  |ain:.c.main.o.ma|
000002f0  69 6e 3a 09 43 3a 68 2e  74 72 61 63 65 0a 6f 2e  |in:.C:h.trace.o.|
00000300  6d 61 69 6e 3a 09 43 3a  68 2e 6b 65 72 6e 65 6c  |main:.C:h.kernel|
00000310  0a 6f 2e 6d 61 69 6e 3a  09 43 3a 68 2e 73 70 72  |.o.main:.C:h.spr|
00000320  69 74 65 0a 6f 2e 6d 61  69 6e 3a 09 43 3a 68 2e  |ite.o.main:.C:h.|
00000330  6f 73 0a 6f 2e 6d 61 69  6e 3a 09 43 3a 68 2e 77  |os.o.main:.C:h.w|
00000340  65 72 72 0a 6f 2e 6d 61  69 6e 3a 09 43 3a 68 2e  |err.o.main:.C:h.|
00000350  77 69 6d 70 74 0a 6f 2e  6d 61 69 6e 3a 09 43 3a  |wimpt.o.main:.C:|
00000360  68 2e 77 69 6d 70 0a 6f  2e 6d 61 69 6e 3a 09 43  |h.wimp.o.main:.C|
00000370  3a 68 2e 77 69 6d 70 0a  6f 2e 6d 61 69 6e 3a 09  |:h.wimp.o.main:.|
00000380  43 3a 68 2e 62 62 63 0a  6f 2e 6d 61 69 6e 3a 09  |C:h.bbc.o.main:.|
00000390  43 3a 68 2e 66 6c 65 78  0a 6f 2e 6d 61 69 6e 3a  |C:h.flex.o.main:|
000003a0  09 43 3a 68 2e 63 6f 6c  6f 75 72 74 72 61 6e 0a  |.C:h.colourtran.|
000003b0  6f 2e 6d 61 69 6e 3a 09  43 3a 68 2e 66 6f 6e 74  |o.main:.C:h.font|
000003c0  0a 6f 2e 6d 61 69 6e 3a  09 43 3a 68 2e 64 72 61  |.o.main:.C:h.dra|
000003d0  77 6d 6f 64 0a 6f 2e 6d  61 69 6e 3a 09 43 3a 68  |wmod.o.main:.C:h|
000003e0  2e 6f 73 0a 6f 2e 6d 61  69 6e 3a 09 43 3a 68 2e  |.os.o.main:.C:h.|
000003f0  76 69 73 64 65 6c 61 79  0a                       |visdelay.|
000003f9