Home » Archimedes archive » Acorn User » Acorn User - Updated Shareware Collection (1994).adf » Programs » !Desktop+/Makefile

!Desktop+/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 » Acorn User - Updated Shareware Collection (1994).adf » Programs
Filename: !Desktop+/Makefile
Read OK:
File size: 049E bytes
Load address: 0000
Exec address: 0000
File contents
# Project:   DTopPlus


# 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 $.RISC_OSLib.o.RISC_OSlib $.Clib.o.Stubs @.o.event 
        Link $(Linkflags) @.o.main $.RISC_OSLib.o.RISC_OSlib $.Clib.o.Stubs \
        @.o.event 


# User-editable dependencies:

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


# Dynamic dependencies:
o.event:	c.event
o.event:	C:h.trace
o.event:	C:h.os
o.event:	C:h.wimp
o.event:	C:h.sprite
o.event:	C:h.wimpt
o.event:	C:h.win
o.event:	C:h.menu
o.event:	C:h.alarm
o.event:	C:h.event
o.main:	c.main
o.main:	C:h.wimp
o.main:	C:h.os
o.main:	C:h.sprite
o.main:	C:h.wimpt
o.main:	C:h.win
o.main:	C:h.event
o.main:	C:h.menu
o.main:	C:h.baricon
o.main:	C:h.res
o.main:	C:h.menu
o.main:	C:h.template
o.main:	C:h.dbox
o.main:	C:h.werr
o.main:	C:h.kernel
o.main:	C:h.os
o.main:	C:h.msgs
o.main:	C:h.help
00000000  23 20 50 72 6f 6a 65 63  74 3a 20 20 20 44 54 6f  |# Project:   DTo|
00000010  70 50 6c 75 73 0a 0a 0a  23 20 54 6f 6f 6c 66 6c  |pPlus...# 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 24 2e 52 49  53 43 5f 4f 53 4c 69 62  |ain $.RISC_OSLib|
00000150  2e 6f 2e 52 49 53 43 5f  4f 53 6c 69 62 20 24 2e  |.o.RISC_OSlib $.|
00000160  43 6c 69 62 2e 6f 2e 53  74 75 62 73 20 40 2e 6f  |Clib.o.Stubs @.o|
00000170  2e 65 76 65 6e 74 20 0a  20 20 20 20 20 20 20 20  |.event .        |
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 6d 61  69 6e 20 24 2e 52 49 53  |) @.o.main $.RIS|
000001a0  43 5f 4f 53 4c 69 62 2e  6f 2e 52 49 53 43 5f 4f  |C_OSLib.o.RISC_O|
000001b0  53 6c 69 62 20 24 2e 43  6c 69 62 2e 6f 2e 53 74  |Slib $.Clib.o.St|
000001c0  75 62 73 20 5c 0a 20 20  20 20 20 20 20 20 40 2e  |ubs \.        @.|
000001d0  6f 2e 65 76 65 6e 74 20  0a 0a 0a 23 20 55 73 65  |o.event ...# Use|
000001e0  72 2d 65 64 69 74 61 62  6c 65 20 64 65 70 65 6e  |r-editable depen|
000001f0  64 65 6e 63 69 65 73 3a  0a 0a 23 20 53 74 61 74  |dencies:..# Stat|
00000200  69 63 20 64 65 70 65 6e  64 65 6e 63 69 65 73 3a  |ic dependencies:|
00000210  0a 40 2e 6f 2e 6d 61 69  6e 3a 20 20 20 40 2e 63  |.@.o.main:   @.c|
00000220  2e 6d 61 69 6e 0a 20 20  20 20 20 20 20 20 63 63  |.main.        cc|
00000230  20 24 28 63 63 66 6c 61  67 73 29 20 2d 6f 20 40  | $(ccflags) -o @|
00000240  2e 6f 2e 6d 61 69 6e 20  40 2e 63 2e 6d 61 69 6e  |.o.main @.c.main|
00000250  20 0a 40 2e 6f 2e 65 76  65 6e 74 3a 20 20 20 40  | .@.o.event:   @|
00000260  2e 63 2e 65 76 65 6e 74  0a 20 20 20 20 20 20 20  |.c.event.       |
00000270  20 63 63 20 24 28 63 63  66 6c 61 67 73 29 20 2d  | cc $(ccflags) -|
00000280  6f 20 40 2e 6f 2e 65 76  65 6e 74 20 40 2e 63 2e  |o @.o.event @.c.|
00000290  65 76 65 6e 74 20 0a 0a  0a 23 20 44 79 6e 61 6d  |event ...# Dynam|
000002a0  69 63 20 64 65 70 65 6e  64 65 6e 63 69 65 73 3a  |ic dependencies:|
000002b0  0a 6f 2e 65 76 65 6e 74  3a 09 63 2e 65 76 65 6e  |.o.event:.c.even|
000002c0  74 0a 6f 2e 65 76 65 6e  74 3a 09 43 3a 68 2e 74  |t.o.event:.C:h.t|
000002d0  72 61 63 65 0a 6f 2e 65  76 65 6e 74 3a 09 43 3a  |race.o.event:.C:|
000002e0  68 2e 6f 73 0a 6f 2e 65  76 65 6e 74 3a 09 43 3a  |h.os.o.event:.C:|
000002f0  68 2e 77 69 6d 70 0a 6f  2e 65 76 65 6e 74 3a 09  |h.wimp.o.event:.|
00000300  43 3a 68 2e 73 70 72 69  74 65 0a 6f 2e 65 76 65  |C:h.sprite.o.eve|
00000310  6e 74 3a 09 43 3a 68 2e  77 69 6d 70 74 0a 6f 2e  |nt:.C:h.wimpt.o.|
00000320  65 76 65 6e 74 3a 09 43  3a 68 2e 77 69 6e 0a 6f  |event:.C:h.win.o|
00000330  2e 65 76 65 6e 74 3a 09  43 3a 68 2e 6d 65 6e 75  |.event:.C:h.menu|
00000340  0a 6f 2e 65 76 65 6e 74  3a 09 43 3a 68 2e 61 6c  |.o.event:.C:h.al|
00000350  61 72 6d 0a 6f 2e 65 76  65 6e 74 3a 09 43 3a 68  |arm.o.event:.C:h|
00000360  2e 65 76 65 6e 74 0a 6f  2e 6d 61 69 6e 3a 09 63  |.event.o.main:.c|
00000370  2e 6d 61 69 6e 0a 6f 2e  6d 61 69 6e 3a 09 43 3a  |.main.o.main:.C:|
00000380  68 2e 77 69 6d 70 0a 6f  2e 6d 61 69 6e 3a 09 43  |h.wimp.o.main:.C|
00000390  3a 68 2e 6f 73 0a 6f 2e  6d 61 69 6e 3a 09 43 3a  |:h.os.o.main:.C:|
000003a0  68 2e 73 70 72 69 74 65  0a 6f 2e 6d 61 69 6e 3a  |h.sprite.o.main:|
000003b0  09 43 3a 68 2e 77 69 6d  70 74 0a 6f 2e 6d 61 69  |.C:h.wimpt.o.mai|
000003c0  6e 3a 09 43 3a 68 2e 77  69 6e 0a 6f 2e 6d 61 69  |n:.C:h.win.o.mai|
000003d0  6e 3a 09 43 3a 68 2e 65  76 65 6e 74 0a 6f 2e 6d  |n:.C:h.event.o.m|
000003e0  61 69 6e 3a 09 43 3a 68  2e 6d 65 6e 75 0a 6f 2e  |ain:.C:h.menu.o.|
000003f0  6d 61 69 6e 3a 09 43 3a  68 2e 62 61 72 69 63 6f  |main:.C:h.barico|
00000400  6e 0a 6f 2e 6d 61 69 6e  3a 09 43 3a 68 2e 72 65  |n.o.main:.C:h.re|
00000410  73 0a 6f 2e 6d 61 69 6e  3a 09 43 3a 68 2e 6d 65  |s.o.main:.C:h.me|
00000420  6e 75 0a 6f 2e 6d 61 69  6e 3a 09 43 3a 68 2e 74  |nu.o.main:.C:h.t|
00000430  65 6d 70 6c 61 74 65 0a  6f 2e 6d 61 69 6e 3a 09  |emplate.o.main:.|
00000440  43 3a 68 2e 64 62 6f 78  0a 6f 2e 6d 61 69 6e 3a  |C:h.dbox.o.main:|
00000450  09 43 3a 68 2e 77 65 72  72 0a 6f 2e 6d 61 69 6e  |.C:h.werr.o.main|
00000460  3a 09 43 3a 68 2e 6b 65  72 6e 65 6c 0a 6f 2e 6d  |:.C:h.kernel.o.m|
00000470  61 69 6e 3a 09 43 3a 68  2e 6f 73 0a 6f 2e 6d 61  |ain:.C:h.os.o.ma|
00000480  69 6e 3a 09 43 3a 68 2e  6d 73 67 73 0a 6f 2e 6d  |in:.C:h.msgs.o.m|
00000490  61 69 6e 3a 09 43 3a 68  2e 68 65 6c 70 0a        |ain:.C:h.help.|
0000049e