Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
6366a6c4
Commit
6366a6c4
authored
Feb 02, 2008
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mozilla: fix out-of-tree compilation on macosx
parent
68f4acf9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
mozilla/Makefile.am
mozilla/Makefile.am
+17
-17
No files found.
mozilla/Makefile.am
View file @
6366a6c4
...
...
@@ -108,33 +108,33 @@ endef
VLC\ Plugin.plugin
:
npvlc.rsrc $(lib_LTLIBRARIES)
rm
-Rf
"
$@
"
$(INSTALL)
-d
"
$
(srcdir)
/
$@
/Contents/MacOS
"
$(INSTALL)
"
$(srcdir)
/.libs/npvlc.dylib"
"
$(srcdir)
/
$@
/Contents/MacOS/VLC Plugin"
$(INSTALL)
-d
"
$
@
/Contents/MacOS/lib
"
$(INSTALL)
"
.libs/npvlc.dylib"
"
$@
/Contents/MacOS/VLC Plugin"
$(INSTALL)
-d
"
$(srcdir)
/
$@
/Contents/MacOS/lib"
;
\
install_name_tool
-change
"
$(libdir)
/libvlc.1.dylib"
\
"@executable_path/lib/libvlc.dylib"
\
"
$
(srcdir)
/
$
@
/Contents/MacOS/VLC Plugin"
"
$@
/Contents/MacOS/VLC Plugin"
install_name_tool
-change
"
$(libdir)
/libvlc-control.1.dylib"
\
"@executable_path/lib/libvlc-control.dylib"
\
"
$
(srcdir)
/
$
@
/Contents/MacOS/VLC Plugin"
"
$@
/Contents/MacOS/VLC Plugin"
$(INSTALL)
"
$(top_builddir)
/src/.libs/libvlc.1.dylib"
\
"
$
(srcdir)
/
$
@
/Contents/MacOS/lib/libvlc.dylib"
"
$@
/Contents/MacOS/lib/libvlc.dylib"
$(INSTALL)
"
$(top_builddir)
/src/.libs/libvlc-control.1.dylib"
\
"
$
(srcdir)
/
$
@
/Contents/MacOS/lib/libvlc-control.dylib"
"
$@
/Contents/MacOS/lib/libvlc-control.dylib"
install_name_tool
-change
"
$(libdir)
/libvlc.1.dylib"
\
"@executable_path/lib/libvlc.dylib"
\
"
$
(srcdir)
/
$
@
/Contents/MacOS/lib/libvlc-control.dylib"
dylib
=
"
$
(srcdir)
/
$
@
/Contents/MacOS/VLC Plugin"
;
$(FIXEXECPATH)
;
dylib
=
"
$
(srcdir)
/
$
@
/Contents/MacOS/lib/libvlc.dylib"
;
$(FIXEXECPATH)
;
dylib
=
"
$
(srcdir)
/
$
@
/Contents/MacOS/lib/libvlc-control.dylib"
;
$(FIXEXECPATH)
;
$(INSTALL)
-d
"
$
(srcdir)
/
$
@
/Contents/Resources"
$(INSTALL)
npvlc.rsrc
"
$
(srcdir)
/
$
@
/Contents/Resources/VLC Plugin.rsrc"
cp
-r
"
$(top_srcdir)
/extras/MacOSX/plugin/English.lproj"
"
$
(srcdir)
/
$
@
/Contents/Resources/"
$(INSTALL)
"
$(top_srcdir)
/extras/MacOSX/plugin/Info.plist"
"
$
(srcdir)
/
$
@
/Contents/Info.plist"
$(INSTALL)
-d
"
$
(srcdir)
/
$
@
/Contents/MacOS/modules"
"
$@
/Contents/MacOS/lib/libvlc-control.dylib"
dylib
=
"
$@
/Contents/MacOS/VLC Plugin"
;
$(FIXEXECPATH)
;
dylib
=
"
$@
/Contents/MacOS/lib/libvlc.dylib"
;
$(FIXEXECPATH)
;
dylib
=
"
$@
/Contents/MacOS/lib/libvlc-control.dylib"
;
$(FIXEXECPATH)
;
$(INSTALL)
-d
"
$@
/Contents/Resources"
$(INSTALL)
npvlc.rsrc
"
$@
/Contents/Resources/VLC Plugin.rsrc"
cp
-r
"
$(top_srcdir)
/extras/MacOSX/plugin/English.lproj"
"
$@
/Contents/Resources/"
$(INSTALL)
"
$(top_srcdir)
/extras/MacOSX/plugin/Info.plist"
"
$@
/Contents/Info.plist"
$(INSTALL)
-d
"
$@
/Contents/MacOS/modules"
for
i
in
""
`
$(VLC_CONFIG)
--target
plugin
`
;
do
\
if
test
-n
"
$$
i"
;
then
\
dylib
=
"
$
(srcdir)
/
$
@
/Contents/MacOS/modules/
`
basename
$$
i
$(LIBEXT)
`
"
;
\
dylib
=
"
$@
/Contents/MacOS/modules/
`
basename
$$
i
$(LIBEXT)
`
"
;
\
$(INSTALL)
"
`
dirname
$$
i
`
/.libs/
`
basename
$$
i
`
$(LIBEXT)
"
"
$$
dylib"
;
\
install_name_tool
-change
"
$(libdir)
/libvlc.1.dylib"
\
"@executable_path/lib/libvlc.dylib"
"
$$
dylib"
;
\
...
...
@@ -143,7 +143,7 @@ VLC\ Plugin.plugin: npvlc.rsrc $(lib_LTLIBRARIES)
done
if
test
-d
$(top_srcdir)
/extras/contrib/vlc-lib
;
then
\
for
i
in
$(top_srcdir)
/extras/contrib/vlc-lib/
*
.dylib
;
do
\
dylib
=
"
$
(srcdir)
/
$
@
/Contents/MacOS/lib/
`
basename
$
${i}
`
"
;
\
dylib
=
"
$@
/Contents/MacOS/lib/
`
basename
$
${i}
`
"
;
\
$(INSTALL)
-m
644
"
$
${i}
"
"
$$
dylib"
;
\
$(FIXEXECPATH)
;
\
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