summaryrefslogtreecommitdiffstats
path: root/packages/Python/lldbsuite/test/lang/objcxx/sample/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/test/lang/objcxx/sample/Makefile')
-rw-r--r--packages/Python/lldbsuite/test/lang/objcxx/sample/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/lang/objcxx/sample/Makefile b/packages/Python/lldbsuite/test/lang/objcxx/sample/Makefile
new file mode 100644
index 0000000..edd3430
--- /dev/null
+++ b/packages/Python/lldbsuite/test/lang/objcxx/sample/Makefile
@@ -0,0 +1,6 @@
+LEVEL = ../../../make
+
+OBJCXX_SOURCES := main.mm
+LDFLAGS = $(CFLAGS) -lobjc -framework Foundation
+
+include $(LEVEL)/Makefile.rules
OpenPOWER on IntegriCloud