mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-06 03:40:44 +00:00
Define new ivars for installation specific operations
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@8571 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6cfa3ae6a5
commit
023ef57767
1 changed files with 7 additions and 0 deletions
|
@ -28,6 +28,13 @@ MINOR_VERSION = 0
|
|||
SUBMINOR_VERSION = 0
|
||||
VERSION = ${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
||||
|
||||
#
|
||||
# Installation scripts
|
||||
#
|
||||
INSTALL_LN_S = $(LN_S)
|
||||
REMOVE_INSTALLED_LN_S = rm -f
|
||||
INSTALL_COMPLETE_DIR = $(GNUSTEP_MAKEFILES)/install-complete-dir.sh
|
||||
|
||||
#
|
||||
# Scripts to run for parsing canonical names
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue