summaryrefslogtreecommitdiff
path: root/ACE/examples/Shared_Malloc/Shared_Malloc.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Shared_Malloc/Shared_Malloc.mpc')
-rw-r--r--ACE/examples/Shared_Malloc/Shared_Malloc.mpc33
1 files changed, 33 insertions, 0 deletions
diff --git a/ACE/examples/Shared_Malloc/Shared_Malloc.mpc b/ACE/examples/Shared_Malloc/Shared_Malloc.mpc
new file mode 100644
index 00000000000..3f30d3bd6f0
--- /dev/null
+++ b/ACE/examples/Shared_Malloc/Shared_Malloc.mpc
@@ -0,0 +1,33 @@
+// -*- MPC -*-
+// $Id$
+
+project : aceexe, avoids_ace_for_tao {
+ exename = malloc
+ Source_Files {
+ Malloc.cpp
+ Options.cpp
+ test_malloc.cpp
+ }
+}
+project(*multiple) : aceexe, avoids_ace_for_tao {
+ exename = multiple
+ Source_Files {
+ Malloc.cpp
+ Options.cpp
+ test_multiple_mallocs.cpp
+ }
+}
+project(*persistence) : aceexe, avoids_ace_for_tao {
+ exename = persistence
+ Source_Files {
+ test_persistence.cpp
+ }
+}
+project(*posind) : aceexe, avoids_ace_for_tao {
+ exename = posind
+ Source_Files {
+ Malloc.cpp
+ Options.cpp
+ test_position_independent_malloc.cpp
+ }
+}