From 1345d3c8d1e8261bf9f771f9ec9a963bacfdb40b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Wed, 7 May 2003 12:46:20 +0200 Subject: [PATCH] Added setting of MODNAME, MODDIR and MODPATH. Rev: src/make_variables.in:1.13 --- src/make_variables.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/make_variables.in b/src/make_variables.in index 6911ee8477..21f3761f6f 100644 --- a/src/make_variables.in +++ b/src/make_variables.in @@ -1,6 +1,6 @@ # -*- Makefile -*- # -# $Id: make_variables.in,v 1.12 2003/02/19 23:58:21 mast Exp $ +# $Id: make_variables.in,v 1.13 2003/05/07 10:46:20 grubba Exp $ # # Note: This template is actually used only for make_variables in the # subdirectories; the one created in the build base dir is just an @@ -32,3 +32,7 @@ AR=@AR@ SRCDIR=@srcdir@ PMOD_TARGETS=@PMOD_TARGETS@ make_variables_in=@make_variables_in@ + +MODNAME=@MODULE_NAME@ +MODPATH=@MODULE_PATH@ +MODDIR=@MODULE_DIR@ -- GitLab