xca/Local.mak.in
Christian Hohnstädt 8c04bc2b27 Rename PACKAGE_VERSION to XCA_VERSION
For an official release XCA_VERSION == PACKAGE_VERSION.
For any additional commit, XCA_VERSION's path-level is increased.

PACKAGE_VERSION cannot be modified after initially set.
Change any occurance of PACKAGE_VERSION by XCA_VERSION
2021-04-26 10:10:23 +02:00

41 lines
842 B
Makefile

# WARNING: This file will be overwritten by configure
# @configure_input@
export TOPDIR=@abs_srcdir@
export VERSION=@XCA_VERSION@
export HOST=@HOST@
CPPFLAGS+=-Wall -Wextra -DXCA_PREFIX=\"${xca_prefix}\" -DETC=\"@sysconfdir@\" -DDOCDIR=\"@docdir@\"
CFLAGS+=-O2 -ggdb -std=c++11 @CXXFLAGS@
LIBS=@LIBS@
EXTRA_VERSION=@EXTRA_VERSION@
MOC=@QT_MOC@
UIC=@QT_UIC@
RCC=@QT_RCC@
LRELEASE=@QT_LRELEASE@
LCONVERT=@QT_LCONVERT@
HELPCOLL=@QT_HELPCOLL@
CC=@CXX@
STRIP=@STRIP@
WINDRES=@WINDRES@
DOCTOOL=@DOCTOOL@
MACDEPLOYQT=@MACDEPLOYQT@
SUFFIX=@SUFFIX@
ENABLE_DOC=@ENABLE_DOC@
PACKAGE_TARNAME=@PACKAGE_TARNAME@
QTDIR=@QT_DIR@
INSTALL_DIR=@INSTALL_DIR@
prefix=@prefix@
exec_prefix=@exec_prefix@
docdir=@docdir@
htmldir=@htmldir@
mandir=@mandir@
bindir=@bindir@
datadir=@datadir@
datarootdir=@datarootdir@
xca_prefix=${datarootdir}/${PACKAGE_TARNAME}