summaryrefslogtreecommitdiffstats
path: root/src/utest/makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/utest/makefile.in')
-rw-r--r--src/utest/makefile.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/utest/makefile.in b/src/utest/makefile.in
new file mode 100644
index 000000000..b2a32bee5
--- /dev/null
+++ b/src/utest/makefile.in
@@ -0,0 +1,17 @@
+# Convenience stub makefile to call the real Makefile.
+
+@SET_MAKE@
+
+# Explicit so that it's the default rule.
+all:
+ cd .. && $(MAKE) utest/all
+
+clean %.a %.o:
+ cd .. && $(MAKE) utest/$@
+
+.PHONY: all clean
+
+OBJEXT = @OBJEXT@
+
+.SUFFIXES:
+.SUFFIXES: .a .$(OBJEXT)