817ec5fec0e8990c7f298f01f3152ca6811fe5aa
[autodist.git] / Makefile.defines_int.in
1 #
2 #  Makefile.defines_int.pre
3 #
4 #  Author: Pekka Riikonen <priikone@silcnet.org>
5 #
6 #  Copyright (C) 2000 - 2005 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_LIBS= -L$(silc_top_srcdir)/lib -lsilc @LIBS@
33
34 #
35 # Common compilation flags
36 #
37 SILC_CFLAGS=@CFLAGS@
38
39 #
40 # SILC Library includes
41 #
42 SILC_LIB_INCLUDES=@SILC_LIB_INCLUDES@
43
44 #
45 # Installation defines
46 #
47 silc_etcdir=@ETCDIR@
48 silc_modulesdir=@MODULESDIR@
49 silc_helpdir=@HELPDIR@
50 silc_docdir=@DOCDIR@
51 silc_logsdir=@LOGSDIR@
52 etcdir = $(DESTDIR)$(silc_etcdir)
53 modulesdir = $(DESTDIR)$(silc_modulesdir)
54 helpdir = $(DESTDIR)$(silc_helpdir)
55 docdir = $(DESTDIR)$(silc_docdir)
56 logsdir = $(DESTDIR)$(silc_logsdir)
57 mandir = $(DESTDIR)@mandir@