summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/exec/secondprog.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/exec/secondprog.mk')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/exec/secondprog.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/exec/secondprog.mk b/lldb/packages/Python/lldbsuite/test/functionalities/exec/secondprog.mk
new file mode 100644
index 00000000000..88f54705998
--- /dev/null
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/exec/secondprog.mk
@@ -0,0 +1,13 @@
+LEVEL = ../../make
+
+CXX_SOURCES := secondprog.cpp
+
+all: secondprog
+
+secondprog:
+ $(CXX) $(CXXFLAGS) -o secondprog $(SRCDIR)/secondprog.cpp
+
+clean::
+ rm -rf secondprog secondprog.dSYM
+
+include $(LEVEL)/Makefile.rules
OpenPOWER on IntegriCloud