Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
c1c55327
Commit
c1c55327
authored
May 01, 2008
by
Rémi Denis-Courmont
Browse files
Don't generate module parameters twice
parent
77d07c40
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/genmf
View file @
c1c55327
...
...
@@ -18,8 +18,8 @@ do
basedir
=
"
`
echo
"
${
dir
}
"
|
cut
-f1
-d
/
`
"
# automake will not recurse for make dist if we don't define SUBDIRS = .
subdirs
=
"
`
sed
-ne
's,'
modules/
${
dir
}
'/\([^/]*\)/Makefile,\1,p'
configure.ac | xargs
`
"
mods
=
"
`
sed
-n
-e
's/^ *SOURCES_\([^ ]*\).*/\1/p'
<
"
${
modf
}
"
| xargs
`
"
plugins
=
"
`
sed
-n
-e
's/^.*lib\([^ ]*\)_plugin\.la.*/\1/p'
<
"
${
modf
}
"
| xargs
`
"
mods
=
"
`
sed
-n
-e
's/^ *SOURCES_\([^ ]*\).*/\1/p'
<
"
${
modf
}
"
|
sort
|
uniq
|
xargs
`
"
plugins
=
"
`
sed
-n
-e
's/^.*lib\([^ ]*\)_plugin\.la.*/\1/p'
<
"
${
modf
}
"
|
sort
|
uniq
|
xargs
`
"
libvlc_ltlibs
=
""
extra_ltlibs
=
""
for
mod
in
$mods
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment