Changeset caeddaf28b2be6e81ca870866535d2df08d27cfc

Show
Ignore:
Timestamp:
02/28/06 16:29:42 (3 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1141140582 +0000
git-parent:

[262b957be023d4f84ebb1613e395dd11f4525a7f]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1141140582 +0000
Message:

libtool: fix make distclean

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bootstrap

    r262b957 rcaeddaf  
    273273 
    274274mostlyclean-local: 
     275if USE_LIBTOOL 
     276    -rm -f *.la 
     277else 
    275278    -rm -f *.a *\$(LIBEXT) 
     279endif 
    276280 
    277281clean-local: \$(clean_modules) 
    278 if USE_LIBTOOL 
    279     @if test -z "\$(libvlc_LTLIBRARIES)\$(noinst_LTLIBRARIES)"; then \ 
    280       l=\$\$(\$(VLC_CONFIG) --list plugin); \ 
    281       p=\`for mod in \$(mods); do case "\$\$l " in *\ \$\${mod}\ *) echo -n " lib\$\${mod}_plugin.la" ;; esac; done\` ; \ 
    282       l=\$\$(\$(VLC_CONFIG) --list builtin); \ 
    283       s=\`for mod in \$(mods); do case "\$\$l " in *\ \$\${mod}\ *) echo -n " lib\$\${mod}_builtin.la" ;; esac; done\` ; \ 
    284       test -z "\$\$p\$\$s" || \ 
    285         \$(MAKE) \$(AM_MAKEFLAGS) \ 
    286           libvlc_LTLIBRARIES="\$\$p" noinst_LTLIBRARIES="\$\$s" clean ; \ 
    287     fi 
    288 endif 
    289282 
    290283### automake creates libvlcdir after running install-*-local