Home » Archimedes archive » Archimedes World » AW-1996-03-Disc 2.adf » !AcornAns_AcornAns » !Trans2d/Makefile

!Trans2d/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-1996-03-Disc 2.adf » !AcornAns_AcornAns
Filename: !Trans2d/Makefile
Read OK:
File size: 0406 bytes
Load address: 0000
Exec address: 0000
File contents
# Project:   Trans2d


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


# User-editable dependencies:


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


# Dynamic dependencies:
@.o.main_asse: h.RegNames
@.o.main_asse: h.SWInames
@.o.main_asse: s.macros1
@.o.main_asse: s.subrouts1
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:	C:h.werr
o.main:	C:h.bbc
o.main:	C:h.os
o.main:	C:h.swis
00000000  23 20 50 72 6f 6a 65 63  74 3a 20 20 20 54 72 61  |# Project:   Tra|
00000010  6e 73 32 64 0a 0a 0a 23  20 54 6f 6f 6c 66 6c 61  |ns2d...# 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  0a 0a 23 20 46 69 6e 61  |@ -From...# Fina|
00000120  6c 20 74 61 72 67 65 74  73 3a 0a 40 2e 21 52 75  |l targets:.@.!Ru|
00000130  6e 49 6d 61 67 65 3a 20  20 20 40 2e 5e 2e 5e 2e  |nImage:   @.^.^.|
00000140  5e 2e 5e 2e 5e 2e 43 6c  69 62 2e 6f 2e 53 74 75  |^.^.^.Clib.o.Stu|
00000150  62 73 20 40 2e 5e 2e 5e  2e 5e 2e 5e 2e 5e 2e 52  |bs @.^.^.^.^.^.R|
00000160  49 53 43 5f 4f 53 4c 69  62 2e 6f 2e 52 49 53 43  |ISC_OSLib.o.RISC|
00000170  5f 4f 53 6c 69 62 20 5c  0a 20 20 20 20 20 20 20  |_OSlib \.       |
00000180  20 40 2e 6f 2e 6d 61 69  6e 20 40 2e 6f 2e 6d 61  | @.o.main @.o.ma|
00000190  69 6e 5f 61 73 73 65 20  0a 20 20 20 20 20 20 20  |in_asse .       |
000001a0  20 4c 69 6e 6b 20 24 28  4c 69 6e 6b 66 6c 61 67  | Link $(Linkflag|
000001b0  73 29 20 40 2e 5e 2e 5e  2e 5e 2e 5e 2e 5e 2e 43  |s) @.^.^.^.^.^.C|
000001c0  6c 69 62 2e 6f 2e 53 74  75 62 73 20 5c 0a 20 20  |lib.o.Stubs \.  |
000001d0  20 20 20 20 20 20 40 2e  5e 2e 5e 2e 5e 2e 5e 2e  |      @.^.^.^.^.|
000001e0  5e 2e 52 49 53 43 5f 4f  53 4c 69 62 2e 6f 2e 52  |^.RISC_OSLib.o.R|
000001f0  49 53 43 5f 4f 53 6c 69  62 20 40 2e 6f 2e 6d 61  |ISC_OSlib @.o.ma|
00000200  69 6e 20 40 2e 6f 2e 6d  61 69 6e 5f 61 73 73 65  |in @.o.main_asse|
00000210  20 0a 0a 0a 23 20 55 73  65 72 2d 65 64 69 74 61  | ...# User-edita|
00000220  62 6c 65 20 64 65 70 65  6e 64 65 6e 63 69 65 73  |ble dependencies|
00000230  3a 0a 0a 0a 23 20 53 74  61 74 69 63 20 64 65 70  |:...# Static dep|
00000240  65 6e 64 65 6e 63 69 65  73 3a 0a 40 2e 6f 2e 6d  |endencies:.@.o.m|
00000250  61 69 6e 3a 20 20 20 40  2e 63 2e 6d 61 69 6e 0a  |ain:   @.c.main.|
00000260  20 20 20 20 20 20 20 20  63 63 20 24 28 63 63 66  |        cc $(ccf|
00000270  6c 61 67 73 29 20 2d 6f  20 40 2e 6f 2e 6d 61 69  |lags) -o @.o.mai|
00000280  6e 20 40 2e 63 2e 6d 61  69 6e 20 0a 40 2e 6f 2e  |n @.c.main .@.o.|
00000290  6d 61 69 6e 5f 61 73 73  65 3a 20 20 20 40 2e 73  |main_asse:   @.s|
000002a0  2e 6d 61 69 6e 5f 61 73  73 65 0a 20 20 20 20 20  |.main_asse.     |
000002b0  20 20 20 6f 62 6a 61 73  6d 20 24 28 6f 62 6a 61  |   objasm $(obja|
000002c0  73 6d 66 6c 61 67 73 29  20 2d 66 72 6f 6d 20 40  |smflags) -from @|
000002d0  2e 73 2e 6d 61 69 6e 5f  61 73 73 65 20 2d 74 6f  |.s.main_asse -to|
000002e0  20 40 2e 6f 2e 6d 61 69  6e 5f 61 73 73 65 0a 0a  | @.o.main_asse..|
000002f0  0a 23 20 44 79 6e 61 6d  69 63 20 64 65 70 65 6e  |.# Dynamic depen|
00000300  64 65 6e 63 69 65 73 3a  0a 40 2e 6f 2e 6d 61 69  |dencies:.@.o.mai|
00000310  6e 5f 61 73 73 65 3a 20  68 2e 52 65 67 4e 61 6d  |n_asse: h.RegNam|
00000320  65 73 0a 40 2e 6f 2e 6d  61 69 6e 5f 61 73 73 65  |es.@.o.main_asse|
00000330  3a 20 68 2e 53 57 49 6e  61 6d 65 73 0a 40 2e 6f  |: h.SWInames.@.o|
00000340  2e 6d 61 69 6e 5f 61 73  73 65 3a 20 73 2e 6d 61  |.main_asse: s.ma|
00000350  63 72 6f 73 31 0a 40 2e  6f 2e 6d 61 69 6e 5f 61  |cros1.@.o.main_a|
00000360  73 73 65 3a 20 73 2e 73  75 62 72 6f 75 74 73 31  |sse: s.subrouts1|
00000370  0a 6f 2e 6d 61 69 6e 3a  09 63 2e 6d 61 69 6e 0a  |.o.main:.c.main.|
00000380  6f 2e 6d 61 69 6e 3a 09  43 3a 68 2e 77 69 6d 70  |o.main:.C:h.wimp|
00000390  74 0a 6f 2e 6d 61 69 6e  3a 09 43 3a 68 2e 77 69  |t.o.main:.C:h.wi|
000003a0  6d 70 0a 6f 2e 6d 61 69  6e 3a 09 43 3a 68 2e 6f  |mp.o.main:.C:h.o|
000003b0  73 0a 6f 2e 6d 61 69 6e  3a 09 43 3a 68 2e 73 70  |s.o.main:.C:h.sp|
000003c0  72 69 74 65 0a 6f 2e 6d  61 69 6e 3a 09 43 3a 68  |rite.o.main:.C:h|
000003d0  2e 77 65 72 72 0a 6f 2e  6d 61 69 6e 3a 09 43 3a  |.werr.o.main:.C:|
000003e0  68 2e 62 62 63 0a 6f 2e  6d 61 69 6e 3a 09 43 3a  |h.bbc.o.main:.C:|
000003f0  68 2e 6f 73 0a 6f 2e 6d  61 69 6e 3a 09 43 3a 68  |h.os.o.main:.C:h|
00000400  2e 73 77 69 73 0a                                 |.swis.|
00000406