Home » Recent acquisitions » Acorn ADFS disks » adfs_ArchimedesWorld_15_03.adf » !AcornAns_AcornAns » Flocking/C/Makefile

Flocking/C/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 » Recent acquisitions » Acorn ADFS disks » adfs_ArchimedesWorld_15_03.adf » !AcornAns_AcornAns
Filename: Flocking/C/Makefile
Read OK:
File size: 0480 bytes
Load address: 0000
Exec address: 0000
File contents
# Project:   Flock


# Toolflags:
CCflags = -c -depend !Depend -IC: -throwback
C++flags = -c -depend !Depend -IC: -throwback
Linkflags = -aif -c++ -o $@
ObjAsmflags = -throwback -NoCache -depend !Depend
CMHGflags = 
LibFileflags = -c -o $@
Squeezeflags = -o $@


# Final targets:
@.FlockMe:   @.o.main @.o.main_asse \
        @.^.^.^.^.^.AcornC_C++.Libraries.clib.o.Stubs @.^.^.^.^.^.AcornC_C++.Libraries.risc_oslib.o.RISC_OSlib 
        Link $(Linkflags) @.o.main @.o.main_asse \
        @.^.^.^.^.^.AcornC_C++.Libraries.clib.o.Stubs @.^.^.^.^.^.AcornC_C++.Libraries.risc_oslib.o.RISC_OSlib 


# 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:	c.main
o.main:	C:h.werr
o.main:	C:h.os
o.main:	C:h.kernel
o.main:	C:h.akbd
o.main:	C:h.bbc
o.main:	C:h.pointer
o.main:	C:h.sprite
o.main:	C:h.visdelay
o.main:	h.swis
o.main_asse: s.main_asse
o.main_asse: h.RegNames
o.main_asse: h.SWInames
o.main_asse: s.macros1
o.main_asse: s.subrouts1
o.main_asse: s.n2
00000000  23 20 50 72 6f 6a 65 63  74 3a 20 20 20 46 6c 6f  |# Project:   Flo|
00000010  63 6b 0a 0a 0a 23 20 54  6f 6f 6c 66 6c 61 67 73  |ck...# Toolflags|
00000020  3a 0a 43 43 66 6c 61 67  73 20 3d 20 2d 63 20 2d  |:.CCflags = -c -|
00000030  64 65 70 65 6e 64 20 21  44 65 70 65 6e 64 20 2d  |depend !Depend -|
00000040  49 43 3a 20 2d 74 68 72  6f 77 62 61 63 6b 0a 43  |IC: -throwback.C|
00000050  2b 2b 66 6c 61 67 73 20  3d 20 2d 63 20 2d 64 65  |++flags = -c -de|
00000060  70 65 6e 64 20 21 44 65  70 65 6e 64 20 2d 49 43  |pend !Depend -IC|
00000070  3a 20 2d 74 68 72 6f 77  62 61 63 6b 0a 4c 69 6e  |: -throwback.Lin|
00000080  6b 66 6c 61 67 73 20 3d  20 2d 61 69 66 20 2d 63  |kflags = -aif -c|
00000090  2b 2b 20 2d 6f 20 24 40  0a 4f 62 6a 41 73 6d 66  |++ -o $@.ObjAsmf|
000000a0  6c 61 67 73 20 3d 20 2d  74 68 72 6f 77 62 61 63  |lags = -throwbac|
000000b0  6b 20 2d 4e 6f 43 61 63  68 65 20 2d 64 65 70 65  |k -NoCache -depe|
000000c0  6e 64 20 21 44 65 70 65  6e 64 0a 43 4d 48 47 66  |nd !Depend.CMHGf|
000000d0  6c 61 67 73 20 3d 20 0a  4c 69 62 46 69 6c 65 66  |lags = .LibFilef|
000000e0  6c 61 67 73 20 3d 20 2d  63 20 2d 6f 20 24 40 0a  |lags = -c -o $@.|
000000f0  53 71 75 65 65 7a 65 66  6c 61 67 73 20 3d 20 2d  |Squeezeflags = -|
00000100  6f 20 24 40 0a 0a 0a 23  20 46 69 6e 61 6c 20 74  |o $@...# Final t|
00000110  61 72 67 65 74 73 3a 0a  40 2e 46 6c 6f 63 6b 4d  |argets:.@.FlockM|
00000120  65 3a 20 20 20 40 2e 6f  2e 6d 61 69 6e 20 40 2e  |e:   @.o.main @.|
00000130  6f 2e 6d 61 69 6e 5f 61  73 73 65 20 5c 0a 20 20  |o.main_asse \.  |
00000140  20 20 20 20 20 20 40 2e  5e 2e 5e 2e 5e 2e 5e 2e  |      @.^.^.^.^.|
00000150  5e 2e 41 63 6f 72 6e 43  5f 43 2b 2b 2e 4c 69 62  |^.AcornC_C++.Lib|
00000160  72 61 72 69 65 73 2e 63  6c 69 62 2e 6f 2e 53 74  |raries.clib.o.St|
00000170  75 62 73 20 40 2e 5e 2e  5e 2e 5e 2e 5e 2e 5e 2e  |ubs @.^.^.^.^.^.|
00000180  41 63 6f 72 6e 43 5f 43  2b 2b 2e 4c 69 62 72 61  |AcornC_C++.Libra|
00000190  72 69 65 73 2e 72 69 73  63 5f 6f 73 6c 69 62 2e  |ries.risc_oslib.|
000001a0  6f 2e 52 49 53 43 5f 4f  53 6c 69 62 20 0a 20 20  |o.RISC_OSlib .  |
000001b0  20 20 20 20 20 20 4c 69  6e 6b 20 24 28 4c 69 6e  |      Link $(Lin|
000001c0  6b 66 6c 61 67 73 29 20  40 2e 6f 2e 6d 61 69 6e  |kflags) @.o.main|
000001d0  20 40 2e 6f 2e 6d 61 69  6e 5f 61 73 73 65 20 5c  | @.o.main_asse \|
000001e0  0a 20 20 20 20 20 20 20  20 40 2e 5e 2e 5e 2e 5e  |.        @.^.^.^|
000001f0  2e 5e 2e 5e 2e 41 63 6f  72 6e 43 5f 43 2b 2b 2e  |.^.^.AcornC_C++.|
00000200  4c 69 62 72 61 72 69 65  73 2e 63 6c 69 62 2e 6f  |Libraries.clib.o|
00000210  2e 53 74 75 62 73 20 40  2e 5e 2e 5e 2e 5e 2e 5e  |.Stubs @.^.^.^.^|
00000220  2e 5e 2e 41 63 6f 72 6e  43 5f 43 2b 2b 2e 4c 69  |.^.AcornC_C++.Li|
00000230  62 72 61 72 69 65 73 2e  72 69 73 63 5f 6f 73 6c  |braries.risc_osl|
00000240  69 62 2e 6f 2e 52 49 53  43 5f 4f 53 6c 69 62 20  |ib.o.RISC_OSlib |
00000250  0a 0a 0a 23 20 55 73 65  72 2d 65 64 69 74 61 62  |...# User-editab|
00000260  6c 65 20 64 65 70 65 6e  64 65 6e 63 69 65 73 3a  |le dependencies:|
00000270  0a 0a 23 20 53 74 61 74  69 63 20 64 65 70 65 6e  |..# Static depen|
00000280  64 65 6e 63 69 65 73 3a  0a 40 2e 6f 2e 6d 61 69  |dencies:.@.o.mai|
00000290  6e 3a 20 20 20 40 2e 63  2e 6d 61 69 6e 0a 20 20  |n:   @.c.main.  |
000002a0  20 20 20 20 20 20 63 63  20 24 28 63 63 66 6c 61  |      cc $(ccfla|
000002b0  67 73 29 20 2d 6f 20 40  2e 6f 2e 6d 61 69 6e 20  |gs) -o @.o.main |
000002c0  40 2e 63 2e 6d 61 69 6e  20 0a 40 2e 6f 2e 6d 61  |@.c.main .@.o.ma|
000002d0  69 6e 5f 61 73 73 65 3a  20 20 20 40 2e 73 2e 6d  |in_asse:   @.s.m|
000002e0  61 69 6e 5f 61 73 73 65  0a 20 20 20 20 20 20 20  |ain_asse.       |
000002f0  20 6f 62 6a 61 73 6d 20  24 28 6f 62 6a 61 73 6d  | objasm $(objasm|
00000300  66 6c 61 67 73 29 20 2d  66 72 6f 6d 20 40 2e 73  |flags) -from @.s|
00000310  2e 6d 61 69 6e 5f 61 73  73 65 20 2d 74 6f 20 40  |.main_asse -to @|
00000320  2e 6f 2e 6d 61 69 6e 5f  61 73 73 65 0a 0a 0a 23  |.o.main_asse...#|
00000330  20 44 79 6e 61 6d 69 63  20 64 65 70 65 6e 64 65  | Dynamic depende|
00000340  6e 63 69 65 73 3a 0a 6f  2e 6d 61 69 6e 3a 09 63  |ncies:.o.main:.c|
00000350  2e 6d 61 69 6e 0a 6f 2e  6d 61 69 6e 3a 09 43 3a  |.main.o.main:.C:|
00000360  68 2e 77 65 72 72 0a 6f  2e 6d 61 69 6e 3a 09 43  |h.werr.o.main:.C|
00000370  3a 68 2e 6f 73 0a 6f 2e  6d 61 69 6e 3a 09 43 3a  |:h.os.o.main:.C:|
00000380  68 2e 6b 65 72 6e 65 6c  0a 6f 2e 6d 61 69 6e 3a  |h.kernel.o.main:|
00000390  09 43 3a 68 2e 61 6b 62  64 0a 6f 2e 6d 61 69 6e  |.C:h.akbd.o.main|
000003a0  3a 09 43 3a 68 2e 62 62  63 0a 6f 2e 6d 61 69 6e  |:.C:h.bbc.o.main|
000003b0  3a 09 43 3a 68 2e 70 6f  69 6e 74 65 72 0a 6f 2e  |:.C:h.pointer.o.|
000003c0  6d 61 69 6e 3a 09 43 3a  68 2e 73 70 72 69 74 65  |main:.C:h.sprite|
000003d0  0a 6f 2e 6d 61 69 6e 3a  09 43 3a 68 2e 76 69 73  |.o.main:.C:h.vis|
000003e0  64 65 6c 61 79 0a 6f 2e  6d 61 69 6e 3a 09 68 2e  |delay.o.main:.h.|
000003f0  73 77 69 73 0a 6f 2e 6d  61 69 6e 5f 61 73 73 65  |swis.o.main_asse|
00000400  3a 20 73 2e 6d 61 69 6e  5f 61 73 73 65 0a 6f 2e  |: s.main_asse.o.|
00000410  6d 61 69 6e 5f 61 73 73  65 3a 20 68 2e 52 65 67  |main_asse: h.Reg|
00000420  4e 61 6d 65 73 0a 6f 2e  6d 61 69 6e 5f 61 73 73  |Names.o.main_ass|
00000430  65 3a 20 68 2e 53 57 49  6e 61 6d 65 73 0a 6f 2e  |e: h.SWInames.o.|
00000440  6d 61 69 6e 5f 61 73 73  65 3a 20 73 2e 6d 61 63  |main_asse: s.mac|
00000450  72 6f 73 31 0a 6f 2e 6d  61 69 6e 5f 61 73 73 65  |ros1.o.main_asse|
00000460  3a 20 73 2e 73 75 62 72  6f 75 74 73 31 0a 6f 2e  |: s.subrouts1.o.|
00000470  6d 61 69 6e 5f 61 73 73  65 3a 20 73 2e 6e 32 0a  |main_asse: s.n2.|
00000480