diff options
| author | Stephen Wilson <wilsons@start.ca> | 2011-03-08 03:57:00 +0000 |
|---|---|---|
| committer | Stephen Wilson <wilsons@start.ca> | 2011-03-08 03:57:00 +0000 |
| commit | 8f0daa28d43e023c0a96332dceb816e0194f9297 (patch) | |
| tree | a66bbfd22199529860232f3b14dab845d1336518 /lldb/source/Plugins/DynamicLoader/Static | |
| parent | 97d0be8ee1d44dc2d5b56aacb9d843e56f76fe8a (diff) | |
| download | bcm5719-llvm-8f0daa28d43e023c0a96332dceb816e0194f9297.tar.gz bcm5719-llvm-8f0daa28d43e023c0a96332dceb816e0194f9297.zip | |
Add Makefile support for the new DynamicLoaderStatic plugin.
llvm-svn: 127215
Diffstat (limited to 'lldb/source/Plugins/DynamicLoader/Static')
| -rw-r--r-- | lldb/source/Plugins/DynamicLoader/Static/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lldb/source/Plugins/DynamicLoader/Static/Makefile b/lldb/source/Plugins/DynamicLoader/Static/Makefile new file mode 100644 index 00000000000..63972dfc551 --- /dev/null +++ b/lldb/source/Plugins/DynamicLoader/Static/Makefile @@ -0,0 +1,14 @@ +##===- source/Plugins/DynamicLoader/Static/Makefile --------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + +LLDB_LEVEL := ../../../.. +LIBRARYNAME := lldbPluginDynamicLoaderStatic +BUILD_ARCHIVE = 1 + +include $(LLDB_LEVEL)/Makefile |

