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
Jeffrey Lee
Kernel
Commits
be48c4dc
Commit
be48c4dc
authored
Aug 18, 1999
by
Stewart Brodie
Browse files
Added export of Global/RISCOS.h from trunk
parent
3249caeb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
Makefile
Makefile
+8
-2
No files found.
Makefile
View file @
be48c4dc
...
...
@@ -26,11 +26,12 @@
# Paths
#
EXP_HDR
=
<
export
$dir
>
C_EXP_HDR
=
<cexport
$dir
>
.Global.h
#
# Generic options:
#
MKDIR
=
c
dir
MKDIR
=
mk
dir
-p
AS
=
aasm
CP
=
copy
RM
=
remove
...
...
@@ -52,7 +53,8 @@ EXPORTS = ${EXP_HDR}.EnvNumbers \
${EXP_HDR}
.PublicWS
\
${EXP_HDR}
.RISCOS
\
${EXP_HDR}
.Variables
\
${EXP_HDR}
.VduExt
${EXP_HDR}
.VduExt
\
${C_EXP_HDR}
.RISCOS
#
# Generic rules:
...
...
@@ -106,4 +108,8 @@ ${EXP_HDR}.VduExt: hdr.VduExt
${EXP_HDR}.Variables
:
hdr.Variables
${CP}
hdr.Variables
$@
${CPFLAGS}
${C_EXP_HDR}.RISCOS
:
hdr.RISCOS
${MKDIR}
${C_EXP_HDR}
perl Build:Hdr2H hdr.RISCOS
$@
# Dynamic dependencies:
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