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
S
SystemRes
C
Configure2
PlugIns
SndSetup
Commits
f5cd9d78
Commit
f5cd9d78
authored
11 years ago
by
Robert Sprowson
Browse files
Options
Download
Email Patches
Plain Diff
Makefile recreated from fragments
Version 2.06. Tagged as 'SndSetup-2_06'
parent
4c58936a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
130 deletions
+20
-130
Makefile
Makefile
+10
-120
VersionNum
VersionNum
+10
-10
No files found.
Makefile
View file @
f5cd9d78
...
@@ -14,129 +14,19 @@
...
@@ -14,129 +14,19 @@
#
#
# Makefile for Sound plug-in
# Makefile for Sound plug-in
#
#
# ***********************************
# *** C h a n g e L i s t ***
# ***********************************
# Date Name Description
# ---- ---- -----------
# 03-Apr-98 RML Created
#
# Program specific options:
#
COMPONENT
=
SndSetup
COMPONENT
=
SndSetup
APP
=
!
${COMPONENT}
TARGET
=
!
RunImage
MSGVERSION
=
${AWK}
-f
Build:AwkVers
INSTTYPE
=
app
APP_OBJS
=
main common sound
#
LIBS
=
${EVENTLIB}
${TBOXLIB}
${WIMPLIB}
# Generic options:
CINCLUDES
=
-ITbox
:,C:
#
INSTAPP_FILES
=
!
Boot
!
Run
!
RunImage Res Blank Sprites Sprites11 Sprites22
\
MKDIR
=
do
mkdir
-p
!
Sprites
!
Sprites11
!
Sprites22 CoSprite CoSprite11 CoSprite22
CC
=
cc
INSTAPP_VERSION
=
Messages
LD
=
link
CP
=
copy
RM
=
rm
SQUISH
=
squish
WIPE
=
x wipe
AWK
=
GNU.gawk
AFLAGS
=
${THROWBACK}
-depend
!
Depend
-nocache
-stamp
-quit
-module
CFLAGS
=
${THROWBACK}
-depend
!
Depend
-ffa
${INCLUDES}
CPFLAGS
=
~cfr~v
SQFLAGS
=
-nolist
WFLAGS
=
~c~v
#
# Libraries
#
CLIB
=
CLib:o.stubs
EVENTLIB
=
tbox:o.eventlib
TOOLBOXLIB
=
tbox:o.toolboxlib
WIMPLIB
=
tbox:o.wimplib
#
# Include files
#
INCLUDES
=
-Itbox
:,C:
FILES
=
\
Resources.!Boot
\
LocalRes:!Run
\
Resources.!RunImage
\
Resources.<UserIF>.!Sprites
\
Resources.<UserIF>.!Sprites11
\
Resources.<UserIF>.!Sprites22
\
LocalRes:Blank
\
Resources.<UserIF>.CoSprite
\
Resources.<UserIF>.CoSprite11
\
Resources.<UserIF>.CoSprite22
\
LocalRes:Messages
\
LocalRes:Res
\
Resources.Sprites
\
Resources.Sprites11
\
Resources.Sprites22
\
OBJS
=
\
include
CApp
o.main
\
o.common
\
o.sound
#
# Rule patterns
#
.SUFFIXES
:
.o
.c.o
:
; @echo
@
echo
Compiling
$<
@
${CC}
${CFLAGS}
${DFLAGS}
-c
-o
$@
$<
#
# Main rules:
#
all
:
${FILES}
@
echo
${COMPONENT}
: Application made.
install
:
${FILES} o._Messages_
@
echo
@
echo
${COMPONENT}
: Creating application
${APP}
${MKDIR}
${INSTDIR}
.
${APP}
${CP}
Resources.!Boot
${INSTDIR}
.
${APP}
.!Boot
${CPFLAGS}
${CP}
LocalRes:!Run
${INSTDIR}
.
${APP}
.!Run
${CPFLAGS}
${CP}
Resources.!RunImage
${INSTDIR}
.
${APP}
.!RunImage
${CPFLAGS}
${CP}
Resources.<UserIF>.!Sprites
${INSTDIR}
.
${APP}
.!Sprites
${CPFLAGS}
${CP}
Resources.<UserIF>.!Sprites11
${INSTDIR}
.
${APP}
.!Sprites11
${CPFLAGS}
${CP}
Resources.<UserIF>.!Sprites22
${INSTDIR}
.
${APP}
.!Sprites22
${CPFLAGS}
${CP}
LocalRes:Blank
${INSTDIR}
.
${APP}
.Blank
${CPFLAGS}
${CP}
Resources.<UserIF>.CoSprite
${INSTDIR}
.
${APP}
.CoSprite
${CPFLAGS}
${CP}
Resources.<UserIF>.CoSprite11
${INSTDIR}
.
${APP}
.CoSprite11
${CPFLAGS}
${CP}
Resources.<UserIF>.CoSprite22
${INSTDIR}
.
${APP}
.CoSprite22
${CPFLAGS}
${CP}
o._Messages_
${INSTDIR}
.
${APP}
.Messages
${CPFLAGS}
${CP}
LocalRes:Res
${INSTDIR}
.
${APP}
.Res
${CPFLAGS}
${CP}
Resources.Sprites
${INSTDIR}
.
${APP}
.Sprites
${CPFLAGS}
${CP}
Resources.Sprites11
${INSTDIR}
.
${APP}
.Sprites11
${CPFLAGS}
${CP}
Resources.Sprites22
${INSTDIR}
.
${APP}
.Sprites22
${CPFLAGS}
Access
${INSTDIR}
.
${APP}
.
*
wr/r
@
echo
@
echo
${COMPONENT}
: Application installed
{
Disc
}
clean
:
${RM}
${OBJS}
${RM}
Resources.!RunImage
${RM}
o._Messages_
@
echo
${COMPONENT}
: cleaned
o._Messages_
:
LocalRes:Messages
@
echo
Creating messages file
${MSGVERSION}
LocalRes:Messages
>
$@
#
# Static dependencies:
#
Resources.!RunImage
:
${OBJS} ${EVENTLIB} ${TOOLBOXLIB} ${WIMPLIB} ${CLIB}
C_WARNINGS
=
-fa
${LD}
-o
$@
${CLIB}
${EVENTLIB}
${TOOLBOXLIB}
${WIMPLIB}
${OBJS}
#---------------------------------------------------------------------------
# Dynamic dependencies:
# Dynamic dependencies:
This diff is collapsed.
Click to expand it.
VersionNum
View file @
f5cd9d78
/* (2.0
5
)
/* (2.0
6
)
*
*
* This file is automatically maintained by srccommit, do not edit manually.
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
* Last processed by srccommit version: 1.1.
*
*
*/
*/
#define Module_MajorVersion_CMHG 2.0
5
#define Module_MajorVersion_CMHG 2.0
6
#define Module_MinorVersion_CMHG
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
2
7 Ju
n
201
2
#define Module_Date_CMHG
1
7 Ju
l
201
3
#define Module_MajorVersion "2.0
5
"
#define Module_MajorVersion "2.0
6
"
#define Module_Version 20
5
#define Module_Version 20
6
#define Module_MinorVersion ""
#define Module_MinorVersion ""
#define Module_Date "
2
7 Ju
n
201
2
"
#define Module_Date "
1
7 Ju
l
201
3
"
#define Module_ApplicationDate "
2
7-Ju
n
-1
2
"
#define Module_ApplicationDate "
1
7-Ju
l
-1
3
"
#define Module_ComponentName "SndSetup"
#define Module_ComponentName "SndSetup"
#define Module_ComponentPath "castle/RiscOS/Sources/SystemRes/Configure2/PlugIns/SndSetup"
#define Module_ComponentPath "castle/RiscOS/Sources/SystemRes/Configure2/PlugIns/SndSetup"
#define Module_FullVersion "2.0
5
"
#define Module_FullVersion "2.0
6
"
#define Module_HelpVersion "2.0
5
(
2
7 Ju
n
201
2
)"
#define Module_HelpVersion "2.0
6
(
1
7 Ju
l
201
3
)"
#define Module_LibraryVersionInfo "2:
5
"
#define Module_LibraryVersionInfo "2:
6
"
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