Home » Archimedes archive » Acorn Computing » 1994 04.adf » 9404 » TechForum/!ConvDate/Makefile

TechForum/!ConvDate/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 04.adf » 9404
Filename: TechForum/!ConvDate/Makefile
Read OK:
File size: 0305 bytes
Load address: 0000
Exec address: 0000
File contents
# Project:   ConvDate


# 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:   SCSI::SCSIdisk4.$.RISC_OSLib.o.RISC_OSlib \
        SCSI::SCSIdisk4.$.Clib.o.Stubs @.o.main 
        Link $(Linkflags) SCSI::SCSIdisk4.$.RISC_OSLib.o.RISC_OSlib \
        SCSI::SCSIdisk4.$.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.wimpt
o.main:	C:h.wimp
o.main:	C:h.os
o.main:	C:h.sprite
o.main:	h.swis
00000000  23 20 50 72 6f 6a 65 63  74 3a 20 20 20 43 6f 6e  |# Project:   Con|
00000010  76 44 61 74 65 0a 0a 0a  23 20 54 6f 6f 6c 66 6c  |vDate...# 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 53 43 53 49 3a  |unImage:   SCSI:|
00000140  3a 53 43 53 49 64 69 73  6b 34 2e 24 2e 52 49 53  |:SCSIdisk4.$.RIS|
00000150  43 5f 4f 53 4c 69 62 2e  6f 2e 52 49 53 43 5f 4f  |C_OSLib.o.RISC_O|
00000160  53 6c 69 62 20 5c 0a 20  20 20 20 20 20 20 20 53  |Slib \.        S|
00000170  43 53 49 3a 3a 53 43 53  49 64 69 73 6b 34 2e 24  |CSI::SCSIdisk4.$|
00000180  2e 43 6c 69 62 2e 6f 2e  53 74 75 62 73 20 40 2e  |.Clib.o.Stubs @.|
00000190  6f 2e 6d 61 69 6e 20 0a  20 20 20 20 20 20 20 20  |o.main .        |
000001a0  4c 69 6e 6b 20 24 28 4c  69 6e 6b 66 6c 61 67 73  |Link $(Linkflags|
000001b0  29 20 53 43 53 49 3a 3a  53 43 53 49 64 69 73 6b  |) SCSI::SCSIdisk|
000001c0  34 2e 24 2e 52 49 53 43  5f 4f 53 4c 69 62 2e 6f  |4.$.RISC_OSLib.o|
000001d0  2e 52 49 53 43 5f 4f 53  6c 69 62 20 5c 0a 20 20  |.RISC_OSlib \.  |
000001e0  20 20 20 20 20 20 53 43  53 49 3a 3a 53 43 53 49  |      SCSI::SCSI|
000001f0  64 69 73 6b 34 2e 24 2e  43 6c 69 62 2e 6f 2e 53  |disk4.$.Clib.o.S|
00000200  74 75 62 73 20 40 2e 6f  2e 6d 61 69 6e 20 0a 0a  |tubs @.o.main ..|
00000210  0a 23 20 55 73 65 72 2d  65 64 69 74 61 62 6c 65  |.# User-editable|
00000220  20 64 65 70 65 6e 64 65  6e 63 69 65 73 3a 0a 0a  | dependencies:..|
00000230  23 20 53 74 61 74 69 63  20 64 65 70 65 6e 64 65  |# Static depende|
00000240  6e 63 69 65 73 3a 0a 40  2e 6f 2e 6d 61 69 6e 3a  |ncies:.@.o.main:|
00000250  20 20 20 40 2e 63 2e 6d  61 69 6e 0a 20 20 20 20  |   @.c.main.    |
00000260  20 20 20 20 63 63 20 24  28 63 63 66 6c 61 67 73  |    cc $(ccflags|
00000270  29 20 2d 6f 20 40 2e 6f  2e 6d 61 69 6e 20 40 2e  |) -o @.o.main @.|
00000280  63 2e 6d 61 69 6e 20 0a  0a 0a 23 20 44 79 6e 61  |c.main ...# Dyna|
00000290  6d 69 63 20 64 65 70 65  6e 64 65 6e 63 69 65 73  |mic dependencies|
000002a0  3a 0a 6f 2e 6d 61 69 6e  3a 09 63 2e 6d 61 69 6e  |:.o.main:.c.main|
000002b0  0a 6f 2e 6d 61 69 6e 3a  09 43 3a 68 2e 77 69 6d  |.o.main:.C:h.wim|
000002c0  70 74 0a 6f 2e 6d 61 69  6e 3a 09 43 3a 68 2e 77  |pt.o.main:.C:h.w|
000002d0  69 6d 70 0a 6f 2e 6d 61  69 6e 3a 09 43 3a 68 2e  |imp.o.main:.C:h.|
000002e0  6f 73 0a 6f 2e 6d 61 69  6e 3a 09 43 3a 68 2e 73  |os.o.main:.C:h.s|
000002f0  70 72 69 74 65 0a 6f 2e  6d 61 69 6e 3a 09 68 2e  |prite.o.main:.h.|
00000300  73 77 69 73 0a                                    |swis.|
00000305