updates.
authorPekka Riikonen <priikone@silcnet.org>
Tue, 29 May 2001 09:41:43 +0000 (09:41 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Tue, 29 May 2001 09:41:43 +0000 (09:41 +0000)
Makefile.defines_int [new file with mode: 0644]
prepare

diff --git a/Makefile.defines_int b/Makefile.defines_int
new file mode 100644 (file)
index 0000000..6a82966
--- /dev/null
@@ -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 <priikone@poseidon.pspt.fi>
+#
+#  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 e189866937e5000c563939bbd3124ab1e75eb084..a64658912d73b144577ce6d0bf26331636217a35 100755 (executable)
--- 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