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
24 #***************************************************************************/
26 SUBDIRS
= nbalance_mcc \
37 all: $(SUBDIRS
) catalogs
45 @
$(MAKE
) -C nlisttree_mcp catalogs
46 @
$(MAKE
) -C nlistviews_mcp catalogs
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
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
74 @sh tools
/bumprev.sh
all
78 @sh tools
/mkrelease.sh
$(RELEASEREV
)