Initial commit to the PapyrusRT repository.
This is the initial commit as submitted to CQ 9646.
The repository contains two top-level folders:
- codegen: the code-generator
- rts: the run-time system
Also-by: Andrew Eidsness, Zeligsoft contractor, andrewe@jfront.com,
Barry Maher, Zeligsoft contractor, bmaher@gpinc.ca, Ernesto Posse,
Zeligsoft, eposse@zeligsoft.com, Tim McGuire, Zeligsoft,
tmcguire@zeligsoft.com, Young-Soo Roh, Zeligsoft, ysroh@zeligsoft.com,
Toby McClean, Zeligsoft, toby@zeligsoft.com, Charles Rivet, Zeligsoft,
charles@zeligsoft.com, Andreas Henriksson, Ericsson,
andreas.henriksson@ericsson.com, Akos Horvath, IncQuery Labs,
akos.horvath@incquerylabs.com, Gabor Batori, Ericsson,
Gabor.Batori@ericsson.com, Abel Hegedus, IncQuery Labs,
abel.hegedus@incquerylabs.com, Denes Harmath, IncQuery Labs,
harmathdenes@gmail.com
Signed-off-by: Ernesto Posse <eposse@gmail.com>
diff --git a/rts/build/umlrt/umlrtmessagequeue.d b/rts/build/umlrt/umlrtmessagequeue.d
new file mode 100644
index 0000000..3c1e0b2
--- /dev/null
+++ b/rts/build/umlrt/umlrtmessagequeue.d
@@ -0,0 +1,9 @@
+build/umlrt/umlrtmessagequeue.o: umlrt/umlrtmessagequeue.cc \
+ include/umlrtmessagequeue.hh include/umlrtqueue.hh \
+ include/umlrtmutex.hh
+
+include/umlrtmessagequeue.hh:
+
+include/umlrtqueue.hh:
+
+include/umlrtmutex.hh: