summaryrefslogtreecommitdiff
path: root/rhtvision/examples/terminal/test.umk
diff options
context:
space:
mode:
Diffstat (limited to 'rhtvision/examples/terminal/test.umk')
-rw-r--r--rhtvision/examples/terminal/test.umk17
1 files changed, 17 insertions, 0 deletions
diff --git a/rhtvision/examples/terminal/test.umk b/rhtvision/examples/terminal/test.umk
new file mode 100644
index 0000000..db3bf23
--- /dev/null
+++ b/rhtvision/examples/terminal/test.umk
@@ -0,0 +1,17 @@
+#!/usr/bin/make
+# Automatically generated from RHIDE projects, don't edit
+#
+
+OBJFILES=\
+ ./terminal$(ExOBJ)
+
+LIBRARIES=
+
+test$(ExEXE):: \
+ ./terminal$(ExOBJ) \
+ $(MAKEFILE_DEPS)
+ $(RHIDE_COMPILE_LINK)
+
+./terminal$(ExOBJ):: terminal.cc
+ $(RHIDE_COMPILE_CC)
+