(PACKAGE_NAME): New variable.

(LIBRARY_NAME): New variable.
(rcs-list-locked): Target removed.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1412 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-04-17 14:48:57 +00:00
parent 6c57876ade
commit 9f08c65a22

View file

@ -1,6 +1,6 @@
# Makefile definitions for inclusion in all subdir Makefiles # Makefile definitions for inclusion in all subdir Makefiles
# Copyright (C) 1995 Free Software Foundation, Inc. # Copyright (C) 1995, 1996 Free Software Foundation, Inc.
# #
# Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu> # Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
# #
@ -20,16 +20,13 @@
# License along with this library; if not, write to the Free # License along with this library; if not, write to the Free
# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
# subdir makefiles must define variables:
# RCS_FILES
#
# Put this first so it's the default # Put this first so it's the default
all: all:
# Default to empty, individual Makefile's can override this # Default to empty; individual Makefile's can override this
install: install:
uninstall: uninstall:
rcs-list-locked: PACKAGE_NAME = gstep-base
@rlog -L -R $(RCS_FILES) LIBRARY_NAME = libgnustep-base