summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/commands/expression/top-level/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/expression/top-level/Makefile')
-rw-r--r--lldb/packages/Python/lldbsuite/test/commands/expression/top-level/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/expression/top-level/Makefile b/lldb/packages/Python/lldbsuite/test/commands/expression/top-level/Makefile
new file mode 100644
index 00000000000..9e35242c72f
--- /dev/null
+++ b/lldb/packages/Python/lldbsuite/test/commands/expression/top-level/Makefile
@@ -0,0 +1,13 @@
+LEVEL = ../../make
+
+CXX_SOURCES := main.cpp test.cpp
+
+include $(LEVEL)/Makefile.rules
+
+a.out: dummy
+
+dummy:
+ $(MAKE) VPATH=$(VPATH) -I $(SRCDIR) -f $(SRCDIR)/dummy.mk
+
+clean::
+ $(MAKE) VPATH=$(VPATH) -I $(SRCDIR) -f $(SRCDIR)/dummy.mk clean
OpenPOWER on IntegriCloud