updates.
[silc.git] / Makefile.defines.pre
1 #
2 #  Makefile.defines.in
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).
23 #
24 # Add following to your Makefile.am:
25 #
26 # include $(top_srcdir)/Makefile.defines
27 #
28
29 include $(top_srcdir)/Makefile.defines_int
30
31 #
32 # INCLUDE defines
33 #
34 INCLUDES = $(ADD_INCLUDES) \
35         -I$(srcdir) -I$(top_srcdir) \
36         -I$(silc_top_srcdir) \
37         -I$(silc_top_srcdir)/lib/silccore \
38         -I$(silc_top_srcdir)/lib/silccrypt \
39         -I$(silc_top_srcdir)/lib/silcmath \
40         -I$(silc_top_srcdir)/lib/silcmath/gmp \
41         -I$(silc_top_srcdir)/lib/silcske \
42         -I$(silc_top_srcdir)/lib/silcsim \
43         -I$(silc_top_srcdir)/lib/silcutil \
44         -I$(silc_top_srcdir)/lib/silcclient \
45         -I$(silc_top_srcdir)/lib/contrib \
46         -I$(silc_top_srcdir)/includes \
47         -I$(silc_top_srcdir)/doc \
48         -I$(silc_top_srcdir)/lib/trq