diff options
| author | Eugene Zelenko <eugene.zelenko@gmail.com> | 2016-01-28 22:05:24 +0000 |
|---|---|---|
| committer | Eugene Zelenko <eugene.zelenko@gmail.com> | 2016-01-28 22:05:24 +0000 |
| commit | c33088f41ec25e1b89af1e1a3f51f7ce998ca2d5 (patch) | |
| tree | 26eb7b3d33aba375b8440f3792fcf037a9704863 /lldb/source/Plugins/Process/FreeBSD | |
| parent | 6f9d6b6ef84990dcd8ee8d085913477cf63747fa (diff) | |
| download | bcm5719-llvm-c33088f41ec25e1b89af1e1a3f51f7ce998ca2d5.tar.gz bcm5719-llvm-c33088f41ec25e1b89af1e1a3f51f7ce998ca2d5.zip | |
Remove autoconf support from source directories.
Differential revision: http://reviews.llvm.org/D16662
llvm-svn: 259098
Diffstat (limited to 'lldb/source/Plugins/Process/FreeBSD')
| -rw-r--r-- | lldb/source/Plugins/Process/FreeBSD/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lldb/source/Plugins/Process/FreeBSD/Makefile b/lldb/source/Plugins/Process/FreeBSD/Makefile deleted file mode 100644 index 7f546540e55..00000000000 --- a/lldb/source/Plugins/Process/FreeBSD/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -##===- source/Plugins/Process/FreeBSD/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 := lldbPluginProcessFreeBSD -BUILD_ARCHIVE = 1 - -# Extend the include path so we may locate UnwindLLDB.h -CPP.Flags += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/source/Plugins/Utility - -include $(LLDB_LEVEL)/Makefile |

