Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > main-testing > by-pkgid > ab7ad4fe88fbdcf4125a767f7f3c4e92 > files > 1576

silc-toolkit-devel-1.1.9-1.2mdv2009.1.x86_64.rpm

#
#  Makefile.defines_int.pre
#
#  Author: Pekka Riikonen <priikone@silcnet.org>
#
#  Copyright (C) 2002 Pekka Riikonen
#
#  The contents of this file are subject to one of the Licenses specified 
#  in the COPYING file;  You may not use this file except in compliance 
#  with the License.
#
#  The software distributed under the License is distributed on an "AS IS"
#  basis, in the hope that it will be useful, but WITHOUT WARRANTY OF ANY
#  KIND, either expressed or implied.  See the COPYING file for more
#  information.
#

silc_install_prefix=@prefix@
SILC_COMMON_LIBS= @LIBS@ -L$(silc_install_prefix)/lib \
	-L/usr/local/silc/lib -lsilc -lsilcclient -lsilc
SILC_CFLAGS=@CFLAGS@
CC=@CC@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@  
LDFLAGS = @LDFLAGS@