1 # cmacros.am - C macro definitions
2 # Copyright (C) 2004 Free Software Foundation, Inc.
4 # This file is part of GnuPG.
6 # GnuPG is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3 of the License, or
9 # (at your option) any later version.
11 # GnuPG is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, see <http://www.gnu.org/licenses/>.
19 localedir = $(datadir)/locale
21 AM_CPPFLAGS += -DLOCALEDIR=\"$(localedir)\"
23 if ! HAVE_DOSISH_SYSTEM
24 AM_CPPFLAGS += -DGNUPG_BINDIR="\"$(bindir)\"" \
25 -DGNUPG_LIBEXECDIR="\"$(libexecdir)\"" \
26 -DGNUPG_LIBDIR="\"$(libdir)/@PACKAGE@\"" \
27 -DGNUPG_DATADIR="\"$(datadir)/@PACKAGE@\"" \
28 -DGNUPG_SYSCONFDIR="\"$(sysconfdir)/@PACKAGE@\""
32 # If a specific protect tool program has been defined, pass its name
33 # to cc. Note that these macros should not be used directly but via
34 # the gnupg_module_name function.
36 AM_CPPFLAGS += -DGNUPG_DEFAULT_AGENT="\"@GNUPG_AGENT_PGM@\""
39 AM_CPPFLAGS += -DGNUPG_DEFAULT_PINENTRY="\"@GNUPG_PINENTRY_PGM@\""
42 AM_CPPFLAGS += -DGNUPG_DEFAULT_SCDAEMON="\"@GNUPG_SCDAEMON_PGM@\""
45 AM_CPPFLAGS += -DGNUPG_DEFAULT_DIRMNGR="\"@GNUPG_DIRMNGR_PGM@\""
47 if GNUPG_PROTECT_TOOL_PGM
48 AM_CPPFLAGS += -DGNUPG_DEFAULT_PROTECT_TOOL="\"@GNUPG_PROTECT_TOOL_PGM@\""
53 libcommon = ../common/libcommon.a
54 libcommonpth = ../common/libcommonpth.a