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
3e75c8bc
Commit
3e75c8bc
authored
Feb 01, 2008
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile.am: Fix VLC-release.app, this uses the Pre-Compile.sh script from the Framework.
parent
95a6cb5e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
26 deletions
+2
-26
Makefile.am
Makefile.am
+2
-26
No files found.
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
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