Home » Archimedes archive » Acorn Computing » 1994 11.adf » 9411 » TechForum/Waster/!Waster/Makefile

TechForum/Waster/!Waster/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 Computing » 1994 11.adf » 9411
Filename: TechForum/Waster/!Waster/Makefile
Read OK:
File size: 034B bytes
Load address: 0000
Exec address: 0000
File contents
# Project:   Waster


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


# User-editable dependencies:

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


# Dynamic dependencies:
o.main:	c.main
o.main:	C:h.os
o.main:	C:h.drawferror
o.main:	C:h.drawftypes
o.main:	C:h.sprite
o.main:	C:h.drawfdiag
o.main:	C:h.drawfdiag
o.main:	C:h.drawfobj
o.main:	C:h.drawmod
o.main:	C:h.sprite
o.main:	C:h.flex
00000000  23 20 50 72 6f 6a 65 63  74 3a 20 20 20 57 61 73  |# Project:   Was|
00000010  74 65 72 0a 0a 0a 23 20  54 6f 6f 6c 66 6c 61 67  |ter...# 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 74 68 72 6f 77 62 61  63 6b 20 2d 49 43 3a 0a  |-throwback -IC:.|
00000050  4c 69 6e 6b 66 6c 61 67  73 20 3d 20 2d 6f 20 24  |Linkflags = -o $|
00000060  40 0a 4f 62 6a 41 73 6d  66 6c 61 67 73 20 3d 20  |@.ObjAsmflags = |
00000070  2d 64 65 70 65 6e 64 20  21 44 65 70 65 6e 64 20  |-depend !Depend |
00000080  2d 54 68 72 6f 77 42 61  63 6b 20 2d 53 74 61 6d  |-ThrowBack -Stam|
00000090  70 20 2d 71 75 69 74 20  2d 43 6c 6f 73 65 45 78  |p -quit -CloseEx|
000000a0  65 63 0a 43 4d 48 47 66  6c 61 67 73 20 3d 20 0a  |ec.CMHGflags = .|
000000b0  4c 69 62 46 69 6c 65 66  6c 61 67 73 20 3d 20 2d  |LibFileflags = -|
000000c0  63 20 2d 6f 20 24 40 0a  53 71 75 65 65 7a 65 66  |c -o $@.Squeezef|
000000d0  6c 61 67 73 20 3d 20 2d  6f 20 24 40 0a 41 41 73  |lags = -o $@.AAs|
000000e0  6d 66 6c 61 67 73 20 3d  20 2d 64 65 70 65 6e 64  |mflags = -depend|
000000f0  20 21 44 65 70 65 6e 64  20 2d 71 75 69 74 20 2d  | !Depend -quit -|
00000100  43 6c 6f 73 65 45 78 65  63 20 2d 54 6f 20 24 40  |CloseExec -To $@|
00000110  20 2d 46 72 6f 6d 0a 0a  0a 23 20 46 69 6e 61 6c  | -From...# Final|
00000120  20 74 61 72 67 65 74 73  3a 0a 40 2e 57 61 73 74  | targets:.@.Wast|
00000130  65 72 3a 20 20 20 40 2e  6f 2e 6d 61 69 6e 20 40  |er:   @.o.main @|
00000140  2e 5e 2e 5e 2e 5e 2e 5e  2e 43 6c 69 62 2e 6f 2e  |.^.^.^.^.Clib.o.|
00000150  53 74 75 62 73 20 40 2e  5e 2e 5e 2e 5e 2e 5e 2e  |Stubs @.^.^.^.^.|
00000160  52 49 53 43 5f 4f 53 4c  69 62 2e 6f 2e 52 49 53  |RISC_OSLib.o.RIS|
00000170  43 5f 4f 53 6c 69 62 20  0a 20 20 20 20 20 20 20  |C_OSlib .       |
00000180  20 4c 69 6e 6b 20 24 28  4c 69 6e 6b 66 6c 61 67  | Link $(Linkflag|
00000190  73 29 20 40 2e 6f 2e 6d  61 69 6e 20 40 2e 5e 2e  |s) @.o.main @.^.|
000001a0  5e 2e 5e 2e 5e 2e 43 6c  69 62 2e 6f 2e 53 74 75  |^.^.^.Clib.o.Stu|
000001b0  62 73 20 5c 0a 20 20 20  20 20 20 20 20 40 2e 5e  |bs \.        @.^|
000001c0  2e 5e 2e 5e 2e 5e 2e 52  49 53 43 5f 4f 53 4c 69  |.^.^.^.RISC_OSLi|
000001d0  62 2e 6f 2e 52 49 53 43  5f 4f 53 6c 69 62 20 0a  |b.o.RISC_OSlib .|
000001e0  0a 0a 23 20 55 73 65 72  2d 65 64 69 74 61 62 6c  |..# User-editabl|
000001f0  65 20 64 65 70 65 6e 64  65 6e 63 69 65 73 3a 0a  |e dependencies:.|
00000200  0a 23 20 53 74 61 74 69  63 20 64 65 70 65 6e 64  |.# Static depend|
00000210  65 6e 63 69 65 73 3a 0a  40 2e 6f 2e 6d 61 69 6e  |encies:.@.o.main|
00000220  3a 20 20 20 40 2e 63 2e  6d 61 69 6e 0a 20 20 20  |:   @.c.main.   |
00000230  20 20 20 20 20 63 63 20  24 28 63 63 66 6c 61 67  |     cc $(ccflag|
00000240  73 29 20 2d 6f 20 40 2e  6f 2e 6d 61 69 6e 20 40  |s) -o @.o.main @|
00000250  2e 63 2e 6d 61 69 6e 20  0a 0a 0a 23 20 44 79 6e  |.c.main ...# Dyn|
00000260  61 6d 69 63 20 64 65 70  65 6e 64 65 6e 63 69 65  |amic dependencie|
00000270  73 3a 0a 6f 2e 6d 61 69  6e 3a 09 63 2e 6d 61 69  |s:.o.main:.c.mai|
00000280  6e 0a 6f 2e 6d 61 69 6e  3a 09 43 3a 68 2e 6f 73  |n.o.main:.C:h.os|
00000290  0a 6f 2e 6d 61 69 6e 3a  09 43 3a 68 2e 64 72 61  |.o.main:.C:h.dra|
000002a0  77 66 65 72 72 6f 72 0a  6f 2e 6d 61 69 6e 3a 09  |wferror.o.main:.|
000002b0  43 3a 68 2e 64 72 61 77  66 74 79 70 65 73 0a 6f  |C:h.drawftypes.o|
000002c0  2e 6d 61 69 6e 3a 09 43  3a 68 2e 73 70 72 69 74  |.main:.C:h.sprit|
000002d0  65 0a 6f 2e 6d 61 69 6e  3a 09 43 3a 68 2e 64 72  |e.o.main:.C:h.dr|
000002e0  61 77 66 64 69 61 67 0a  6f 2e 6d 61 69 6e 3a 09  |awfdiag.o.main:.|
000002f0  43 3a 68 2e 64 72 61 77  66 64 69 61 67 0a 6f 2e  |C:h.drawfdiag.o.|
00000300  6d 61 69 6e 3a 09 43 3a  68 2e 64 72 61 77 66 6f  |main:.C:h.drawfo|
00000310  62 6a 0a 6f 2e 6d 61 69  6e 3a 09 43 3a 68 2e 64  |bj.o.main:.C:h.d|
00000320  72 61 77 6d 6f 64 0a 6f  2e 6d 61 69 6e 3a 09 43  |rawmod.o.main:.C|
00000330  3a 68 2e 73 70 72 69 74  65 0a 6f 2e 6d 61 69 6e  |:h.sprite.o.main|
00000340  3a 09 43 3a 68 2e 66 6c  65 78 0a                 |:.C:h.flex.|
0000034b