Changeset 9574d3b56183242c7cb3d9532e2ed2f5ca6cf10a
- Timestamp:
- 10/19/06 21:52:49
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1161287569 +0000
- git-parent:
[d854ee25d7644ef2169f617db73344fe5eeda0c2]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1161287569 +0000
- Message:
Remove some more cruft
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r29d8ffc |
r9574d3b |
|
| 242 | 242 | if USE_LIBTOOL |
|---|
| 243 | 243 | @set fnord \$\$MAKEFLAGS; amf=\$\$2; targets=\`\\ |
|---|
| 244 | | if test "\$(plugin)" != "no"; then z=\$\$(\$(VLC_CONFIG) --list builtin plugin); for mod in \$(mods); do case "\$\$z " in *\ \$\${mod}\ *) echo lib\$\${mod}_plugin.la;; esac; done; fi; \\ |
|---|
| | 244 | z=\$\$(\$(VLC_CONFIG) --list plugin); for mod in \$(mods); do case "\$\$z " in *\ \$\${mod}\ *) echo lib\$\${mod}_plugin.la;; esac; done; \\ |
|---|
| 245 | 245 | \`; case "\$\$targets" in *lib*) \$(MAKE) \$(AM_MAKEFLAGS) \$\$targets || case "\$\$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; ;; esac; \\ |
|---|
| 246 | 246 | test -z "\$\$fail" |
|---|
| 247 | 247 | else |
|---|
| 248 | 248 | @set fnord \$\$MAKEFLAGS; amf=\$\$2; targets=\`\\ |
|---|
| 249 | | if test "\$(plugin)" != "no"; then z=\$\$(\$(VLC_CONFIG) --list plugin); for mod in \$(mods); do case "\$\$z " in *\ \$\${mod}\ *) echo lib\$\${mod}_plugin\$(LIBEXT);; esac; done; fi; \\ |
|---|
| 250 | | if test "\$(builtin)" != "no"; then z=\$\$(\$(VLC_CONFIG) --list builtin); for mod in \$(mods); do case "\$\$z " in *\ \$\${mod}\ *) echo lib\$\${mod}.a;; esac; done; fi; \\ |
|---|
| | 249 | z=\$\$(\$(VLC_CONFIG) --list plugin); for mod in \$(mods); do case "\$\$z " in *\ \$\${mod}\ *) echo lib\$\${mod}_plugin\$(LIBEXT);; esac; done; \\ |
|---|
| | 250 | z=\$\$(\$(VLC_CONFIG) --list builtin); for mod in \$(mods); do case "\$\$z " in *\ \$\${mod}\ *) echo lib\$\${mod}.a;; esac; done; \\ |
|---|
| 251 | 251 | \`; case "\$\$targets" in *lib*) \$(MAKE) \$(AM_MAKEFLAGS) \$\$targets || case "\$\$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; ;; esac; \\ |
|---|
| 252 | 252 | test -z "\$\$fail" |
|---|
| … | … | |
| 288 | 288 | if USE_LIBTOOL |
|---|
| 289 | 289 | @if test -z "\$(libvlc_LTLIBRARIES)"; then \ |
|---|
| 290 | | z=\$\$(\$(VLC_CONFIG) --list builtin plugin); \ |
|---|
| | 290 | z=\$\$(\$(VLC_CONFIG) --list plugin); \ |
|---|
| 291 | 291 | m=\`for mod in \$(mods); do case "\$\$z " in *\ \$\${mod}\ *) echo -n " lib\$\${mod}_plugin.la" ;; esac; done\` ; \ |
|---|
| 292 | 292 | test -z "\$\$m" || \ |
|---|
| … | … | |
| 309 | 309 | if USE_LIBTOOL |
|---|
| 310 | 310 | @if test -z "\$(libvlc_LTLIBRARIES)"; then \ |
|---|
| 311 | | z=\$\$(\$(VLC_CONFIG) --list builtin plugin); \ |
|---|
| | 311 | z=\$\$(\$(VLC_CONFIG) --list plugin); \ |
|---|
| 312 | 312 | m=\`for mod in \$(mods); do case "\$\$z " in *\ \$\${mod}\ *) echo -n " lib\$\${mod}_plugin.la" ;; esac; done\` ; \ |
|---|
| 313 | 313 | test -z "\$\$m" || \ |
|---|