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
S
Sources
Lib
DDTLib
Commits
4455e9ea
Commit
4455e9ea
authored
10 years ago
by
Steve Revill
⚽
Browse files
Options
Download
Email Patches
Plain Diff
Added an install phase to support CTools builds.
Version 0.05. Tagged as 'DDTLib-0_05'
parent
16166399
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
13 deletions
+27
-13
!MkInstall,fd7
!MkInstall,fd7
+2
-0
MainMake
MainMake
+9
-1
Makefile
Makefile
+6
-2
VersionNum
VersionNum
+10
-10
No files found.
!MkInstall,fd7
0 → 100644
View file @
4455e9ea
Dir <Obey$Dir>
amu install INSTDIR=<Install$Dir>
This diff is collapsed.
Click to expand it.
MainMake
View file @
4455e9ea
...
...
@@ -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:
This diff is collapsed.
Click to expand it.
Makefile
View file @
4455e9ea
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
VersionNum
View file @
4455e9ea
/* (0.0
4
)
/* (0.0
5
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.0
4
#define Module_MajorVersion_CMHG 0.0
5
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
09
Oct 201
2
#define Module_Date_CMHG
18
Oct 201
4
#define Module_MajorVersion "0.0
4
"
#define Module_Version
4
#define Module_MajorVersion "0.0
5
"
#define Module_Version
5
#define Module_MinorVersion ""
#define Module_Date "
09
Oct 201
2
"
#define Module_Date "
18
Oct 201
4
"
#define Module_ApplicationDate "
09
-Oct-1
2
"
#define Module_ApplicationDate "
18
-Oct-1
4
"
#define Module_ComponentName "DDTLib"
#define Module_ComponentPath "gpl/RiscOS/Sources/ThirdParty/JSmith/Lib/DDTLib"
#define Module_FullVersion "0.0
4
"
#define Module_HelpVersion "0.0
4
(
09
Oct 201
2
)"
#define Module_LibraryVersionInfo "0:
4
"
#define Module_FullVersion "0.0
5
"
#define Module_HelpVersion "0.0
5
(
18
Oct 201
4
)"
#define Module_LibraryVersionInfo "0:
5
"
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