Merge commit 'origin/silc.1.1.branch'
[silc.git] / Makefile.defines_int.in
1 #
2 #  Makefile.defines_int.pre
3 #
4 #  Author: Pekka Riikonen <priikone@silcnet.org>
5 #
6 #  Copyright (C) 2000 - 2007 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; version 2 of the License.
11 #
12 #  This program is distributed in the hope that it will be useful,
13 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
14 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 #  GNU General Public License for more details.
16 #
17
18 #
19 # Internal file for definitions. This is read by Makefile.defines. DO NOT
20 # include this file directly to your Makefile.ams.
21 #
22
23 #
24 # Generic definitions
25 #
26 silc_top_srcdir=@SILC_TOP_SRCDIR@
27 silc_install_prefix=@prefix@
28
29 #
30 # Common libraries that are linked against the created executable
31 #
32 SILC_COMMON_LDFLAGS= @LDFLAGS@
33 SILC_COMMON_LIBS= -lsilc @LIBS@
34
35 #
36 # Common compilation flags
37 #
38 SILC_CFLAGS=@CFLAGS@
39
40 #
41 # SILC Library includes
42 #
43 SILC_LIB_INCLUDES=@SILC_LIB_INCLUDES@
44
45 #
46 # Installation defines
47 #
48 silc_etcdir=@ETCDIR@
49 silc_modulesdir=@MODULESDIR@
50 silc_helpdir=@HELPDIR@
51 silc_docdir=@DOCDIR@
52 etcdir = $(DESTDIR)$(silc_etcdir)
53 modulesdir = $(DESTDIR)$(silc_modulesdir)
54 helpdir = $(DESTDIR)$(silc_helpdir)
55 docdir = $(DESTDIR)$(silc_docdir)
56 mandir = $(DESTDIR)@mandir@
57 #ifdef SILC_DIST_SERVER
58 silc_logsdir=@LOGSDIR@
59 logsdir = $(DESTDIR)$(silc_logsdir)
60 #endif SILC_DIST_SERVER