Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
bd3531e3202275f268d63ab0fa7d4b96c2cb96ee
[simgrid.git] / examples / java / suspend / 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=suspend_deployment.xml suspend_platform.xml
9
10 # Declare sources:
11 JAVA_SRC=DreamMaster.java LazyGuy.java SuspendTest.java
12 JAVA_TESTS=SuspendTest.class
13
14 EXTRA_DIST+=$(JAVA_SRC)
15
16 # Declare test class
17 if HAVE_JAVA
18   noinst_JAVA=$(JAVA_SRC)
19   TESTS=$(JAVA_TESTS)
20 endif
21
22 include $(srcdir)/../java_test.mk
23
24 # Cruft
25 include $(top_srcdir)/acmacro/dist-files.mk