revert 213 commits (to 56092) from the last month. 10 still need work to resolve...
[AROS.git] / workbench / classes / zune / nlist / Makefile
blobafce41dfb14f38e06e99f0284067c4f9ee63c990
1 #/***************************************************************************
3 # NList MUI custom classes
5 # Copyright (C) 1996-2001 by Gilles Masson (NList.mcc)
6 # Copyright (C) 1999-2001 by Carsten Scholling (NListtree.mcc)
7 # Copyright (C) 2006 by Daniel Allsopp (NBitmap.mcc)
8 # Copyright (C) 2001-2014 NList Open Source Team
10 # This library is free software; you can redistribute it and/or
11 # modify it under the terms of the GNU Lesser General Public
12 # License as published by the Free Software Foundation; either
13 # version 2.1 of the License, or (at your option) any later version.
15 # This library is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 # Lesser General Public License for more details.
20 # NList classes Support Site: http://www.sf.net/projects/nlist-classes
22 # $Id$
24 #***************************************************************************/
26 SUBDIRS = nbalance_mcc \
27 nbitmap_mcc \
28 nfloattext_mcc \
29 nlist_mcc \
30 nlisttree_mcc \
31 nlisttree_mcp \
32 nlistview_mcc \
33 nlistviews_mcp \
34 demo
36 .PHONY: all
37 all: $(SUBDIRS) catalogs
39 .PHONY: $(SUBDIRS)
40 $(SUBDIRS):
41 @$(MAKE) -C $@
43 .PHONY: catalogs
44 catalogs:
45 @$(MAKE) -C nlisttree_mcp catalogs
46 @$(MAKE) -C nlistviews_mcp catalogs
48 .PHONY: clean
49 clean:
50 @$(MAKE) -C nbalance_mcc clean
51 @$(MAKE) -C nbitmap_mcc clean
52 @$(MAKE) -C nfloattext_mcc clean
53 @$(MAKE) -C nlist_mcc clean
54 @$(MAKE) -C nlisttree_mcc clean
55 @$(MAKE) -C nlisttree_mcp clean
56 @$(MAKE) -C nlistview_mcc clean
57 @$(MAKE) -C nlistviews_mcp clean
58 @$(MAKE) -C demo clean
60 .PHONY: distclean
61 distclean:
62 @$(MAKE) -C nbalance_mcc distclean
63 @$(MAKE) -C nbitmap_mcc distclean
64 @$(MAKE) -C nfloattext_mcc distclean
65 @$(MAKE) -C nlist_mcc distclean
66 @$(MAKE) -C nlisttree_mcc distclean
67 @$(MAKE) -C nlisttree_mcp distclean
68 @$(MAKE) -C nlistview_mcc distclean
69 @$(MAKE) -C nlistviews_mcp distclean
70 @$(MAKE) -C demo distclean
72 .PHONY: bumprev
73 bumprev:
74 @sh tools/bumprev.sh all
76 .PHONY: release
77 release:
78 @sh tools/mkrelease.sh $(RELEASEREV)