diff --git a/Makefile.cvs b/Makefile.cvs index 2bbae58b86ffd21ea5c1d3f4e88174f18fd26cf2..3a4e54d5bcedabc039057dd923a673eb5d28bfb2 100644 --- a/Makefile.cvs +++ b/Makefile.cvs @@ -1,6 +1,10 @@ DEPS=deps/ccrtp-1.3.5 deps/libosip2-2.2.1 deps/portaudio deps/commoncpp2-1.3.21 deps/libeXosip2-1.9.1-pre17 -autotools: deps +autotools: + cd deps && \ + tar zxvf libosip2-2.2.1.tar.gz && \ + tar zxvf portaudio.tar.gz && \ + tar zxvf libeXosip2-1.9.1-pre17.tar.gz @echo "This Makefile is only for the CVS repository" @echo "This will be deleted before making the distribution" @echo "" @@ -11,13 +15,8 @@ autotools: deps fi $(MAKE) -f admin/Makefile.common cvs -deps:$(DEPS) - -deps/%: deps/%.tar.gz - cd deps/ && \ - tar zxvf $*.tar.gz - qt: cd src/gui/qt && qmake all: autotools qt +