Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
39e1cb79c4491b470ab7f765aa7da48bde6c2339
[simgrid.git] / examples / java / ping_pong / Makefile.am
1 # Copyright (c) 2004-2007. The SimGrid team. All right reserved.
2
3 # This file is part of the SimGrid project. This is free software:
4 # You can redistribute and/or modify it under the terms of the
5 # GNU LGPL (v2.1) licence.
6
7
8 EXTRA_DIST=ping_pong_deployment.xml ping_pong_platform.xml
9
10 # Declare sources:
11 JAVA_SRC=Sender.java Receiver.java PingPongTask.java PingPongTest.java
12 JAVA_TESTS=PingPongTest.class
13 TESTS=$(JAVA_TESTS)
14
15 EXTRA_DIST+=$(JAVA_SRC)
16
17 # Declare test class
18 if HAVE_JAVA
19   noinst_JAVA=$(JAVA_SRC)
20 endif
21
22 include $(srcdir)/../java_test.mk
23
24 # Cruft
25 include $(top_srcdir)/acmacro/dist-files.mk