Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
c469a012b44118284859c146d51846d834e5f626
[simgrid.git] / examples / java / comm_time / 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=comm_time_deployment.xml comm_time_platform.xml
9
10 # Declare sources:
11 JAVA_SRC=Master.java Slave.java CommTimeTest.java \
12          CommTimeTask.java FinalizeTask.java
13 JAVA_TESTS=CommTimeTest.class
14 TESTS=$(JAVA_TESTS)
15
16 EXTRA_DIST+=$(JAVA_SRC)
17
18 # Declare test class
19 if HAVE_JAVA
20   noinst_JAVA=$(JAVA_SRC)
21 endif
22
23 include $(srcdir)/../java_test.mk
24
25 # Cruft
26 include $(top_srcdir)/acmacro/dist-files.mk