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
f307aa8a
Commit
f307aa8a
authored
Aug 23, 2003
by
Loïc Minier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.am: slight changes of the VLC.app target to generate it in
$(top_builddir) instead of $(srcdir)
parent
199aac88
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
20 deletions
+25
-20
Makefile.am
Makefile.am
+25
-20
No files found.
Makefile.am
View file @
f307aa8a
...
@@ -400,31 +400,36 @@ if HAVE_DARWIN
...
@@ -400,31 +400,36 @@ if HAVE_DARWIN
vlc_app_DATA
=
VLC.app
vlc_app_DATA
=
VLC.app
vlc_appdir
=
$(bindir)
vlc_appdir
=
$(bindir)
VLC.app
:
vlc
VLC.app
:
vlc
cd
$(top_builddir)
rm
-Rf
VLC.app
rm
-Rf
VLC.app
cd
$(srcdir)
/extras/MacOSX
&&
pbxbuild
-target
vlc |
grep
-v
'^\([ \t]\|$$\)'
rm
-Rf
extras
cp
-r
$(srcdir)
/extras/MacOSX/build/vlc.bundle
$(srcdir)
/VLC.app
mkdir
extras
$(INSTALL)
-d
$(srcdir)
/VLC.app/Contents/MacOS
cp
-r
$(srcdir)
/extras/MacOSX extras
$(INSTALL)
vlc
$(srcdir)
/VLC.app/Contents/MacOS/VLC
cd
extras/MacOSX
&&
pbxbuild
-target
vlc |
grep
-v
'^\([ \t]\|$$\)'
$(INSTALL)
-d
$(srcdir)
/VLC.app/Contents/MacOS/modules
cd
$(top_builddir)
cp
-r
extras/MacOSX/build/vlc.bundle VLC.app
$(INSTALL)
-d
VLC.app/Contents/MacOS
$(INSTALL)
vlc VLC.app/Contents/MacOS/VLC
$(INSTALL)
-d
VLC.app/Contents/MacOS/modules
for
i
in
""
`
$(VLC_CONFIG)
--target
plugin
`
;
do
\
for
i
in
""
`
$(VLC_CONFIG)
--target
plugin
`
;
do
\
if
test
-n
"
$$
i"
;
then
$(INSTALL)
"
$
(srcdir)
/
$
$
i
$(LIBEXT)
"
\
if
test
-n
"
$$
i"
;
then
$(INSTALL)
"
$$
i
$(LIBEXT)
"
\
"
$(srcdir)
/
VLC.app/Contents/MacOS/modules"
;
\
"VLC.app/Contents/MacOS/modules"
;
\
fi
;
done
fi
;
done
$(INSTALL)
-d
$(srcdir)
/
VLC.app/Contents/MacOS/share
$(INSTALL)
-d
VLC.app/Contents/MacOS/share
$(INSTALL)
-d
$(srcdir)
/
VLC.app/Contents/MacOS/share/http
$(INSTALL)
-d
VLC.app/Contents/MacOS/share/http
$(INSTALL)
-m
644
$(srcdir)
/share/http/
*
.html
$(srcdir)
/
VLC.app/Contents/MacOS/share/http
$(INSTALL)
-m
644
$(srcdir)
/share/http/
*
.html VLC.app/Contents/MacOS/share/http
$(INSTALL)
-d
$(srcdir)
/
VLC.app/Contents/MacOS/share/http/admin
$(INSTALL)
-d
VLC.app/Contents/MacOS/share/http/admin
$(INSTALL)
-m
644
$(srcdir)
/share/http/admin/
*
.html
$(srcdir)
/
VLC.app/Contents/MacOS/share/http/admin
$(INSTALL)
-m
644
$(srcdir)
/share/http/admin/
*
.html VLC.app/Contents/MacOS/share/http/admin
$(INSTALL)
-d
$(srcdir)
/
VLC.app/Contents/MacOS/locale
$(INSTALL)
-d
VLC.app/Contents/MacOS/locale
for
i
in
$(ALL_LINGUAS)
;
do
\
for
i
in
$(ALL_LINGUAS)
;
do
\
mkdir
-p
$(srcdir)
/
VLC.app/Contents/MacOS/locale/
$
${i}
/LC_MESSAGES
;
\
mkdir
-p
VLC.app/Contents/MacOS/locale/
$
${i}
/LC_MESSAGES
;
\
cp
$(srcdir)
/po/
$
${i}
.gmo
$(srcdir)
/
VLC.app/Contents/MacOS/locale/
$
${i}
/LC_MESSAGES/vlc.mo
||
true
;
\
cp
$(srcdir)
/po/
$
${i}
.gmo VLC.app/Contents/MacOS/locale/
$
${i}
/LC_MESSAGES/vlc.mo
||
true
;
\
mkdir
-p
$(srcdir)
/
VLC.app/Contents/Resources/
$
${i}
.lproj
;
\
mkdir
-p
VLC.app/Contents/Resources/
$
${i}
.lproj
;
\
ln
-sf
../English.lproj/InfoPlist.strings
$(srcdir)
/
VLC.app/Contents/Resources/
$
${i}
.lproj
;
\
ln
-sf
../English.lproj/InfoPlist.strings VLC.app/Contents/Resources/
$
${i}
.lproj
;
\
ln
-sf
../English.lproj/MainMenu.nib
$(srcdir)
/
VLC.app/Contents/Resources/
$
${i}
.lproj
;
\
ln
-sf
../English.lproj/MainMenu.nib VLC.app/Contents/Resources/
$
${i}
.lproj
;
\
ln
-sf
../English.lproj/vlc.scriptTerminology
$(srcdir)
/
VLC.app/Contents/Resources/
$
${i}
.lproj
;
\
ln
-sf
../English.lproj/vlc.scriptTerminology VLC.app/Contents/Resources/
$
${i}
.lproj
;
\
done
done
printf
"APPLVLC#"
>
|
$(srcdir)
/
VLC.app/Contents/PkgInfo
printf
"APPLVLC#"
>
| VLC.app/Contents/PkgInfo
endif
endif
if
HAVE_WIN32
if
HAVE_WIN32
...
...
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