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
2228ef32
Commit
2228ef32
authored
Apr 08, 2005
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Disable "make bin" in the contrib system and give a warning.
parent
fdebecee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
12 deletions
+17
-12
extras/contrib/Makefile
extras/contrib/Makefile
+17
-12
No files found.
extras/contrib/Makefile
View file @
2228ef32
# ***************************************************************************
# ***************************************************************************
# Makefile : Build vlc-contrib files
# Makefile : Build vlc-contrib files
# ***************************************************************************
# ***************************************************************************
# Copyright (C) 2003 VideoLAN
# Copyright (C) 2003
-2005
VideoLAN
# $Id$
# $Id$
#
#
# Authors: Christophe Massiot <massiot@via.ecp.fr>
# Authors: Christophe Massiot <massiot@via.ecp.fr>
# Derk-Jan Hartman <hartman at videolan dot org>
#
#
# This program is free software; you can redistribute it and/or modify
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
@@ -34,17 +35,21 @@ src: FORCE
...
@@ -34,17 +35,21 @@ src: FORCE
contrib-macosx.tar.bz2
:
FORCE
contrib-macosx.tar.bz2
:
FORCE
$(WGET)
$(CONTRIB_URL)
$(WGET)
$(CONTRIB_URL)
bin
:
contrib-macosx.tar.bz2
bin
:
FORCE
@
if
test
-d
tmp
;
then
\
@
echo
"make bin isn't in a functional state at this moment. Please use make src"
echo
"Move away ./tmp, it's in the way"
;
\
exit
1
;
\
#The disabled make bin
fi
#bin: contrib-macosx.tar.bz2
mkdir
tmp
# @if test -d tmp; then \
bunzip2
-c
$<
|
(
cd
tmp
;
tar
xf -
)
# echo "Move away ./tmp, it's in the way" ; \
./change_prefix.sh tmp @@CONTRIB_PREFIX@@
$(PREFIX)
# exit 1 ; \
(
cd
tmp
;
tar
cf - .
)
|
tar
xf -
# fi
rm
-rf
tmp
# mkdir tmp
ranlib lib/
*
\.
a
# bunzip2 -c $< | (cd tmp; tar xf -)
# ./change_prefix.sh tmp @@CONTRIB_PREFIX@@ $(PREFIX)
# (cd tmp; tar cf - .) | tar xf -
# rm -rf tmp
# ranlib lib/*\.a
clean-src
:
FORCE
clean-src
:
FORCE
rm
-rf
$(BUILDDIRS)
rm
-rf
$(BUILDDIRS)
...
...
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