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
0ddec016
Commit
0ddec016
authored
Jan 12, 2012
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VLCKit: move building/packaging to project folder
parent
fc4007ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
10 deletions
+16
-10
extras/package/macosx/package.mak
extras/package/macosx/package.mak
+1
-7
projects/macosx/framework/Makefile
projects/macosx/framework/Makefile
+15
-3
No files found.
extras/package/macosx/package.mak
View file @
0ddec016
...
...
@@ -89,12 +89,6 @@ package-macosx-zip: VLC.app
zip
-r
-y
-9
$(top_builddir)
/vlc-
$(VERSION)
.zip
$(top_builddir)
/vlc-
$(VERSION)
rm
-rf
"
$(top_builddir)
/vlc-
$(VERSION)
"
package-macosx-framework-zip
:
mkdir
-p
$(top_builddir)
/vlckit-
$(VERSION)
/Goodies/
cp
-R
$(srcdir)
/projects/macosx/framework/build/Debug/VLCKit.framework
$(top_builddir)
/vlckit-
$(VERSION)
/
cd
$(srcdir)
;
cp
AUTHORS COPYING README THANKS NEWS
$(abs_top_builddir)
/vlckit-
$(VERSION)
/Goodies/
zip
-r
-y
-9
$(top_builddir)
/vlckit-
$(VERSION)
.zip
$(top_builddir)
/vlckit-
$(VERSION)
package-translations
:
mkdir
-p
"
$(srcdir)
/vlc-translations-
$(VERSION)
"
for
i
in
`
cat
"
$(top_srcdir)
/po/LINGUAS"
`
;
do
\
...
...
@@ -114,4 +108,4 @@ package-translations:
$(AMTAR)
chof
-
$(srcdir)/vlc-translations-$(VERSION)
\
|
GZIP
=
$(GZIP_ENV)
gzip
-c
>
$(srcdir)
/vlc-translations-
$(VERSION)
.tar.gz
.PHONY
:
package-macosx package-macosx-zip package-
macosx-framework-zip package-
translations
.PHONY
:
package-macosx package-macosx-zip package-translations
projects/macosx/framework/Makefile
View file @
0ddec016
all
:
xcodebuild
VLCKit.zip
:
VLCKit
zip
-r
-y
-9
$@
$<
VLCKit
:
build/Debug/VLCKit.framework
rm
-rf
$@
-tmp
&&
mkdir
-p
$@
-tmp
cp
-R
$<
$@
-tmp
cp
../../../COPYING
$@
-tmp
mv
$@
-tmp
$@
&&
touch
$@
build/Debug/VLCKit.framework
:
xcodebuild
-project
VLCKit.xcodeproj
-target
"Build Everything"
clean
:
xcodebuild clean
\ No newline at end of file
xcodebuild
-project
VLCKit.xcodeproj clean
rm
-fr
VLCKit VLCKit.zip
.PHONY
:
clean
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