-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMk.RISCOS
More file actions
72 lines (59 loc) · 1.88 KB
/
Mk.RISCOS
File metadata and controls
72 lines (59 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Project: CRCRevEngR
# Toolflags:
CCflags = -c -depend !Depend -IC:,@ -DPRESETS -throwback -fafhp -Wa -apcs /nonreent/nofp/nofpr
Linkflags = -aif -Relocatable -o $@
# Final targets:
@.reveng: @.o.bmpbit @.o.cli @.o.model @.o.poly @.o.preset @.o.reveng @.o.getopt C:o.stubs
link $(Linkflags) @.o.bmpbit @.o.cli @.o.model @.o.poly @.o.preset @.o.reveng @.o.getopt C:o.stubs
# User-editable dependencies:
.SUFFIXES: .c .h .o
.c.o:
cc $(CCflags) -o $@ c.$*
# Static dependencies:
# Dynamic dependencies:
o.bmpbit: c.bmpbit
o.bmpbit: h.reveng
o.bmpbit: h.config
o.cli: c.cli
o.cli: h.getopt
o.cli: h.reveng
o.cli: h.config
o.model: c.model
o.model: h.reveng
o.model: h.config
o.poly: c.poly
o.poly: h.reveng
o.poly: h.config
o.preset: c.preset
o.preset: h.reveng
o.preset: h.config
o.reveng: c.reveng
o.reveng: h.reveng
o.reveng: h.config
o.getopt: c.getopt
o.getopt: C:h.string
o.getopt: C:h.stdio
o.getopt: h.getopt
# Mk/RISCOS
# Greg Cook, 7/Feb/2017
# CRC RevEng: arbitrary-precision CRC calculator and algorithm finder
# Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017
# Gregory Cook
#
# This file is part of CRC RevEng.
#
# CRC RevEng is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# CRC RevEng is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with CRC RevEng. If not, see <https://www.gnu.org/licenses/>.
# This is a RISC OS Makefile.
# Set the type of RISCOSify to Obey, and run RISCOSify, before using
# Mk/RISCOS or MK/ARMTube.