updates.
[silc.git] / Makefile.defines.pre
1 #
2 #  Makefile.defines.pre
3 #
4 #  Author: Pekka Riikonen <priikone@poseidon.pspt.fi>
5 #
6 #  Copyright (C) 2000 - 2001 Pekka Riikonen
7 #
8 #  This program is free software; you can redistribute it and/or modify
9 #  it under the terms of the GNU General Public License as published by
10 #  the Free Software Foundation; either version 2 of the License, or
11 #  (at your option) any later version.
12 #
13 #  This program is distributed in the hope that it will be useful,
14 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
15 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 #  GNU General Public License for more details.
17 #
18
19 #
20 # This file is intended to include all common compilation defines for the
21 # SILC source tree.  All Makefile.ams in the SILC source tree are expected
22 # to include this file (Makefile.defines).  Also this file may be included
23 # in any external project that is included in the SILC source tree.
24 #
25 # Add following to your Makefile.am:
26 #
27 # include $(top_srcdir)/Makefile.defines
28 #
29
30 include $(top_srcdir)/Makefile.defines_int
31
32 #
33 # INCLUDE defines
34 #
35 INCLUDES = $(ADD_INCLUDES) \
36         -I$(srcdir) -I$(top_srcdir) \
37         -I$(silc_top_srcdir) \
38         -I$(silc_top_srcdir)/lib/silccore \
39         -I$(silc_top_srcdir)/lib/silccrypt \
40         -I$(silc_top_srcdir)/lib/silcmath \
41         -I$(silc_top_srcdir)/lib/silcmath/gmp \
42         -I$(silc_top_srcdir)/lib/silcske \
43         -I$(silc_top_srcdir)/lib/silcsim \
44         -I$(silc_top_srcdir)/lib/silcutil \
45         -I$(silc_top_srcdir)/lib/silcclient \
46         -I$(silc_top_srcdir)/lib/contrib \
47         -I$(silc_top_srcdir)/includes \
48         -I$(silc_top_srcdir)/doc \
49         -I$(silc_top_srcdir)/lib/trq