updates.
[crypto.git] / Makefile.defines
1 # Generated automatically from Makefile.defines.in by configure.
2 #
3 #  Makefile.defines.in
4 #
5 #  Author: Pekka Riikonen <priikone@poseidon.pspt.fi>
6 #
7 #  Copyright (C) 2000 - 2001 Pekka Riikonen
8 #
9 #  This program is free software; you can redistribute it and/or modify
10 #  it under the terms of the GNU General Public License as published by
11 #  the Free Software Foundation; either version 2 of the License, or
12 #  (at your option) any later version.
13 #
14 #  This program is distributed in the hope that it will be useful,
15 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
16 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 #  GNU General Public License for more details.
18 #
19
20 #
21 # This file is intended to include all common compilation defines for the
22 # SILC source tree.  All Makefile.ams in the SILC source tree are expected
23 # to include this file (Makefile.defines).  Also all external packages
24 # that are included in the SILC source tree and that needs the SILC
25 # specific complation defines must include this file.
26 #
27 # Add following to your Makefile.am:
28 #
29 # include $(top_srcdir)/Makefile.defines
30 #
31
32 #
33 # Generic definitions
34 #
35 silc_top_srcdir = /home/priikone/silc
36
37 #
38 # Common libraries that are linked against the created executable
39 #
40 SILC_COMMON_LIBS =  -lncurses -ldl -L$(silc_top_srcdir)/lib -lsilc
41
42 #
43 # Installation defines
44 #
45 silc_etcdir = /etc/silc
46 silc_modulesdir = $(prefix)/modules
47 silc_helpdir = $(prefix)/help
48 silc_docdir = $(prefix)/doc
49 silc_logsdir = $(prefix)/logs
50
51 #
52 # INCLUDE defines
53 #
54 INCLUDES = $(ADD_INCLUDES) \
55         -I$(srcdir) -I$(top_srcdir) \
56         -I$(silc_top_srcdir) \
57         -I$(silc_top_srcdir)/lib/silccore \
58         -I$(silc_top_srcdir)/lib/silccrypt \
59         -I$(silc_top_srcdir)/lib/silcmath \
60         -I$(silc_top_srcdir)/lib/silcmath/gmp \
61         -I$(silc_top_srcdir)/lib/silcske \
62         -I$(silc_top_srcdir)/lib/silcsim \
63         -I$(silc_top_srcdir)/lib/silcutil \
64         -I$(silc_top_srcdir)/lib/silcclient \
65         -I$(silc_top_srcdir)/lib/contrib \
66         -I$(silc_top_srcdir)/includes \
67         -I$(silc_top_srcdir)/doc \
68         -I$(silc_top_srcdir)/lib/trq