updates.
[silc.git] / Makefile.defines_int.pre
1 #
2 #  Makefile.defines_int.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 # Internal file for definitions. This is read by Makefile.defines. DO NOT
21 # include this file directly to your Makefile.ams.
22 #
23
24 #
25 # Generic definitions
26 #
27 silc_top_srcdir=@SILC_TOP_SRCDIR@
28
29 #
30 # Common libraries that are linked against the created executable
31 #
32 SILC_COMMON_LIBS= @LIBS@ -L$(silc_top_srcdir)/lib -lsilc
33
34 #
35 # Installation defines
36 #
37 silc_etcdir=@ETCDIR@
38 silc_modulesdir=$(prefix)/@MODULESDIR@
39 silc_helpdir=$(prefix)/@HELPDIR@
40 silc_docdir=$(prefix)/@DOCDIR@
41 silc_logsdir=$(prefix)/@LOGSDIR@