Home » Archimedes archive » Acorn User » AU 1998-05 B.adf » Freeware2 » xuen/!Xuen/Resources/source/linkrun/Makefile

xuen/!Xuen/Resources/source/linkrun/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 1998-05 B.adf » Freeware2
Filename: xuen/!Xuen/Resources/source/linkrun/Makefile
Read OK:
File size: 032A bytes
Load address: 0000
Exec address: 0000
Duplicates

There are 2 duplicate copies of this file in the archive:

File contents
# Project:   linkrun


# 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
DataToAOFflags = -depend !Depend -L _length -S -P -DP
Yaccflags = 
Lexflags = 


# Final targets:
@.lkrun:   ADFS::200Mb.$.!DDE.libraries.Clib.o.RISC_OSLib \
        ADFS::200Mb.$.!DDE.libraries.Clib.o.Stubs @.o.main 
        link $(linkflags) ADFS::200Mb.$.!DDE.libraries.Clib.o.RISC_OSLib \
        ADFS::200Mb.$.!DDE.libraries.Clib.o.Stubs @.o.main 


# 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
00000000  23 20 50 72 6f 6a 65 63  74 3a 20 20 20 6c 69 6e  |# Project:   lin|
00000010  6b 72 75 6e 0a 0a 0a 23  20 54 6f 6f 6c 66 6c 61  |krun...# Toolfla|
00000020  67 73 3a 0a 43 43 66 6c  61 67 73 20 3d 20 2d 63  |gs:.CCflags = -c|
00000030  20 2d 64 65 70 65 6e 64  20 21 44 65 70 65 6e 64  | -depend !Depend|
00000040  20 2d 74 68 72 6f 77 62  61 63 6b 20 2d 49 43 3a  | -throwback -IC:|
00000050  0a 4c 69 6e 6b 66 6c 61  67 73 20 3d 20 2d 6f 20  |.Linkflags = -o |
00000060  24 40 0a 4f 62 6a 41 73  6d 66 6c 61 67 73 20 3d  |$@.ObjAsmflags =|
00000070  20 2d 64 65 70 65 6e 64  20 21 44 65 70 65 6e 64  | -depend !Depend|
00000080  20 2d 54 68 72 6f 77 42  61 63 6b 20 2d 53 74 61  | -ThrowBack -Sta|
00000090  6d 70 20 2d 71 75 69 74  20 2d 43 6c 6f 73 65 45  |mp -quit -CloseE|
000000a0  78 65 63 0a 43 4d 48 47  66 6c 61 67 73 20 3d 20  |xec.CMHGflags = |
000000b0  0a 4c 69 62 46 69 6c 65  66 6c 61 67 73 20 3d 20  |.LibFileflags = |
000000c0  2d 63 20 2d 6f 20 24 40  0a 53 71 75 65 65 7a 65  |-c -o $@.Squeeze|
000000d0  66 6c 61 67 73 20 3d 20  2d 6f 20 24 40 0a 41 41  |flags = -o $@.AA|
000000e0  73 6d 66 6c 61 67 73 20  3d 20 2d 64 65 70 65 6e  |smflags = -depen|
000000f0  64 20 21 44 65 70 65 6e  64 20 2d 71 75 69 74 20  |d !Depend -quit |
00000100  2d 43 6c 6f 73 65 45 78  65 63 20 2d 54 6f 20 24  |-CloseExec -To $|
00000110  40 20 2d 46 72 6f 6d 0a  44 61 74 61 54 6f 41 4f  |@ -From.DataToAO|
00000120  46 66 6c 61 67 73 20 3d  20 2d 64 65 70 65 6e 64  |Fflags = -depend|
00000130  20 21 44 65 70 65 6e 64  20 2d 4c 20 5f 6c 65 6e  | !Depend -L _len|
00000140  67 74 68 20 2d 53 20 2d  50 20 2d 44 50 0a 59 61  |gth -S -P -DP.Ya|
00000150  63 63 66 6c 61 67 73 20  3d 20 0a 4c 65 78 66 6c  |ccflags = .Lexfl|
00000160  61 67 73 20 3d 20 0a 0a  0a 23 20 46 69 6e 61 6c  |ags = ...# Final|
00000170  20 74 61 72 67 65 74 73  3a 0a 40 2e 6c 6b 72 75  | targets:.@.lkru|
00000180  6e 3a 20 20 20 41 44 46  53 3a 3a 32 30 30 4d 62  |n:   ADFS::200Mb|
00000190  2e 24 2e 21 44 44 45 2e  6c 69 62 72 61 72 69 65  |.$.!DDE.librarie|
000001a0  73 2e 43 6c 69 62 2e 6f  2e 52 49 53 43 5f 4f 53  |s.Clib.o.RISC_OS|
000001b0  4c 69 62 20 5c 0a 20 20  20 20 20 20 20 20 41 44  |Lib \.        AD|
000001c0  46 53 3a 3a 32 30 30 4d  62 2e 24 2e 21 44 44 45  |FS::200Mb.$.!DDE|
000001d0  2e 6c 69 62 72 61 72 69  65 73 2e 43 6c 69 62 2e  |.libraries.Clib.|
000001e0  6f 2e 53 74 75 62 73 20  40 2e 6f 2e 6d 61 69 6e  |o.Stubs @.o.main|
000001f0  20 0a 20 20 20 20 20 20  20 20 6c 69 6e 6b 20 24  | .        link $|
00000200  28 6c 69 6e 6b 66 6c 61  67 73 29 20 41 44 46 53  |(linkflags) ADFS|
00000210  3a 3a 32 30 30 4d 62 2e  24 2e 21 44 44 45 2e 6c  |::200Mb.$.!DDE.l|
00000220  69 62 72 61 72 69 65 73  2e 43 6c 69 62 2e 6f 2e  |ibraries.Clib.o.|
00000230  52 49 53 43 5f 4f 53 4c  69 62 20 5c 0a 20 20 20  |RISC_OSLib \.   |
00000240  20 20 20 20 20 41 44 46  53 3a 3a 32 30 30 4d 62  |     ADFS::200Mb|
00000250  2e 24 2e 21 44 44 45 2e  6c 69 62 72 61 72 69 65  |.$.!DDE.librarie|
00000260  73 2e 43 6c 69 62 2e 6f  2e 53 74 75 62 73 20 40  |s.Clib.o.Stubs @|
00000270  2e 6f 2e 6d 61 69 6e 20  0a 0a 0a 23 20 55 73 65  |.o.main ...# Use|
00000280  72 2d 65 64 69 74 61 62  6c 65 20 64 65 70 65 6e  |r-editable depen|
00000290  64 65 6e 63 69 65 73 3a  0a 0a 23 20 53 74 61 74  |dencies:..# Stat|
000002a0  69 63 20 64 65 70 65 6e  64 65 6e 63 69 65 73 3a  |ic dependencies:|
000002b0  0a 40 2e 6f 2e 6d 61 69  6e 3a 20 20 20 40 2e 63  |.@.o.main:   @.c|
000002c0  2e 6d 61 69 6e 0a 20 20  20 20 20 20 20 20 63 63  |.main.        cc|
000002d0  20 24 28 63 63 66 6c 61  67 73 29 20 2d 6f 20 40  | $(ccflags) -o @|
000002e0  2e 6f 2e 6d 61 69 6e 20  40 2e 63 2e 6d 61 69 6e  |.o.main @.c.main|
000002f0  20 0a 0a 0a 23 20 44 79  6e 61 6d 69 63 20 64 65  | ...# Dynamic de|
00000300  70 65 6e 64 65 6e 63 69  65 73 3a 0a 6f 2e 6d 61  |pendencies:.o.ma|
00000310  69 6e 3a 09 63 2e 6d 61  69 6e 0a 6f 2e 6d 61 69  |in:.c.main.o.mai|
00000320  6e 3a 09 43 3a 68 2e 6f  73 0a                    |n:.C:h.os.|
0000032a