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