Home » Archimedes archive » Acorn User » AU 1997-12.adf » Regulars » C/!Skeleton/Makefile

C/!Skeleton/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 1997-12.adf » Regulars
Filename: C/!Skeleton/Makefile
Read OK:
File size: 03A2 bytes
Load address: 0000
Exec address: 0000
File contents
# Project:   Skeleton


# 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:
@.!RunImage:   @.o.AULib @.o.Skeleton \
        @.^.^.^.^.Languages.AcornC++.Libraries.clib.o.Stubs 
        Link $(Linkflags) @.o.AULib @.o.Skeleton \
        @.^.^.^.^.Languages.AcornC++.Libraries.clib.o.Stubs 


# User-editable dependencies:

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


# Dynamic dependencies:
o.AULib:	c.AULib
o.AULib:	h.AUlib
o.AULib:	C:h.swis
o.AULib:	C:h.kernel
o.AULib:	C:h.kernel
o.Skeleton:	c.Skeleton
o.Skeleton:	h.AULib
o.Skeleton:	C:h.swis
o.Skeleton:	C:h.kernel
o.Skeleton:	C:h.kernel
00000000  23 20 50 72 6f 6a 65 63  74 3a 20 20 20 53 6b 65  |# Project:   Ske|
00000010  6c 65 74 6f 6e 0a 0a 0a  23 20 54 6f 6f 6c 66 6c  |leton...# 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 49 43 3a 20 2d  74 68 72 6f 77 62 61 63  |d -IC: -throwbac|
00000050  6b 0a 43 2b 2b 66 6c 61  67 73 20 3d 20 2d 63 20  |k.C++flags = -c |
00000060  2d 64 65 70 65 6e 64 20  21 44 65 70 65 6e 64 20  |-depend !Depend |
00000070  2d 49 43 3a 20 2d 74 68  72 6f 77 62 61 63 6b 0a  |-IC: -throwback.|
00000080  4c 69 6e 6b 66 6c 61 67  73 20 3d 20 2d 61 69 66  |Linkflags = -aif|
00000090  20 2d 63 2b 2b 20 2d 6f  20 24 40 0a 4f 62 6a 41  | -c++ -o $@.ObjA|
000000a0  73 6d 66 6c 61 67 73 20  3d 20 2d 74 68 72 6f 77  |smflags = -throw|
000000b0  62 61 63 6b 20 2d 4e 6f  43 61 63 68 65 20 2d 64  |back -NoCache -d|
000000c0  65 70 65 6e 64 20 21 44  65 70 65 6e 64 0a 43 4d  |epend !Depend.CM|
000000d0  48 47 66 6c 61 67 73 20  3d 20 0a 4c 69 62 46 69  |HGflags = .LibFi|
000000e0  6c 65 66 6c 61 67 73 20  3d 20 2d 63 20 2d 6f 20  |leflags = -c -o |
000000f0  24 40 0a 53 71 75 65 65  7a 65 66 6c 61 67 73 20  |$@.Squeezeflags |
00000100  3d 20 2d 6f 20 24 40 0a  0a 0a 23 20 46 69 6e 61  |= -o $@...# Fina|
00000110  6c 20 74 61 72 67 65 74  73 3a 0a 40 2e 21 52 75  |l targets:.@.!Ru|
00000120  6e 49 6d 61 67 65 3a 20  20 20 40 2e 6f 2e 41 55  |nImage:   @.o.AU|
00000130  4c 69 62 20 40 2e 6f 2e  53 6b 65 6c 65 74 6f 6e  |Lib @.o.Skeleton|
00000140  20 5c 0a 20 20 20 20 20  20 20 20 40 2e 5e 2e 5e  | \.        @.^.^|
00000150  2e 5e 2e 5e 2e 4c 61 6e  67 75 61 67 65 73 2e 41  |.^.^.Languages.A|
00000160  63 6f 72 6e 43 2b 2b 2e  4c 69 62 72 61 72 69 65  |cornC++.Librarie|
00000170  73 2e 63 6c 69 62 2e 6f  2e 53 74 75 62 73 20 0a  |s.clib.o.Stubs .|
00000180  20 20 20 20 20 20 20 20  4c 69 6e 6b 20 24 28 4c  |        Link $(L|
00000190  69 6e 6b 66 6c 61 67 73  29 20 40 2e 6f 2e 41 55  |inkflags) @.o.AU|
000001a0  4c 69 62 20 40 2e 6f 2e  53 6b 65 6c 65 74 6f 6e  |Lib @.o.Skeleton|
000001b0  20 5c 0a 20 20 20 20 20  20 20 20 40 2e 5e 2e 5e  | \.        @.^.^|
000001c0  2e 5e 2e 5e 2e 4c 61 6e  67 75 61 67 65 73 2e 41  |.^.^.Languages.A|
000001d0  63 6f 72 6e 43 2b 2b 2e  4c 69 62 72 61 72 69 65  |cornC++.Librarie|
000001e0  73 2e 63 6c 69 62 2e 6f  2e 53 74 75 62 73 20 0a  |s.clib.o.Stubs .|
000001f0  0a 0a 23 20 55 73 65 72  2d 65 64 69 74 61 62 6c  |..# User-editabl|
00000200  65 20 64 65 70 65 6e 64  65 6e 63 69 65 73 3a 0a  |e dependencies:.|
00000210  0a 23 20 53 74 61 74 69  63 20 64 65 70 65 6e 64  |.# Static depend|
00000220  65 6e 63 69 65 73 3a 0a  40 2e 6f 2e 41 55 4c 69  |encies:.@.o.AULi|
00000230  62 3a 20 20 20 40 2e 63  2e 41 55 4c 69 62 0a 20  |b:   @.c.AULib. |
00000240  20 20 20 20 20 20 20 63  63 20 24 28 63 63 66 6c  |       cc $(ccfl|
00000250  61 67 73 29 20 2d 6f 20  40 2e 6f 2e 41 55 4c 69  |ags) -o @.o.AULi|
00000260  62 20 40 2e 63 2e 41 55  4c 69 62 20 0a 40 2e 6f  |b @.c.AULib .@.o|
00000270  2e 53 6b 65 6c 65 74 6f  6e 3a 20 20 20 40 2e 63  |.Skeleton:   @.c|
00000280  2e 53 6b 65 6c 65 74 6f  6e 0a 20 20 20 20 20 20  |.Skeleton.      |
00000290  20 20 63 63 20 24 28 63  63 66 6c 61 67 73 29 20  |  cc $(ccflags) |
000002a0  2d 6f 20 40 2e 6f 2e 53  6b 65 6c 65 74 6f 6e 20  |-o @.o.Skeleton |
000002b0  40 2e 63 2e 53 6b 65 6c  65 74 6f 6e 20 0a 0a 0a  |@.c.Skeleton ...|
000002c0  23 20 44 79 6e 61 6d 69  63 20 64 65 70 65 6e 64  |# Dynamic depend|
000002d0  65 6e 63 69 65 73 3a 0a  6f 2e 41 55 4c 69 62 3a  |encies:.o.AULib:|
000002e0  09 63 2e 41 55 4c 69 62  0a 6f 2e 41 55 4c 69 62  |.c.AULib.o.AULib|
000002f0  3a 09 68 2e 41 55 6c 69  62 0a 6f 2e 41 55 4c 69  |:.h.AUlib.o.AULi|
00000300  62 3a 09 43 3a 68 2e 73  77 69 73 0a 6f 2e 41 55  |b:.C:h.swis.o.AU|
00000310  4c 69 62 3a 09 43 3a 68  2e 6b 65 72 6e 65 6c 0a  |Lib:.C:h.kernel.|
00000320  6f 2e 41 55 4c 69 62 3a  09 43 3a 68 2e 6b 65 72  |o.AULib:.C:h.ker|
00000330  6e 65 6c 0a 6f 2e 53 6b  65 6c 65 74 6f 6e 3a 09  |nel.o.Skeleton:.|
00000340  63 2e 53 6b 65 6c 65 74  6f 6e 0a 6f 2e 53 6b 65  |c.Skeleton.o.Ske|
00000350  6c 65 74 6f 6e 3a 09 68  2e 41 55 4c 69 62 0a 6f  |leton:.h.AULib.o|
00000360  2e 53 6b 65 6c 65 74 6f  6e 3a 09 43 3a 68 2e 73  |.Skeleton:.C:h.s|
00000370  77 69 73 0a 6f 2e 53 6b  65 6c 65 74 6f 6e 3a 09  |wis.o.Skeleton:.|
00000380  43 3a 68 2e 6b 65 72 6e  65 6c 0a 6f 2e 53 6b 65  |C:h.kernel.o.Ske|
00000390  6c 65 74 6f 6e 3a 09 43  3a 68 2e 6b 65 72 6e 65  |leton:.C:h.kerne|
000003a0  6c 0a                                             |l.|
000003a2