diff options
Diffstat (limited to 'lldb/test/functionalities/plugins/commands/Makefile')
| -rw-r--r-- | lldb/test/functionalities/plugins/commands/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/lldb/test/functionalities/plugins/commands/Makefile b/lldb/test/functionalities/plugins/commands/Makefile index 2d79cf61c16..8af06446ece 100644 --- a/lldb/test/functionalities/plugins/commands/Makefile +++ b/lldb/test/functionalities/plugins/commands/Makefile @@ -1,11 +1,8 @@ -all: foo.dylib +LEVEL = ../../../make -CWD := $(shell pwd) +DYLIB_CXX_SOURCES := plugin.cpp +DYLIB_NAME := plugin +DYLIB_ONLY := YES +MAKE_DSYM := NO -all: foo.dylib - -foo.dylib: - clang++ -O0 -g -stdlib=libc++ -dynamiclib -o plugin.dylib plugin.cpp -framework LLDB -F $(LLDB_FRAMEWORK)/.. - -clean: - rm -rf plugin.dylib plugin.dylib.dSYM/* plugin.dylib.dSYM +include $(LEVEL)/Makefile.rules |

