Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
3e75c8bc
Commit
3e75c8bc
authored
Feb 01, 2008
by
Pierre d'Herbemont
Browse files
Makefile.am: Fix VLC-release.app, this uses the Pre-Compile.sh script from the Framework.
parent
95a6cb5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
3e75c8bc
...
...
@@ -353,6 +353,7 @@ vlc_app_DATA = VLC.app
vlc_appdir
=
$(bindir)
# VLC-release.app is the old VLC.app target
VLC-release.app
:
vlc
(
cd
src
&&
make
)
@
if
test
-e
"
$(top_builddir)
/tmp"
;
then
\
echo
"Error: please remove
$(top_builddir)
/tmp, it is in the way"
;
\
false
;
\
...
...
@@ -424,32 +425,7 @@ VLC-release.app: vlc
$(top_builddir)
/VLC-release.app
;
\
rm
-Rf
$(top_builddir)
/tmp
$(INSTALL)
-d
$(top_builddir)
/VLC-release.app/Contents/MacOS
$(INSTALL)
-d
$(top_builddir)
/VLC-release.app/Contents/MacOS/lib
$(INSTALL)
$(top_builddir)
/.libs/vlc
\
$(top_builddir)
/VLC-release.app/Contents/MacOS/VLC
$(INSTALL)
$(top_builddir)
/src/.libs/libvlc.1.dylib
\
$(top_builddir)
/VLC-release.app/Contents/MacOS/lib/libvlc.dylib
$(INSTALL)
$(top_builddir)
/src/.libs/libvlc-control.1.dylib
\
$(top_builddir)
/VLC-release.app/Contents/MacOS/lib/libvlc-control.dylib
install_name_tool
-change
/usr/local/lib/libvlc.1.dylib
\
@executable_path/lib/libvlc.dylib
\
$(top_builddir)
/VLC-release.app/Contents/MacOS/lib/libvlc-control.dylib
install_name_tool
-change
/usr/local/lib/libvlc.1.dylib
\
@executable_path/lib/libvlc.dylib
\
$(top_builddir)
/VLC-release.app/Contents/MacOS/VLC
ln
-sf
./VLC
$(top_builddir)
/VLC-release.app/Contents/MacOS/clivlc
$(INSTALL)
-d
$(top_builddir)
/VLC-release.app/Contents/MacOS/modules
for
i
in
`
$(VLC_CONFIG)
--target
plugin
`
;
do
\
if
test
-n
"
$$
i"
;
\
then
$(INSTALL)
"
`
pwd
`
/
`
dirname
$$
i
`
/.libs/
`
basename
$$
i
`
$(LIBEXT)
"
\
"
$(top_builddir)
/VLC-release.app/Contents/MacOS/modules"
;
\
fi
;
done
if
test
-d
$(srcdir)
/extras/contrib/vlc-lib
;
then
\
mkdir
-p
$(top_builddir)
/VLC-release.app/Contents/MacOS/lib
;
\
for
i
in
$(srcdir)
/extras/contrib/vlc-lib/
*
.dylib
;
do
\
$(INSTALL)
-m
644
$
${i}
$(top_builddir)
/VLC-release.app/Contents/MacOS/lib/
`
basename
$
${i}
`
;
\
done
;
\
fi
ACTION
=
"VLC-release.app"
src_dir
=
$(srcdir)
build_dir
=
$(top_builddir)
sh
$(srcdir)
/extras/MacOSX/Framework/Pre-Compile.sh
$(INSTALL)
-d
$(top_builddir)
/VLC-release.app/Contents/MacOS/share/luaplaylist
for
i
in
$(srcdir)
/share/luaplaylist/
*
.
*
;
do
\
$(INSTALL)
-m
644
$
${i}
$(top_builddir)
/VLC-release.app/Contents/MacOS/share/luaplaylist/
`
basename
$
${i}
`
;
\
...
...
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