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
T
Tools
Sources
squeeze
Commits
e976115a
Commit
e976115a
authored
21 years ago
by
Ben Avison
Browse files
Options
Download
Email Patches
Plain Diff
Fixed install rule. Retagged.
parent
5a56fcb7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
12 deletions
+14
-12
!MkInstall,fd7
!MkInstall,fd7
+1
-1
Makefile
Makefile
+13
-11
No files found.
!MkInstall,fd7
View file @
e976115a
...
@@ -13,4 +13,4 @@
...
@@ -13,4 +13,4 @@
| limitations under the License.
| limitations under the License.
|
|
Dir <Obey$Dir>
Dir <Obey$Dir>
amu_machine install THROWBACK=-throwback INSTDIR=<install$dir>
amu_machine install THROWBACK=-throwback INSTDIR=<install$dir>
.Library
This diff is collapsed.
Click to expand it.
Makefile
View file @
e976115a
...
@@ -32,8 +32,7 @@ TARGET2 = xpand
...
@@ -32,8 +32,7 @@ TARGET2 = xpand
CFLAGS
=
-Wpc
-ffah
-IC
:CLX
-DDDE
-DDEBUGGING
=
0
CFLAGS
=
-Wpc
-ffah
-IC
:CLX
-DDDE
-DDEBUGGING
=
0
DIRS
=
o._dirs
DIRS
=
o._dirs
INSTAPP
=
${INSTDIR}
.Apps.!Squeeze
INSTAPP
=
${INSTDIR}
.^.AcornC/C++.Tools.!Squeeze
LIBDIR
=
${INSTDIR}
.Library.Acorn
#
#
# Program specific options:
# Program specific options:
...
@@ -54,24 +53,27 @@ all: ${TARGET} ${TARGET2}
...
@@ -54,24 +53,27 @@ all: ${TARGET} ${TARGET2}
#
#
# RISC OS ROM build rules:
# RISC OS ROM build rules:
#
#
rom
:
${TARGET} ${TARGET2}
rom
:
@
echo
${COMPONENT}
: rom module built
@
echo
${COMPONENT}
: rom module built
export
:
export_${PHASE}
export
:
export_${PHASE}
install_rom
:
${TARGET} ${TARGET2}
install_rom
:
@
echo
${COMPONENT}
: rom module installed
@
echo
${COMPONENT}
: rom module installed
install_tool
:
${TARGET} ${TARGET2}
install
:
install_${INSTTYPE}
${MKDIR}
${LIBDIR}
.Docs
${CP}
${TARGET}
${LIBDIR}
.
${TARGET}
${CPFLAGS}
install_tool_squeeze
:
${TARGET}
${CP}
${TARGET2}
${LIBDIR}
.
${TARGET2}
${CPFLAGS}
${MKDIR}
${INSTDIR}
.Docs
${CP}
${TARGET}
${INSTDIR}
.
${TARGET}
${CPFLAGS}
@
echo
${COMPONENT}
: tool installed
in
library
@
echo
${COMPONENT}
: tool installed
in
library
install
:
install_resources install_tool
install_tool_xpand
:
${TARGET2}
@
echo
${COMPONENT}
:
install complete
${MKDIR}
${INSTDIR}
.Docs
${CP}
${TARGET2}
${INSTDIR}
.
${TARGET2}
${CPFLAGS}
@
echo
${COMPONENT}
: xpand installed
in
library
install_
resources
:
install_
:
install_tool_squeeze
${MKDIR}
${INSTAPP}
${MKDIR}
${INSTAPP}
${CP}
LocalRes:!Boot
${INSTAPP}
.!Boot
${CPFLAGS}
${CP}
LocalRes:!Boot
${INSTAPP}
.!Boot
${CPFLAGS}
${CP}
LocalRes:!Run
${INSTAPP}
.!Run
${CPFLAGS}
${CP}
LocalRes:!Run
${INSTAPP}
.!Run
${CPFLAGS}
...
...
This diff is collapsed.
Click to expand it.
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