Commit 67aa0bdc authored by Steve Revill's avatar Steve Revill :soccer:
Browse files

Added an install phase to support CTools builds.

Version 0.05. Tagged as 'Wild-0_05'
parent 97b4f2a3
Dir <Obey$Dir>
amu install INSTDIR=<Install$Dir>
......@@ -148,6 +148,15 @@ clean:
# ------------------------------------------------------------------------------
# RISC OS disc build rules
#
install:
@$(MKDIR) $(INSTDIR)
@$(CP) $(EXP_DIR) $(INSTDIR).$(COMPONENT) $(CPFLAGS)
# ------------------------------------------------------------------------------
# Dynamic dependencies:
......@@ -43,6 +43,7 @@ COMPONENT = Wild
C_DEBUG_ON = -DDesk_DEBUG
C_DEBUG_OFF = -DNDEBUG
INSTDIR ?= <Install$Dir>
......@@ -77,7 +78,11 @@ export_libs:
@amu -f MainMake $(MFLAGS) $(MAKECMDGOALS) EXTRA_C_FLAGS=$(C_DEBUG_OFF) LIBSUFFIX= EXT=o
@amu -f MainMake $(MFLAGS) $(MAKECMDGOALS) EXTRA_C_FLAGS=$(C_DEBUG_OFF) LIBSUFFIX=_M EXT=z
@echo $(COMPONENT): export complete (libs)
install:
@amu -f MainMake $(MFLAGS) $(MAKECMDGOALS) INSTDIR=$(INSTDIR) TARGET=AvoidAMUBug EXT=AvoidAMUBug
@echo $(COMPONENT): install complete
clean:
@amu -f MainMake $(MFLAGS) $(MAKECMDGOALS) EXT=o
@amu -f MainMake $(MFLAGS) $(MAKECMDGOALS) EXT=z
......
/* (0.04)
/* (0.05)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.04
#define Module_MajorVersion_CMHG 0.05
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 09 Oct 2012
#define Module_Date_CMHG 18 Oct 2014
#define Module_MajorVersion "0.04"
#define Module_Version 4
#define Module_MajorVersion "0.05"
#define Module_Version 5
#define Module_MinorVersion ""
#define Module_Date "09 Oct 2012"
#define Module_Date "18 Oct 2014"
#define Module_ApplicationDate "09-Oct-12"
#define Module_ApplicationDate "18-Oct-14"
#define Module_ComponentName "Wild"
#define Module_ComponentPath "gpl/RiscOS/Sources/ThirdParty/JSmith/Lib/Wild"
#define Module_FullVersion "0.04"
#define Module_HelpVersion "0.04 (09 Oct 2012)"
#define Module_LibraryVersionInfo "0:4"
#define Module_FullVersion "0.05"
#define Module_HelpVersion "0.05 (18 Oct 2014)"
#define Module_LibraryVersionInfo "0:5"
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