Don't use absolute path for EXPORTED_SYMBOL_FILE, this breaks under the new
[oota-llvm.git] / tools / bugpoint / Makefile
index dbd8fa8379b235704fe26392603519d027b173ef..5d287ef188aeb9af43b3e75cc76f1f99486ce9b0 100644 (file)
@@ -2,22 +2,15 @@
 # 
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
 LEVEL = ../..
 
 TOOLNAME = bugpoint
 
-OPTLIBS  = LLVMTransforms LLVMInstrumentation LLVMProfilePaths
-ANALIBS  = LLVMDataStructure LLVMipa LLVMTarget.a 
-
-USEDLIBS = LLVMipo LLVMScalarOpts LLVMAnalysis $(OPTLIBS) $(ANALIBS) \
-          LLVMTransformUtils \
-          LLVMAsmParser LLVMLinker.a LLVMBCReader LLVMBCWriter \
-          LLVMCore LLVMSupport.a LLVMSystem.a
-
-TOOLLINKOPTS = $(PLATFORMLIBDL)
+LINK_COMPONENTS := asmparser instrumentation scalaropts ipo \
+                   linker bitreader bitwriter
 
 include $(LEVEL)/Makefile.common