Remove apparently useless indirection through stub libtool library

files for libperl.a and DynaLoader.a when building perl support as
module.


git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4919 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-11-23 09:48:48 +00:00 committed by exg
commit be57a4e3e1
4 changed files with 2 additions and 95 deletions

View file

@ -43,17 +43,6 @@ noinst_HEADERS = \
perl-signals.h \
perl-sources.h
libperl_core_la_DEPENDENCIES = .libs/libperl_orig.a .libs/DynaLoader.a
.libs/libperl_orig.a:
$(mkdir_p) .libs
rm -f .libs/libperl_orig.a
if [ x$(LIBPERL_A) = x ]; then touch .libs/libperl_orig.a; else $(LN_S) $(LIBPERL_A) .libs/libperl_orig.a; fi
.libs/DynaLoader.a:
$(mkdir_p) .libs
rm -f .libs/DynaLoader.a
$(LN_S) $(DYNALOADER_A) .libs/DynaLoader.a
libperl_core_la_SOURCES = \
$(perl_sources)
@ -126,8 +115,6 @@ textui_sources = \
textui/module.h
EXTRA_DIST = \
libperl_dynaloader.la \
libperl_orig.la \
get-signals.pl \
irssi-core.pl \
$(common_sources) \

View file

@ -1,25 +0,0 @@
# libsilc.la - a libtool library file
# Generated by ltmain.sh - GNU libtool 1.3.5 (1.385.2.206 2000/05/27 11:12:27)
# The name that we can dlopen(3).
dlname=''
# Names of this library.
library_names=''
# The name of the static archive.
old_library='DynaLoader.a'
# Libraries that this one depends upon.
dependency_libs=''
# Version information for libsilc.
current=0
age=0
revision=0
# Is this an already installed library?
installed=no
# Directory that this library needs to be installed in:
libdir=''

View file

@ -1,25 +0,0 @@
# libsilc.la - a libtool library file
# Generated by ltmain.sh - GNU libtool 1.3.5 (1.385.2.206 2000/05/27 11:12:27)
# The name that we can dlopen(3).
dlname=''
# Names of this library.
library_names=''
# The name of the static archive.
old_library='libperl_orig.a'
# Libraries that this one depends upon.
dependency_libs=''
# Version information for libsilc.
current=0
age=0
revision=0
# Is this an already installed library?
installed=no
# Directory that this library needs to be installed in:
libdir=''