1995-06-30 20:26:56 +00:00
|
|
|
|
|
|
|
# Makefile definitions for inclusion in all subdir Makefiles
|
1996-04-17 14:48:57 +00:00
|
|
|
# Copyright (C) 1995, 1996 Free Software Foundation, Inc.
|
1995-06-30 20:26:56 +00:00
|
|
|
#
|
1996-04-17 20:17:45 +00:00
|
|
|
# Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
|
1995-06-30 20:26:56 +00:00
|
|
|
#
|
|
|
|
# This file is part of the GNU Objective-C Class library.
|
|
|
|
#
|
|
|
|
# This library is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU Library General Public
|
|
|
|
# License as published by the Free Software Foundation; either
|
|
|
|
# version 2 of the License, or (at your option) any later version.
|
|
|
|
#
|
|
|
|
# This library is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
# Library General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU Library General Public
|
|
|
|
# License along with this library; if not, write to the Free
|
|
|
|
# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
|
|
|
|
|
|
|
|
|
# Put this first so it's the default
|
|
|
|
all:
|
|
|
|
|
1996-04-17 14:48:57 +00:00
|
|
|
# Default to empty; individual Makefile's can override this
|
1995-08-23 14:39:20 +00:00
|
|
|
install:
|
|
|
|
uninstall:
|
|
|
|
|
1996-04-17 14:48:57 +00:00
|
|
|
PACKAGE_NAME = gstep-base
|
1996-04-17 14:52:36 +00:00
|
|
|
LIBRARY_NAME = gnustep-base
|
1996-04-17 19:37:18 +00:00
|
|
|
LIBRARY_VAR = GNUSTEP_BASE
|