Merge commit 'origin/silc.1.1.branch'
[silc.git] / tutorial / Makefile.defines_int.in
1 #
2 #  Makefile.defines_int.pre
3 #
4 #  Author: Pekka Riikonen <priikone@silcnet.org>
5 #
6 #  Copyright (C) 2002 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 silc_install_prefix=@prefix@
19 SILC_COMMON_LIBS= @LIBS@ -L$(silc_install_prefix)/lib \
20         -L/usr/local/silc/lib -lsilc -lsilcclient -lsilc
21 SILC_CFLAGS=@CFLAGS@
22 CC=@CC@
23 LIBTOOL = @LIBTOOL@
24 LN_S = @LN_S@  
25 LDFLAGS = @LDFLAGS@
26