File: Makefile.defines_int

package info (click to toggle)
silc-toolkit 1.1.7-2%2Blenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 34,708 kB
  • ctags: 8,481
  • sloc: ansic: 79,557; sh: 8,987; cpp: 1,480; asm: 995; makefile: 187; perl: 126
file content (26 lines) | stat: -rw-r--r-- 867 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
#  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=/usr/local
SILC_COMMON_LIBS=  -ldl -lpthread -L$(silc_install_prefix)/lib \
	-L/usr/local/silc/lib -lsilc -lsilcclient -lsilc
SILC_CFLAGS=-D_GNU_SOURCE -g -Wall -finline-functions -Wno-pointer-sign -O2 -D_REENTRANT
CC=gcc
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LN_S = ln -s  
LDFLAGS = -L$(silc_top_srcdir)/lib