#
# Makefile.defines_int.pre
#
# Author: Pekka Riikonen <priikone@silcnet.org>
#
# Copyright (C) 2000 - 2005 Pekka Riikonen
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
#
# Internal file for definitions. This is read by Makefile.defines. DO NOT
# include this file directly to your Makefile.ams.
#
#
# Generic definitions
#
silc_top_srcdir=/mnt/gmirror/ports/net/silc-server/work/silc-server-1.0.3
silc_install_prefix=
#
# Common libraries that are linked against the created executable
#
SILC_COMMON_LIBS= -L$(silc_top_srcdir)/lib -lsilc -ldl -liconv -lpthread
#
# Common compilation flags
#
SILC_CFLAGS=-fno-common -g -O2 -D_REENTRANT -g -O2 -D_REENTRANT -g -O2 -D_REENTRANT
#
# SILC Library includes
#
SILC_LIB_INCLUDES= -I/mnt/gmirror/ports/net/silc-server/work/silc-server-1.0.3/lib/contrib -I/mnt/gmirror/ports/net/silc-server/work/silc-server-1.0.3/lib/silccore -I/mnt/gmirror/ports/net/silc-server/work/silc-server-1.0.3/lib/silccrypt -I/mnt/gmirror/ports/net/silc-server/work/silc-server-1.0.3/lib/silcmath -I/mnt/gmirror/ports/net/silc-server/work/silc-server-1.0.3/lib/silcutil -I/mnt/gmirror/ports/net/silc-server/work/silc-server-1.0.3/lib/silcske -I/mnt/gmirror/ports/net/silc-server/work/silc-server-1.0.3/lib/silcsim
#
# Installation defines
#
silc_etcdir=/etc
silc_modulesdir=/modules
silc_helpdir=@HELPDIR@
silc_docdir=/doc
silc_logsdir=/logs
etcdir = $(DESTDIR)$(silc_etcdir)
modulesdir = $(DESTDIR)$(silc_modulesdir)
helpdir = $(DESTDIR)$(silc_helpdir)
docdir = $(DESTDIR)$(silc_docdir)
logsdir = $(DESTDIR)$(silc_logsdir)
mandir = $(DESTDIR)${prefix}/share/man
syntax highlighted by Code2HTML, v. 0.9.1