[vlc-devel] commit: Remove dead code ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Apr 21 21:30:47 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Mon Apr 21 22:05:39 2008 +0300| [3c1aab6d03786264fd501cc5cea6ceacc0656588]
Remove dead code
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3c1aab6d03786264fd501cc5cea6ceacc0656588
---
modules/genmf | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/modules/genmf b/modules/genmf
index 33c5421..2abb3a2 100755
--- a/modules/genmf
+++ b/modules/genmf
@@ -45,13 +45,6 @@ EOF
cat >> m4/private.m4 << EOF
${mod}) list="\\\${list} ${dir}/lib${mod}" ;;
EOF
-# Generation of modules/**/Makefile.am
-# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-# - L_ is for LIBRARIES_, D_ for DATA_, B_ for BUILT_SOURCES_, F_ for LDFLAGS_,
-# S_ for SOURCES_, _p is for _plugin, _b is for _builtin. This is to reduce
-# the resulting file size.
-# - *_CFLAGS, *_CXXFLAGS etc. because per-object CPPFLAGS does not seem to
-# work properly with any automake version I tested.
cat >> "${makf}" << EOF
# The ${mod} plugin
EOF
@@ -61,7 +54,6 @@ EOF
if [ "${NODIST}" != "#" ]; then cat >> "${makf}" << EOF
nodist_lib${mod}_plugin_la_SOURCES = \$(nodist_SOURCES_${mod})
CLEANFILES += \$(nodist_SOURCES_${mod})
-BUILT_SOURCES += \$(B${mod})
EOF
fi
cat >> "${makf}" << EOF
More information about the vlc-devel
mailing list