Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Also remove the pseudo-specific task type for this example (since it's also empty)
[simgrid.git] / examples / java / comm_time / Makefile.am
1 # Copyright (c) 2004-2010. 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 FinalizeTask.java
12 JAVA_TESTS=CommTimeTest.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