#  * Project: MediaTex
#  * Module:  Makefile's common variables
#  *
#  * Process this file with configure to produce a Makefile.
# 
#  MediaTex is an Electronic Records Management System
#  Copyright (C) 2014 2015 2016 2017 Nicolas Roche
# 
#  This program is free software: you can redistribute it and/or modify
#  it under the terms of the GNU General Public License as published by
#  the Free Software Foundation, either version 3 of the License, or
#  any later version.
# 
#  This program is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#  GNU General Public License for more details.
# 
#  You should have received a copy of the GNU General Public License
#  along with this program.  If not, see <http://www.gnu.org/licenses/>.

do_subst = @sed \
 -e "s!CONF_BINDIR!$(bindir)!g" \
 -e "s!CONF_DATAROOTDIR!$(datarootdir)!g" \
 -e "s!CONF_EXEC_PREFIX!$(exec_prefix)!g" \
 -e "s!CONF_LOCALSTATEDIR!$(localstatedir)!g" \
 -e "s!CONF_MEDIATEXDIR!$(mdtx_mediatexdir)!g" \
 -e "s!CONF_PREFIX!$(prefix)!g" \
 -e "s!CONF_SYSCONFDIR!$(sysconfdir)!g" \
 -e "s!CONF_LIBDIR!$(libdir)!g"

/* Local Variables: */
/* mode: makefile */
/* mode: font-lock */
/* mode: auto-fill */
/* End: */
