Manual pages installation fix patch by Ville Räsänen.
[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 silc_install_prefix=@prefix@
29
30 #
31 # Common libraries that are linked against the created executable
32 #
33 SILC_COMMON_LIBS= @LIBS@ -L$(silc_top_srcdir)/lib -lsilc
34
35 #
36 # Common compilation flags
37 #
38 SILC_CFLAGS=@CFLAGS@
39
40 #
41 # Installation defines
42 #
43 silc_etcdir=@ETCDIR@
44 silc_modulesdir=@MODULESDIR@
45 silc_helpdir=@HELPDIR@
46 silc_docdir=@DOCDIR@
47 silc_logsdir=@LOGSDIR@
48 silc_mandir=@MANDIR@