Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
4c7f9a48
Commit
4c7f9a48
authored
Aug 19, 2005
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in static libraries installation
parent
837f796e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
bootstrap
bootstrap
+7
-8
No files found.
bootstrap
View file @
4c7f9a48
...
...
@@ -218,7 +218,6 @@ BUILT_SOURCES =
SUBDIRS =
${
subdirs
}
SUFFIXES = _plugin
\$
(LIBEXT) _plugin.a
### TODO ought to be defined somewhere else
VLC_ENTRY =
\$
(SYMPREF)vlc_entry__0_8_2
libvlcdir =
\$
(libdir)/vlc/
\$
(basedir)
...
...
@@ -249,7 +248,7 @@ all-modules:
# Build a plugin with the adequate linker and linker's flags
_plugin.a_plugin
\$
(LIBEXT):
@mod="
\$
*" ; mod=
\$\$
{mod:3} ;
\
ldfl="
\`\$
(VLC_CONFIG) --libs plugin
\$\$
mod
\`
-u
\$
(VLC_ENTRY)" ;
\
ldfl="
\`\$
(VLC_CONFIG) --libs plugin
\$\$
mod
\`
-u
\$
(
SYMPREF)
\$
(
VLC_ENTRY)" ;
\
case
\`\$
(VLC_CONFIG) --linkage
\$\$
mod
\`
in
\\
c++) ld="
\$
(CXXLINK)" ;;
\
objc) ld="
\$
(OBJCLINK)" ;;
\
...
...
@@ -272,8 +271,8 @@ install-exec-local: all-modules
for mod in
\$
(mods); do
\
case "
\$\$
z "
\
in *
\ \$\$
{mod}
\
*)
\
echo
\$
(INSTALL_PROGRAM)
-m 755
"lib
\$\$
{mod}_plugin
\$
(LIBEXT)" "
\$
(DESTDIR)
\$
(libvlcdir)/" ;
\
\$
(INSTALL_PROGRAM)
-m 755
"lib
\$\$
{mod}_plugin
\$
(LIBEXT)" "
\$
(DESTDIR)
\$
(libvlcdir)/" || exit
\$\$
?;
\
echo
\$
(INSTALL_PROGRAM) "lib
\$\$
{mod}_plugin
\$
(LIBEXT)" "
\$
(DESTDIR)
\$
(libvlcdir)/" ;
\
\$
(INSTALL_PROGRAM) "lib
\$\$
{mod}_plugin
\$
(LIBEXT)" "
\$
(DESTDIR)
\$
(libvlcdir)/" || exit
\$\$
?;
\
;;
\
esac;
\
done
...
...
@@ -281,8 +280,8 @@ install-exec-local: all-modules
for mod in
\$
(mods); do
\
case "
\$\$
z "
\
in *
\ \$\$
{mod}
\
*)
\
echo
\$
(INSTALL_DATA)
-m 644
"lib
\$\$
{mod}.a" "
\$
(DESTDIR)
\$
(libdir)/vlc/" ;
\
\$
(INSTALL_DATA)
-m 644 "lib
\$\$
{mod}.a" "
\$
(DESTDIR)
\$
(libvlcdir)
/" || exit
\$\$
?;
\
echo
\$
(INSTALL_DATA) "lib
\$\$
{mod}.a" "
\$
(DESTDIR)
\$
(libdir)/vlc/" ;
\
\$
(INSTALL_DATA)
"lib
\$\$
{mod}.a" "
\$
(DESTDIR)
\$
(libdir)/vlc
/" || exit
\$\$
?;
\
;;
\
esac;
\
done
...
...
@@ -291,8 +290,8 @@ if BUILD_MOZILLA
for mod in
\$
(mods); do
\
case "
\$\$
z "
\
in *
\ \$\$
{mod}
\
*)
\
echo
\$
(INSTALL_DATA)
-m 644
"lib
\$\$
{mod}_pic.a" "
\$
(DESTDIR)
\$
(libdir)/vlc/" ;
\
\$
(INSTALL_DATA)
-m 644 "lib
\$\$
{mod}_pic.a" "
\$
(DESTDIR)
\$
(libvlcdir)
/" || exit
\$\$
?;
\
echo
\$
(INSTALL_DATA) "lib
\$\$
{mod}_pic.a" "
\$
(DESTDIR)
\$
(libdir)/vlc/" ;
\
\$
(INSTALL_DATA)
"lib
\$\$
{mod}_pic.a" "
\$
(DESTDIR)
\$
(libdir)/vlc
/" || exit
\$\$
?;
\
;;
\
esac;
\
done
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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