Commit 4455e9ea authored by Steve Revill's avatar Steve Revill
Browse files

Added an install phase to support CTools builds.

Version 0.05. Tagged as 'DDTLib-0_05'
parent 16166399
Dir <Obey$Dir>
amu install INSTDIR=<Install$Dir>
......@@ -19,7 +19,6 @@ LIBDIR = <Lib$Dir>
# ------------------------------------------------------------------------------
# Generic options
#
......@@ -149,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 = DDTLib
C_DEBUG_ON = -DDesk_DEBUG
C_DEBUG_OFF = -DNDEBUG
INSTDIR ?= <Install$Dir>
......@@ -66,7 +67,6 @@ preprocess:
@amu -f MainMake $(MFLAGS) $(MAKECMDGOALS) EXTRA_C_FLAGS=$(C_DEBUG_OFF) EXT=i
@echo $(COMPONENT): preprocessing complete
export: export_$(PHASE)
export_hdrs:
......@@ -77,7 +77,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 "DDTLib"
#define Module_ComponentPath "gpl/RiscOS/Sources/ThirdParty/JSmith/Lib/DDTLib"
#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