1997-09-16 01:07:48 +00:00
|
|
|
#
|
|
|
|
# aggregate.make
|
|
|
|
#
|
|
|
|
# Makefile rules to build a set of GNUstep-base subprojects.
|
|
|
|
#
|
2002-02-01 11:39:07 +00:00
|
|
|
# Copyright (C) 2002 Free Software Foundation, Inc.
|
1997-09-16 01:07:48 +00:00
|
|
|
#
|
2002-02-01 11:39:07 +00:00
|
|
|
# Author: Nicola Pero <nicola@brainstorm.co.uk>
|
1997-09-16 01:07:48 +00:00
|
|
|
#
|
|
|
|
# This file is part of the GNUstep Makefile Package.
|
|
|
|
#
|
|
|
|
# This library is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU General Public License
|
|
|
|
# as published by the Free Software Foundation; either version 2
|
|
|
|
# of the License, or (at your option) any later version.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public
|
|
|
|
# License along with this library; see the file COPYING.LIB.
|
|
|
|
# If not, write to the Free Software Foundation,
|
|
|
|
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
|
|
|
1997-11-14 22:50:41 +00:00
|
|
|
# prevent multiple inclusions
|
|
|
|
ifeq ($(AGGREGATE_MAKE_LOADED),)
|
|
|
|
AGGREGATE_MAKE_LOADED=yes
|
|
|
|
|
2002-02-01 11:39:07 +00:00
|
|
|
ifeq ($(GNUSTEP_INSTANCE),)
|
|
|
|
include $(GNUSTEP_MAKEFILES)/Master/aggregate.make
|
2001-07-10 09:45:34 +00:00
|
|
|
endif
|
1997-09-16 01:07:48 +00:00
|
|
|
|
1997-11-14 22:50:41 +00:00
|
|
|
endif
|
|
|
|
# aggregate.make loaded
|
1998-05-28 06:56:11 +00:00
|
|
|
|
|
|
|
## Local variables:
|
|
|
|
## mode: makefile
|
|
|
|
## End:
|