From c33088f41ec25e1b89af1e1a3f51f7ce998ca2d5 Mon Sep 17 00:00:00 2001 From: Eugene Zelenko Date: Thu, 28 Jan 2016 22:05:24 +0000 Subject: Remove autoconf support from source directories. Differential revision: http://reviews.llvm.org/D16662 llvm-svn: 259098 --- lldb/source/Plugins/Process/FreeBSD/Makefile | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 lldb/source/Plugins/Process/FreeBSD/Makefile (limited to 'lldb/source/Plugins/Process/FreeBSD') 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 -- cgit v1.2.3