arch/cpu.resource: remove dead code
[AROS.git] / workbench / classes / zune / betterstring / Makefile
blobe56da826e044489bccfc34cec4431ac28d0f5266
1 #/***************************************************************************
3 # BetterString.mcc - A better String gadget MUI Custom Class
4 # Copyright (C) 1997-2000 Allan Odgaard
5 # Copyright (C) 2005-2009 by BetterString.mcc Open Source Team
7 # This library is free software; you can redistribute it and/or
8 # modify it under the terms of the GNU Lesser General Public
9 # License as published by the Free Software Foundation; either
10 # version 2.1 of the License, or (at your option) any later version.
12 # This library is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 # Lesser General Public License for more details.
17 # BetterString class Support Site: http://www.sf.net/projects/bstring-mcc/
19 # $Id$
21 #***************************************************************************/
23 .PHONY: all
24 all: mcc hotkeystring mcp
26 .PHONY: mcc
27 mcc:
28 @$(MAKE) -C mcc --no-print-directory
30 .PHONY: hotkeystring
31 hotkeystring:
32 @$(MAKE) -C mcc/hotkeystring --no-print-directory
34 .PHONY: mcp
35 mcp:
36 @$(MAKE) -C mcp --no-print-directory
38 .PHONY: clean
39 clean:
40 @$(MAKE) -C mcc --no-print-directory clean
41 @$(MAKE) -C mcc/hotkeystring --no-print-directory clean
42 @$(MAKE) -C mcp --no-print-directory clean
44 .PHONY: cleanall
45 cleanall:
46 @$(MAKE) -C mcc --no-print-directory cleanall
47 @$(MAKE) -C mcc/hotkeystring --no-print-directory cleanall
48 @$(MAKE) -C mcp --no-print-directory cleanall
50 .PHONY: install
51 install:
52 @$(MAKE) -C mcc --no-print-directory install
53 @$(MAKE) -C mcc/hotkeystring --no-print-directory install
54 @$(MAKE) -C mcp --no-print-directory install
56 .PHONY: bumprev
57 bumprev:
58 @sh tools/bumprev.sh all
60 .PHONY: release
61 release:
62 @sh tools/mkrelease.sh