# $HeadURL$ $LastChangedRevision$ # This file is sourced by miniade's Makefile. As such, it is called in two situations: # 1) when making the Debian package, the Debian package's 'rules' file runs make but with # PREFIX set, so here BIN_PREFIX, SHARE_PREFIX and DOC_PREFIX are all derived accordingly. # The various Makefiles in miniade, use these variables in their 'install' recipes. # 2) when run under miniadedevsh, miniade consults SHARE_PREFIX to report where the modules # are (or to cat them), but that is the only one of those variables used in this situation. PREFIX = /usr export BIN_PREFIX = $(PREFIX)/bin export SHARE_PREFIX = $(PREFIX)/share/miniade export DOC_PREFIX = $(PREFIX)/share/doc/miniade