#
# Makefile.defines.pre
#
-# Author: Pekka Riikonen <priikone@poseidon.pspt.fi>
+# Author: Pekka Riikonen <priikone@silcnet.org>
#
-# Copyright (C) 2001 Pekka Riikonen
+# Copyright (C) 2001 - 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; either version 2 of the License, or
-# (at your option) any later version.
+# 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
#
# Makefile.defines_int.pre
#
-# Author: Pekka Riikonen <priikone@poseidon.pspt.fi>
+# Author: Pekka Riikonen <priikone@silcnet.org>
#
-# Copyright (C) 2000 - 2001 Pekka Riikonen
+# 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; either version 2 of the License, or
-# (at your option) any later version.
+# 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
#
# Common libraries that are linked against the created executable
#
-SILC_COMMON_LIBS= @LIBS@ -L$(silc_top_srcdir)/lib -lsilc
+SILC_COMMON_LIBS= -L$(silc_top_srcdir)/lib -lsilc @LIBS@
#
# Common compilation flags
ad_log_open "makedist.log"
ad_debug "Starting distribution creation"
- ad_log "Starting distribution creation"
- ad_log "------------------------------"
+ ad_log "Created distribution"
+ ad_log "--------------------"
ad_log ""
if test '!' -f autodist.dist; then
if test x$1 = xtrue; then
ad_log ""
- ad_log "Autodist did not process the following files and directories:"
- ad_log "-------------------------------------------------------------"
+ ad_log "Following files and directories were not processed:"
+ ad_log "---------------------------------------------------"
f="$cur/autodist__noprocess"
rm -rf $f
ad_debug "Running hooks: $1"
ad_log ""
- ad_log "Running hooks:"
+ ad_log "Hooks executed:"
ad_log "--------------"
for i in $1
ad_debug "Starting running distributions hooks: $1"
ad_log ""
- ad_log "Running distribution hooks:"
- ad_log "---------------------------"
+ ad_log "Distribution hooks executed:"
+ ad_log "----------------------------"
for i in $1
do