summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/ASX/ASX.mwc11
-rw-r--r--examples/Connection/Connection.mwc11
-rw-r--r--examples/IOStream/IOStream.mwc11
-rw-r--r--examples/IPC_SAP/IPC_SAP.mwc11
-rw-r--r--examples/Logger/Logger.mwc11
-rw-r--r--examples/Mem_Map/Mem_Map.mwc11
-rw-r--r--examples/OS/OS.mwc11
-rw-r--r--examples/RMCast/RMCast.mwc11
-rw-r--r--examples/Reactor/Reactor.mwc11
-rw-r--r--examples/Service_Configurator/Service_Configurator.mwc11
-rw-r--r--examples/System_V_IPC/System_V_IPC.mwc11
11 files changed, 121 insertions, 0 deletions
diff --git a/examples/ASX/ASX.mwc b/examples/ASX/ASX.mwc
new file mode 100644
index 00000000000..52606d1bfad
--- /dev/null
+++ b/examples/ASX/ASX.mwc
@@ -0,0 +1,11 @@
+workspace {
+ // This doesn't work quite yet, because not all the projects
+ // can be created implicitly. To fix this, we can either create
+ // a separate directory for each separate project, or we can
+ // add mpc files for C++NPv1/2 and other problem directories.
+ // The nice thing about splitting up into separate directories is
+ // that it completely eliminates mpc maintenance.
+
+ implicit = example_base
+ cmdline += -include $PWD
+}
diff --git a/examples/Connection/Connection.mwc b/examples/Connection/Connection.mwc
new file mode 100644
index 00000000000..52606d1bfad
--- /dev/null
+++ b/examples/Connection/Connection.mwc
@@ -0,0 +1,11 @@
+workspace {
+ // This doesn't work quite yet, because not all the projects
+ // can be created implicitly. To fix this, we can either create
+ // a separate directory for each separate project, or we can
+ // add mpc files for C++NPv1/2 and other problem directories.
+ // The nice thing about splitting up into separate directories is
+ // that it completely eliminates mpc maintenance.
+
+ implicit = example_base
+ cmdline += -include $PWD
+}
diff --git a/examples/IOStream/IOStream.mwc b/examples/IOStream/IOStream.mwc
new file mode 100644
index 00000000000..52606d1bfad
--- /dev/null
+++ b/examples/IOStream/IOStream.mwc
@@ -0,0 +1,11 @@
+workspace {
+ // This doesn't work quite yet, because not all the projects
+ // can be created implicitly. To fix this, we can either create
+ // a separate directory for each separate project, or we can
+ // add mpc files for C++NPv1/2 and other problem directories.
+ // The nice thing about splitting up into separate directories is
+ // that it completely eliminates mpc maintenance.
+
+ implicit = example_base
+ cmdline += -include $PWD
+}
diff --git a/examples/IPC_SAP/IPC_SAP.mwc b/examples/IPC_SAP/IPC_SAP.mwc
new file mode 100644
index 00000000000..52606d1bfad
--- /dev/null
+++ b/examples/IPC_SAP/IPC_SAP.mwc
@@ -0,0 +1,11 @@
+workspace {
+ // This doesn't work quite yet, because not all the projects
+ // can be created implicitly. To fix this, we can either create
+ // a separate directory for each separate project, or we can
+ // add mpc files for C++NPv1/2 and other problem directories.
+ // The nice thing about splitting up into separate directories is
+ // that it completely eliminates mpc maintenance.
+
+ implicit = example_base
+ cmdline += -include $PWD
+}
diff --git a/examples/Logger/Logger.mwc b/examples/Logger/Logger.mwc
new file mode 100644
index 00000000000..52606d1bfad
--- /dev/null
+++ b/examples/Logger/Logger.mwc
@@ -0,0 +1,11 @@
+workspace {
+ // This doesn't work quite yet, because not all the projects
+ // can be created implicitly. To fix this, we can either create
+ // a separate directory for each separate project, or we can
+ // add mpc files for C++NPv1/2 and other problem directories.
+ // The nice thing about splitting up into separate directories is
+ // that it completely eliminates mpc maintenance.
+
+ implicit = example_base
+ cmdline += -include $PWD
+}
diff --git a/examples/Mem_Map/Mem_Map.mwc b/examples/Mem_Map/Mem_Map.mwc
new file mode 100644
index 00000000000..52606d1bfad
--- /dev/null
+++ b/examples/Mem_Map/Mem_Map.mwc
@@ -0,0 +1,11 @@
+workspace {
+ // This doesn't work quite yet, because not all the projects
+ // can be created implicitly. To fix this, we can either create
+ // a separate directory for each separate project, or we can
+ // add mpc files for C++NPv1/2 and other problem directories.
+ // The nice thing about splitting up into separate directories is
+ // that it completely eliminates mpc maintenance.
+
+ implicit = example_base
+ cmdline += -include $PWD
+}
diff --git a/examples/OS/OS.mwc b/examples/OS/OS.mwc
new file mode 100644
index 00000000000..52606d1bfad
--- /dev/null
+++ b/examples/OS/OS.mwc
@@ -0,0 +1,11 @@
+workspace {
+ // This doesn't work quite yet, because not all the projects
+ // can be created implicitly. To fix this, we can either create
+ // a separate directory for each separate project, or we can
+ // add mpc files for C++NPv1/2 and other problem directories.
+ // The nice thing about splitting up into separate directories is
+ // that it completely eliminates mpc maintenance.
+
+ implicit = example_base
+ cmdline += -include $PWD
+}
diff --git a/examples/RMCast/RMCast.mwc b/examples/RMCast/RMCast.mwc
new file mode 100644
index 00000000000..52606d1bfad
--- /dev/null
+++ b/examples/RMCast/RMCast.mwc
@@ -0,0 +1,11 @@
+workspace {
+ // This doesn't work quite yet, because not all the projects
+ // can be created implicitly. To fix this, we can either create
+ // a separate directory for each separate project, or we can
+ // add mpc files for C++NPv1/2 and other problem directories.
+ // The nice thing about splitting up into separate directories is
+ // that it completely eliminates mpc maintenance.
+
+ implicit = example_base
+ cmdline += -include $PWD
+}
diff --git a/examples/Reactor/Reactor.mwc b/examples/Reactor/Reactor.mwc
new file mode 100644
index 00000000000..52606d1bfad
--- /dev/null
+++ b/examples/Reactor/Reactor.mwc
@@ -0,0 +1,11 @@
+workspace {
+ // This doesn't work quite yet, because not all the projects
+ // can be created implicitly. To fix this, we can either create
+ // a separate directory for each separate project, or we can
+ // add mpc files for C++NPv1/2 and other problem directories.
+ // The nice thing about splitting up into separate directories is
+ // that it completely eliminates mpc maintenance.
+
+ implicit = example_base
+ cmdline += -include $PWD
+}
diff --git a/examples/Service_Configurator/Service_Configurator.mwc b/examples/Service_Configurator/Service_Configurator.mwc
new file mode 100644
index 00000000000..52606d1bfad
--- /dev/null
+++ b/examples/Service_Configurator/Service_Configurator.mwc
@@ -0,0 +1,11 @@
+workspace {
+ // This doesn't work quite yet, because not all the projects
+ // can be created implicitly. To fix this, we can either create
+ // a separate directory for each separate project, or we can
+ // add mpc files for C++NPv1/2 and other problem directories.
+ // The nice thing about splitting up into separate directories is
+ // that it completely eliminates mpc maintenance.
+
+ implicit = example_base
+ cmdline += -include $PWD
+}
diff --git a/examples/System_V_IPC/System_V_IPC.mwc b/examples/System_V_IPC/System_V_IPC.mwc
new file mode 100644
index 00000000000..52606d1bfad
--- /dev/null
+++ b/examples/System_V_IPC/System_V_IPC.mwc
@@ -0,0 +1,11 @@
+workspace {
+ // This doesn't work quite yet, because not all the projects
+ // can be created implicitly. To fix this, we can either create
+ // a separate directory for each separate project, or we can
+ // add mpc files for C++NPv1/2 and other problem directories.
+ // The nice thing about splitting up into separate directories is
+ // that it completely eliminates mpc maintenance.
+
+ implicit = example_base
+ cmdline += -include $PWD
+}