Home » Archimedes archive » Acorn User » AU 1996-12 A.adf » Regulars » C/!Acronyms/SourceCode/Makefile

C/!Acronyms/SourceCode/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 1996-12 A.adf » Regulars
Filename: C/!Acronyms/SourceCode/Makefile
Read OK:
File size: 01E3 bytes
Load address: 0000
Exec address: 0000
File contents
#
# Makefile generated by Easy C version 1.51/2.28 (27 Mar 1995)
# on Tue Aug 13 17:25:00 1996
#
# This makefile builds the following files:
#   c.!RunImage
#   c.AULib

# The executable image produced is !RunImage
OBJS = o.!RunImage o.AULib

#
# The following object files are linked:


!RunImage : $(OBJS)
        $(LINK) $(OBJS) $(LDFLAGS) -desk


# Header file dependencies:

o.!RunImage : h.AULib
o.AULib : h.AUlib


#
# End of generated makefile, add other dependencies here
#
00000000  23 0a 23 20 4d 61 6b 65  66 69 6c 65 20 67 65 6e  |#.# Makefile gen|
00000010  65 72 61 74 65 64 20 62  79 20 45 61 73 79 20 43  |erated by Easy C|
00000020  20 76 65 72 73 69 6f 6e  20 31 2e 35 31 2f 32 2e  | version 1.51/2.|
00000030  32 38 20 28 32 37 20 4d  61 72 20 31 39 39 35 29  |28 (27 Mar 1995)|
00000040  0a 23 20 6f 6e 20 54 75  65 20 41 75 67 20 31 33  |.# on Tue Aug 13|
00000050  20 31 37 3a 32 35 3a 30  30 20 31 39 39 36 0a 23  | 17:25:00 1996.#|
00000060  0a 23 20 54 68 69 73 20  6d 61 6b 65 66 69 6c 65  |.# This makefile|
00000070  20 62 75 69 6c 64 73 20  74 68 65 20 66 6f 6c 6c  | builds the foll|
00000080  6f 77 69 6e 67 20 66 69  6c 65 73 3a 0a 23 20 20  |owing files:.#  |
00000090  20 63 2e 21 52 75 6e 49  6d 61 67 65 0a 23 20 20  | c.!RunImage.#  |
000000a0  20 63 2e 41 55 4c 69 62  0a 0a 23 20 54 68 65 20  | c.AULib..# The |
000000b0  65 78 65 63 75 74 61 62  6c 65 20 69 6d 61 67 65  |executable image|
000000c0  20 70 72 6f 64 75 63 65  64 20 69 73 20 21 52 75  | produced is !Ru|
000000d0  6e 49 6d 61 67 65 0a 4f  42 4a 53 20 3d 20 6f 2e  |nImage.OBJS = o.|
000000e0  21 52 75 6e 49 6d 61 67  65 20 6f 2e 41 55 4c 69  |!RunImage o.AULi|
000000f0  62 0a 0a 23 0a 23 20 54  68 65 20 66 6f 6c 6c 6f  |b..#.# The follo|
00000100  77 69 6e 67 20 6f 62 6a  65 63 74 20 66 69 6c 65  |wing object file|
00000110  73 20 61 72 65 20 6c 69  6e 6b 65 64 3a 0a 0a 0a  |s are linked:...|
00000120  21 52 75 6e 49 6d 61 67  65 20 3a 20 24 28 4f 42  |!RunImage : $(OB|
00000130  4a 53 29 0a 20 20 20 20  20 20 20 20 24 28 4c 49  |JS).        $(LI|
00000140  4e 4b 29 20 24 28 4f 42  4a 53 29 20 24 28 4c 44  |NK) $(OBJS) $(LD|
00000150  46 4c 41 47 53 29 20 2d  64 65 73 6b 0a 0a 0a 23  |FLAGS) -desk...#|
00000160  20 48 65 61 64 65 72 20  66 69 6c 65 20 64 65 70  | Header file dep|
00000170  65 6e 64 65 6e 63 69 65  73 3a 0a 0a 6f 2e 21 52  |endencies:..o.!R|
00000180  75 6e 49 6d 61 67 65 20  3a 20 68 2e 41 55 4c 69  |unImage : h.AULi|
00000190  62 0a 6f 2e 41 55 4c 69  62 20 3a 20 68 2e 41 55  |b.o.AULib : h.AU|
000001a0  6c 69 62 0a 0a 0a 23 0a  23 20 45 6e 64 20 6f 66  |lib...#.# End of|
000001b0  20 67 65 6e 65 72 61 74  65 64 20 6d 61 6b 65 66  | generated makef|
000001c0  69 6c 65 2c 20 61 64 64  20 6f 74 68 65 72 20 64  |ile, add other d|
000001d0  65 70 65 6e 64 65 6e 63  69 65 73 20 68 65 72 65  |ependencies here|
000001e0  0a 23 0a                                          |.#.|
000001e3