Home » Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199611.adf » Features » WIMPC/!RAPS/Makefile
WIMPC/!RAPS/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_199611.adf » Features |
Filename: | WIMPC/!RAPS/Makefile |
Read OK: | ✔ |
File size: | 0369 bytes |
Load address: | 0000 |
Exec address: | 0000 |
Duplicates
There is 1 duplicate copy of this file in the archive:
- Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199610.adf » Regulars » WimpC/!RAPS/Makefile
- Recent acquisitions » Acorn ADFS disks » adfs_AcornUser_199611.adf » Features » WIMPC/!RAPS/Makefile
File contents
# Project: RAPS # 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.AULib: c.AULib o.AULib: h.AUlib o.AULib: C:h.swis o.AULib: C:h.kernel o.AULib: C:h.kernel o.!RunImage: c.!RunImage o.!RunImage: h.AULib o.!RunImage: C:h.swis o.!RunImage: C:h.kernel o.!RunImage: C:h.kernel
00000000 23 20 50 72 6f 6a 65 63 74 3a 20 20 20 52 41 50 |# Project: RAP| 00000010 53 0a 0a 0a 23 20 54 6f 6f 6c 66 6c 61 67 73 3a |S...# Toolflags:| 00000020 0a 43 43 66 6c 61 67 73 20 3d 20 2d 63 20 2d 64 |.CCflags = -c -d| 00000030 65 70 65 6e 64 20 21 44 65 70 65 6e 64 20 2d 49 |epend !Depend -I| 00000040 43 3a 20 2d 74 68 72 6f 77 62 61 63 6b 0a 43 2b |C: -throwback.C+| 00000050 2b 66 6c 61 67 73 20 3d 20 2d 63 20 2d 64 65 70 |+flags = -c -dep| 00000060 65 6e 64 20 21 44 65 70 65 6e 64 20 2d 49 43 3a |end !Depend -IC:| 00000070 20 2d 74 68 72 6f 77 62 61 63 6b 0a 4c 69 6e 6b | -throwback.Link| 00000080 66 6c 61 67 73 20 3d 20 2d 61 69 66 20 2d 63 2b |flags = -aif -c+| 00000090 2b 20 2d 6f 20 24 40 0a 4f 62 6a 41 73 6d 66 6c |+ -o $@.ObjAsmfl| 000000a0 61 67 73 20 3d 20 2d 74 68 72 6f 77 62 61 63 6b |ags = -throwback| 000000b0 20 2d 4e 6f 43 61 63 68 65 20 2d 64 65 70 65 6e | -NoCache -depen| 000000c0 64 20 21 44 65 70 65 6e 64 0a 43 4d 48 47 66 6c |d !Depend.CMHGfl| 000000d0 61 67 73 20 3d 20 0a 4c 69 62 46 69 6c 65 66 6c |ags = .LibFilefl| 000000e0 61 67 73 20 3d 20 2d 63 20 2d 6f 20 24 40 0a 53 |ags = -c -o $@.S| 000000f0 71 75 65 65 7a 65 66 6c 61 67 73 20 3d 20 2d 6f |queezeflags = -o| 00000100 20 24 40 0a 0a 0a 23 20 46 69 6e 61 6c 20 74 61 | $@...# Final ta| 00000110 72 67 65 74 73 3a 0a 40 2e 21 52 75 6e 49 6d 61 |rgets:.@.!RunIma| 00000120 67 65 3a 20 20 20 40 2e 6f 2e 21 52 75 6e 49 6d |ge: @.o.!RunIm| 00000130 61 67 65 20 40 2e 6f 2e 41 55 4c 69 62 20 40 2e |age @.o.AULib @.| 00000140 5e 2e 5e 2e 4c 69 62 72 61 72 69 65 73 2e 63 6c |^.^.Libraries.cl| 00000150 69 62 2e 6f 2e 53 74 75 62 73 20 0a 20 20 20 20 |ib.o.Stubs . | 00000160 20 20 20 20 4c 69 6e 6b 20 24 28 4c 69 6e 6b 66 | Link $(Linkf| 00000170 6c 61 67 73 29 20 40 2e 6f 2e 21 52 75 6e 49 6d |lags) @.o.!RunIm| 00000180 61 67 65 20 40 2e 6f 2e 41 55 4c 69 62 20 40 2e |age @.o.AULib @.| 00000190 5e 2e 5e 2e 4c 69 62 72 61 72 69 65 73 2e 63 6c |^.^.Libraries.cl| 000001a0 69 62 2e 6f 2e 53 74 75 62 73 20 0a 0a 0a 23 20 |ib.o.Stubs ...# | 000001b0 55 73 65 72 2d 65 64 69 74 61 62 6c 65 20 64 65 |User-editable de| 000001c0 70 65 6e 64 65 6e 63 69 65 73 3a 0a 0a 0a 23 20 |pendencies:...# | 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 41 55 4c 69 62 |dencies:.o.AULib| 000002a0 3a 09 63 2e 41 55 4c 69 62 0a 6f 2e 41 55 4c 69 |:.c.AULib.o.AULi| 000002b0 62 3a 09 68 2e 41 55 6c 69 62 0a 6f 2e 41 55 4c |b:.h.AUlib.o.AUL| 000002c0 69 62 3a 09 43 3a 68 2e 73 77 69 73 0a 6f 2e 41 |ib:.C:h.swis.o.A| 000002d0 55 4c 69 62 3a 09 43 3a 68 2e 6b 65 72 6e 65 6c |ULib:.C:h.kernel| 000002e0 0a 6f 2e 41 55 4c 69 62 3a 09 43 3a 68 2e 6b 65 |.o.AULib:.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 63 2e 21 52 75 6e 49 6d 61 67 65 0a 6f 2e |:.c.!RunImage.o.| 00000310 21 52 75 6e 49 6d 61 67 65 3a 09 68 2e 41 55 4c |!RunImage:.h.AUL| 00000320 69 62 0a 6f 2e 21 52 75 6e 49 6d 61 67 65 3a 09 |ib.o.!RunImage:.| 00000330 43 3a 68 2e 73 77 69 73 0a 6f 2e 21 52 75 6e 49 |C:h.swis.o.!RunI| 00000340 6d 61 67 65 3a 09 43 3a 68 2e 6b 65 72 6e 65 6c |mage:.C:h.kernel| 00000350 0a 6f 2e 21 52 75 6e 49 6d 61 67 65 3a 09 43 3a |.o.!RunImage:.C:| 00000360 68 2e 6b 65 72 6e 65 6c 0a |h.kernel.| 00000369