]> err.no Git - sope/blob - gnustep-make/subproject.make
Drop apache 1 build-dependency
[sope] / gnustep-make / subproject.make
1 #
2 #   subproject.make
3 #
4 #   Makefile rules to build GNUstep-based subprojects (which is not the
5 #   same thing as aggregate projects!).
6 #
7 #   Copyright (C) 2002 Free Software Foundation, Inc.
8 #
9 #   Author:  Nicola Pero <nicola@brainstorm.co.uk>
10 #
11 #   This file is part of the GNUstep Makefile Package.
12 #
13 #   This library is free software; you can redistribute it and/or
14 #   modify it under the terms of the GNU General Public License
15 #   as published by the Free Software Foundation; either version 2
16 #   of the License, or (at your option) any later version.
17 #   
18 #   You should have received a copy of the GNU General Public
19 #   License along with this library; see the file COPYING.LIB.
20 #   If not, write to the Free Software Foundation,
21 #   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22
23 ifeq ($(GNUSTEP_INSTANCE),)
24 include $(GNUSTEP_MAKEFILES)/Master/subproject.make
25 else
26
27 ifeq ($(GNUSTEP_TYPE),subproject)
28 include $(GNUSTEP_MAKEFILES)/Instance/subproject.make
29 endif
30
31 endif