Make.tools (1110B)
1 # 2 # Copyright 2017 Broadcom 3 # 4 # This program is free software; you can redistribute it and/or modify 5 # it under the terms of the GNU General Public License, version 2, as 6 # published by the Free Software Foundation (the "GPL"). 7 # 8 # This program is distributed in the hope that it will be useful, but 9 # WITHOUT ANY WARRANTY; without even the implied warranty of 10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 # General Public License version 2 (GPLv2) for more details. 12 # 13 # You should have received a copy of the GNU General Public License 14 # version 2 (GPLv2) along with this source code. 15 # 16 # $Id: Make.tools,v 1.2 Broadcom SDK $ 17 # $Copyright: (c) 2005 Broadcom Corp. 18 # All Rights Reserved.$ 19 20 SYSNAME := $(shell uname -s) 21 HCC ?=/usr/bin/gcc 22 SED = /bin/sed 23 COMPRESS = /usr/bin/compress 24 PERL = /usr/bin/perl 25 LN = /bin/ln 26 HOSTTYPE= i386-linux 27 28 # 29 # Platform Independent 30 # 31 MKTOOL = $(PERL) ${SDK}/tools/mktool.pl 32 RM = $(MKTOOL) -rm 33 MKDIR = $(MKTOOL) -md 34 FOREACH = $(MKTOOL) -foreach 35 CP = $(MKTOOL) -cp 36 MAKEDEP = $(MKTOOL) -dep 37 ECHO = $(MKTOOL) -echo 38 MKBEEP = ${MKTOOL} -beep