1#
2#   clibrary.make
3#
4#   Makefile rules to build GNUstep-based clibraries.
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 3
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.
19#   If not, write to the Free Software Foundation,
20#   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21
22ifeq ($(GNUSTEP_INSTANCE),)
23include $(GNUSTEP_MAKEFILES)/Master/clibrary.make
24else
25
26ifeq ($(GNUSTEP_TYPE),clibrary)
27include $(GNUSTEP_MAKEFILES)/Instance/clibrary.make
28endif
29
30endif
31