Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
4a25a7f2
Commit
4a25a7f2
authored
Jul 03, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile: remove BeOS make
BeOS is dead and unmaintained
parent
e52396a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
38 deletions
+0
-38
Makefile.am
Makefile.am
+0
-38
No files found.
Makefile.am
View file @
4a25a7f2
...
...
@@ -937,44 +937,6 @@ package-wince-base-zip: package-wince-base
package-wince
:
package-wince-base-zip package-win32-cleanup
#####################################################################
## BeOS ##
#####################################################################
package-beos
:
# Check that tmp isn't in the way
@if
test
-e
$(srcdir)/tmp;
then
\
echo "Error
:
please remove $(srcdir)/tmp
,
it is in the way";
\
false ;
\
else
\
echo "OK." ; mkdir $(srcdir)/tmp ;
\
fi
# Copy relevant files
mkdir
-p
$(srcdir)/tmp/vlc
cd
$(srcdir)
&&
cp
-R
vlc-bundle/*
AUTHORS
COPYING
ChangeLog
README
\
THANKS
NEWS
tmp/vlc/
# Create debug package
xres
-o
$(srcdir)/tmp/vlc/vlc
$(srcdir)/share/vlc_beos.rsrc
find
$(srcdir)/tmp/vlc
-exec
mimeset
-f
{}
\;
mv
$(srcdir)/tmp/vlc
$(srcdir)/tmp/vlc-$(VERSION)
(cd
$(srcdir)/tmp
&&
zip
-9
-r
vlc-$(VERSION)-BeOS-debug.zip
vlc-$(VERSION)
)
mv
$(srcdir)/tmp/vlc-$(VERSION)-BeOS-debug.zip
$(srcdir)/
mv
$(srcdir)/tmp/vlc-$(VERSION)
$(srcdir)/tmp/vlc
# Create normal package
$(STRIP)
--strip-debug
--strip-unneeded
$(srcdir)/tmp/vlc/vlc
find
$(srcdir)/tmp/vlc
-name
'lib*.so'
-exec
$(STRIP)
\
--strip-debug
--strip-unneeded
"{}"
\;
xres
-o
$(srcdir)/tmp/vlc/vlc
$(srcdir)/share/vlc_beos.rsrc
find
$(srcdir)/tmp/vlc
-exec
mimeset
-f
{}
\;
mv
$(srcdir)/tmp/vlc
$(srcdir)/tmp/vlc-$(VERSION)
(cd
$(srcdir)/tmp
&&
zip
-9
-r
vlc-$(VERSION)-BeOS.zip
vlc-$(VERSION)
)
mv
$(srcdir)/tmp/vlc-$(VERSION)-BeOS.zip
$(srcdir)/
# Clean up
rm
-Rf
$(srcdir)/tmp
#########################################################################
## MacOS X ##
#########################################################################
...
...
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