mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
(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:
parent
767289b077
commit
5f568dcca9
1 changed files with 4 additions and 7 deletions
11
Makeconf
11
Makeconf
|
@ -1,6 +1,6 @@
|
|||
|
||||
# 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>
|
||||
#
|
||||
|
@ -20,16 +20,13 @@
|
|||
# License along with this library; if not, write to the Free
|
||||
# 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
|
||||
all:
|
||||
|
||||
# Default to empty, individual Makefile's can override this
|
||||
# Default to empty; individual Makefile's can override this
|
||||
install:
|
||||
uninstall:
|
||||
|
||||
rcs-list-locked:
|
||||
@rlog -L -R $(RCS_FILES)
|
||||
PACKAGE_NAME = gstep-base
|
||||
LIBRARY_NAME = libgnustep-base
|
||||
|
|
Loading…
Reference in a new issue