xca/Local.mak.in
Christian Hohnstädt 8daf06dcac Close #259: Follow the XDG base directory specification
After dropping Qt4 support, the Qt5 QStandardPaths class
can be used to replace my implementation of directory discovery.

QStandardPaths follows the XDG specification.
2021-05-11 12:04:46 +02:00

41 lines
811 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 -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}