mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 04:28:10 +00:00
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@371 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
19 lines
723 B
Makefile
19 lines
723 B
Makefile
EXTRA_DIST=dependencies dependencies-src src test-src
|
|
|
|
SUBDIRS=launcher plugin-src
|
|
|
|
ALL_JARS= \
|
|
$(top_builddir)/antbuild/dist/p2pproxy_0.1/bcprov-jdk14.jar $(top_builddir)/antbuild/dist/p2pproxy_0.1/log4j.jar \
|
|
$(top_builddir)/antbuild/dist/p2pproxy_0.1/javax.servlet.jar $(top_builddir)/antbuild/dist/p2pproxy_0.1/org.mortbay.jetty.jar \
|
|
$(top_builddir)/antbuild/dist/p2pproxy_0.1/jstun-0.7.0.jar $(top_builddir)/antbuild/dist/p2pproxy_0.1/p2pproxy.jar \
|
|
$(top_builddir)/antbuild/dist/p2pproxy_0.1/junit-4.3.1.jar $(top_builddir)/antbuild/dist/p2pproxy_0.1/sip.jar
|
|
|
|
$(ALL_JARS): src/org/linphone/p2pproxy/*/*.java
|
|
$(ANT) dist
|
|
|
|
jarsdir=$(datadir)/java/fonis
|
|
|
|
jars_DATA=$(ALL_JARS)
|
|
|
|
clean-local:
|
|
$(ANT) clean
|