Home » Archimedes archive » Acorn User » AU 1997-08 B.adf » Regulars » WimpC/AugC/!Window/Makefile

WimpC/AugC/!Window/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-08 B.adf » Regulars
Filename: WimpC/AugC/!Window/Makefile
Read OK:
File size: 0378 bytes
Load address: 0000
Exec address: 0000
Duplicates

There is 1 duplicate copy of this file in the archive:

File contents
# Project:   Window


# 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.Window \
        @.^.^.^.C.AcornC_C++.Libraries.clib.o.Stubs 
        Link $(Linkflags) @.o.AULib @.o.Window \
        @.^.^.^.C.AcornC_C++.Libraries.clib.o.Stubs 


# User-editable dependencies:

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


# 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.Window:	c.Window
o.Window:	h.AULib
o.Window:	C:h.swis
o.Window:	C:h.kernel
o.Window:	C:h.kernel
00000000  23 20 50 72 6f 6a 65 63  74 3a 20 20 20 57 69 6e  |# Project:   Win|
00000010  64 6f 77 0a 0a 0a 23 20  54 6f 6f 6c 66 6c 61 67  |dow...# Toolflag|
00000020  73 3a 0a 43 43 66 6c 61  67 73 20 3d 20 2d 63 20  |s:.CCflags = -c |
00000030  2d 64 65 70 65 6e 64 20  21 44 65 70 65 6e 64 20  |-depend !Depend |
00000040  2d 49 43 3a 20 2d 74 68  72 6f 77 62 61 63 6b 0a  |-IC: -throwback.|
00000050  43 2b 2b 66 6c 61 67 73  20 3d 20 2d 63 20 2d 64  |C++flags = -c -d|
00000060  65 70 65 6e 64 20 21 44  65 70 65 6e 64 20 2d 49  |epend !Depend -I|
00000070  43 3a 20 2d 74 68 72 6f  77 62 61 63 6b 0a 4c 69  |C: -throwback.Li|
00000080  6e 6b 66 6c 61 67 73 20  3d 20 2d 61 69 66 20 2d  |nkflags = -aif -|
00000090  63 2b 2b 20 2d 6f 20 24  40 0a 4f 62 6a 41 73 6d  |c++ -o $@.ObjAsm|
000000a0  66 6c 61 67 73 20 3d 20  2d 74 68 72 6f 77 62 61  |flags = -throwba|
000000b0  63 6b 20 2d 4e 6f 43 61  63 68 65 20 2d 64 65 70  |ck -NoCache -dep|
000000c0  65 6e 64 20 21 44 65 70  65 6e 64 0a 43 4d 48 47  |end !Depend.CMHG|
000000d0  66 6c 61 67 73 20 3d 20  0a 4c 69 62 46 69 6c 65  |flags = .LibFile|
000000e0  66 6c 61 67 73 20 3d 20  2d 63 20 2d 6f 20 24 40  |flags = -c -o $@|
000000f0  0a 53 71 75 65 65 7a 65  66 6c 61 67 73 20 3d 20  |.Squeezeflags = |
00000100  2d 6f 20 24 40 0a 0a 0a  23 20 46 69 6e 61 6c 20  |-o $@...# Final |
00000110  74 61 72 67 65 74 73 3a  0a 40 2e 21 52 75 6e 49  |targets:.@.!RunI|
00000120  6d 61 67 65 3a 20 20 20  40 2e 6f 2e 41 55 4c 69  |mage:   @.o.AULi|
00000130  62 20 40 2e 6f 2e 57 69  6e 64 6f 77 20 5c 0a 20  |b @.o.Window \. |
00000140  20 20 20 20 20 20 20 40  2e 5e 2e 5e 2e 5e 2e 43  |       @.^.^.^.C|
00000150  2e 41 63 6f 72 6e 43 5f  43 2b 2b 2e 4c 69 62 72  |.AcornC_C++.Libr|
00000160  61 72 69 65 73 2e 63 6c  69 62 2e 6f 2e 53 74 75  |aries.clib.o.Stu|
00000170  62 73 20 0a 20 20 20 20  20 20 20 20 4c 69 6e 6b  |bs .        Link|
00000180  20 24 28 4c 69 6e 6b 66  6c 61 67 73 29 20 40 2e  | $(Linkflags) @.|
00000190  6f 2e 41 55 4c 69 62 20  40 2e 6f 2e 57 69 6e 64  |o.AULib @.o.Wind|
000001a0  6f 77 20 5c 0a 20 20 20  20 20 20 20 20 40 2e 5e  |ow \.        @.^|
000001b0  2e 5e 2e 5e 2e 43 2e 41  63 6f 72 6e 43 5f 43 2b  |.^.^.C.AcornC_C+|
000001c0  2b 2e 4c 69 62 72 61 72  69 65 73 2e 63 6c 69 62  |+.Libraries.clib|
000001d0  2e 6f 2e 53 74 75 62 73  20 0a 0a 0a 23 20 55 73  |.o.Stubs ...# Us|
000001e0  65 72 2d 65 64 69 74 61  62 6c 65 20 64 65 70 65  |er-editable depe|
000001f0  6e 64 65 6e 63 69 65 73  3a 0a 0a 23 20 53 74 61  |ndencies:..# Sta|
00000200  74 69 63 20 64 65 70 65  6e 64 65 6e 63 69 65 73  |tic dependencies|
00000210  3a 0a 40 2e 6f 2e 41 55  4c 69 62 3a 20 20 20 40  |:.@.o.AULib:   @|
00000220  2e 63 2e 41 55 4c 69 62  0a 20 20 20 20 20 20 20  |.c.AULib.       |
00000230  20 63 63 20 24 28 63 63  66 6c 61 67 73 29 20 2d  | cc $(ccflags) -|
00000240  6f 20 40 2e 6f 2e 41 55  4c 69 62 20 40 2e 63 2e  |o @.o.AULib @.c.|
00000250  41 55 4c 69 62 20 0a 40  2e 6f 2e 57 69 6e 64 6f  |AULib .@.o.Windo|
00000260  77 3a 20 20 20 40 2e 63  2e 57 69 6e 64 6f 77 0a  |w:   @.c.Window.|
00000270  20 20 20 20 20 20 20 20  63 63 20 24 28 63 63 66  |        cc $(ccf|
00000280  6c 61 67 73 29 20 2d 6f  20 40 2e 6f 2e 57 69 6e  |lags) -o @.o.Win|
00000290  64 6f 77 20 40 2e 63 2e  57 69 6e 64 6f 77 20 0a  |dow @.c.Window .|
000002a0  0a 0a 23 20 44 79 6e 61  6d 69 63 20 64 65 70 65  |..# Dynamic depe|
000002b0  6e 64 65 6e 63 69 65 73  3a 0a 6f 2e 41 55 4c 69  |ndencies:.o.AULi|
000002c0  62 3a 09 63 2e 41 55 4c  69 62 0a 6f 2e 41 55 4c  |b:.c.AULib.o.AUL|
000002d0  69 62 3a 09 68 2e 41 55  6c 69 62 0a 6f 2e 41 55  |ib:.h.AUlib.o.AU|
000002e0  4c 69 62 3a 09 43 3a 68  2e 73 77 69 73 0a 6f 2e  |Lib:.C:h.swis.o.|
000002f0  41 55 4c 69 62 3a 09 43  3a 68 2e 6b 65 72 6e 65  |AULib:.C:h.kerne|
00000300  6c 0a 6f 2e 41 55 4c 69  62 3a 09 43 3a 68 2e 6b  |l.o.AULib:.C:h.k|
00000310  65 72 6e 65 6c 0a 6f 2e  57 69 6e 64 6f 77 3a 09  |ernel.o.Window:.|
00000320  63 2e 57 69 6e 64 6f 77  0a 6f 2e 57 69 6e 64 6f  |c.Window.o.Windo|
00000330  77 3a 09 68 2e 41 55 4c  69 62 0a 6f 2e 57 69 6e  |w:.h.AULib.o.Win|
00000340  64 6f 77 3a 09 43 3a 68  2e 73 77 69 73 0a 6f 2e  |dow:.C:h.swis.o.|
00000350  57 69 6e 64 6f 77 3a 09  43 3a 68 2e 6b 65 72 6e  |Window:.C:h.kern|
00000360  65 6c 0a 6f 2e 57 69 6e  64 6f 77 3a 09 43 3a 68  |el.o.Window:.C:h|
00000370  2e 6b 65 72 6e 65 6c 0a                           |.kernel.|
00000378