Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
564a8aa51c0ec96c0440cf5b34b7e52d0a8de8d6
[simgrid.git] / examples / java / ping_pong / Makefile.am
1 EXTRA_DIST=ping_pong_deployment.xml ping_pong_platform.xml
2
3 # Declare sources:
4 JAVA_SRC=Sender.java Receiver.java PingPongTask.java PingPongTest.java
5 JAVA_TESTS=PingPongTest.class
6
7 EXTRA_DIST+=$(JAVA_SRC)
8
9 # Declare test class
10 if HAVE_JAVA
11   noinst_JAVA=$(JAVA_SRC)
12   TESTS=$(JAVA_TESTS)
13 endif
14
15 include $(srcdir)/../java_test.mk
16
17 # Cruft
18 include $(top_srcdir)/acmacro/dist-files.mk