From 66a6a2deba295ecf4018e10e67a2206c50424ca7 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Tue, 29 May 2001 09:41:43 +0000 Subject: [PATCH] updates. --- Makefile.defines_int | 49 ++++++++++++++++++++++++++++++++++++++++++++ prepare | 9 ++++++++ 2 files changed, 58 insertions(+) create mode 100644 Makefile.defines_int diff --git a/Makefile.defines_int b/Makefile.defines_int new file mode 100644 index 00000000..6a829661 --- /dev/null +++ b/Makefile.defines_int @@ -0,0 +1,49 @@ +# Generated automatically from Makefile.defines_int.in by configure. +# Generated automatically from Makefile.defines_int.in by configure. +# Generated automatically from Makefile.defines_int.in by configure. +# Generated automatically from Makefile.defines_int.in by configure. +# Generated automatically from Makefile.defines_int.in by configure. +# Generated automatically from Makefile.defines_int.in by configure. +# Generated automatically from Makefile.defines_int.in by configure. +# Generated automatically from Makefile.defines_int.in by configure. +# +# Makefile.defines_int +# +# Author: Pekka Riikonen +# +# Copyright (C) 2000 - 2001 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; either version 2 of the License, or +# (at your option) any later version. +# +# 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=/home/silc/silc + +# +# Common libraries that are linked against the created executable +# +SILC_COMMON_LIBS= -lncurses -ldl -L$(silc_top_srcdir)/lib -lsilc + +# +# Installation defines +# +silc_etcdir=/etc/silc +silc_modulesdir=$(prefix)/modules +silc_helpdir=$(prefix)/help +silc_docdir=$(prefix)/doc +silc_logsdir=$(prefix)/logs diff --git a/prepare b/prepare index e1898669..a6465891 100755 --- a/prepare +++ b/prepare @@ -89,7 +89,16 @@ sed -e "/SILC_VERSION/s//$dist_version/" configure.in.pre >>configure.in2 sed -e "/SILC_PACKAGE/s//silc-"$distribution"/" configure.in2 >configure.in rm -f configure.in2 +# +# Prepare the Makefile.defines and Makefile.defines_int +# +cp Makefile.defines.pre Makefile.defines.in cp Makefile.defines.in Makefile.defines +cp Makefile.defines.in irssi +cp Makefile.defines.in irssi/Makefile.defines +cp Makefile.defines_int Makefile.defines_int.in +cp Makefile.defines_int.in irssi +cp Makefile.defines_int.in irssi/Makefile.defines_int aclocal autoconf -- 2.24.0