refactored some code. compiles now without suppresing any warning with gcc-6.3.0.
[AROS.git] / tools / flexcat / Makefile
blob5c698039211f6f64732024c84dde7be0a2570b82
1 #/***************************************************************************
3 # $Id$
5 # Copyright (C) 1993-1999 by Jochen Wiedmann and Marcin Orlowski
6 # Copyright (C) 2002-2015 FlexCat Open Source Team
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 2 of the License, or (at
11 # your option) any later version.
13 # This program is distributed in the hope that it will be useful, but
14 # WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 # General Public License for more details.
18 # You should have received a copy of the GNU General Public License
19 # along with this program; if not, write to the Free Software
20 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22 #***************************************************************************/
24 .PHONY: all
25 all: src
27 .PHONY: src
28 src:
29 @$(MAKE) -C src --no-print-directory
31 .PHONY: catalogs
32 catalogs:
33 @$(MAKE) -C src --no-print-directory catalogs
35 .PHONY: clean
36 clean:
37 @$(MAKE) -C src --no-print-directory clean
39 .PHONY: cleanall
40 cleanall:
41 @$(MAKE) -C src --no-print-directory cleanall
43 .PHONY: install
44 install:
45 @$(MAKE) -C src --no-print-directory install
47 .PHONY: bumprev
48 bumprev:
49 @sh tools/bumprev.sh all
51 .PHONY: release
52 release:
53 @sh tools/mkrelease.sh