Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
RiscOS
S
Sources
Toolbox
ToolboxLib
Commits
2b53eaf6
Commit
2b53eaf6
authored
Nov 20, 1998
by
Alan Glover
Browse files
Add missing headers and edit makefile
parent
c8c4688b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
toolboxlib/TemplateMF
toolboxlib/TemplateMF
+10
-5
No files found.
toolboxlib/TemplateMF
View file @
2b53eaf6
# The object files are split into
2
sets due to AMU's inability to cope with
# The object files are split into
3
sets due to AMU's inability to cope with
# macros larger than a few K
ObjectsA-M = \
...
...
@@ -32,8 +32,8 @@ ObjectsA-M = \
-f "Sources.m*...s.* -x ..CVS" *2.o.#0\
#Makatic}
ObjectsN-
Z
= \
#Makatic{-V ViaFileN-
Z
ObjectsN-
S
= \
#Makatic{-V ViaFileN-
S
-F
-f "Sources.n*...c.* -x ..CVS" *2.o.#0\
-f "Sources.n*...s.* -x ..CVS" *2.o.#0\
...
...
@@ -47,6 +47,11 @@ ObjectsN-Z = \
-f "Sources.r*...s.* -x ..CVS" *2.o.#0\
-f "Sources.s*...c.* -x ..CVS" *2.o.#0\
-f "Sources.s*...s.* -x ..CVS" *2.o.#0\
#Makatic}
ObjectsT-Z = \
#Makatic{-V ViaFileT-Z
-F
-f "Sources.t*...c.* -x ..CVS" *2.o.#0\
-f "Sources.t*...s.* -x ..CVS" *2.o.#0\
-f "Sources.u*...c.* -x ..CVS" *2.o.#0\
...
...
@@ -75,8 +80,8 @@ LibFileFlags = $(LibFileExtra) -c
All: $(Target)
$(Target): $(ObjectsA-M) $(ObjectsN-Z)
Libfile $(LibFileFlags) -o $@ -v ViaFileA-M -v ViaFileN-Z
$(Target): $(ObjectsA-M) $(ObjectsN-
S) $(ObjectsT-
Z)
Libfile $(LibFileFlags) -o $@ -v ViaFileA-M -v ViaFileN-
S -v ViaFileT-
Z
#VPATH = @
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment