Commit e976115a authored by Ben Avison's avatar Ben Avison
Browse files

Fixed install rule. Retagged.

parent 5a56fcb7
...@@ -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
...@@ -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}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment