Makefile 2.9 KB
Newer Older
Neil Turton's avatar
Neil Turton committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
# Copyright 1996 Acorn Computers Ltd
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Makefile for Wimp
#
# ***********************************
# ***    C h a n g e   L i s t    ***
# ***********************************
# Date       Name    Description
# ----       ----    -----------
# 25-May-94  AMcC    Created.
# 18-Oct-94  AMcC    Template3D now copied to Resources as 'Templates'
#                    Now correctly copies Tools3D to Resources:...Tools
Neil Turton's avatar
Neil Turton committed
25 26
# 26-Jun-95  JRH     Now copies STB (ie hacked-down) versions of Tools,
#                    Templates and Sprites. Doesn't copy Sprites22
27 28
# 23-Oct-98  BJGA    Changed to use objasm, so that we can override the
#                    choice of options file using an argument to amu
29
# 03-Aug-99  BJGA    No longer produces build errors if some resources are absent
Neil Turton's avatar
Neil Turton committed
30 31 32 33 34
#

#
# Program specific options:
#
35 36 37 38 39
COMPONENT = WindowManager
TARGET    = Wimp
HEADER1   = ${TARGET}
HEADER2   = WimpSpace
RESOURCES = manual
Neil Turton's avatar
Neil Turton committed
40

Steve Revill's avatar
Steve Revill committed
41
SA_FLAGS  =
42
ASFLAGS   = -cpu 3 -NoWarn -PreDefine "Options SETS \"${OPTIONS}\""
Neil Turton's avatar
Neil Turton committed
43

44 45
include StdTools
include AAsmModule
Neil Turton's avatar
Neil Turton committed
46

47
resources: resources-wimp-${CMDHELP}
Kevin Bracey's avatar
Kevin Bracey committed
48 49
	@echo ${COMPONENT}: resource files copied

50 51 52 53 54 55 56 57 58
resources-wimp_common:
	${MKDIR} ${RESFSDIR}
	IfThere LocalRes:<UserIF>.Messages  Then ${CP} LocalRes:<UserIF>.Messages  ${RESFSDIR}.Messages  ${CPFLAGS} Else IfThere LocalRes:Messages Then ${CP} LocalRes:Messages ${RESFSDIR}.Messages ${CPFLAGS}
	IfThere LocalRes:<UserIF>.Templates Then ${CP} LocalRes:<UserIF>.Templates ${RESFSDIR}.Templates ${CPFLAGS}
	IfThere LocalRes:<UserIF>.Sprites   Then ${CP} LocalRes:<UserIF>.Sprites   ${RESFSDIR}.Sprites   ${CPFLAGS}
	IfThere LocalRes:<UserIF>.Sprites22 Then ${CP} LocalRes:<UserIF>.Sprites22 ${RESFSDIR}.Sprites22 ${CPFLAGS}
	IfThere LocalRes:<UserIF>.TileN     Then ${CP} LocalRes:<UserIF>.TileN     ${RESFSDIR}.TileN     ${CPFLAGS}
	IfThere LocalRes:<UserIF>.TileV     Then ${CP} LocalRes:<UserIF>.TileV     ${RESFSDIR}.TileV     ${CPFLAGS}
	IfThere LocalRes:<UserIF>.Tools     Then ${CP} LocalRes:<UserIF>.Tools     ${RESFSDIR}.Tools     ${CPFLAGS}
Kevin Bracey's avatar
Kevin Bracey committed
59

60 61
resources-wimp-None: resources-wimp_common
	@|
Kevin Bracey's avatar
Kevin Bracey committed
62

63 64
resources-wimp-: resources-wimp_common
	@IfThere LocalRes:CmdHelp Then ${CAT} LocalRes:CmdHelp { >> ${RESFSDIR}.Messages }
Neil Turton's avatar
Neil Turton committed
65

66 67 68 69 70 71
BBETYPE = wimp
bbe-wimp: bbe-generic-resources-get-alias
	BBE_Export_File_In_Dir Resources.${LOCALE} Messages
	BBE_Export_File_In_Dir Resources.${LOCALE} CmdHelp
	BBE_Export_Dir Resources.${LOCALE}.${USERIF}

Neil Turton's avatar
Neil Turton committed
72
# Dynamic dependencies: