Logo AND Algorithmique Numérique Distribuée

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