]> err.no Git - sope/blob - gnustep-make/aggregate.make
corrected a wrong (intermediary) committed version, updated ChangeLog this time ;-)
[sope] / gnustep-make / aggregate.make
1 #
2 #   aggregate.make
3 #
4 #   Makefile rules to build a set of GNUstep-base subprojects.
5 #
6 #   Copyright (C) 2002 Free Software Foundation, Inc.
7 #
8 #   Author:  Nicola Pero <nicola@brainstorm.co.uk>
9 #
10 #   This file is part of the GNUstep Makefile Package.
11 #
12 #   This library is free software; you can redistribute it and/or
13 #   modify it under the terms of the GNU General Public License
14 #   as published by the Free Software Foundation; either version 2
15 #   of the License, or (at your option) any later version.
16 #   
17 #   You should have received a copy of the GNU General Public
18 #   License along with this library; see the file COPYING.LIB.
19 #   If not, write to the Free Software Foundation,
20 #   59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21
22 # prevent multiple inclusions
23 ifeq ($(AGGREGATE_MAKE_LOADED),)
24 AGGREGATE_MAKE_LOADED=yes
25
26 ifeq ($(GNUSTEP_INSTANCE),)
27 include $(GNUSTEP_MAKEFILES)/Master/aggregate.make
28 endif
29
30 endif
31 # aggregate.make loaded