Skip to content
Snippets Groups Projects
Commit 1345d3c8 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added setting of MODNAME, MODDIR and MODPATH.

Rev: src/make_variables.in:1.13
parent 29cdc760
No related branches found
No related tags found
No related merge requests found
# -*- Makefile -*- # -*- 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 # Note: This template is actually used only for make_variables in the
# subdirectories; the one created in the build base dir is just an # subdirectories; the one created in the build base dir is just an
...@@ -32,3 +32,7 @@ AR=@AR@ ...@@ -32,3 +32,7 @@ AR=@AR@
SRCDIR=@srcdir@ SRCDIR=@srcdir@
PMOD_TARGETS=@PMOD_TARGETS@ PMOD_TARGETS=@PMOD_TARGETS@
make_variables_in=@make_variables_in@ make_variables_in=@make_variables_in@
MODNAME=@MODULE_NAME@
MODPATH=@MODULE_PATH@
MODDIR=@MODULE_DIR@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment