Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanups (among which example simplification)
[simgrid.git] / examples / msg / Makefile.am
index df31b45..d71b491 100644 (file)
@@ -1,3 +1,10 @@
+# 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
 AM_CFLAGS = -g
 
@@ -13,7 +20,9 @@ EXTRA_DIST = msg_platform.xml \
              gtnets/onelink-d.xml \
              gtnets/r-n200-f50-s4-2-p.xml \
              gtnets/dogbone-d.xml \
-             gtnets/dogbone-p.xml
+             gtnets/dogbone-p.xml \
+             properties/deployment_platform.xml \
+             properties/deployment_properties.xml
 
 
 TESTS_ENVIRONMENT = $(top_builddir)/tools/tesh/tesh
@@ -28,7 +37,8 @@ TESTS = sendrecv/sendrecv_KCCFLN05.tesh \
        masterslave/masterslave_failure.tesh \
         masterslave/masterslave_bypass.tesh \
         parallel_task/parallel_task.tesh \
-        priority/priority.tesh
+        priority/priority.tesh \
+       properties/msg_prop.tesh
 
 
 if HAVE_SDP
@@ -46,7 +56,8 @@ CLEANFILES = sendrecv/*~ \
              masterslave/masterslave_failure \
              masterslave/masterslave_bypass \
              parallel_task/parallel_task \
-             priority/priority
+             priority/priority \
+             properties/msg_prop
 
 if HAVE_GTNETS
              CLEANFILES += gtnets/gtnets 
@@ -61,13 +72,18 @@ noinst_PROGRAMS = sendrecv/sendrecv \
                   masterslave/masterslave_failure \
                   masterslave/masterslave_bypass \
                   parallel_task/parallel_task \
-                  priority/priority
+                  priority/priority \
+                  properties/msg_prop
 
 if HAVE_GTNETS
   noinst_PROGRAMS += gtnets/gtnets 
 endif
 
 
+# property handle example
+properties_msg_prop_SOURCES = properties/msg_prop.c
+properties_msg_prop_LDADD   = $(top_builddir)/src/libsimgrid.la
+
 
 # sendrecv simple example
 sendrecv_sendrecv_SOURCES = sendrecv/sendrecv.c