Imported Upstream version 2.0.26
[platform/upstream/gpg2.git] / am / cmacros.am
1 # cmacros.am - C macro definitions
2 #     Copyright (C) 2004 Free Software Foundation, Inc.
3 #
4 # This file is part of GnuPG.
5 #
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.
10 #
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.
15 #
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/>.
18
19 localedir = $(datadir)/locale
20
21 AM_CPPFLAGS += -DLOCALEDIR=\"$(localedir)\"
22
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@\""
29 endif
30
31
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.
35 if GNUPG_AGENT_PGM
36 AM_CPPFLAGS += -DGNUPG_DEFAULT_AGENT="\"@GNUPG_AGENT_PGM@\""
37 endif
38 if GNUPG_PINENTRY_PGM
39 AM_CPPFLAGS += -DGNUPG_DEFAULT_PINENTRY="\"@GNUPG_PINENTRY_PGM@\""
40 endif
41 if GNUPG_SCDAEMON_PGM
42 AM_CPPFLAGS += -DGNUPG_DEFAULT_SCDAEMON="\"@GNUPG_SCDAEMON_PGM@\""
43 endif
44 if GNUPG_DIRMNGR_PGM
45 AM_CPPFLAGS += -DGNUPG_DEFAULT_DIRMNGR="\"@GNUPG_DIRMNGR_PGM@\""
46 endif
47 if GNUPG_PROTECT_TOOL_PGM
48 AM_CPPFLAGS += -DGNUPG_DEFAULT_PROTECT_TOOL="\"@GNUPG_PROTECT_TOOL_PGM@\""
49 endif
50
51 if HAVE_W32_SYSTEM
52 .rc.o:
53         $(WINDRES) $(DEFAULT_INCLUDES) $(INCLUDES) "$<" "$@"
54
55 endif
56 resource_objs =
57
58 # Convenience macros
59 libcommon = ../common/libcommon.a
60 libcommonpth = ../common/libcommonpth.a
61