blob: d94552f110d39faff4d0ce6762cca99be426f509 [file] [log] [blame]
Vikram S. Adve049857e2002-08-29 23:27:38 +00001#===-- Makefile.config - Local configuration for LLVM ------*- makefile -*--====
2#
3# This file is included by Makefile.common. It defines paths and other
4# values specific to a particular installation of LLVM.
5#===-----------------------------------------------------------------------====
6
7# Current working directory, used below
8
9# Path to directory where object files should be stored during a build.
10# Set LLVM_OBJ_DIR to "." if you do not want to use a separate place for
11# object files.
12#
13# LLVM_OBJ_DIR = .
14LLVM_OBJ_DIR = /shared/$(shell whoami)
15
16# Path to executable for Burg
17#
18BURG = /home/vadve/vadve/Research/DynOpt/Burg/burg
19
20# Path to location for purify
21#
22PURIFY = /usr/dcs/applications/purify/bin/purify
23
Vikram S. Advebf587f32002-08-30 03:27:09 +000024# Path to location for LLVM front-end
25#
26LLVMGCCDIR = /home/vadve/lattner/cvs/gcc_install