]> git.sesse.net Git - vlc/blobdiff - extras/contrib/Makefile
threads: Make sure we don't re-create a thread if the object has already one.
[vlc] / extras / contrib / Makefile
index 84e18482444d0e79c629fdefcba1cb44dc7a652d..1c62f5bf7ec5dfeab29328f52cc132c99bcd474f 100644 (file)
@@ -28,7 +28,7 @@ include ./config.mak
 BUILDDIRS = bin doc etc include info lib man sbin share vlc-lib tmp gecko-sdk
 
 all:
-       $(MAKE) -C src all
+       $(MAKE) -C src
 
 contrib-macosx.tar.bz2:
        $(WGET) $(CONTRIB_URL)
@@ -67,7 +67,7 @@ package-win32:
        fi
        mkdir -p tmp/$(DISTDIR)
        tar cf - --dereference bin sbin include lib share/aclocal*\
-               share/autoconf* \
+               share/autoconf* share/qt4* \
                share/automake* share/gettext* gecko-sdk\
                | (cd tmp/$(DISTDIR); tar xpf -)
 #kludge for live.com
@@ -88,3 +88,5 @@ package-win32:
 # 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
+
+.PHONY: all clean-src clean-bin clean package-macosx package-win32