Makefile 1.12 KB
Newer Older
Richard Buckley's avatar
Richard Buckley committed
1
# Copyright 1997 Acorn Computers Ltd
Neil Turton's avatar
Neil Turton committed
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#
# 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 BootCommands
#

18 19
COMPONENT    = BootCmds
CMHGFILE     = header
20
CINCLUDES   += -IOS:,<Lib$Dir>.ConfigLib.
21
CDEFINES    += -DTRACE=0
22 23
OBJS         = main
LIBS        += ${OSLIB} ${CONLIB}
24
HDRS         =
Robert Sprowson's avatar
Robert Sprowson committed
25
RES_AREA     = files_messages
26
RAMCDEFINES += -DSTANDALONE=1
Robert Sprowson's avatar
Robert Sprowson committed
27 28
INSTRES_FILES   = aif.Repeat
INSTRES_DEPENDS = aif.Repeat
Neil Turton's avatar
Neil Turton committed
29

30 31 32
ifeq ("${CMDHELP}","None")
CMHGDEFINES += -DNO_INTERNATIONAL_HELP
endif
Neil Turton's avatar
Neil Turton committed
33

34
include CModule
Neil Turton's avatar
Neil Turton committed
35 36

#
37
# Static dependencies
Neil Turton's avatar
Neil Turton committed
38
#
39 40
aif.Repeat: ${DIRS} repeatcmd.c
	${CC} ${CINCLUDES} -o $@ repeatcmd.c ${CLIB} ${OSLIB}
Neil Turton's avatar
Neil Turton committed
41 42

# Dynamic dependencies: