From: RĂ©mi Denis-Courmont Date: Mon, 21 Apr 2008 18:54:50 +0000 (+0300) Subject: Remove dead and ugly code of mine X-Git-Tag: 0.9.0-test0~1386 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=2040035d0fc94a30b27850f8bb9f86c0093cf992;p=vlc Remove dead and ugly code of mine --- diff --git a/modules/common.am b/modules/common.am index fab4fb354e..2907e044b2 100644 --- a/modules/common.am +++ b/modules/common.am @@ -6,8 +6,7 @@ # Authors: Sam Hocevar NULL = -SUFFIXES = _plugin$(LIBEXT) _plugin.la - +SUFFIXES = libvlcdir = $(libdir)/vlc/$(basedir) libvlc_LTLIBRARIES = EXTRA_DIST = Modules.am @@ -47,18 +46,6 @@ all-modules: `; case "$$targets" in *lib*) $(MAKE) $(AM_MAKEFLAGS) $$targets || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; ;; esac; \ test -z "$$fail" -# Build a plugin with the adequate linker and linker's flags -_plugin.la_plugin$(LIBEXT): - @mod="$*" ; mod=$${mod#lib} ; \ - ldfl="`$(VLC_CONFIG) --libs plugin $$mod` $(LIBVLC) -u $(SYMPREF)$(VLC_ENTRY)" ; \ - case `$(VLC_CONFIG) --linkage $$mod` in \ - c++) ld="$(CXXLINK)" ;; \ - objc) ld="$(OBJCLINK)" ;; \ - c|*) ld="$(LINK)" ;; \ - esac ; \ - echo $$ld $< $$ldfl ; \ - $$ld $< $$ldfl - if MAINTAINER_MODE $(srcdir)/Makefile.am: $(srcdir)/Modules.am $(top_srcdir)/modules/genmf cd \$(top_srcdir) && \$(SHELL) modules/genmf ${dir}