# Copyright (c) 2004-2007. The SimGrid team. All right reserved. # This file is part of the SimGrid project. This is free software: # You can redistribute and/or modify it under the terms of the # GNU LGPL (v2.1) licence. INCLUDES= -I$(top_srcdir)/include EXTRA_DIST=pmm.xml include $(top_srcdir)/examples/gras/tests.mk # AUTOMAKE variable definition noinst_PROGRAMS=pmm_slave pmm_master pmm_simulator pmm_simulator_SOURCES=_pmm_simulator.c pmm.c pmm_simulator_LDADD= $(top_builddir)/src/libsimgrid.la pmm_slave_SOURCES= _pmm_slave.c pmm.c pmm_slave_LDADD= $(top_builddir)/src/libgras.la pmm_master_SOURCES= _pmm_master.c pmm.c pmm_master_LDADD= $(top_builddir)/src/libgras.la # Take care of generatated sources NAME=pmm PROCESSES= slave master include $(top_srcdir)/examples/temps-gras-stub.mk # Cruft include $(top_srcdir)/acmacro/dist-files.mk