Corrections to SVN properties.
[AROS.git] / workbench / libs / codesets / Makefile
blob1cd6ed88eed270a497a51395afb5bdeeb0c11e27
1 #/***************************************************************************
3 # codesets.library - Amiga shared library for handling different codesets
4 # Copyright (C) 2001-2005 by Alfonso [alfie] Ranieri <alforan@tin.it>.
5 # Copyright (C) 2005-2008 by codesets.library 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 # codesets.library project: http://sourceforge.net/projects/codesetslib/
19 # Most of the code included in this file was relicensed from GPL to LGPL
20 # from the source code of SimpleMail (http://www.sf.net/projects/simplemail)
21 # with full permissions by its authors.
23 # $Id$
25 #***************************************************************************/
27 .PHONY: all
28 all: src
30 .PHONY: src
31 src:
32 @$(MAKE) -C src --no-print-directory
34 .PHONY: clean
35 clean:
36 @$(MAKE) -C src --no-print-directory clean
38 .PHONY: cleanall
39 cleanall:
40 @$(MAKE) -C src --no-print-directory cleanall
42 .PHONY: install
43 install:
44 @$(MAKE) -C src --no-print-directory install
46 .PHONY: bumprev
47 bumprev:
48 @sh tools/bumprev.sh all
50 .PHONY: release
51 release:
52 @sh tools/mkrelease.sh