Commit 706dcc60 authored by Rafaël Carré's avatar Rafaël Carré

contribs: remove reference to old stuff

parent 82a358ac
......@@ -27,51 +27,25 @@ include ./config.mak
BUILDDIRS = bin doc etc include info lib man sbin share vlc-lib tmp gecko-sdk
all: FORCE
# @echo "Do you mean to make src or make bin ?"
@echo " 'make bin' isn't functional at the moment,"
@echo " running 'make src' instead..."
$(MAKE) src
src: FORCE
all:
$(MAKE) -C src all
contrib-macosx.tar.bz2: FORCE
contrib-macosx.tar.bz2:
$(WGET) $(CONTRIB_URL)
bin: FORCE
@echo "make bin isn't in a functional state at this moment. Please use make src"
#The disabled make bin
#bin: contrib-macosx.tar.bz2
# @if test -d tmp; then \
# echo "Move away ./tmp, it's in the way" ; \
# exit 1 ; \
# fi
# mkdir tmp
# 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:
rm -rf $(BUILDDIRS)
$(MAKE) -C src clean-src
clean-bin: FORCE
clean-bin:
rm -rf $(BUILDDIRS)
$(MAKE) -C src clean-dots
clean: FORCE
# @echo " Do you mean to clean-src or clean-bin ?"
@echo " 'make bin' isn't available at the moment"
@echo " you probably wanna run 'make clean-src' then"
@echo " you can still run 'make clean-bin' manually if needed"
clean:
$(MAKE) clean-src
rm -rf config.mak distro.mak
package-macosx: FORCE
package-macosx:
@if test -d tmp; then \
echo "Move away ./tmp, it's in the way" ; \
exit 1 ; \
......@@ -86,7 +60,7 @@ package-macosx: FORCE
DISTDIR = usr/win32
package-win32: FORCE
package-win32:
@if test -d tmp; then \
echo "Move away ./tmp, it's in the way" ; \
exit 1 ; \
......@@ -114,5 +88,3 @@ package-win32: FORCE
# Tar it.
(cd tmp; tar cf - $(DISTDIR)) | bzip2 -c > contrib-`date +%Y%m%d`-win32-bin-gcc-`$(CC) --version|head -n 1|cut -f 3 -d ' '`-runtime-`/bin/echo -e "#include <_mingw.h>\n__MINGW32_VERSION"|$(CC) -E -|grep -v ^#|grep -v ' '`-only.tar.bz2
rm -rf tmp
FORCE:
......@@ -19,8 +19,6 @@ building from source (can take a long time but is easily customizable)
and fetching a pre-compiled binary package. Either type 'make src'
or 'make bin' (also from the contrib directory).
make bin IS NOT WORKING atm USE make src
Once the contribs are built, you can start building VLC.
See: http://developers.videolan.org/vlc/osx-compile.html
or INSTALL.win32 for more details on that.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment