blob: d4b6275ce82f6c3491e970652906090133b91e10 [file] [log] [blame]
Reid Spencer8fd3bca2004-08-10 16:27:08 +00001##===- tools/llvmc/Makefile --------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file was developed by the LLVM research group and is distributed under
6# the University of Illinois Open Source License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9LEVEL = ../..
10TOOLNAME = llvmc
Reid Spencerbf714df2004-11-25 20:22:06 +000011USEDLIBS = LLVMBCReader LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a
Reid Spencercc97cfc2005-05-19 00:52:28 +000012CONFIG_FILES = c cpp ll
13EXTRA_DIST = c cpp ll
14
15# The CompilerDriver needs to know the locations of several configured
16# directories and paths. We define these as preprocessor symbols so they can
17# be hard coded into the process based on the configuration. Only those
18# configuration values not available in llvm/include/Config/config.h need to be
19# specified here. These values are used as the replacements for the
20# configuration file substitution variables such as %llvmgccdir%
21CPPFLAGS = -DLLVMGCCDIR="\"$(LLVMGCCDIR)\"" \
22 -DLLVMGCCARCH="\"$(LLVMGCCARCH)\"" \
23 -DLLVMGCC="\"$(LLVMGCC)\"" \
24 -DLLVMGXX="\"$(LLVMGXX)\"" \
25 -DLLVMCC1="\"$(LLVMCC1)\"" \
26 -DLLVMCC1PLUS="$(LLVMCC1PLUS)"
Reid Spencer8fd3bca2004-08-10 16:27:08 +000027
28include $(LEVEL)/Makefile.common
Reid Spencerc9b37ee2004-11-24 00:01:57 +000029
30install::
Reid Spencerbdf6a392005-01-16 02:21:29 +000031 $(Echo) Installing additional C++ configuration clones
Reid Spencercc97cfc2005-05-19 00:52:28 +000032 $(Verb)$(DataInstall) $(PROJ_SRC_DIR)/cpp $(PROJ_etcdir)/cc
33 $(Verb)$(DataInstall) $(PROJ_SRC_DIR)/cpp $(PROJ_etcdir)/c++
34 $(Verb)$(DataInstall) $(PROJ_SRC_DIR)/cpp $(PROJ_etcdir)/cxx
35 $(Verb)$(DataInstall) $(PROJ_SRC_DIR)/cpp $(PROJ_etcdir)/C