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:
Nicola Pero 2001-01-12 18:27:36 +00:00
parent 6cfa3ae6a5
commit 023ef57767

View file

@ -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
#