# # Makefile.defines_int.pre # # Author: Pekka Riikonen # # Copyright (C) 2000 - 2005 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. # # # 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=@SILC_TOP_SRCDIR@ silc_install_prefix=@prefix@ # # Common libraries that are linked against the created executable # SILC_COMMON_LIBS= -L$(silc_top_srcdir)/lib -lsilc @LIBS@ # # Common compilation flags # SILC_CFLAGS=@CFLAGS@ # # SILC Library includes # SILC_LIB_INCLUDES=@SILC_LIB_INCLUDES@ # # Installation defines # silc_etcdir=@ETCDIR@ silc_modulesdir=@MODULESDIR@ silc_helpdir=@HELPDIR@ silc_docdir=@DOCDIR@ silc_logsdir=@LOGSDIR@ etcdir = $(DESTDIR)$(silc_etcdir) modulesdir = $(DESTDIR)$(silc_modulesdir) helpdir = $(DESTDIR)$(silc_helpdir) docdir = $(DESTDIR)$(silc_docdir) logsdir = $(DESTDIR)$(silc_logsdir) mandir = $(DESTDIR)@mandir@