Skip to content
Snippets Groups Projects
Commit 860c5a46 authored by jpbl's avatar jpbl
Browse files

*** empty log message ***

parent c77d3e44
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment