From 2040035d0fc94a30b27850f8bb9f86c0093cf992 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Mon, 21 Apr 2008 21:54:50 +0300 Subject: [PATCH] Remove dead and ugly code of mine --- modules/common.am | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) 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} -- 2.39.5