Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
These Makefiles should always include the source files but build the
[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 # Declare test class
8 if HAVE_JAVA
9 noinst_JAVA=$(JAVA_SRC)
10 TESTS=$(JAVA_TESTS)
11 else
12 EXTRA_DIST+=$(JAVA_SRC)
13 EXTRA_DIST+=$(JAVA_TESTS)
14 endif
15
16 include $(srcdir)/../java_test.mk
17
18 # Cruft
19 include $(top_srcdir)/acmacro/dist-files.mk