Home » Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199607.adf » Regulars » Wimp_C/!NewWimpC/Makefile
Wimp_C/!NewWimpC/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_AcornUser_199607.adf » Regulars |
Filename: | Wimp_C/!NewWimpC/Makefile |
Read OK: | ✔ |
File size: | 0369 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
# Project: AULib # 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.!RunImage @.o.AULib @.^.^.Libraries.clib.o.Stubs Link $(Linkflags) @.o.!RunImage @.o.AULib @.^.^.Libraries.clib.o.Stubs # User-editable dependencies: # Static dependencies: @.o.!RunImage: @.c.!RunImage cc $(ccflags) -o @.o.!RunImage @.c.!RunImage @.o.AULib: @.c.AULib cc $(ccflags) -o @.o.AULib @.c.AULib # Dynamic dependencies: o.!RunImage: c.!RunImage o.!RunImage: h.AULib o.!RunImage: C:h.swis o.!RunImage: C:h.kernel o.!RunImage: C:h.kernel o.AULib: c.AULib o.AULib: h.AUlib o.AULib: C:h.swis o.AULib: C:h.kernel o.AULib: C:h.kernel
00000000 23 20 50 72 6f 6a 65 63 74 3a 20 20 20 41 55 4c |# Project: AUL| 00000010 69 62 0a 0a 0a 23 20 54 6f 6f 6c 66 6c 61 67 73 |ib...# 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 21 52 75 6e 49 6d |argets:.@.!RunIm| 00000120 61 67 65 3a 20 20 20 40 2e 6f 2e 21 52 75 6e 49 |age: @.o.!RunI| 00000130 6d 61 67 65 20 40 2e 6f 2e 41 55 4c 69 62 20 40 |mage @.o.AULib @| 00000140 2e 5e 2e 5e 2e 4c 69 62 72 61 72 69 65 73 2e 63 |.^.^.Libraries.c| 00000150 6c 69 62 2e 6f 2e 53 74 75 62 73 20 0a 20 20 20 |lib.o.Stubs . | 00000160 20 20 20 20 20 4c 69 6e 6b 20 24 28 4c 69 6e 6b | Link $(Link| 00000170 66 6c 61 67 73 29 20 40 2e 6f 2e 21 52 75 6e 49 |flags) @.o.!RunI| 00000180 6d 61 67 65 20 40 2e 6f 2e 41 55 4c 69 62 20 40 |mage @.o.AULib @| 00000190 2e 5e 2e 5e 2e 4c 69 62 72 61 72 69 65 73 2e 63 |.^.^.Libraries.c| 000001a0 6c 69 62 2e 6f 2e 53 74 75 62 73 20 0a 0a 0a 23 |lib.o.Stubs ...#| 000001b0 20 55 73 65 72 2d 65 64 69 74 61 62 6c 65 20 64 | User-editable d| 000001c0 65 70 65 6e 64 65 6e 63 69 65 73 3a 0a 0a 23 20 |ependencies:..# | 000001d0 53 74 61 74 69 63 20 64 65 70 65 6e 64 65 6e 63 |Static dependenc| 000001e0 69 65 73 3a 0a 40 2e 6f 2e 21 52 75 6e 49 6d 61 |ies:.@.o.!RunIma| 000001f0 67 65 3a 20 20 20 40 2e 63 2e 21 52 75 6e 49 6d |ge: @.c.!RunIm| 00000200 61 67 65 0a 20 20 20 20 20 20 20 20 63 63 20 24 |age. cc $| 00000210 28 63 63 66 6c 61 67 73 29 20 2d 6f 20 40 2e 6f |(ccflags) -o @.o| 00000220 2e 21 52 75 6e 49 6d 61 67 65 20 40 2e 63 2e 21 |.!RunImage @.c.!| 00000230 52 75 6e 49 6d 61 67 65 20 0a 40 2e 6f 2e 41 55 |RunImage .@.o.AU| 00000240 4c 69 62 3a 20 20 20 40 2e 63 2e 41 55 4c 69 62 |Lib: @.c.AULib| 00000250 0a 20 20 20 20 20 20 20 20 63 63 20 24 28 63 63 |. cc $(cc| 00000260 66 6c 61 67 73 29 20 2d 6f 20 40 2e 6f 2e 41 55 |flags) -o @.o.AU| 00000270 4c 69 62 20 40 2e 63 2e 41 55 4c 69 62 20 0a 0a |Lib @.c.AULib ..| 00000280 0a 23 20 44 79 6e 61 6d 69 63 20 64 65 70 65 6e |.# Dynamic depen| 00000290 64 65 6e 63 69 65 73 3a 0a 6f 2e 21 52 75 6e 49 |dencies:.o.!RunI| 000002a0 6d 61 67 65 3a 09 63 2e 21 52 75 6e 49 6d 61 67 |mage:.c.!RunImag| 000002b0 65 0a 6f 2e 21 52 75 6e 49 6d 61 67 65 3a 09 68 |e.o.!RunImage:.h| 000002c0 2e 41 55 4c 69 62 0a 6f 2e 21 52 75 6e 49 6d 61 |.AULib.o.!RunIma| 000002d0 67 65 3a 09 43 3a 68 2e 73 77 69 73 0a 6f 2e 21 |ge:.C:h.swis.o.!| 000002e0 52 75 6e 49 6d 61 67 65 3a 09 43 3a 68 2e 6b 65 |RunImage:.C:h.ke| 000002f0 72 6e 65 6c 0a 6f 2e 21 52 75 6e 49 6d 61 67 65 |rnel.o.!RunImage| 00000300 3a 09 43 3a 68 2e 6b 65 72 6e 65 6c 0a 6f 2e 41 |:.C:h.kernel.o.A| 00000310 55 4c 69 62 3a 09 63 2e 41 55 4c 69 62 0a 6f 2e |ULib:.c.AULib.o.| 00000320 41 55 4c 69 62 3a 09 68 2e 41 55 6c 69 62 0a 6f |AULib:.h.AUlib.o| 00000330 2e 41 55 4c 69 62 3a 09 43 3a 68 2e 73 77 69 73 |.AULib:.C:h.swis| 00000340 0a 6f 2e 41 55 4c 69 62 3a 09 43 3a 68 2e 6b 65 |.o.AULib:.C:h.ke| 00000350 72 6e 65 6c 0a 6f 2e 41 55 4c 69 62 3a 09 43 3a |rnel.o.AULib:.C:| 00000360 68 2e 6b 65 72 6e 65 6c 0a |h.kernel.| 00000369